public interface ListAccountServicesResponseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getAccountServices(int index)
public abstract AccountService getAccountServices(int index)
The account services that match your filter.
repeated .google.shopping.merchant.accounts.v1.AccountService account_services = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
AccountService |
getAccountServicesCount()
public abstract int getAccountServicesCount()
The account services that match your filter.
repeated .google.shopping.merchant.accounts.v1.AccountService account_services = 1;
Returns | |
---|---|
Type | Description |
int |
getAccountServicesList()
public abstract List<AccountService> getAccountServicesList()
The account services that match your filter.
repeated .google.shopping.merchant.accounts.v1.AccountService account_services = 1;
Returns | |
---|---|
Type | Description |
List<AccountService> |
getAccountServicesOrBuilder(int index)
public abstract AccountServiceOrBuilder getAccountServicesOrBuilder(int index)
The account services that match your filter.
repeated .google.shopping.merchant.accounts.v1.AccountService account_services = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
AccountServiceOrBuilder |
getAccountServicesOrBuilderList()
public abstract List<? extends AccountServiceOrBuilder> getAccountServicesOrBuilderList()
The account services that match your filter.
repeated .google.shopping.merchant.accounts.v1.AccountService account_services = 1;
Returns | |
---|---|
Type | Description |
List<? extends com.google.shopping.merchant.accounts.v1.AccountServiceOrBuilder> |
getNextPageToken()
public abstract String getNextPageToken()
A page token. You can send the page_token
to get the next page.
Only included in the list
response if there are more pages.
string next_page_token = 2;
Returns | |
---|---|
Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes()
A page token. You can send the page_token
to get the next page.
Only included in the list
response if there are more pages.
string next_page_token = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for nextPageToken. |