public interface PreviewCreateGameServerClusterRequestOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
GameServerCluster |
getGameServerCluster()
Required.
|
String |
getGameServerClusterId()
Required.
|
ByteString |
getGameServerClusterIdBytes()
Required.
|
GameServerClusterOrBuilder |
getGameServerClusterOrBuilder()
Required.
|
String |
getParent()
Required.
|
ByteString |
getParentBytes()
Required.
|
Timestamp |
getPreviewTime()
Optional.
|
TimestampOrBuilder |
getPreviewTimeOrBuilder()
Optional.
|
boolean |
hasGameServerCluster()
Required.
|
boolean |
hasPreviewTime()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
String getParent()
Required. The parent resource name, using the form: `projects/{project}/locations/{location}/realms/{realm-id}`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED];
ByteString getParentBytes()
Required. The parent resource name, using the form: `projects/{project}/locations/{location}/realms/{realm-id}`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED];
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];
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.v1alpha.GameServerCluster game_server_cluster = 3 [(.google.api.field_behavior) = REQUIRED];
GameServerCluster getGameServerCluster()
Required. The game server cluster resource to be created.
.google.cloud.gaming.v1alpha.GameServerCluster game_server_cluster = 3 [(.google.api.field_behavior) = REQUIRED];
GameServerClusterOrBuilder getGameServerClusterOrBuilder()
Required. The game server cluster resource to be created.
.google.cloud.gaming.v1alpha.GameServerCluster game_server_cluster = 3 [(.google.api.field_behavior) = REQUIRED];
boolean hasPreviewTime()
Optional. The instant of time at which the preview needs to be computed.
.google.protobuf.Timestamp preview_time = 4 [(.google.api.field_behavior) = OPTIONAL];
Timestamp getPreviewTime()
Optional. The instant of time at which the preview needs to be computed.
.google.protobuf.Timestamp preview_time = 4 [(.google.api.field_behavior) = OPTIONAL];
TimestampOrBuilder getPreviewTimeOrBuilder()
Optional. The instant of time at which the preview needs to be computed.
.google.protobuf.Timestamp preview_time = 4 [(.google.api.field_behavior) = OPTIONAL];
Copyright © 2020 Google LLC. All rights reserved.