public interface ListGbpAccountsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getGbpAccounts(int index)
public abstract GbpAccount getGbpAccounts(int index)The GBP accounts from the specified merchant in the specified country.
repeated .google.shopping.merchant.accounts.v1.GbpAccount gbp_accounts = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
GbpAccount |
|
getGbpAccountsCount()
public abstract int getGbpAccountsCount()The GBP accounts from the specified merchant in the specified country.
repeated .google.shopping.merchant.accounts.v1.GbpAccount gbp_accounts = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getGbpAccountsList()
public abstract List<GbpAccount> getGbpAccountsList()The GBP accounts from the specified merchant in the specified country.
repeated .google.shopping.merchant.accounts.v1.GbpAccount gbp_accounts = 1;
| Returns | |
|---|---|
| Type | Description |
List<GbpAccount> |
|
getGbpAccountsOrBuilder(int index)
public abstract GbpAccountOrBuilder getGbpAccountsOrBuilder(int index)The GBP accounts from the specified merchant in the specified country.
repeated .google.shopping.merchant.accounts.v1.GbpAccount gbp_accounts = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
GbpAccountOrBuilder |
|
getGbpAccountsOrBuilderList()
public abstract List<? extends GbpAccountOrBuilder> getGbpAccountsOrBuilderList()The GBP accounts from the specified merchant in the specified country.
repeated .google.shopping.merchant.accounts.v1.GbpAccount gbp_accounts = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.shopping.merchant.accounts.v1.GbpAccountOrBuilder> |
|
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. |