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

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#locations::Array<::Google::Cloud::Container::V1beta1::Location>

Returns A full list of GKE locations.

Returns:



4884
4885
4886
4887
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 4884

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

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



4884
4885
4886
4887
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 4884

class ListLocationsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end