Class: Google::Cloud::Gaming::V1::PreviewCreateGameServerClusterRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Gaming::V1::PreviewCreateGameServerClusterRequest
- 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
-
#game_server_cluster ⇒ ::Google::Cloud::Gaming::V1::GameServerCluster
Required.
-
#game_server_cluster_id ⇒ ::String
Required.
-
#parent ⇒ ::String
Required.
-
#preview_time ⇒ ::Google::Protobuf::Timestamp
Optional.
-
#view ⇒ ::Google::Cloud::Gaming::V1::GameServerClusterView
Optional.
Instance Attribute Details
#game_server_cluster ⇒ ::Google::Cloud::Gaming::V1::GameServerCluster
Returns Required. 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 |
#game_server_cluster_id ⇒ ::String
Returns 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}
.
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.
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.
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 |