public interface ListAccountLabelsResponseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
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 | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
AccountLabel |
getAccountLabelsCount()
public abstract int getAccountLabelsCount()
The labels from the specified account.
repeated .google.shopping.css.v1.AccountLabel account_labels = 1;
Returns | |
---|---|
Type | Description |
int |
getAccountLabelsList()
public abstract List<AccountLabel> getAccountLabelsList()
The labels from the specified account.
repeated .google.shopping.css.v1.AccountLabel account_labels = 1;
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
AccountLabelOrBuilder |
getAccountLabelsOrBuilderList()
public abstract List<? extends AccountLabelOrBuilder> getAccountLabelsOrBuilderList()
The labels from the specified account.
repeated .google.shopping.css.v1.AccountLabel account_labels = 1;
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
ByteString |
The bytes for nextPageToken. |