public interface PreviewCreateGameServerClusterRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
GameServerCluster |
getGameServerCluster()
Required.
|
String |
getGameServerClusterId()
Required.
|
com.google.protobuf.ByteString |
getGameServerClusterIdBytes()
Required.
|
GameServerClusterOrBuilder |
getGameServerClusterOrBuilder()
Required.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
com.google.protobuf.Timestamp |
getPreviewTime()
Optional.
|
com.google.protobuf.TimestampOrBuilder |
getPreviewTimeOrBuilder()
Optional.
|
GameServerClusterView |
getView()
Deprecated.
google.cloud.gaming.v1.PreviewCreateGameServerClusterRequest.view is deprecated.
See google/cloud/gaming/v1/game_server_clusters.proto;l=153
|
int |
getViewValue()
Deprecated.
google.cloud.gaming.v1.PreviewCreateGameServerClusterRequest.view is deprecated.
See google/cloud/gaming/v1/game_server_clusters.proto;l=153
|
boolean |
hasGameServerCluster()
Required.
|
boolean |
hasPreviewTime()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. The parent resource name, in the following form:
`projects/{project}/locations/{location}/realms/{realm}`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getParentBytes()
Required. The parent resource name, in the following form:
`projects/{project}/locations/{location}/realms/{realm}`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
String getGameServerClusterId()
Required. The ID of the game server cluster resource to be created.
string game_server_cluster_id = 2 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getGameServerClusterIdBytes()
Required. The ID of the game server cluster resource to be created.
string game_server_cluster_id = 2 [(.google.api.field_behavior) = REQUIRED];boolean hasGameServerCluster()
Required. The game server cluster resource to be created.
.google.cloud.gaming.v1.GameServerCluster game_server_cluster = 3 [(.google.api.field_behavior) = REQUIRED];
GameServerCluster getGameServerCluster()
Required. The game server cluster resource to be created.
.google.cloud.gaming.v1.GameServerCluster game_server_cluster = 3 [(.google.api.field_behavior) = REQUIRED];
GameServerClusterOrBuilder getGameServerClusterOrBuilder()
Required. The game server cluster resource to be created.
.google.cloud.gaming.v1.GameServerCluster game_server_cluster = 3 [(.google.api.field_behavior) = REQUIRED];
boolean hasPreviewTime()
Optional. The target timestamp to compute the preview.
.google.protobuf.Timestamp preview_time = 4 [(.google.api.field_behavior) = OPTIONAL];
com.google.protobuf.Timestamp getPreviewTime()
Optional. The target timestamp to compute the preview.
.google.protobuf.Timestamp preview_time = 4 [(.google.api.field_behavior) = OPTIONAL];
com.google.protobuf.TimestampOrBuilder getPreviewTimeOrBuilder()
Optional. The target timestamp to compute the preview.
.google.protobuf.Timestamp preview_time = 4 [(.google.api.field_behavior) = OPTIONAL];
@Deprecated int getViewValue()
Optional. This field is deprecated, preview will always return KubernetesClusterState.
.google.cloud.gaming.v1.GameServerClusterView view = 6 [deprecated = true, (.google.api.field_behavior) = OPTIONAL];
@Deprecated GameServerClusterView getView()
Optional. This field is deprecated, preview will always return KubernetesClusterState.
.google.cloud.gaming.v1.GameServerClusterView view = 6 [deprecated = true, (.google.api.field_behavior) = OPTIONAL];
Copyright © 2023 Google LLC. All rights reserved.