Interface CutoverForecastOrBuilder (1.74.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 [(.google.api.field_behavior) = OUTPUT_ONLY];

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 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
DurationOrBuilder

hasEstimatedCutoverJobDuration()

public abstract boolean hasEstimatedCutoverJobDuration()

Output only. Estimation of the CutoverJob duration.

.google.protobuf.Duration estimated_cutover_job_duration = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the estimatedCutoverJobDuration field is set.