public final class UpgradeClusterStatus extends com.google.protobuf.GeneratedMessageV3 implements UpgradeClusterStatusOrBuilder
Message for current status of the Major Version Upgrade operation.Protobuf type
google.cloud.alloydb.v1.UpgradeClusterStatus| Modifier and Type | Class and Description |
|---|---|
static class |
UpgradeClusterStatus.Builder
Message for current status of the Major Version Upgrade operation.
|
static class |
UpgradeClusterStatus.ReadPoolInstancesUpgradeStageStatus
Read pool instances upgrade specific status.
|
static interface |
UpgradeClusterStatus.ReadPoolInstancesUpgradeStageStatusOrBuilder |
static class |
UpgradeClusterStatus.StageStatus
Status of an upgrade stage.
|
static interface |
UpgradeClusterStatus.StageStatusOrBuilder |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
CANCELLABLE_FIELD_NUMBER |
static int |
SOURCE_VERSION_FIELD_NUMBER |
static int |
STAGES_FIELD_NUMBER |
static int |
STATE_FIELD_NUMBER |
static int |
TARGET_VERSION_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
boolean |
getCancellable()
Whether the operation is cancellable.
|
static UpgradeClusterStatus |
getDefaultInstance() |
UpgradeClusterStatus |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Parser<UpgradeClusterStatus> |
getParserForType() |
int |
getSerializedSize() |
DatabaseVersion |
getSourceVersion()
Source database major version.
|
int |
getSourceVersionValue()
Source database major version.
|
UpgradeClusterStatus.StageStatus |
getStages(int index)
Status of all upgrade stages.
|
int |
getStagesCount()
Status of all upgrade stages.
|
List<UpgradeClusterStatus.StageStatus> |
getStagesList()
Status of all upgrade stages.
|
UpgradeClusterStatus.StageStatusOrBuilder |
getStagesOrBuilder(int index)
Status of all upgrade stages.
|
List<? extends UpgradeClusterStatus.StageStatusOrBuilder> |
getStagesOrBuilderList()
Status of all upgrade stages.
|
UpgradeClusterResponse.Status |
getState()
Cluster Major Version Upgrade state.
|
int |
getStateValue()
Cluster Major Version Upgrade state.
|
DatabaseVersion |
getTargetVersion()
Target database major version.
|
int |
getTargetVersionValue()
Target database major version.
|
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static UpgradeClusterStatus.Builder |
newBuilder() |
static UpgradeClusterStatus.Builder |
newBuilder(UpgradeClusterStatus prototype) |
UpgradeClusterStatus.Builder |
newBuilderForType() |
protected UpgradeClusterStatus.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static UpgradeClusterStatus |
parseDelimitedFrom(InputStream input) |
static UpgradeClusterStatus |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UpgradeClusterStatus |
parseFrom(byte[] data) |
static UpgradeClusterStatus |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UpgradeClusterStatus |
parseFrom(ByteBuffer data) |
static UpgradeClusterStatus |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UpgradeClusterStatus |
parseFrom(com.google.protobuf.ByteString data) |
static UpgradeClusterStatus |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UpgradeClusterStatus |
parseFrom(com.google.protobuf.CodedInputStream input) |
static UpgradeClusterStatus |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UpgradeClusterStatus |
parseFrom(InputStream input) |
static UpgradeClusterStatus |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<UpgradeClusterStatus> |
parser() |
UpgradeClusterStatus.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, 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, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int STATE_FIELD_NUMBER
public static final int CANCELLABLE_FIELD_NUMBER
public static final int SOURCE_VERSION_FIELD_NUMBER
public static final int TARGET_VERSION_FIELD_NUMBER
public static final int STAGES_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public int getStateValue()
Cluster Major Version Upgrade state.
.google.cloud.alloydb.v1.UpgradeClusterResponse.Status state = 1;getStateValue in interface UpgradeClusterStatusOrBuilderpublic UpgradeClusterResponse.Status getState()
Cluster Major Version Upgrade state.
.google.cloud.alloydb.v1.UpgradeClusterResponse.Status state = 1;getState in interface UpgradeClusterStatusOrBuilderpublic boolean getCancellable()
Whether the operation is cancellable.
bool cancellable = 2;getCancellable in interface UpgradeClusterStatusOrBuilderpublic int getSourceVersionValue()
Source database major version.
.google.cloud.alloydb.v1.DatabaseVersion source_version = 3;getSourceVersionValue in interface UpgradeClusterStatusOrBuilderpublic DatabaseVersion getSourceVersion()
Source database major version.
.google.cloud.alloydb.v1.DatabaseVersion source_version = 3;getSourceVersion in interface UpgradeClusterStatusOrBuilderpublic int getTargetVersionValue()
Target database major version.
.google.cloud.alloydb.v1.DatabaseVersion target_version = 4;getTargetVersionValue in interface UpgradeClusterStatusOrBuilderpublic DatabaseVersion getTargetVersion()
Target database major version.
.google.cloud.alloydb.v1.DatabaseVersion target_version = 4;getTargetVersion in interface UpgradeClusterStatusOrBuilderpublic List<UpgradeClusterStatus.StageStatus> getStagesList()
Status of all upgrade stages.
repeated .google.cloud.alloydb.v1.UpgradeClusterStatus.StageStatus stages = 5;getStagesList in interface UpgradeClusterStatusOrBuilderpublic List<? extends UpgradeClusterStatus.StageStatusOrBuilder> getStagesOrBuilderList()
Status of all upgrade stages.
repeated .google.cloud.alloydb.v1.UpgradeClusterStatus.StageStatus stages = 5;getStagesOrBuilderList in interface UpgradeClusterStatusOrBuilderpublic int getStagesCount()
Status of all upgrade stages.
repeated .google.cloud.alloydb.v1.UpgradeClusterStatus.StageStatus stages = 5;getStagesCount in interface UpgradeClusterStatusOrBuilderpublic UpgradeClusterStatus.StageStatus getStages(int index)
Status of all upgrade stages.
repeated .google.cloud.alloydb.v1.UpgradeClusterStatus.StageStatus stages = 5;getStages in interface UpgradeClusterStatusOrBuilderpublic UpgradeClusterStatus.StageStatusOrBuilder getStagesOrBuilder(int index)
Status of all upgrade stages.
repeated .google.cloud.alloydb.v1.UpgradeClusterStatus.StageStatus stages = 5;getStagesOrBuilder in interface UpgradeClusterStatusOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static UpgradeClusterStatus parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static UpgradeClusterStatus parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static UpgradeClusterStatus parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static UpgradeClusterStatus parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static UpgradeClusterStatus parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static UpgradeClusterStatus parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static UpgradeClusterStatus parseFrom(InputStream input) throws IOException
IOExceptionpublic static UpgradeClusterStatus parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static UpgradeClusterStatus parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static UpgradeClusterStatus parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static UpgradeClusterStatus parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static UpgradeClusterStatus parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic UpgradeClusterStatus.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static UpgradeClusterStatus.Builder newBuilder()
public static UpgradeClusterStatus.Builder newBuilder(UpgradeClusterStatus prototype)
public UpgradeClusterStatus.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected UpgradeClusterStatus.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static UpgradeClusterStatus getDefaultInstance()
public static com.google.protobuf.Parser<UpgradeClusterStatus> parser()
public com.google.protobuf.Parser<UpgradeClusterStatus> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public UpgradeClusterStatus getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2025 Google LLC. All rights reserved.