public static final class Cluster.TrialMetadata extends GeneratedMessage implements Cluster.TrialMetadataOrBuilder
Contains information and all metadata related to TRIAL clusters.
Protobuf type google.cloud.alloydb.v1alpha.Cluster.TrialMetadata
Inherited Members
com.google.protobuf.GeneratedMessage.<ContainingT,T>newFileScopedGeneratedExtension(java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ContainingT,T>newMessageScopedGeneratedExtension(com.google.protobuf.Message,int,java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessage.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessage.<V>serializeBooleanMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Boolean,V>,com.google.protobuf.MapEntry<java.lang.Boolean,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeIntegerMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Integer,V>,com.google.protobuf.MapEntry<java.lang.Integer,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeLongMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Long,V>,com.google.protobuf.MapEntry<java.lang.Long,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeStringMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.String,V>,com.google.protobuf.MapEntry<java.lang.String,V>,int)
com.google.protobuf.GeneratedMessage.canUseUnsafe()
com.google.protobuf.GeneratedMessage.emptyBooleanList()
com.google.protobuf.GeneratedMessage.emptyDoubleList()
com.google.protobuf.GeneratedMessage.emptyFloatList()
com.google.protobuf.GeneratedMessage.emptyIntList()
com.google.protobuf.GeneratedMessage.emptyLongList()
com.google.protobuf.GeneratedMessage.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.isStringEmpty(java.lang.Object)
com.google.protobuf.GeneratedMessage.mergeFromAndMakeImmutableInternal(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)
com.google.protobuf.GeneratedMessage.newInstance(com.google.protobuf.GeneratedMessage.UnusedPrivateParameter)
com.google.protobuf.GeneratedMessage.parseUnknownFieldProto3(com.google.protobuf.CodedInputStream,com.google.protobuf.UnknownFieldSet.Builder,com.google.protobuf.ExtensionRegistryLite,int)
Static Fields
public static final int END_TIME_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
public static final int GRACE_END_TIME_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
public static final int START_TIME_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
public static final int UPGRADE_TIME_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
Static Methods
public static Cluster.TrialMetadata getDefaultInstance()
public static final Descriptors.Descriptor getDescriptor()
public static Cluster.TrialMetadata.Builder newBuilder()
public static Cluster.TrialMetadata.Builder newBuilder(Cluster.TrialMetadata prototype)
public static Cluster.TrialMetadata parseDelimitedFrom(InputStream input)
public static Cluster.TrialMetadata parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Cluster.TrialMetadata parseFrom(byte[] data)
| Parameter |
| Name |
Description |
data |
byte[]
|
public static Cluster.TrialMetadata parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Cluster.TrialMetadata parseFrom(ByteString data)
public static Cluster.TrialMetadata parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Cluster.TrialMetadata parseFrom(CodedInputStream input)
public static Cluster.TrialMetadata parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static Cluster.TrialMetadata parseFrom(InputStream input)
public static Cluster.TrialMetadata parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Cluster.TrialMetadata parseFrom(ByteBuffer data)
public static Cluster.TrialMetadata parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Parser<Cluster.TrialMetadata> parser()
Methods
public boolean equals(Object obj)
| Parameter |
| Name |
Description |
obj |
Object
|
Overrides
public Cluster.TrialMetadata getDefaultInstanceForType()
public Timestamp getEndTime()
End time of the trial cluster.
.google.protobuf.Timestamp end_time = 2;
| Returns |
| Type |
Description |
Timestamp |
The endTime.
|
public TimestampOrBuilder getEndTimeOrBuilder()
End time of the trial cluster.
.google.protobuf.Timestamp end_time = 2;
public Timestamp getGraceEndTime()
grace end time of the cluster.
.google.protobuf.Timestamp grace_end_time = 4;
| Returns |
| Type |
Description |
Timestamp |
The graceEndTime.
|
public TimestampOrBuilder getGraceEndTimeOrBuilder()
grace end time of the cluster.
.google.protobuf.Timestamp grace_end_time = 4;
public Parser<Cluster.TrialMetadata> getParserForType()
Overrides
public int getSerializedSize()
| Returns |
| Type |
Description |
int |
|
Overrides
public Timestamp getStartTime()
start time of the trial cluster.
.google.protobuf.Timestamp start_time = 1;
| Returns |
| Type |
Description |
Timestamp |
The startTime.
|
public TimestampOrBuilder getStartTimeOrBuilder()
start time of the trial cluster.
.google.protobuf.Timestamp start_time = 1;
public Timestamp getUpgradeTime()
Upgrade time of trial cluster to Standard cluster.
.google.protobuf.Timestamp upgrade_time = 3;
| Returns |
| Type |
Description |
Timestamp |
The upgradeTime.
|
public TimestampOrBuilder getUpgradeTimeOrBuilder()
Upgrade time of trial cluster to Standard cluster.
.google.protobuf.Timestamp upgrade_time = 3;
public boolean hasEndTime()
End time of the trial cluster.
.google.protobuf.Timestamp end_time = 2;
| Returns |
| Type |
Description |
boolean |
Whether the endTime field is set.
|
public boolean hasGraceEndTime()
grace end time of the cluster.
.google.protobuf.Timestamp grace_end_time = 4;
| Returns |
| Type |
Description |
boolean |
Whether the graceEndTime field is set.
|
public boolean hasStartTime()
start time of the trial cluster.
.google.protobuf.Timestamp start_time = 1;
| Returns |
| Type |
Description |
boolean |
Whether the startTime field is set.
|
public boolean hasUpgradeTime()
Upgrade time of trial cluster to Standard cluster.
.google.protobuf.Timestamp upgrade_time = 3;
| Returns |
| Type |
Description |
boolean |
Whether the upgradeTime field is set.
|
| Returns |
| Type |
Description |
int |
|
Overrides
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public Cluster.TrialMetadata.Builder newBuilderForType()
protected Cluster.TrialMetadata.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Overrides
public Cluster.TrialMetadata.Builder toBuilder()
public void writeTo(CodedOutputStream output)
Overrides