Class: Google::Cloud::NetworkManagement::V1::ListConnectivityTestsRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/networkmanagement/v1/reachability.rb

Overview

Request for the ListConnectivityTests method.

Instance Attribute Summary collapse

Instance Attribute Details

#filter::String

Returns Lists the ConnectivityTests that match the filter expression. A filter expression filters the resources listed in the response. The expression must be of the form <field> <operator> <value> where operators: <, >, <=, >=, !=, =, : are supported (colon : represents a HAS operator which is roughly synonymous with equality). can refer to a proto or JSON field, or a synthetic field. Field names can be camelCase or snake_case.

Examples:

  • Filter by name: name = "projects/proj-1/locations/global/connectivityTests/test-1

  • Filter by labels:

    • Resources that have a key called foo labels.foo:*
    • Resources that have a key called foo whose value is bar labels.foo = bar.

Returns:

  • (::String)

    Lists the ConnectivityTests that match the filter expression. A filter expression filters the resources listed in the response. The expression must be of the form <field> <operator> <value> where operators: <, >, <=, >=, !=, =, : are supported (colon : represents a HAS operator which is roughly synonymous with equality). can refer to a proto or JSON field, or a synthetic field. Field names can be camelCase or snake_case.

    Examples:

    • Filter by name: name = "projects/proj-1/locations/global/connectivityTests/test-1

    • Filter by labels:

      • Resources that have a key called foo labels.foo:*
      • Resources that have a key called foo whose value is bar labels.foo = bar


58
59
60
61
# File 'proto_docs/google/cloud/networkmanagement/v1/reachability.rb', line 58

class ListConnectivityTestsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#order_by::String

Returns Field to use to sort the list.

Returns:

  • (::String)

    Field to use to sort the list.



58
59
60
61
# File 'proto_docs/google/cloud/networkmanagement/v1/reachability.rb', line 58

class ListConnectivityTestsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#page_size::Integer

Returns Number of ConnectivityTests to return.

Returns:

  • (::Integer)

    Number of ConnectivityTests to return.



58
59
60
61
# File 'proto_docs/google/cloud/networkmanagement/v1/reachability.rb', line 58

class ListConnectivityTestsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#page_token::String

Returns Page token from an earlier query, as returned in next_page_token.

Returns:

  • (::String)

    Page token from an earlier query, as returned in next_page_token.



58
59
60
61
# File 'proto_docs/google/cloud/networkmanagement/v1/reachability.rb', line 58

class ListConnectivityTestsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#parent::String

Returns Required. The parent resource of the Connectivity Tests: projects/{project_id}/locations/global.

Returns:

  • (::String)

    Required. The parent resource of the Connectivity Tests: projects/{project_id}/locations/global



58
59
60
61
# File 'proto_docs/google/cloud/networkmanagement/v1/reachability.rb', line 58

class ListConnectivityTestsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end