public interface CutoverForecastOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getEstimatedCutoverJobDuration()
public abstract Duration getEstimatedCutoverJobDuration()Output only. Estimation of the CutoverJob duration.
.google.protobuf.Duration estimated_cutover_job_duration = 1;
| Returns | |
|---|---|
| Type | Description |
Duration |
The estimatedCutoverJobDuration. |
getEstimatedCutoverJobDurationOrBuilder()
public abstract DurationOrBuilder getEstimatedCutoverJobDurationOrBuilder()Output only. Estimation of the CutoverJob duration.
.google.protobuf.Duration estimated_cutover_job_duration = 1;
| Returns | |
|---|---|
| Type | Description |
DurationOrBuilder |
|
hasEstimatedCutoverJobDuration()
public abstract boolean hasEstimatedCutoverJobDuration()Output only. Estimation of the CutoverJob duration.
.google.protobuf.Duration estimated_cutover_job_duration = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the estimatedCutoverJobDuration field is set. |