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