Class: Google::Cloud::Gaming::V1::DeleteGameServerClusterRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Gaming::V1::DeleteGameServerClusterRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gaming/v1/game_server_clusters.rb
Overview
Request message for GameServerClustersService.DeleteGameServerCluster.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the game server cluster to delete, in the following form:
projects/{project}/locations/{location}/gameServerClusters/{cluster}
.
154 155 156 157 |
# File 'proto_docs/google/cloud/gaming/v1/game_server_clusters.rb', line 154 class DeleteGameServerClusterRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |