public interface ListAccountsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAccounts(int index)
public abstract Account getAccounts(int index) The accounts matching the ListAccountsRequest.
repeated .google.shopping.merchant.accounts.v1.Account accounts = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Account |
|
getAccountsCount()
public abstract int getAccountsCount() The accounts matching the ListAccountsRequest.
repeated .google.shopping.merchant.accounts.v1.Account accounts = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getAccountsList()
public abstract List<Account> getAccountsList() The accounts matching the ListAccountsRequest.
repeated .google.shopping.merchant.accounts.v1.Account accounts = 1;
| Returns | |
|---|---|
| Type | Description |
List<Account> |
|
getAccountsOrBuilder(int index)
public abstract AccountOrBuilder getAccountsOrBuilder(int index) The accounts matching the ListAccountsRequest.
repeated .google.shopping.merchant.accounts.v1.Account accounts = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
AccountOrBuilder |
|
getAccountsOrBuilderList()
public abstract List<? extends AccountOrBuilder> getAccountsOrBuilderList() The accounts matching the ListAccountsRequest.
repeated .google.shopping.merchant.accounts.v1.Account accounts = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.shopping.merchant.accounts.v1.AccountOrBuilder> |
|
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. |