public static interface DeployedFleetDetails.DeployedFleetAutoscalerOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAutoscaler()
The name of the Agones autoscaler.
|
com.google.protobuf.ByteString |
getAutoscalerBytes()
The name of the Agones autoscaler.
|
String |
getFleetAutoscalerSpec()
The autoscaler spec retrieved from Agones.
|
com.google.protobuf.ByteString |
getFleetAutoscalerSpecBytes()
The autoscaler spec retrieved from Agones.
|
SpecSource |
getSpecSource()
The source spec that is used to create the autoscaler.
|
SpecSourceOrBuilder |
getSpecSourceOrBuilder()
The source spec that is used to create the autoscaler.
|
boolean |
hasSpecSource()
The source spec that is used to create the autoscaler.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getAutoscaler()
The name of the Agones autoscaler.
string autoscaler = 1;com.google.protobuf.ByteString getAutoscalerBytes()
The name of the Agones autoscaler.
string autoscaler = 1;boolean hasSpecSource()
The source spec that is used to create the autoscaler. The GameServerConfig resource may no longer exist in the system.
.google.cloud.gaming.v1.SpecSource spec_source = 4;SpecSource getSpecSource()
The source spec that is used to create the autoscaler. The GameServerConfig resource may no longer exist in the system.
.google.cloud.gaming.v1.SpecSource spec_source = 4;SpecSourceOrBuilder getSpecSourceOrBuilder()
The source spec that is used to create the autoscaler. The GameServerConfig resource may no longer exist in the system.
.google.cloud.gaming.v1.SpecSource spec_source = 4;String getFleetAutoscalerSpec()
The autoscaler spec retrieved from Agones.
string fleet_autoscaler_spec = 3;com.google.protobuf.ByteString getFleetAutoscalerSpecBytes()
The autoscaler spec retrieved from Agones.
string fleet_autoscaler_spec = 3;Copyright © 2023 Google LLC. All rights reserved.