public interface ListAccountIssuesResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAccountIssues(int index)
public abstract AccountIssue getAccountIssues(int index)The issues from the specified account.
repeated .google.shopping.merchant.accounts.v1beta.AccountIssue account_issues = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
AccountIssue |
|
getAccountIssuesCount()
public abstract int getAccountIssuesCount()The issues from the specified account.
repeated .google.shopping.merchant.accounts.v1beta.AccountIssue account_issues = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getAccountIssuesList()
public abstract List<AccountIssue> getAccountIssuesList()The issues from the specified account.
repeated .google.shopping.merchant.accounts.v1beta.AccountIssue account_issues = 1;
| Returns | |
|---|---|
| Type | Description |
List<AccountIssue> |
|
getAccountIssuesOrBuilder(int index)
public abstract AccountIssueOrBuilder getAccountIssuesOrBuilder(int index)The issues from the specified account.
repeated .google.shopping.merchant.accounts.v1beta.AccountIssue account_issues = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
AccountIssueOrBuilder |
|
getAccountIssuesOrBuilderList()
public abstract List<? extends AccountIssueOrBuilder> getAccountIssuesOrBuilderList()The issues from the specified account.
repeated .google.shopping.merchant.accounts.v1beta.AccountIssue account_issues = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.shopping.merchant.accounts.v1beta.AccountIssueOrBuilder> |
|
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. |