public interface PreviewDeleteGameServerClusterRequestOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getName()
Required.
|
ByteString |
getNameBytes()
Required.
|
Timestamp |
getPreviewTime()
Optional.
|
TimestampOrBuilder |
getPreviewTimeOrBuilder()
Optional.
|
boolean |
hasPreviewTime()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
String getName()
Required. The name of the game server cluster to delete, using the form: `projects/{project}/locations/{location}/gameServerClusters/{cluster}`
string name = 1 [(.google.api.field_behavior) = REQUIRED];
ByteString getNameBytes()
Required. The name of the game server cluster to delete, using the form: `projects/{project}/locations/{location}/gameServerClusters/{cluster}`
string name = 1 [(.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 = 2 [(.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 = 2 [(.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 = 2 [(.google.api.field_behavior) = OPTIONAL];
Copyright © 2020 Google LLC. All rights reserved.