public interface PrefetchSettingsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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. |