Class: Google::Cloud::NetworkServices::V1::ListGatewaysRequest
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkServices::V1::ListGatewaysRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networkservices/v1/gateway.rb
Overview
Request used with the ListGateways method.
Instance Attribute Summary collapse
-
#page_size ⇒ ::Integer
Maximum number of Gateways to return per call.
-
#page_token ⇒ ::String
The value returned by the last
ListGatewaysResponse
Indicates that this is a continuation of a priorListGateways
call, and that the system should return the next page of data. -
#parent ⇒ ::String
Required.
Instance Attribute Details
#page_size ⇒ ::Integer
Returns Maximum number of Gateways to return per call.
114 115 116 117 |
# File 'proto_docs/google/cloud/networkservices/v1/gateway.rb', line 114 class ListGatewaysRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns The value returned by the last ListGatewaysResponse
Indicates that this is a continuation of a prior ListGateways
call,
and that the system should return the next page of data.
114 115 116 117 |
# File 'proto_docs/google/cloud/networkservices/v1/gateway.rb', line 114 class ListGatewaysRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The project and location from which the Gateways should be
listed, specified in the format projects/*/locations/*
.
114 115 116 117 |
# File 'proto_docs/google/cloud/networkservices/v1/gateway.rb', line 114 class ListGatewaysRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |