public static interface FleetDetails.AutoscalerDetailsOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAutoscalerName()
The name of the Agones autoscaler.
|
ByteString |
getAutoscalerNameBytes()
The name of the Agones autoscaler.
|
String |
getScalingConfigName()
The name of the scaling config (within the game server config) that is
used to create the autoscalar.
|
ByteString |
getScalingConfigNameBytes()
The name of the scaling config (within the game server config) that is
used to create the autoscalar.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedString getAutoscalerName()
The name of the Agones autoscaler.
string autoscaler_name = 1;ByteString getAutoscalerNameBytes()
The name of the Agones autoscaler.
string autoscaler_name = 1;String getScalingConfigName()
The name of the scaling config (within the game server config) that is used to create the autoscalar.
string scaling_config_name = 2;ByteString getScalingConfigNameBytes()
The name of the scaling config (within the game server config) that is used to create the autoscalar.
string scaling_config_name = 2;Copyright © 2020 Google LLC. All rights reserved.