Class: Google::Cloud::Container::V1beta1::ListLocationsRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/container/v1beta1/cluster_service.rb

Overview

ListLocationsRequest is used to request the locations that offer GKE.

Instance Attribute Summary collapse

Instance Attribute Details

#parent::String

Returns Required. Contains the name of the resource requested. Specified in the format projects/*.

Returns:

  • (::String)

    Required. Contains the name of the resource requested. Specified in the format projects/*.



4868
4869
4870
4871
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 4868

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