Class UpgradeClusterStatus.StageStatus.StageSchedule (0.65.0)

public static final class UpgradeClusterStatus.StageStatus.StageSchedule extends GeneratedMessageV3 implements UpgradeClusterStatus.StageStatus.StageScheduleOrBuilder

Timing information for the stage execution.

Protobuf type google.cloud.alloydb.v1.UpgradeClusterStatus.StageStatus.StageSchedule

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > UpgradeClusterStatus.StageStatus.StageSchedule

Static Fields

ACTUAL_END_TIME_FIELD_NUMBER

public static final int ACTUAL_END_TIME_FIELD_NUMBER
Field Value
Type Description
int

ACTUAL_START_TIME_FIELD_NUMBER

public static final int ACTUAL_START_TIME_FIELD_NUMBER
Field Value
Type Description
int

ESTIMATED_END_TIME_FIELD_NUMBER

public static final int ESTIMATED_END_TIME_FIELD_NUMBER
Field Value
Type Description
int

ESTIMATED_START_TIME_FIELD_NUMBER

public static final int ESTIMATED_START_TIME_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static UpgradeClusterStatus.StageStatus.StageSchedule getDefaultInstance()
Returns
Type Description
UpgradeClusterStatus.StageStatus.StageSchedule

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static UpgradeClusterStatus.StageStatus.StageSchedule.Builder newBuilder()
Returns
Type Description
UpgradeClusterStatus.StageStatus.StageSchedule.Builder

newBuilder(UpgradeClusterStatus.StageStatus.StageSchedule prototype)

public static UpgradeClusterStatus.StageStatus.StageSchedule.Builder newBuilder(UpgradeClusterStatus.StageStatus.StageSchedule prototype)
Parameter
Name Description
prototype UpgradeClusterStatus.StageStatus.StageSchedule
Returns
Type Description
UpgradeClusterStatus.StageStatus.StageSchedule.Builder

parseDelimitedFrom(InputStream input)

public static UpgradeClusterStatus.StageStatus.StageSchedule parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
UpgradeClusterStatus.StageStatus.StageSchedule
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static UpgradeClusterStatus.StageStatus.StageSchedule parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
UpgradeClusterStatus.StageStatus.StageSchedule
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static UpgradeClusterStatus.StageStatus.StageSchedule parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
UpgradeClusterStatus.StageStatus.StageSchedule
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static UpgradeClusterStatus.StageStatus.StageSchedule parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
UpgradeClusterStatus.StageStatus.StageSchedule
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static UpgradeClusterStatus.StageStatus.StageSchedule parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
UpgradeClusterStatus.StageStatus.StageSchedule
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static UpgradeClusterStatus.StageStatus.StageSchedule parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
UpgradeClusterStatus.StageStatus.StageSchedule
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static UpgradeClusterStatus.StageStatus.StageSchedule parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
UpgradeClusterStatus.StageStatus.StageSchedule
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static UpgradeClusterStatus.StageStatus.StageSchedule parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
UpgradeClusterStatus.StageStatus.StageSchedule
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static UpgradeClusterStatus.StageStatus.StageSchedule parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
UpgradeClusterStatus.StageStatus.StageSchedule
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static UpgradeClusterStatus.StageStatus.StageSchedule parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
UpgradeClusterStatus.StageStatus.StageSchedule
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static UpgradeClusterStatus.StageStatus.StageSchedule parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
UpgradeClusterStatus.StageStatus.StageSchedule
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static UpgradeClusterStatus.StageStatus.StageSchedule parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
UpgradeClusterStatus.StageStatus.StageSchedule
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<UpgradeClusterStatus.StageStatus.StageSchedule> parser()
Returns
Type Description
Parser<StageSchedule>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getActualEndTime()

public Timestamp getActualEndTime()

Actual end time of the stage. Set only if the stage has completed.

.google.protobuf.Timestamp actual_end_time = 4;

Returns
Type Description
Timestamp

The actualEndTime.

getActualEndTimeOrBuilder()

public TimestampOrBuilder getActualEndTimeOrBuilder()

Actual end time of the stage. Set only if the stage has completed.

.google.protobuf.Timestamp actual_end_time = 4;

Returns
Type Description
TimestampOrBuilder

getActualStartTime()

public Timestamp getActualStartTime()

Actual start time of the stage. Set only if the stage has started.

.google.protobuf.Timestamp actual_start_time = 2;

Returns
Type Description
Timestamp

The actualStartTime.

getActualStartTimeOrBuilder()

public TimestampOrBuilder getActualStartTimeOrBuilder()

Actual start time of the stage. Set only if the stage has started.

.google.protobuf.Timestamp actual_start_time = 2;

Returns
Type Description
TimestampOrBuilder

getDefaultInstanceForType()

public UpgradeClusterStatus.StageStatus.StageSchedule getDefaultInstanceForType()
Returns
Type Description
UpgradeClusterStatus.StageStatus.StageSchedule

getEstimatedEndTime()

public Timestamp getEstimatedEndTime()

When the stage is expected to end. Set only if the stage has not completed yet.

.google.protobuf.Timestamp estimated_end_time = 3;

Returns
Type Description
Timestamp

The estimatedEndTime.

getEstimatedEndTimeOrBuilder()

public TimestampOrBuilder getEstimatedEndTimeOrBuilder()

When the stage is expected to end. Set only if the stage has not completed yet.

.google.protobuf.Timestamp estimated_end_time = 3;

Returns
Type Description
TimestampOrBuilder

getEstimatedStartTime()

public Timestamp getEstimatedStartTime()

When the stage is expected to start. Set only if the stage has not started yet.

.google.protobuf.Timestamp estimated_start_time = 1;

Returns
Type Description
Timestamp

The estimatedStartTime.

getEstimatedStartTimeOrBuilder()

public TimestampOrBuilder getEstimatedStartTimeOrBuilder()

When the stage is expected to start. Set only if the stage has not started yet.

.google.protobuf.Timestamp estimated_start_time = 1;

Returns
Type Description
TimestampOrBuilder

getParserForType()

public Parser<UpgradeClusterStatus.StageStatus.StageSchedule> getParserForType()
Returns
Type Description
Parser<StageSchedule>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hasActualEndTime()

public boolean hasActualEndTime()

Actual end time of the stage. Set only if the stage has completed.

.google.protobuf.Timestamp actual_end_time = 4;

Returns
Type Description
boolean

Whether the actualEndTime field is set.

hasActualStartTime()

public boolean hasActualStartTime()

Actual start time of the stage. Set only if the stage has started.

.google.protobuf.Timestamp actual_start_time = 2;

Returns
Type Description
boolean

Whether the actualStartTime field is set.

hasEstimatedEndTime()

public boolean hasEstimatedEndTime()

When the stage is expected to end. Set only if the stage has not completed yet.

.google.protobuf.Timestamp estimated_end_time = 3;

Returns
Type Description
boolean

Whether the estimatedEndTime field is set.

hasEstimatedStartTime()

public boolean hasEstimatedStartTime()

When the stage is expected to start. Set only if the stage has not started yet.

.google.protobuf.Timestamp estimated_start_time = 1;

Returns
Type Description
boolean

Whether the estimatedStartTime field is set.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public UpgradeClusterStatus.StageStatus.StageSchedule.Builder newBuilderForType()
Returns
Type Description
UpgradeClusterStatus.StageStatus.StageSchedule.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected UpgradeClusterStatus.StageStatus.StageSchedule.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
UpgradeClusterStatus.StageStatus.StageSchedule.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public UpgradeClusterStatus.StageStatus.StageSchedule.Builder toBuilder()
Returns
Type Description
UpgradeClusterStatus.StageStatus.StageSchedule.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException