public static final class Cluster.TrialMetadata extends com.google.protobuf.GeneratedMessageV3 implements Cluster.TrialMetadataOrBuilder
Contains information and all metadata related to TRIAL clusters.Protobuf type
google.cloud.alloydb.v1.Cluster.TrialMetadata| Modifier and Type | Class and Description |
|---|---|
static class |
Cluster.TrialMetadata.Builder
Contains information and all metadata related to TRIAL clusters.
|
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 |
END_TIME_FIELD_NUMBER |
static int |
GRACE_END_TIME_FIELD_NUMBER |
static int |
START_TIME_FIELD_NUMBER |
static int |
UPGRADE_TIME_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static Cluster.TrialMetadata |
getDefaultInstance() |
Cluster.TrialMetadata |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Timestamp |
getEndTime()
End time of the trial cluster.
|
com.google.protobuf.TimestampOrBuilder |
getEndTimeOrBuilder()
End time of the trial cluster.
|
com.google.protobuf.Timestamp |
getGraceEndTime()
grace end time of the cluster.
|
com.google.protobuf.TimestampOrBuilder |
getGraceEndTimeOrBuilder()
grace end time of the cluster.
|
com.google.protobuf.Parser<Cluster.TrialMetadata> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.Timestamp |
getStartTime()
start time of the trial cluster.
|
com.google.protobuf.TimestampOrBuilder |
getStartTimeOrBuilder()
start time of the trial cluster.
|
com.google.protobuf.Timestamp |
getUpgradeTime()
Upgrade time of trial cluster to Standard cluster.
|
com.google.protobuf.TimestampOrBuilder |
getUpgradeTimeOrBuilder()
Upgrade time of trial cluster to Standard cluster.
|
boolean |
hasEndTime()
End time of the trial cluster.
|
boolean |
hasGraceEndTime()
grace end time of the cluster.
|
int |
hashCode() |
boolean |
hasStartTime()
start time of the trial cluster.
|
boolean |
hasUpgradeTime()
Upgrade time of trial cluster to Standard cluster.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Cluster.TrialMetadata.Builder |
newBuilder() |
static Cluster.TrialMetadata.Builder |
newBuilder(Cluster.TrialMetadata prototype) |
Cluster.TrialMetadata.Builder |
newBuilderForType() |
protected Cluster.TrialMetadata.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static Cluster.TrialMetadata |
parseDelimitedFrom(InputStream input) |
static Cluster.TrialMetadata |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Cluster.TrialMetadata |
parseFrom(byte[] data) |
static Cluster.TrialMetadata |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Cluster.TrialMetadata |
parseFrom(ByteBuffer data) |
static Cluster.TrialMetadata |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Cluster.TrialMetadata |
parseFrom(com.google.protobuf.ByteString data) |
static Cluster.TrialMetadata |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Cluster.TrialMetadata |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Cluster.TrialMetadata |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Cluster.TrialMetadata |
parseFrom(InputStream input) |
static Cluster.TrialMetadata |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<Cluster.TrialMetadata> |
parser() |
Cluster.TrialMetadata.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 START_TIME_FIELD_NUMBER
public static final int END_TIME_FIELD_NUMBER
public static final int UPGRADE_TIME_FIELD_NUMBER
public static final int GRACE_END_TIME_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 boolean hasStartTime()
start time of the trial cluster.
.google.protobuf.Timestamp start_time = 1;hasStartTime in interface Cluster.TrialMetadataOrBuilderpublic com.google.protobuf.Timestamp getStartTime()
start time of the trial cluster.
.google.protobuf.Timestamp start_time = 1;getStartTime in interface Cluster.TrialMetadataOrBuilderpublic com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()
start time of the trial cluster.
.google.protobuf.Timestamp start_time = 1;getStartTimeOrBuilder in interface Cluster.TrialMetadataOrBuilderpublic boolean hasEndTime()
End time of the trial cluster.
.google.protobuf.Timestamp end_time = 2;hasEndTime in interface Cluster.TrialMetadataOrBuilderpublic com.google.protobuf.Timestamp getEndTime()
End time of the trial cluster.
.google.protobuf.Timestamp end_time = 2;getEndTime in interface Cluster.TrialMetadataOrBuilderpublic com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder()
End time of the trial cluster.
.google.protobuf.Timestamp end_time = 2;getEndTimeOrBuilder in interface Cluster.TrialMetadataOrBuilderpublic boolean hasUpgradeTime()
Upgrade time of trial cluster to Standard cluster.
.google.protobuf.Timestamp upgrade_time = 3;hasUpgradeTime in interface Cluster.TrialMetadataOrBuilderpublic com.google.protobuf.Timestamp getUpgradeTime()
Upgrade time of trial cluster to Standard cluster.
.google.protobuf.Timestamp upgrade_time = 3;getUpgradeTime in interface Cluster.TrialMetadataOrBuilderpublic com.google.protobuf.TimestampOrBuilder getUpgradeTimeOrBuilder()
Upgrade time of trial cluster to Standard cluster.
.google.protobuf.Timestamp upgrade_time = 3;getUpgradeTimeOrBuilder in interface Cluster.TrialMetadataOrBuilderpublic boolean hasGraceEndTime()
grace end time of the cluster.
.google.protobuf.Timestamp grace_end_time = 4;hasGraceEndTime in interface Cluster.TrialMetadataOrBuilderpublic com.google.protobuf.Timestamp getGraceEndTime()
grace end time of the cluster.
.google.protobuf.Timestamp grace_end_time = 4;getGraceEndTime in interface Cluster.TrialMetadataOrBuilderpublic com.google.protobuf.TimestampOrBuilder getGraceEndTimeOrBuilder()
grace end time of the cluster.
.google.protobuf.Timestamp grace_end_time = 4;getGraceEndTimeOrBuilder in interface Cluster.TrialMetadataOrBuilderpublic 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 Cluster.TrialMetadata parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Cluster.TrialMetadata parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Cluster.TrialMetadata parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Cluster.TrialMetadata parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Cluster.TrialMetadata parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Cluster.TrialMetadata parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Cluster.TrialMetadata parseFrom(InputStream input) throws IOException
IOExceptionpublic static Cluster.TrialMetadata parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Cluster.TrialMetadata parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static Cluster.TrialMetadata parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Cluster.TrialMetadata parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static Cluster.TrialMetadata parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic Cluster.TrialMetadata.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static Cluster.TrialMetadata.Builder newBuilder()
public static Cluster.TrialMetadata.Builder newBuilder(Cluster.TrialMetadata prototype)
public Cluster.TrialMetadata.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected Cluster.TrialMetadata.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static Cluster.TrialMetadata getDefaultInstance()
public static com.google.protobuf.Parser<Cluster.TrialMetadata> parser()
public com.google.protobuf.Parser<Cluster.TrialMetadata> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public Cluster.TrialMetadata getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2025 Google LLC. All rights reserved.