Class: Google::Cloud::Gaming::V1::PreviewCreateGameServerClusterResponse

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

Response message for GameServerClustersService.PreviewCreateGameServerCluster.

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_state::Google::Cloud::Gaming::V1::KubernetesClusterState (readonly)

Returns Output only. The state of the Kubernetes cluster in preview, this will be available if 'view' is set to FULL in the relevant List/Get/Preview request.

Returns:



144
145
146
147
# File 'proto_docs/google/cloud/gaming/v1/game_server_clusters.rb', line 144

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

#etag::String

Returns The ETag of the game server cluster.

Returns:

  • (::String)

    The ETag of the game server cluster.



144
145
146
147
# File 'proto_docs/google/cloud/gaming/v1/game_server_clusters.rb', line 144

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

#target_state::Google::Cloud::Gaming::V1::TargetState

Returns The target state.

Returns:



144
145
146
147
# File 'proto_docs/google/cloud/gaming/v1/game_server_clusters.rb', line 144

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