Class: Google::Cloud::NetworkConnectivity::V1::ListServiceConnectionTokensRequest
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkConnectivity::V1::ListServiceConnectionTokensRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networkconnectivity/v1/cross_network_automation.rb
Overview
Request for ListServiceConnectionTokens.
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.
1004 1005 1006 1007 |
# File 'proto_docs/google/cloud/networkconnectivity/v1/cross_network_automation.rb', line 1004 class ListServiceConnectionTokensRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#order_by ⇒ ::String
Returns Sort the results by a certain order.
1004 1005 1006 1007 |
# File 'proto_docs/google/cloud/networkconnectivity/v1/cross_network_automation.rb', line 1004 class ListServiceConnectionTokensRequest 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.
1004 1005 1006 1007 |
# File 'proto_docs/google/cloud/networkconnectivity/v1/cross_network_automation.rb', line 1004 class ListServiceConnectionTokensRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns The page token.
1004 1005 1006 1007 |
# File 'proto_docs/google/cloud/networkconnectivity/v1/cross_network_automation.rb', line 1004 class ListServiceConnectionTokensRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The parent resource's name. ex. projects/123/locations/us-east1.
1004 1005 1006 1007 |
# File 'proto_docs/google/cloud/networkconnectivity/v1/cross_network_automation.rb', line 1004 class ListServiceConnectionTokensRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |