public interface PreviewCreateGameServerClusterResponseOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
DeployedState |
getDeployedState()
Deprecated.
|
DeployedStateOrBuilder |
getDeployedStateOrBuilder()
Deprecated.
|
String |
getEtag()
The ETag of the game server cluster.
|
ByteString |
getEtagBytes()
The ETag of the game server cluster.
|
TargetState |
getTargetState()
The target state.
|
TargetStateOrBuilder |
getTargetStateOrBuilder()
The target state.
|
boolean |
hasDeployedState()
Deprecated.
|
boolean |
hasTargetState()
The target state.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
@Deprecated boolean hasDeployedState()
The deployed state.
.google.cloud.gaming.v1alpha.DeployedState deployed_state = 1 [deprecated = true];
@Deprecated DeployedState getDeployedState()
The deployed state.
.google.cloud.gaming.v1alpha.DeployedState deployed_state = 1 [deprecated = true];
@Deprecated DeployedStateOrBuilder getDeployedStateOrBuilder()
The deployed state.
.google.cloud.gaming.v1alpha.DeployedState deployed_state = 1 [deprecated = true];
String getEtag()
The ETag of the game server cluster.
string etag = 2;
ByteString getEtagBytes()
The ETag of the game server cluster.
string etag = 2;
boolean hasTargetState()
The target state.
.google.cloud.gaming.v1alpha.TargetState target_state = 3;
TargetState getTargetState()
The target state.
.google.cloud.gaming.v1alpha.TargetState target_state = 3;
TargetStateOrBuilder getTargetStateOrBuilder()
The target state.
.google.cloud.gaming.v1alpha.TargetState target_state = 3;
Copyright © 2020 Google LLC. All rights reserved.