Interface CreateAdSpotRequestOrBuilder (0.54.0)

public interface CreateAdSpotRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAdSpot()

public abstract AdSpot getAdSpot()

Required. The AdSpot to create.

.google.ads.admanager.v1.AdSpot ad_spot = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
AdSpot

The adSpot.

getAdSpotOrBuilder()

public abstract AdSpotOrBuilder getAdSpotOrBuilder()

Required. The AdSpot to create.

.google.ads.admanager.v1.AdSpot ad_spot = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
AdSpotOrBuilder

getParent()

public abstract String getParent()

Required. The parent resource where this AdSpot will be created. Format: networks/{network_code}

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

Required. The parent resource where this AdSpot will be created. Format: networks/{network_code}

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for parent.

hasAdSpot()

public abstract boolean hasAdSpot()

Required. The AdSpot to create.

.google.ads.admanager.v1.AdSpot ad_spot = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the adSpot field is set.