Reference documentation and code samples for the API Gateway V1 API class Google::Cloud::ApiGateway::V1::ListGatewaysResponse.
Response message for ApiGatewayService.ListGateways
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#gateways
def gateways() -> ::Array<::Google::Cloud::ApiGateway::V1::Gateway> Returns 
 - (::Array<::Google::Cloud::ApiGateway::V1::Gateway>) — Gateways.
#gateways=
def gateways=(value) -> ::Array<::Google::Cloud::ApiGateway::V1::Gateway> Parameter 
 - value (::Array<::Google::Cloud::ApiGateway::V1::Gateway>) — Gateways.
 Returns 
 - (::Array<::Google::Cloud::ApiGateway::V1::Gateway>) — Gateways.
#next_page_token
def next_page_token() -> ::String Returns 
 - (::String) — Next page token.
#next_page_token=
def next_page_token=(value) -> ::String Parameter 
 - value (::String) — Next page token.
 Returns 
 - (::String) — Next page token.
#unreachable_locations
def unreachable_locations() -> ::Array<::String> Returns 
 - (::Array<::String>) — Locations that could not be reached.
#unreachable_locations=
def unreachable_locations=(value) -> ::Array<::String> Parameter 
 - value (::Array<::String>) — Locations that could not be reached.
 Returns 
 - (::Array<::String>) — Locations that could not be reached.