Interface AuxiliaryAdSettingsOrBuilder (0.54.0)

public interface AuxiliaryAdSettingsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAdTagUrl()

public abstract String getAdTagUrl()

Required. The ad tag URL used to request auxiliary ads (such as pause ads). This can be a Google Ad Manager ad tag or a third-party ad tag. Publishers are responsible for ensuring the correctness of the URL.

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

Returns
Type Description
String

The adTagUrl.

getAdTagUrlBytes()

public abstract ByteString getAdTagUrlBytes()

Required. The ad tag URL used to request auxiliary ads (such as pause ads). This can be a Google Ad Manager ad tag or a third-party ad tag. Publishers are responsible for ensuring the correctness of the URL.

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

Returns
Type Description
ByteString

The bytes for adTagUrl.

hasAdTagUrl()

public abstract boolean hasAdTagUrl()

Required. The ad tag URL used to request auxiliary ads (such as pause ads). This can be a Google Ad Manager ad tag or a third-party ad tag. Publishers are responsible for ensuring the correctness of the URL.

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

Returns
Type Description
boolean

Whether the adTagUrl field is set.