Interface PrefetchSettingsOrBuilder (0.54.0)

public interface PrefetchSettingsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getStageOneAdRequestDuration()

public abstract Duration getStageOneAdRequestDuration()

Optional. The duration of the part of the break to be prefetched.

optional .google.protobuf.Duration stage_one_ad_request_duration = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
Duration

The stageOneAdRequestDuration.

getStageOneAdRequestDurationOrBuilder()

public abstract DurationOrBuilder getStageOneAdRequestDurationOrBuilder()

Optional. The duration of the part of the break to be prefetched.

optional .google.protobuf.Duration stage_one_ad_request_duration = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
DurationOrBuilder

hasStageOneAdRequestDuration()

public abstract boolean hasStageOneAdRequestDuration()

Optional. The duration of the part of the break to be prefetched.

optional .google.protobuf.Duration stage_one_ad_request_duration = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the stageOneAdRequestDuration field is set.