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
-
(::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 isbar
labels.foo = bar
- Resources that have a key called
#filter=
def filter=(value) -> ::String
-
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 isbar
labels.foo = bar
- Resources that have a key called
-
(::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 isbar
labels.foo = bar
- Resources that have a key called
#order_by
def order_by() -> ::String
- (::String) — Field to use to sort the list.
#order_by=
def order_by=(value) -> ::String
- value (::String) — Field to use to sort the list.
- (::String) — Field to use to sort the list.
#page_size
def page_size() -> ::Integer
-
(::Integer) — Number of
ConnectivityTests
to return.
#page_size=
def page_size=(value) -> ::Integer
-
value (::Integer) — Number of
ConnectivityTests
to return.
-
(::Integer) — Number of
ConnectivityTests
to return.
#page_token
def page_token() -> ::String
-
(::String) — Page token from an earlier query, as returned in
next_page_token
.
#page_token=
def page_token=(value) -> ::String
-
value (::String) — Page token from an earlier query, as returned in
next_page_token
.
-
(::String) — Page token from an earlier query, as returned in
next_page_token
.
#parent
def parent() -> ::String
-
(::String) — Required. The parent resource of the Connectivity Tests:
projects/{project_id}/locations/global
#parent=
def parent=(value) -> ::String
-
value (::String) — Required. The parent resource of the Connectivity Tests:
projects/{project_id}/locations/global
-
(::String) — Required. The parent resource of the Connectivity Tests:
projects/{project_id}/locations/global