Interface ListAccountLimitsResponseOrBuilder (1.10.0)

public interface ListAccountLimitsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAccountLimits(int index)

public abstract AccountLimit getAccountLimits(int index)

The limits for the given account.

repeated .google.shopping.merchant.quota.v1.AccountLimit account_limits = 1;

Parameter
Name Description
index int
Returns
Type Description
AccountLimit

getAccountLimitsCount()

public abstract int getAccountLimitsCount()

The limits for the given account.

repeated .google.shopping.merchant.quota.v1.AccountLimit account_limits = 1;

Returns
Type Description
int

getAccountLimitsList()

public abstract List<AccountLimit> getAccountLimitsList()

The limits for the given account.

repeated .google.shopping.merchant.quota.v1.AccountLimit account_limits = 1;

Returns
Type Description
List<AccountLimit>

getAccountLimitsOrBuilder(int index)

public abstract AccountLimitOrBuilder getAccountLimitsOrBuilder(int index)

The limits for the given account.

repeated .google.shopping.merchant.quota.v1.AccountLimit account_limits = 1;

Parameter
Name Description
index int
Returns
Type Description
AccountLimitOrBuilder

getAccountLimitsOrBuilderList()

public abstract List<? extends AccountLimitOrBuilder> getAccountLimitsOrBuilderList()

The limits for the given account.

repeated .google.shopping.merchant.quota.v1.AccountLimit account_limits = 1;

Returns
Type Description
List<? extends com.google.shopping.merchant.quota.v1.AccountLimitOrBuilder>

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.