public static final class FetchDeploymentStateResponse.DeployedFleetDetails.FleetAutoscaler.Builder extends GeneratedMessageV3.Builder<FetchDeploymentStateResponse.DeployedFleetDetails.FleetAutoscaler.Builder> implements FetchDeploymentStateResponse.DeployedFleetDetails.FleetAutoscalerOrBuilder
Details about the autoscaler.Protobuf type
google.cloud.gaming.v1alpha.FetchDeploymentStateResponse.DeployedFleetDetails.FleetAutoscalergetAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofmergeFrompublic static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
public FetchDeploymentStateResponse.DeployedFleetDetails.FleetAutoscaler.Builder clear()
clear in interface Message.Builderclear in interface MessageLite.Builderclear in class GeneratedMessageV3.Builder<FetchDeploymentStateResponse.DeployedFleetDetails.FleetAutoscaler.Builder>public Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface Message.BuildergetDescriptorForType in interface MessageOrBuildergetDescriptorForType in class GeneratedMessageV3.Builder<FetchDeploymentStateResponse.DeployedFleetDetails.FleetAutoscaler.Builder>public FetchDeploymentStateResponse.DeployedFleetDetails.FleetAutoscaler getDefaultInstanceForType()
getDefaultInstanceForType in interface MessageLiteOrBuildergetDefaultInstanceForType in interface MessageOrBuilderpublic FetchDeploymentStateResponse.DeployedFleetDetails.FleetAutoscaler build()
build in interface Message.Builderbuild in interface MessageLite.Builderpublic FetchDeploymentStateResponse.DeployedFleetDetails.FleetAutoscaler buildPartial()
buildPartial in interface Message.BuilderbuildPartial in interface MessageLite.Builderpublic FetchDeploymentStateResponse.DeployedFleetDetails.FleetAutoscaler.Builder clone()
clone in interface Message.Builderclone in interface MessageLite.Builderclone in class GeneratedMessageV3.Builder<FetchDeploymentStateResponse.DeployedFleetDetails.FleetAutoscaler.Builder>public FetchDeploymentStateResponse.DeployedFleetDetails.FleetAutoscaler.Builder setField(Descriptors.FieldDescriptor field, Object value)
setField in interface Message.BuildersetField in class GeneratedMessageV3.Builder<FetchDeploymentStateResponse.DeployedFleetDetails.FleetAutoscaler.Builder>public FetchDeploymentStateResponse.DeployedFleetDetails.FleetAutoscaler.Builder clearField(Descriptors.FieldDescriptor field)
clearField in interface Message.BuilderclearField in class GeneratedMessageV3.Builder<FetchDeploymentStateResponse.DeployedFleetDetails.FleetAutoscaler.Builder>public FetchDeploymentStateResponse.DeployedFleetDetails.FleetAutoscaler.Builder clearOneof(Descriptors.OneofDescriptor oneof)
clearOneof in interface Message.BuilderclearOneof in class GeneratedMessageV3.Builder<FetchDeploymentStateResponse.DeployedFleetDetails.FleetAutoscaler.Builder>public FetchDeploymentStateResponse.DeployedFleetDetails.FleetAutoscaler.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface Message.BuildersetRepeatedField in class GeneratedMessageV3.Builder<FetchDeploymentStateResponse.DeployedFleetDetails.FleetAutoscaler.Builder>public FetchDeploymentStateResponse.DeployedFleetDetails.FleetAutoscaler.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface Message.BuilderaddRepeatedField in class GeneratedMessageV3.Builder<FetchDeploymentStateResponse.DeployedFleetDetails.FleetAutoscaler.Builder>public FetchDeploymentStateResponse.DeployedFleetDetails.FleetAutoscaler.Builder mergeFrom(Message other)
mergeFrom in interface Message.BuildermergeFrom in class AbstractMessage.Builder<FetchDeploymentStateResponse.DeployedFleetDetails.FleetAutoscaler.Builder>public FetchDeploymentStateResponse.DeployedFleetDetails.FleetAutoscaler.Builder mergeFrom(FetchDeploymentStateResponse.DeployedFleetDetails.FleetAutoscaler other)
public final boolean isInitialized()
isInitialized in interface MessageLiteOrBuilderisInitialized in class GeneratedMessageV3.Builder<FetchDeploymentStateResponse.DeployedFleetDetails.FleetAutoscaler.Builder>public FetchDeploymentStateResponse.DeployedFleetDetails.FleetAutoscaler.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface Message.BuildermergeFrom in interface MessageLite.BuildermergeFrom in class AbstractMessage.Builder<FetchDeploymentStateResponse.DeployedFleetDetails.FleetAutoscaler.Builder>IOExceptionpublic String getAutoscalerName()
The name of the Agones autoscaler.
string autoscaler_name = 1;getAutoscalerName in interface FetchDeploymentStateResponse.DeployedFleetDetails.FleetAutoscalerOrBuilderpublic ByteString getAutoscalerNameBytes()
The name of the Agones autoscaler.
string autoscaler_name = 1;getAutoscalerNameBytes in interface FetchDeploymentStateResponse.DeployedFleetDetails.FleetAutoscalerOrBuilderpublic FetchDeploymentStateResponse.DeployedFleetDetails.FleetAutoscaler.Builder setAutoscalerName(String value)
The name of the Agones autoscaler.
string autoscaler_name = 1;value - The autoscalerName to set.public FetchDeploymentStateResponse.DeployedFleetDetails.FleetAutoscaler.Builder clearAutoscalerName()
The name of the Agones autoscaler.
string autoscaler_name = 1;public FetchDeploymentStateResponse.DeployedFleetDetails.FleetAutoscaler.Builder setAutoscalerNameBytes(ByteString value)
The name of the Agones autoscaler.
string autoscaler_name = 1;value - The bytes for autoscalerName to set.public boolean hasSpecSource()
The source spec that is used to create the autoscaler. The game server config and scaling config may no longer exist in the system.
.google.cloud.gaming.v1alpha.SpecSource spec_source = 4;hasSpecSource in interface FetchDeploymentStateResponse.DeployedFleetDetails.FleetAutoscalerOrBuilderpublic SpecSource getSpecSource()
The source spec that is used to create the autoscaler. The game server config and scaling config may no longer exist in the system.
.google.cloud.gaming.v1alpha.SpecSource spec_source = 4;getSpecSource in interface FetchDeploymentStateResponse.DeployedFleetDetails.FleetAutoscalerOrBuilderpublic FetchDeploymentStateResponse.DeployedFleetDetails.FleetAutoscaler.Builder setSpecSource(SpecSource value)
The source spec that is used to create the autoscaler. The game server config and scaling config may no longer exist in the system.
.google.cloud.gaming.v1alpha.SpecSource spec_source = 4;public FetchDeploymentStateResponse.DeployedFleetDetails.FleetAutoscaler.Builder setSpecSource(SpecSource.Builder builderForValue)
The source spec that is used to create the autoscaler. The game server config and scaling config may no longer exist in the system.
.google.cloud.gaming.v1alpha.SpecSource spec_source = 4;public FetchDeploymentStateResponse.DeployedFleetDetails.FleetAutoscaler.Builder mergeSpecSource(SpecSource value)
The source spec that is used to create the autoscaler. The game server config and scaling config may no longer exist in the system.
.google.cloud.gaming.v1alpha.SpecSource spec_source = 4;public FetchDeploymentStateResponse.DeployedFleetDetails.FleetAutoscaler.Builder clearSpecSource()
The source spec that is used to create the autoscaler. The game server config and scaling config may no longer exist in the system.
.google.cloud.gaming.v1alpha.SpecSource spec_source = 4;public SpecSource.Builder getSpecSourceBuilder()
The source spec that is used to create the autoscaler. The game server config and scaling config may no longer exist in the system.
.google.cloud.gaming.v1alpha.SpecSource spec_source = 4;public SpecSourceOrBuilder getSpecSourceOrBuilder()
The source spec that is used to create the autoscaler. The game server config and scaling config may no longer exist in the system.
.google.cloud.gaming.v1alpha.SpecSource spec_source = 4;getSpecSourceOrBuilder in interface FetchDeploymentStateResponse.DeployedFleetDetails.FleetAutoscalerOrBuilderpublic String getFleetAutoscalerSpec()
The autoscaler spec. This is sent because it is possible that we may no longer have the corresponding game server config in our systems.
string fleet_autoscaler_spec = 3;getFleetAutoscalerSpec in interface FetchDeploymentStateResponse.DeployedFleetDetails.FleetAutoscalerOrBuilderpublic ByteString getFleetAutoscalerSpecBytes()
The autoscaler spec. This is sent because it is possible that we may no longer have the corresponding game server config in our systems.
string fleet_autoscaler_spec = 3;getFleetAutoscalerSpecBytes in interface FetchDeploymentStateResponse.DeployedFleetDetails.FleetAutoscalerOrBuilderpublic FetchDeploymentStateResponse.DeployedFleetDetails.FleetAutoscaler.Builder setFleetAutoscalerSpec(String value)
The autoscaler spec. This is sent because it is possible that we may no longer have the corresponding game server config in our systems.
string fleet_autoscaler_spec = 3;value - The fleetAutoscalerSpec to set.public FetchDeploymentStateResponse.DeployedFleetDetails.FleetAutoscaler.Builder clearFleetAutoscalerSpec()
The autoscaler spec. This is sent because it is possible that we may no longer have the corresponding game server config in our systems.
string fleet_autoscaler_spec = 3;public FetchDeploymentStateResponse.DeployedFleetDetails.FleetAutoscaler.Builder setFleetAutoscalerSpecBytes(ByteString value)
The autoscaler spec. This is sent because it is possible that we may no longer have the corresponding game server config in our systems.
string fleet_autoscaler_spec = 3;value - The bytes for fleetAutoscalerSpec to set.public final FetchDeploymentStateResponse.DeployedFleetDetails.FleetAutoscaler.Builder setUnknownFields(UnknownFieldSet unknownFields)
setUnknownFields in interface Message.BuildersetUnknownFields in class GeneratedMessageV3.Builder<FetchDeploymentStateResponse.DeployedFleetDetails.FleetAutoscaler.Builder>public final FetchDeploymentStateResponse.DeployedFleetDetails.FleetAutoscaler.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
mergeUnknownFields in interface Message.BuildermergeUnknownFields in class GeneratedMessageV3.Builder<FetchDeploymentStateResponse.DeployedFleetDetails.FleetAutoscaler.Builder>Copyright © 2020 Google LLC. All rights reserved.