Interface CutoverForecastOrBuilder (0.14.1)

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
TypeDescription
Duration

The estimatedCutoverJobDuration.

getEstimatedCutoverJobDurationOrBuilder()

public abstract DurationOrBuilder getEstimatedCutoverJobDurationOrBuilder()

Output only. Estimation of the CutoverJob duration.

.google.protobuf.Duration estimated_cutover_job_duration = 1;

Returns
TypeDescription
DurationOrBuilder

hasEstimatedCutoverJobDuration()

public abstract boolean hasEstimatedCutoverJobDuration()

Output only. Estimation of the CutoverJob duration.

.google.protobuf.Duration estimated_cutover_job_duration = 1;

Returns
TypeDescription
boolean

Whether the estimatedCutoverJobDuration field is set.