Class: Google::Cloud::NetworkConnectivity::V1alpha1::ListSpokesRequest
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkConnectivity::V1alpha1::ListSpokesRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networkconnectivity/v1alpha1/hub.rb
Overview
The request for HubService.ListSpokes.
Instance Attribute Summary collapse
-
#filter ⇒ ::String
A filter expression that filters the results listed in the response.
-
#order_by ⇒ ::String
Sort the results by a certain order.
-
#page_size ⇒ ::Integer
The maximum number of results per page that should be returned.
-
#page_token ⇒ ::String
The page token.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#filter ⇒ ::String
Returns A filter expression that filters the results listed in the response.
267 268 269 270 |
# File 'proto_docs/google/cloud/networkconnectivity/v1alpha1/hub.rb', line 267 class ListSpokesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#order_by ⇒ ::String
Returns Sort the results by a certain order.
267 268 269 270 |
# File 'proto_docs/google/cloud/networkconnectivity/v1alpha1/hub.rb', line 267 class ListSpokesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
Returns The maximum number of results per page that should be returned.
267 268 269 270 |
# File 'proto_docs/google/cloud/networkconnectivity/v1alpha1/hub.rb', line 267 class ListSpokesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns The page token.
267 268 269 270 |
# File 'proto_docs/google/cloud/networkconnectivity/v1alpha1/hub.rb', line 267 class ListSpokesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The parent's resource name.
267 268 269 270 |
# File 'proto_docs/google/cloud/networkconnectivity/v1alpha1/hub.rb', line 267 class ListSpokesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |