Class: Google::Cloud::Gaming::V1::PreviewDeleteGameServerClusterRequest

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

Instance Attribute Summary collapse

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

Returns:

  • (::String)

    Required. The name of the game server cluster to delete, in the following form: projects/{project}/locations/{location}/gameServerClusters/{cluster}.



167
168
169
170
# File 'proto_docs/google/cloud/gaming/v1/game_server_clusters.rb', line 167

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

#preview_time::Google::Protobuf::Timestamp

Returns Optional. The target timestamp to compute the preview.

Returns:



167
168
169
170
# File 'proto_docs/google/cloud/gaming/v1/game_server_clusters.rb', line 167

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