Interface ListSlatesResponseOrBuilder (0.54.0)

public interface ListSlatesResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNextPageToken()

public abstract String getNextPageToken()

A token that can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 2;

Returns
Type Description
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

A token that can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 2;

Returns
Type Description
ByteString

The bytes for nextPageToken.

getSlates(int index)

public abstract Slate getSlates(int index)

The Slate objects from the specified network.

repeated .google.ads.admanager.v1.Slate slates = 1;

Parameter
Name Description
index int
Returns
Type Description
Slate

getSlatesCount()

public abstract int getSlatesCount()

The Slate objects from the specified network.

repeated .google.ads.admanager.v1.Slate slates = 1;

Returns
Type Description
int

getSlatesList()

public abstract List<Slate> getSlatesList()

The Slate objects from the specified network.

repeated .google.ads.admanager.v1.Slate slates = 1;

Returns
Type Description
List<Slate>

getSlatesOrBuilder(int index)

public abstract SlateOrBuilder getSlatesOrBuilder(int index)

The Slate objects from the specified network.

repeated .google.ads.admanager.v1.Slate slates = 1;

Parameter
Name Description
index int
Returns
Type Description
SlateOrBuilder

getSlatesOrBuilderList()

public abstract List<? extends SlateOrBuilder> getSlatesOrBuilderList()

The Slate objects from the specified network.

repeated .google.ads.admanager.v1.Slate slates = 1;

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

getTotalSize()

public abstract int getTotalSize()

Total number of Slate objects. If a filter was included in the request, this reflects the total number after filtering.

total_size will not be returned if skip is nonzero.

int32 total_size = 3;

Returns
Type Description
int

The totalSize.