Class: Google::Cloud::NetworkConnectivity::V1::ListDestinationsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkConnectivity::V1::ListDestinationsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networkconnectivity/v1/data_transfer.rb
Overview
Request message to list Destination
resources.
Instance Attribute Summary collapse
-
#filter ⇒ ::String
Optional.
-
#order_by ⇒ ::String
Optional.
-
#page_size ⇒ ::Integer
Optional.
-
#page_token ⇒ ::String
Optional.
-
#parent ⇒ ::String
Required.
-
#return_partial_success ⇒ ::Boolean
Optional.
Instance Attribute Details
#filter ⇒ ::String
Returns Optional. An expression that filters the results listed in the response.
383 384 385 386 |
# File 'proto_docs/google/cloud/networkconnectivity/v1/data_transfer.rb', line 383 class ListDestinationsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#order_by ⇒ ::String
Returns Optional. The sort order of the results.
383 384 385 386 |
# File 'proto_docs/google/cloud/networkconnectivity/v1/data_transfer.rb', line 383 class ListDestinationsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
Returns Optional. The maximum number of results listed per page.
383 384 385 386 |
# File 'proto_docs/google/cloud/networkconnectivity/v1/data_transfer.rb', line 383 class ListDestinationsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns Optional. The page token.
383 384 385 386 |
# File 'proto_docs/google/cloud/networkconnectivity/v1/data_transfer.rb', line 383 class ListDestinationsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The name of the parent resource.
383 384 385 386 |
# File 'proto_docs/google/cloud/networkconnectivity/v1/data_transfer.rb', line 383 class ListDestinationsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#return_partial_success ⇒ ::Boolean
Returns Optional. If true
, allow partial responses for multi-regional aggregated
list requests.
383 384 385 386 |
# File 'proto_docs/google/cloud/networkconnectivity/v1/data_transfer.rb', line 383 class ListDestinationsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |