public interface CreateGameServerConfigRequestOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getConfigId()
Required.
|
ByteString |
getConfigIdBytes()
Required.
|
GameServerConfig |
getGameServerConfig()
Required.
|
GameServerConfigOrBuilder |
getGameServerConfigOrBuilder()
Required.
|
String |
getParent()
Required.
|
ByteString |
getParentBytes()
Required.
|
boolean |
hasGameServerConfig()
Required.
|
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}/gameServerDeployments/{deployment}/`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
ByteString getParentBytes()
Required. The parent resource name, using the form: `projects/{project}/locations/{location}/gameServerDeployments/{deployment}/`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
String getConfigId()
Required. The ID of the game server config resource to be created.
string config_id = 2 [(.google.api.field_behavior) = REQUIRED];
ByteString getConfigIdBytes()
Required. The ID of the game server config resource to be created.
string config_id = 2 [(.google.api.field_behavior) = REQUIRED];
boolean hasGameServerConfig()
Required. The game server config resource to be created.
.google.cloud.gaming.v1alpha.GameServerConfig game_server_config = 3 [(.google.api.field_behavior) = REQUIRED];
GameServerConfig getGameServerConfig()
Required. The game server config resource to be created.
.google.cloud.gaming.v1alpha.GameServerConfig game_server_config = 3 [(.google.api.field_behavior) = REQUIRED];
GameServerConfigOrBuilder getGameServerConfigOrBuilder()
Required. The game server config resource to be created.
.google.cloud.gaming.v1alpha.GameServerConfig game_server_config = 3 [(.google.api.field_behavior) = REQUIRED];
Copyright © 2020 Google LLC. All rights reserved.