Interface ListAccountLabelsResponseOrBuilder (0.7.0)

public interface ListAccountLabelsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAccountLabels(int index)

public abstract AccountLabel getAccountLabels(int index)

The labels from the specified account.

repeated .google.shopping.css.v1.AccountLabel account_labels = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
AccountLabel

getAccountLabelsCount()

public abstract int getAccountLabelsCount()

The labels from the specified account.

repeated .google.shopping.css.v1.AccountLabel account_labels = 1;

Returns
TypeDescription
int

getAccountLabelsList()

public abstract List<AccountLabel> getAccountLabelsList()

The labels from the specified account.

repeated .google.shopping.css.v1.AccountLabel account_labels = 1;

Returns
TypeDescription
List<AccountLabel>

getAccountLabelsOrBuilder(int index)

public abstract AccountLabelOrBuilder getAccountLabelsOrBuilder(int index)

The labels from the specified account.

repeated .google.shopping.css.v1.AccountLabel account_labels = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
AccountLabelOrBuilder

getAccountLabelsOrBuilderList()

public abstract List<? extends AccountLabelOrBuilder> getAccountLabelsOrBuilderList()

The labels from the specified account.

repeated .google.shopping.css.v1.AccountLabel account_labels = 1;

Returns
TypeDescription
List<? extends com.google.shopping.css.v1.AccountLabelOrBuilder>

getNextPageToken()

public abstract String getNextPageToken()

A token, which 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
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

A token, which 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
TypeDescription
ByteString

The bytes for nextPageToken.