Interface CutoverForecastOrBuilder (0.16.0)

public interface CutoverForecastOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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.