public interface SpecSourceOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getGameServerConfigName()
The game server config resource.
|
ByteString |
getGameServerConfigNameBytes()
The game server config resource.
|
String |
getName()
The name of the fleet config or scaling config that is used to derive
the fleet or fleet autoscaler spec.
|
ByteString |
getNameBytes()
The name of the fleet config or scaling config that is used to derive
the fleet or fleet autoscaler spec.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
String getGameServerConfigName()
The game server config resource. It is of the form `projects/{project}/locations/{location}/gameServerDeployments/{deployment_id}/configs/{config_id}`
string game_server_config_name = 1;
ByteString getGameServerConfigNameBytes()
The game server config resource. It is of the form `projects/{project}/locations/{location}/gameServerDeployments/{deployment_id}/configs/{config_id}`
string game_server_config_name = 1;
String getName()
The name of the fleet config or scaling config that is used to derive the fleet or fleet autoscaler spec.
string name = 2;
ByteString getNameBytes()
The name of the fleet config or scaling config that is used to derive the fleet or fleet autoscaler spec.
string name = 2;
Copyright © 2020 Google LLC. All rights reserved.