Class UpgradeClusterStatus.StageStatus.StageSchedule.Builder (0.65.0)

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

Timing information for the stage execution.

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

Inheritance

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

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public UpgradeClusterStatus.StageStatus.StageSchedule.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
UpgradeClusterStatus.StageStatus.StageSchedule.Builder
Overrides

build()

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

buildPartial()

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

clear()

public UpgradeClusterStatus.StageStatus.StageSchedule.Builder clear()
Returns
Type Description
UpgradeClusterStatus.StageStatus.StageSchedule.Builder
Overrides

clearActualEndTime()

public UpgradeClusterStatus.StageStatus.StageSchedule.Builder clearActualEndTime()

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

.google.protobuf.Timestamp actual_end_time = 4;

Returns
Type Description
UpgradeClusterStatus.StageStatus.StageSchedule.Builder

clearActualStartTime()

public UpgradeClusterStatus.StageStatus.StageSchedule.Builder clearActualStartTime()

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

.google.protobuf.Timestamp actual_start_time = 2;

Returns
Type Description
UpgradeClusterStatus.StageStatus.StageSchedule.Builder

clearEstimatedEndTime()

public UpgradeClusterStatus.StageStatus.StageSchedule.Builder clearEstimatedEndTime()

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
UpgradeClusterStatus.StageStatus.StageSchedule.Builder

clearEstimatedStartTime()

public UpgradeClusterStatus.StageStatus.StageSchedule.Builder clearEstimatedStartTime()

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
UpgradeClusterStatus.StageStatus.StageSchedule.Builder

clearField(Descriptors.FieldDescriptor field)

public UpgradeClusterStatus.StageStatus.StageSchedule.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
UpgradeClusterStatus.StageStatus.StageSchedule.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public UpgradeClusterStatus.StageStatus.StageSchedule.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
UpgradeClusterStatus.StageStatus.StageSchedule.Builder
Overrides

clone()

public UpgradeClusterStatus.StageStatus.StageSchedule.Builder clone()
Returns
Type Description
UpgradeClusterStatus.StageStatus.StageSchedule.Builder
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.

getActualEndTimeBuilder()

public Timestamp.Builder getActualEndTimeBuilder()

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

.google.protobuf.Timestamp actual_end_time = 4;

Returns
Type Description
Builder

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.

getActualStartTimeBuilder()

public Timestamp.Builder getActualStartTimeBuilder()

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

.google.protobuf.Timestamp actual_start_time = 2;

Returns
Type Description
Builder

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

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

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.

getEstimatedEndTimeBuilder()

public Timestamp.Builder getEstimatedEndTimeBuilder()

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
Builder

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.

getEstimatedStartTimeBuilder()

public Timestamp.Builder getEstimatedStartTimeBuilder()

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
Builder

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

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.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeActualEndTime(Timestamp value)

public UpgradeClusterStatus.StageStatus.StageSchedule.Builder mergeActualEndTime(Timestamp value)

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

.google.protobuf.Timestamp actual_end_time = 4;

Parameter
Name Description
value Timestamp
Returns
Type Description
UpgradeClusterStatus.StageStatus.StageSchedule.Builder

mergeActualStartTime(Timestamp value)

public UpgradeClusterStatus.StageStatus.StageSchedule.Builder mergeActualStartTime(Timestamp value)

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

.google.protobuf.Timestamp actual_start_time = 2;

Parameter
Name Description
value Timestamp
Returns
Type Description
UpgradeClusterStatus.StageStatus.StageSchedule.Builder

mergeEstimatedEndTime(Timestamp value)

public UpgradeClusterStatus.StageStatus.StageSchedule.Builder mergeEstimatedEndTime(Timestamp value)

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

.google.protobuf.Timestamp estimated_end_time = 3;

Parameter
Name Description
value Timestamp
Returns
Type Description
UpgradeClusterStatus.StageStatus.StageSchedule.Builder

mergeEstimatedStartTime(Timestamp value)

public UpgradeClusterStatus.StageStatus.StageSchedule.Builder mergeEstimatedStartTime(Timestamp value)

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

.google.protobuf.Timestamp estimated_start_time = 1;

Parameter
Name Description
value Timestamp
Returns
Type Description
UpgradeClusterStatus.StageStatus.StageSchedule.Builder

mergeFrom(UpgradeClusterStatus.StageStatus.StageSchedule other)

public UpgradeClusterStatus.StageStatus.StageSchedule.Builder mergeFrom(UpgradeClusterStatus.StageStatus.StageSchedule other)
Parameter
Name Description
other UpgradeClusterStatus.StageStatus.StageSchedule
Returns
Type Description
UpgradeClusterStatus.StageStatus.StageSchedule.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public UpgradeClusterStatus.StageStatus.StageSchedule.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
UpgradeClusterStatus.StageStatus.StageSchedule.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public UpgradeClusterStatus.StageStatus.StageSchedule.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
UpgradeClusterStatus.StageStatus.StageSchedule.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final UpgradeClusterStatus.StageStatus.StageSchedule.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
UpgradeClusterStatus.StageStatus.StageSchedule.Builder
Overrides

setActualEndTime(Timestamp value)

public UpgradeClusterStatus.StageStatus.StageSchedule.Builder setActualEndTime(Timestamp value)

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

.google.protobuf.Timestamp actual_end_time = 4;

Parameter
Name Description
value Timestamp
Returns
Type Description
UpgradeClusterStatus.StageStatus.StageSchedule.Builder

setActualEndTime(Timestamp.Builder builderForValue)

public UpgradeClusterStatus.StageStatus.StageSchedule.Builder setActualEndTime(Timestamp.Builder builderForValue)

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

.google.protobuf.Timestamp actual_end_time = 4;

Parameter
Name Description
builderForValue Builder
Returns
Type Description
UpgradeClusterStatus.StageStatus.StageSchedule.Builder

setActualStartTime(Timestamp value)

public UpgradeClusterStatus.StageStatus.StageSchedule.Builder setActualStartTime(Timestamp value)

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

.google.protobuf.Timestamp actual_start_time = 2;

Parameter
Name Description
value Timestamp
Returns
Type Description
UpgradeClusterStatus.StageStatus.StageSchedule.Builder

setActualStartTime(Timestamp.Builder builderForValue)

public UpgradeClusterStatus.StageStatus.StageSchedule.Builder setActualStartTime(Timestamp.Builder builderForValue)

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

.google.protobuf.Timestamp actual_start_time = 2;

Parameter
Name Description
builderForValue Builder
Returns
Type Description
UpgradeClusterStatus.StageStatus.StageSchedule.Builder

setEstimatedEndTime(Timestamp value)

public UpgradeClusterStatus.StageStatus.StageSchedule.Builder setEstimatedEndTime(Timestamp value)

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

.google.protobuf.Timestamp estimated_end_time = 3;

Parameter
Name Description
value Timestamp
Returns
Type Description
UpgradeClusterStatus.StageStatus.StageSchedule.Builder

setEstimatedEndTime(Timestamp.Builder builderForValue)

public UpgradeClusterStatus.StageStatus.StageSchedule.Builder setEstimatedEndTime(Timestamp.Builder builderForValue)

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

.google.protobuf.Timestamp estimated_end_time = 3;

Parameter
Name Description
builderForValue Builder
Returns
Type Description
UpgradeClusterStatus.StageStatus.StageSchedule.Builder

setEstimatedStartTime(Timestamp value)

public UpgradeClusterStatus.StageStatus.StageSchedule.Builder setEstimatedStartTime(Timestamp value)

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

.google.protobuf.Timestamp estimated_start_time = 1;

Parameter
Name Description
value Timestamp
Returns
Type Description
UpgradeClusterStatus.StageStatus.StageSchedule.Builder

setEstimatedStartTime(Timestamp.Builder builderForValue)

public UpgradeClusterStatus.StageStatus.StageSchedule.Builder setEstimatedStartTime(Timestamp.Builder builderForValue)

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

.google.protobuf.Timestamp estimated_start_time = 1;

Parameter
Name Description
builderForValue Builder
Returns
Type Description
UpgradeClusterStatus.StageStatus.StageSchedule.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public UpgradeClusterStatus.StageStatus.StageSchedule.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
UpgradeClusterStatus.StageStatus.StageSchedule.Builder
Overrides

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public UpgradeClusterStatus.StageStatus.StageSchedule.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
UpgradeClusterStatus.StageStatus.StageSchedule.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final UpgradeClusterStatus.StageStatus.StageSchedule.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
UpgradeClusterStatus.StageStatus.StageSchedule.Builder
Overrides