public interface ListChildAccountsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAccounts(int index)
public abstract Account getAccounts(int index)The CSS/MC accounts returned for the specified CSS parent account.
 repeated .google.shopping.css.v1.Account accounts = 1;
| Parameter | |
|---|---|
| Name | Description | 
index | 
        int | 
      
| Returns | |
|---|---|
| Type | Description | 
Account | 
        |
getAccountsCount()
public abstract int getAccountsCount()The CSS/MC accounts returned for the specified CSS parent account.
 repeated .google.shopping.css.v1.Account accounts = 1;
| Returns | |
|---|---|
| Type | Description | 
int | 
        |
getAccountsList()
public abstract List<Account> getAccountsList()The CSS/MC accounts returned for the specified CSS parent account.
 repeated .google.shopping.css.v1.Account accounts = 1;
| Returns | |
|---|---|
| Type | Description | 
List<Account> | 
        |
getAccountsOrBuilder(int index)
public abstract AccountOrBuilder getAccountsOrBuilder(int index)The CSS/MC accounts returned for the specified CSS parent account.
 repeated .google.shopping.css.v1.Account accounts = 1;
| Parameter | |
|---|---|
| Name | Description | 
index | 
        int | 
      
| Returns | |
|---|---|
| Type | Description | 
AccountOrBuilder | 
        |
getAccountsOrBuilderList()
public abstract List<? extends AccountOrBuilder> getAccountsOrBuilderList()The CSS/MC accounts returned for the specified CSS parent account.
 repeated .google.shopping.css.v1.Account accounts = 1;
| Returns | |
|---|---|
| Type | Description | 
List<? extends com.google.shopping.css.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.  |