Class: Google::Cloud::NetworkManagement::V1::ListConnectivityTestsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkManagement::V1::ListConnectivityTestsRequest
- 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
-
#filter ⇒ ::String
Lists the
ConnectivityTests
that match the filter expression. -
#order_by ⇒ ::String
Field to use to sort the list.
-
#page_size ⇒ ::Integer
Number of
ConnectivityTests
to return. -
#page_token ⇒ ::String
Page token from an earlier query, as returned in
next_page_token
. -
#parent ⇒ ::String
Required.
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).
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
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.
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.
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
.
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
.
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 |