public interface ListSubAccountsResponseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getAccounts(int index)
public abstract Account getAccounts(int index)
The accounts for which the given parent account is an aggregator.
repeated .google.shopping.merchant.accounts.v1beta.Account accounts = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
Account |
getAccountsCount()
public abstract int getAccountsCount()
The accounts for which the given parent account is an aggregator.
repeated .google.shopping.merchant.accounts.v1beta.Account accounts = 1;
Returns | |
---|---|
Type | Description |
int |
getAccountsList()
public abstract List<Account> getAccountsList()
The accounts for which the given parent account is an aggregator.
repeated .google.shopping.merchant.accounts.v1beta.Account accounts = 1;
Returns | |
---|---|
Type | Description |
List<Account> |
getAccountsOrBuilder(int index)
public abstract AccountOrBuilder getAccountsOrBuilder(int index)
The accounts for which the given parent account is an aggregator.
repeated .google.shopping.merchant.accounts.v1beta.Account accounts = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
AccountOrBuilder |
getAccountsOrBuilderList()
public abstract List<? extends AccountOrBuilder> getAccountsOrBuilderList()
The accounts for which the given parent account is an aggregator.
repeated .google.shopping.merchant.accounts.v1beta.Account accounts = 1;
Returns | |
---|---|
Type | Description |
List<? extends com.google.shopping.merchant.accounts.v1beta.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. |