Class: Google::Container::V1beta1::ListLocationsResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/container/v1beta1/doc/google/container/v1beta1/cluster_service.rb

Overview

ListLocationsResponse returns the list of all GKE locations and their recommendation state.

Instance Attribute Summary collapse

Instance Attribute Details

#locationsArray<Google::Container::V1beta1::Location>

Returns A full list of GKE locations.

Returns:



2284
# File 'lib/google/cloud/container/v1beta1/doc/google/container/v1beta1/cluster_service.rb', line 2284

class ListLocationsResponse; end

#next_page_tokenString

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).

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).



2284
# File 'lib/google/cloud/container/v1beta1/doc/google/container/v1beta1/cluster_service.rb', line 2284

class ListLocationsResponse; end