public interface GameServerConfigOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
containsLabels(String key)
The labels associated with this game server config.
|
Timestamp |
getCreateTime()
Output only.
|
TimestampOrBuilder |
getCreateTimeOrBuilder()
Output only.
|
String |
getDescription()
The description of the game server config.
|
ByteString |
getDescriptionBytes()
The description of the game server config.
|
FleetConfig |
getFleetConfigs(int index)
The fleet specs contains a list of fleet specs.
|
int |
getFleetConfigsCount()
The fleet specs contains a list of fleet specs.
|
List<FleetConfig> |
getFleetConfigsList()
The fleet specs contains a list of fleet specs.
|
FleetConfigOrBuilder |
getFleetConfigsOrBuilder(int index)
The fleet specs contains a list of fleet specs.
|
List<? extends FleetConfigOrBuilder> |
getFleetConfigsOrBuilderList()
The fleet specs contains a list of fleet specs.
|
Map<String,String> |
getLabels()
Deprecated.
|
int |
getLabelsCount()
The labels associated with this game server config.
|
Map<String,String> |
getLabelsMap()
The labels associated with this game server config.
|
String |
getLabelsOrDefault(String key,
String defaultValue)
The labels associated with this game server config.
|
String |
getLabelsOrThrow(String key)
The labels associated with this game server config.
|
String |
getName()
The resource name of the game server config, using the form:
`projects/{project}/locations/{location}/gameServerDeployments/{deployment}/configs/{config}`.
|
ByteString |
getNameBytes()
The resource name of the game server config, using the form:
`projects/{project}/locations/{location}/gameServerDeployments/{deployment}/configs/{config}`.
|
ScalingConfig |
getScalingConfigs(int index)
The autoscaling settings for Agones fleet.
|
int |
getScalingConfigsCount()
The autoscaling settings for Agones fleet.
|
List<ScalingConfig> |
getScalingConfigsList()
The autoscaling settings for Agones fleet.
|
ScalingConfigOrBuilder |
getScalingConfigsOrBuilder(int index)
The autoscaling settings for Agones fleet.
|
List<? extends ScalingConfigOrBuilder> |
getScalingConfigsOrBuilderList()
The autoscaling settings for Agones fleet.
|
Timestamp |
getUpdateTime()
Output only.
|
TimestampOrBuilder |
getUpdateTimeOrBuilder()
Output only.
|
boolean |
hasCreateTime()
Output only.
|
boolean |
hasUpdateTime()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
String getName()
The resource name of the game server config, using the form: `projects/{project}/locations/{location}/gameServerDeployments/{deployment}/configs/{config}`. For example, `projects/my-project/locations/global/gameServerDeployments/my-game/configs/my-config`.
string name = 1;
ByteString getNameBytes()
The resource name of the game server config, using the form: `projects/{project}/locations/{location}/gameServerDeployments/{deployment}/configs/{config}`. For example, `projects/my-project/locations/global/gameServerDeployments/my-game/configs/my-config`.
string name = 1;
boolean hasCreateTime()
Output only. The creation time.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Timestamp getCreateTime()
Output only. The creation time.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
TimestampOrBuilder getCreateTimeOrBuilder()
Output only. The creation time.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
boolean hasUpdateTime()
Output only. The last-modified time.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Timestamp getUpdateTime()
Output only. The last-modified time.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
TimestampOrBuilder getUpdateTimeOrBuilder()
Output only. The last-modified time.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
int getLabelsCount()
The labels associated with this game server config. Each label is a key-value pair.
map<string, string> labels = 4;
boolean containsLabels(String key)
The labels associated with this game server config. Each label is a key-value pair.
map<string, string> labels = 4;
@Deprecated Map<String,String> getLabels()
getLabelsMap()
instead.Map<String,String> getLabelsMap()
The labels associated with this game server config. Each label is a key-value pair.
map<string, string> labels = 4;
String getLabelsOrDefault(String key, String defaultValue)
The labels associated with this game server config. Each label is a key-value pair.
map<string, string> labels = 4;
String getLabelsOrThrow(String key)
The labels associated with this game server config. Each label is a key-value pair.
map<string, string> labels = 4;
List<FleetConfig> getFleetConfigsList()
The fleet specs contains a list of fleet specs. For Single Cloud, only one fleet config is allowed.
repeated .google.cloud.gaming.v1alpha.FleetConfig fleet_configs = 5;
FleetConfig getFleetConfigs(int index)
The fleet specs contains a list of fleet specs. For Single Cloud, only one fleet config is allowed.
repeated .google.cloud.gaming.v1alpha.FleetConfig fleet_configs = 5;
int getFleetConfigsCount()
The fleet specs contains a list of fleet specs. For Single Cloud, only one fleet config is allowed.
repeated .google.cloud.gaming.v1alpha.FleetConfig fleet_configs = 5;
List<? extends FleetConfigOrBuilder> getFleetConfigsOrBuilderList()
The fleet specs contains a list of fleet specs. For Single Cloud, only one fleet config is allowed.
repeated .google.cloud.gaming.v1alpha.FleetConfig fleet_configs = 5;
FleetConfigOrBuilder getFleetConfigsOrBuilder(int index)
The fleet specs contains a list of fleet specs. For Single Cloud, only one fleet config is allowed.
repeated .google.cloud.gaming.v1alpha.FleetConfig fleet_configs = 5;
List<ScalingConfig> getScalingConfigsList()
The autoscaling settings for Agones fleet.
repeated .google.cloud.gaming.v1alpha.ScalingConfig scaling_configs = 6;
ScalingConfig getScalingConfigs(int index)
The autoscaling settings for Agones fleet.
repeated .google.cloud.gaming.v1alpha.ScalingConfig scaling_configs = 6;
int getScalingConfigsCount()
The autoscaling settings for Agones fleet.
repeated .google.cloud.gaming.v1alpha.ScalingConfig scaling_configs = 6;
List<? extends ScalingConfigOrBuilder> getScalingConfigsOrBuilderList()
The autoscaling settings for Agones fleet.
repeated .google.cloud.gaming.v1alpha.ScalingConfig scaling_configs = 6;
ScalingConfigOrBuilder getScalingConfigsOrBuilder(int index)
The autoscaling settings for Agones fleet.
repeated .google.cloud.gaming.v1alpha.ScalingConfig scaling_configs = 6;
String getDescription()
The description of the game server config.
string description = 7;
ByteString getDescriptionBytes()
The description of the game server config.
string description = 7;
Copyright © 2020 Google LLC. All rights reserved.