public static final class FetchDeploymentStateResponse.DeployedFleetDetails.FleetAutoscaler extends GeneratedMessageV3 implements FetchDeploymentStateResponse.DeployedFleetDetails.FleetAutoscalerOrBuilder
Details about the autoscaler.Protobuf type
google.cloud.gaming.v1alpha.FetchDeploymentStateResponse.DeployedFleetDetails.FleetAutoscaler
Modifier and Type | Class and Description |
---|---|
static class |
FetchDeploymentStateResponse.DeployedFleetDetails.FleetAutoscaler.Builder
Details about the autoscaler.
|
GeneratedMessageV3.BuilderParent, GeneratedMessageV3.ExtendableBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage,BuilderType extends GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, GeneratedMessageV3.ExtendableMessage<MessageType extends GeneratedMessageV3.ExtendableMessage>, GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage>, GeneratedMessageV3.FieldAccessorTable, GeneratedMessageV3.UnusedPrivateParameter
AbstractMessageLite.InternalOneOfEnum
Modifier and Type | Field and Description |
---|---|
static int |
AUTOSCALER_NAME_FIELD_NUMBER |
static int |
FLEET_AUTOSCALER_SPEC_FIELD_NUMBER |
static int |
SPEC_SOURCE_FIELD_NUMBER |
alwaysUseFieldBuilders, unknownFields
memoizedSize
memoizedHashCode
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
toByteArray, toByteString, writeDelimitedTo, writeTo
public static final int AUTOSCALER_NAME_FIELD_NUMBER
public static final int SPEC_SOURCE_FIELD_NUMBER
public static final int FLEET_AUTOSCALER_SPEC_FIELD_NUMBER
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance
in class GeneratedMessageV3
public final UnknownFieldSet getUnknownFields()
getUnknownFields
in interface MessageOrBuilder
getUnknownFields
in class GeneratedMessageV3
public static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class GeneratedMessageV3
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 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 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 final boolean isInitialized()
isInitialized
in interface MessageLiteOrBuilder
isInitialized
in class GeneratedMessageV3
public void writeTo(CodedOutputStream output) throws IOException
writeTo
in interface MessageLite
writeTo
in class GeneratedMessageV3
IOException
public int getSerializedSize()
getSerializedSize
in interface MessageLite
getSerializedSize
in class GeneratedMessageV3
public boolean equals(Object obj)
equals
in interface Message
equals
in class AbstractMessage
public int hashCode()
hashCode
in interface Message
hashCode
in class AbstractMessage
public static FetchDeploymentStateResponse.DeployedFleetDetails.FleetAutoscaler parseFrom(ByteBuffer data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static FetchDeploymentStateResponse.DeployedFleetDetails.FleetAutoscaler parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static FetchDeploymentStateResponse.DeployedFleetDetails.FleetAutoscaler parseFrom(ByteString data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static FetchDeploymentStateResponse.DeployedFleetDetails.FleetAutoscaler parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static FetchDeploymentStateResponse.DeployedFleetDetails.FleetAutoscaler parseFrom(byte[] data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static FetchDeploymentStateResponse.DeployedFleetDetails.FleetAutoscaler parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static FetchDeploymentStateResponse.DeployedFleetDetails.FleetAutoscaler parseFrom(InputStream input) throws IOException
IOException
public static FetchDeploymentStateResponse.DeployedFleetDetails.FleetAutoscaler parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static FetchDeploymentStateResponse.DeployedFleetDetails.FleetAutoscaler parseDelimitedFrom(InputStream input) throws IOException
IOException
public static FetchDeploymentStateResponse.DeployedFleetDetails.FleetAutoscaler parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static FetchDeploymentStateResponse.DeployedFleetDetails.FleetAutoscaler parseFrom(CodedInputStream input) throws IOException
IOException
public static FetchDeploymentStateResponse.DeployedFleetDetails.FleetAutoscaler parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public FetchDeploymentStateResponse.DeployedFleetDetails.FleetAutoscaler.Builder newBuilderForType()
newBuilderForType
in interface Message
newBuilderForType
in interface MessageLite
public static FetchDeploymentStateResponse.DeployedFleetDetails.FleetAutoscaler.Builder newBuilder()
public static FetchDeploymentStateResponse.DeployedFleetDetails.FleetAutoscaler.Builder newBuilder(FetchDeploymentStateResponse.DeployedFleetDetails.FleetAutoscaler prototype)
public FetchDeploymentStateResponse.DeployedFleetDetails.FleetAutoscaler.Builder toBuilder()
toBuilder
in interface Message
toBuilder
in interface MessageLite
protected FetchDeploymentStateResponse.DeployedFleetDetails.FleetAutoscaler.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class GeneratedMessageV3
public static FetchDeploymentStateResponse.DeployedFleetDetails.FleetAutoscaler getDefaultInstance()
public static Parser<FetchDeploymentStateResponse.DeployedFleetDetails.FleetAutoscaler> parser()
public Parser<FetchDeploymentStateResponse.DeployedFleetDetails.FleetAutoscaler> getParserForType()
getParserForType
in interface Message
getParserForType
in interface MessageLite
getParserForType
in class GeneratedMessageV3
public FetchDeploymentStateResponse.DeployedFleetDetails.FleetAutoscaler getDefaultInstanceForType()
getDefaultInstanceForType
in interface MessageLiteOrBuilder
getDefaultInstanceForType
in interface MessageOrBuilder
Copyright © 2020 Google LLC. All rights reserved.