Class: Google::Cloud::Gaming::V1::PreviewCreateGameServerClusterRequest

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

Instance Attribute Summary collapse

Instance Attribute Details

#game_server_cluster::Google::Cloud::Gaming::V1::GameServerCluster

Returns Required. The game server cluster resource to be created.

Returns:



127
128
129
130
# File 'proto_docs/google/cloud/gaming/v1/game_server_clusters.rb', line 127

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

#game_server_cluster_id::String

Returns Required. The ID of the game server cluster resource to be created.

Returns:

  • (::String)

    Required. The ID of the game server cluster resource to be created.



127
128
129
130
# File 'proto_docs/google/cloud/gaming/v1/game_server_clusters.rb', line 127

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

#parent::String

Returns Required. The parent resource name, in the following form: projects/{project}/locations/{location}/realms/{realm}.

Returns:

  • (::String)

    Required. The parent resource name, in the following form: projects/{project}/locations/{location}/realms/{realm}.



127
128
129
130
# File 'proto_docs/google/cloud/gaming/v1/game_server_clusters.rb', line 127

class PreviewCreateGameServerClusterRequest
  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:



127
128
129
130
# File 'proto_docs/google/cloud/gaming/v1/game_server_clusters.rb', line 127

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

#view::Google::Cloud::Gaming::V1::GameServerClusterView

Returns Optional. This field is deprecated, preview will always return KubernetesClusterState.

Returns:



127
128
129
130
# File 'proto_docs/google/cloud/gaming/v1/game_server_clusters.rb', line 127

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