Interface CreativePlaceholderCompanionOrBuilder (0.54.0)

public interface CreativePlaceholderCompanionOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getSize()

public abstract Size getSize()

Required. The size of the companion to a CreativePlaceholder.

optional .google.ads.admanager.v1.Size size = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
Size

The size.

getSizeOrBuilder()

public abstract SizeOrBuilder getSizeOrBuilder()

Required. The size of the companion to a CreativePlaceholder.

optional .google.ads.admanager.v1.Size size = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
SizeOrBuilder

hasSize()

public abstract boolean hasSize()

Required. The size of the companion to a CreativePlaceholder.

optional .google.ads.admanager.v1.Size size = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the size field is set.