Reference documentation and code samples for the Kubernetes Engine V1beta1 API class Google::Cloud::Container::V1beta1::ListLocationsResponse.
ListLocationsResponse returns the list of all GKE locations and their recommendation state.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#locations
def locations() -> ::Array<::Google::Cloud::Container::V1beta1::Location>
Returns
- (::Array<::Google::Cloud::Container::V1beta1::Location>) — A full list of GKE locations.
#locations=
def locations=(value) -> ::Array<::Google::Cloud::Container::V1beta1::Location>
Parameter
- value (::Array<::Google::Cloud::Container::V1beta1::Location>) — A full list of GKE locations.
Returns
- (::Array<::Google::Cloud::Container::V1beta1::Location>) — A full list of GKE locations.
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — 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).
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
- value (::String) — 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).
Returns
- (::String) — 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).