public static interface UpgradeClusterStatus.StageStatus.StageScheduleOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getActualEndTime()
public abstract 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 abstract 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 abstract 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 abstract 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 |
|
getEstimatedEndTime()
public abstract 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 abstract 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 abstract 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 abstract 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 abstract 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 abstract 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 abstract 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 abstract 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. |