Network Management V1 API - Class Google::Cloud::NetworkManagement::V1::ListConnectivityTestsRequest (v0.1.3)

Reference documentation and code samples for the Network Management V1 API class Google::Cloud::NetworkManagement::V1::ListConnectivityTestsRequest.

Request for the ListConnectivityTests method.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#filter

def filter() -> ::String
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).

    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

#filter=

def filter=(value) -> ::String
Parameter
  • value (::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).

    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).

    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

#order_by

def order_by() -> ::String
Returns
  • (::String) — Field to use to sort the list.

#order_by=

def order_by=(value) -> ::String
Parameter
  • value (::String) — Field to use to sort the list.
Returns
  • (::String) — Field to use to sort the list.

#page_size

def page_size() -> ::Integer
Returns
  • (::Integer) — Number of ConnectivityTests to return.

#page_size=

def page_size=(value) -> ::Integer
Parameter
  • value (::Integer) — Number of ConnectivityTests to return.
Returns
  • (::Integer) — Number of ConnectivityTests to return.

#page_token

def page_token() -> ::String
Returns
  • (::String) — Page token from an earlier query, as returned in next_page_token.

#page_token=

def page_token=(value) -> ::String
Parameter
  • value (::String) — 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.

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The parent resource of the Connectivity Tests: projects/{project_id}/locations/global

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — 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