Class: Google::Cloud::Container::V1beta1::ListLocationsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Container::V1beta1::ListLocationsRequest
- 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
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#parent ⇒ ::String
Returns Required. Contains the name of the resource requested.
Specified in the format projects/*
.
4174 4175 4176 4177 |
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 4174 class ListLocationsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |