- 0.67.0 (latest)
- 0.65.0
- 0.64.0
- 0.63.0
- 0.62.0
- 0.61.0
- 0.59.0
- 0.57.0
- 0.56.0
- 0.53.0
- 0.52.0
- 0.51.0
- 0.49.0
- 0.48.0
- 0.47.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.40.0
- 0.38.0
- 0.37.0
- 0.36.0
- 0.35.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.26.0
- 0.25.0
- 0.24.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.10.0
- 0.9.0
- 0.8.0
- 0.7.0
- 0.6.0
- 0.5.0
- 0.4.0
- 0.3.0
- 0.2.0
- 0.1.0
public static final class UpgradeClusterStatus.StageStatus.StageSchedule.Builder extends GeneratedMessageV3.Builder<UpgradeClusterStatus.StageStatus.StageSchedule.Builder> implements UpgradeClusterStatus.StageStatus.StageScheduleOrBuilderTiming 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.BuilderStatic 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 | |
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 | |
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 | |
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 | |
clone()
public UpgradeClusterStatus.StageStatus.StageSchedule.Builder clone()| Returns | |
|---|---|
| Type | Description | 
| UpgradeClusterStatus.StageStatus.StageSchedule.Builder | |
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 | |
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 | |
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description | 
| boolean | |
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 | |
| 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 | |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final UpgradeClusterStatus.StageStatus.StageSchedule.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
| unknownFields | UnknownFieldSet | 
| Returns | |
|---|---|
| Type | Description | 
| UpgradeClusterStatus.StageStatus.StageSchedule.Builder | |
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 | |
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 | |
setUnknownFields(UnknownFieldSet unknownFields)
public final UpgradeClusterStatus.StageStatus.StageSchedule.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
| unknownFields | UnknownFieldSet | 
| Returns | |
|---|---|
| Type | Description | 
| UpgradeClusterStatus.StageStatus.StageSchedule.Builder | |