Class: Google::Cloud::Container::V1beta1::ListLocationsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Container::V1beta1::ListLocationsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/container/v1beta1/cluster_service.rb
Overview
ListLocationsResponse returns the list of all GKE locations and their recommendation state.
Instance Attribute Summary collapse
-
#locations ⇒ ::Array<::Google::Cloud::Container::V1beta1::Location>
A full list of GKE locations.
-
#next_page_token ⇒ ::String
Only return ListLocationsResponse that occur after the page_token.
Instance Attribute Details
#locations ⇒ ::Array<::Google::Cloud::Container::V1beta1::Location>
Returns A full list of GKE locations.
4190 4191 4192 4193 |
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 4190 class ListLocationsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns Only return ListLocationsResponse that occur after the page_token. This value should be populated from the ListLocationsResponse.next_page_token if that response token was set (which happens when listing more Locations than fit in a single ListLocationsResponse).
4190 4191 4192 4193 |
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 4190 class ListLocationsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |