Interface ListChildAccountsResponseOrBuilder (0.1.0)

public interface ListChildAccountsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for nextPageToken.