Interface PrerollSettingsOrBuilder (0.54.0)

public interface PrerollSettingsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAdTag()

public abstract String getAdTag()

Required. The Ad Manager ad tag URL generated by the Ad Manager trafficking workflow that is associated with this live stream.

optional string ad_tag = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The adTag.

getAdTagBytes()

public abstract ByteString getAdTagBytes()

Required. The Ad Manager ad tag URL generated by the Ad Manager trafficking workflow that is associated with this live stream.

optional string ad_tag = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for adTag.

getMaxAdPodDuration()

public abstract Duration getMaxAdPodDuration()

Required. The maximum duration for an ad break.

optional .google.protobuf.Duration max_ad_pod_duration = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
Duration

The maxAdPodDuration.

getMaxAdPodDurationOrBuilder()

public abstract DurationOrBuilder getMaxAdPodDurationOrBuilder()

Required. The maximum duration for an ad break.

optional .google.protobuf.Duration max_ad_pod_duration = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
DurationOrBuilder

hasAdTag()

public abstract boolean hasAdTag()

Required. The Ad Manager ad tag URL generated by the Ad Manager trafficking workflow that is associated with this live stream.

optional string ad_tag = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the adTag field is set.

hasMaxAdPodDuration()

public abstract boolean hasMaxAdPodDuration()

Required. The maximum duration for an ad break.

optional .google.protobuf.Duration max_ad_pod_duration = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the maxAdPodDuration field is set.