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.FleetAutoscaler
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
mergeFrom
public static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
public FetchDeploymentStateResponse.DeployedFleetDetails.FleetAutoscaler.Builder clear()
clear
in interface Message.Builder
clear
in interface MessageLite.Builder
clear
in class GeneratedMessageV3.Builder<FetchDeploymentStateResponse.DeployedFleetDetails.FleetAutoscaler.Builder>
public Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface Message.Builder
getDescriptorForType
in interface MessageOrBuilder
getDescriptorForType
in class GeneratedMessageV3.Builder<FetchDeploymentStateResponse.DeployedFleetDetails.FleetAutoscaler.Builder>
public FetchDeploymentStateResponse.DeployedFleetDetails.FleetAutoscaler getDefaultInstanceForType()
getDefaultInstanceForType
in interface MessageLiteOrBuilder
getDefaultInstanceForType
in interface MessageOrBuilder
public FetchDeploymentStateResponse.DeployedFleetDetails.FleetAutoscaler build()
build
in interface Message.Builder
build
in interface MessageLite.Builder
public FetchDeploymentStateResponse.DeployedFleetDetails.FleetAutoscaler buildPartial()
buildPartial
in interface Message.Builder
buildPartial
in interface MessageLite.Builder
public FetchDeploymentStateResponse.DeployedFleetDetails.FleetAutoscaler.Builder clone()
clone
in interface Message.Builder
clone
in interface MessageLite.Builder
clone
in class GeneratedMessageV3.Builder<FetchDeploymentStateResponse.DeployedFleetDetails.FleetAutoscaler.Builder>
public FetchDeploymentStateResponse.DeployedFleetDetails.FleetAutoscaler.Builder setField(Descriptors.FieldDescriptor field, Object value)
setField
in interface Message.Builder
setField
in class GeneratedMessageV3.Builder<FetchDeploymentStateResponse.DeployedFleetDetails.FleetAutoscaler.Builder>
public FetchDeploymentStateResponse.DeployedFleetDetails.FleetAutoscaler.Builder clearField(Descriptors.FieldDescriptor field)
clearField
in interface Message.Builder
clearField
in class GeneratedMessageV3.Builder<FetchDeploymentStateResponse.DeployedFleetDetails.FleetAutoscaler.Builder>
public FetchDeploymentStateResponse.DeployedFleetDetails.FleetAutoscaler.Builder clearOneof(Descriptors.OneofDescriptor oneof)
clearOneof
in interface Message.Builder
clearOneof
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.Builder
setRepeatedField
in class GeneratedMessageV3.Builder<FetchDeploymentStateResponse.DeployedFleetDetails.FleetAutoscaler.Builder>
public FetchDeploymentStateResponse.DeployedFleetDetails.FleetAutoscaler.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
addRepeatedField
in interface Message.Builder
addRepeatedField
in class GeneratedMessageV3.Builder<FetchDeploymentStateResponse.DeployedFleetDetails.FleetAutoscaler.Builder>
public FetchDeploymentStateResponse.DeployedFleetDetails.FleetAutoscaler.Builder mergeFrom(Message other)
mergeFrom
in interface Message.Builder
mergeFrom
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 MessageLiteOrBuilder
isInitialized
in class GeneratedMessageV3.Builder<FetchDeploymentStateResponse.DeployedFleetDetails.FleetAutoscaler.Builder>
public FetchDeploymentStateResponse.DeployedFleetDetails.FleetAutoscaler.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface Message.Builder
mergeFrom
in interface MessageLite.Builder
mergeFrom
in class AbstractMessage.Builder<FetchDeploymentStateResponse.DeployedFleetDetails.FleetAutoscaler.Builder>
IOException
public String getAutoscalerName()
The name of the Agones autoscaler.
string autoscaler_name = 1;
getAutoscalerName
in interface FetchDeploymentStateResponse.DeployedFleetDetails.FleetAutoscalerOrBuilder
public ByteString getAutoscalerNameBytes()
The name of the Agones autoscaler.
string autoscaler_name = 1;
getAutoscalerNameBytes
in interface FetchDeploymentStateResponse.DeployedFleetDetails.FleetAutoscalerOrBuilder
public 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.FleetAutoscalerOrBuilder
public 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.FleetAutoscalerOrBuilder
public 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.FleetAutoscalerOrBuilder
public 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.FleetAutoscalerOrBuilder
public 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.FleetAutoscalerOrBuilder
public 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.Builder
setUnknownFields
in class GeneratedMessageV3.Builder<FetchDeploymentStateResponse.DeployedFleetDetails.FleetAutoscaler.Builder>
public final FetchDeploymentStateResponse.DeployedFleetDetails.FleetAutoscaler.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
mergeUnknownFields
in interface Message.Builder
mergeUnknownFields
in class GeneratedMessageV3.Builder<FetchDeploymentStateResponse.DeployedFleetDetails.FleetAutoscaler.Builder>
Copyright © 2020 Google LLC. All rights reserved.