Interface BatchCreateAdSpotsResponseOrBuilder (0.54.0)

public interface BatchCreateAdSpotsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAdSpots(int index)

public abstract AdSpot getAdSpots(int index)

The AdSpot objects created.

repeated .google.ads.admanager.v1.AdSpot ad_spots = 1;

Parameter
Name Description
index int
Returns
Type Description
AdSpot

getAdSpotsCount()

public abstract int getAdSpotsCount()

The AdSpot objects created.

repeated .google.ads.admanager.v1.AdSpot ad_spots = 1;

Returns
Type Description
int

getAdSpotsList()

public abstract List<AdSpot> getAdSpotsList()

The AdSpot objects created.

repeated .google.ads.admanager.v1.AdSpot ad_spots = 1;

Returns
Type Description
List<AdSpot>

getAdSpotsOrBuilder(int index)

public abstract AdSpotOrBuilder getAdSpotsOrBuilder(int index)

The AdSpot objects created.

repeated .google.ads.admanager.v1.AdSpot ad_spots = 1;

Parameter
Name Description
index int
Returns
Type Description
AdSpotOrBuilder

getAdSpotsOrBuilderList()

public abstract List<? extends AdSpotOrBuilder> getAdSpotsOrBuilderList()

The AdSpot objects created.

repeated .google.ads.admanager.v1.AdSpot ad_spots = 1;

Returns
Type Description
List<? extends com.google.ads.admanager.v1.AdSpotOrBuilder>