public static interface TargetDetails.TargetFleetDetails.TargetFleetAutoscalerOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getName()
The name of the Agones autoscaler.
|
ByteString |
getNameBytes()
The name of the Agones autoscaler.
|
SpecSource |
getSpecSource()
Encapsulates the source of the fleet spec.
|
SpecSourceOrBuilder |
getSpecSourceOrBuilder()
Encapsulates the source of the fleet spec.
|
boolean |
hasSpecSource()
Encapsulates the source of the fleet spec.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
String getName()
The name of the Agones autoscaler.
string name = 1;
ByteString getNameBytes()
The name of the Agones autoscaler.
string name = 1;
boolean hasSpecSource()
Encapsulates the source of the fleet spec. Details about the agones autoscaler spec.
.google.cloud.gaming.v1alpha.SpecSource spec_source = 2;
SpecSource getSpecSource()
Encapsulates the source of the fleet spec. Details about the agones autoscaler spec.
.google.cloud.gaming.v1alpha.SpecSource spec_source = 2;
SpecSourceOrBuilder getSpecSourceOrBuilder()
Encapsulates the source of the fleet spec. Details about the agones autoscaler spec.
.google.cloud.gaming.v1alpha.SpecSource spec_source = 2;
Copyright © 2020 Google LLC. All rights reserved.