public interface PreviewDeleteGameServerClusterRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Required.
|
com.google.protobuf.ByteString |
getNameBytes()
Required.
|
com.google.protobuf.Timestamp |
getPreviewTime()
Optional.
|
com.google.protobuf.TimestampOrBuilder |
getPreviewTimeOrBuilder()
Optional.
|
boolean |
hasPreviewTime()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Required. The name of the game server cluster to delete, in the following form:
`projects/{project}/locations/{location}/gameServerClusters/{cluster}`.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getNameBytes()
Required. The name of the game server cluster to delete, in the following form:
`projects/{project}/locations/{location}/gameServerClusters/{cluster}`.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
boolean hasPreviewTime()
Optional. The target timestamp to compute the preview.
.google.protobuf.Timestamp preview_time = 2 [(.google.api.field_behavior) = OPTIONAL];
com.google.protobuf.Timestamp getPreviewTime()
Optional. The target timestamp to compute the preview.
.google.protobuf.Timestamp preview_time = 2 [(.google.api.field_behavior) = OPTIONAL];
com.google.protobuf.TimestampOrBuilder getPreviewTimeOrBuilder()
Optional. The target timestamp to compute the preview.
.google.protobuf.Timestamp preview_time = 2 [(.google.api.field_behavior) = OPTIONAL];
Copyright © 2023 Google LLC. All rights reserved.