Class: Google::Cloud::ApiGateway::V1::ListGatewaysResponse
- Inherits:
-
Object
- Object
- Google::Cloud::ApiGateway::V1::ListGatewaysResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/apigateway/v1/apigateway.rb
Overview
Response message for ApiGatewayService.ListGateways
Instance Attribute Summary collapse
-
#gateways ⇒ ::Array<::Google::Cloud::ApiGateway::V1::Gateway>
Gateways.
-
#next_page_token ⇒ ::String
Next page token.
-
#unreachable_locations ⇒ ::Array<::String>
Locations that could not be reached.
Instance Attribute Details
#gateways ⇒ ::Array<::Google::Cloud::ApiGateway::V1::Gateway>
Returns Gateways.
326 327 328 329 |
# File 'proto_docs/google/cloud/apigateway/v1/apigateway.rb', line 326 class ListGatewaysResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns Next page token.
326 327 328 329 |
# File 'proto_docs/google/cloud/apigateway/v1/apigateway.rb', line 326 class ListGatewaysResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable_locations ⇒ ::Array<::String>
Returns Locations that could not be reached.
326 327 328 329 |
# File 'proto_docs/google/cloud/apigateway/v1/apigateway.rb', line 326 class ListGatewaysResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |