Interface ListQuotaGroupsResponseOrBuilder (0.3.0)

public interface ListQuotaGroupsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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.

getQuotaGroups(int index)

public abstract QuotaGroup getQuotaGroups(int index)

The methods, current quota usage and limits per each group. The quota is shared between all methods in the group. The groups are sorted in descending order based on quotaUsage.

repeated .google.shopping.merchant.quota.v1beta.QuotaGroup quota_groups = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
QuotaGroup

getQuotaGroupsCount()

public abstract int getQuotaGroupsCount()

The methods, current quota usage and limits per each group. The quota is shared between all methods in the group. The groups are sorted in descending order based on quotaUsage.

repeated .google.shopping.merchant.quota.v1beta.QuotaGroup quota_groups = 1;

Returns
TypeDescription
int

getQuotaGroupsList()

public abstract List<QuotaGroup> getQuotaGroupsList()

The methods, current quota usage and limits per each group. The quota is shared between all methods in the group. The groups are sorted in descending order based on quotaUsage.

repeated .google.shopping.merchant.quota.v1beta.QuotaGroup quota_groups = 1;

Returns
TypeDescription
List<QuotaGroup>

getQuotaGroupsOrBuilder(int index)

public abstract QuotaGroupOrBuilder getQuotaGroupsOrBuilder(int index)

The methods, current quota usage and limits per each group. The quota is shared between all methods in the group. The groups are sorted in descending order based on quotaUsage.

repeated .google.shopping.merchant.quota.v1beta.QuotaGroup quota_groups = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
QuotaGroupOrBuilder

getQuotaGroupsOrBuilderList()

public abstract List<? extends QuotaGroupOrBuilder> getQuotaGroupsOrBuilderList()

The methods, current quota usage and limits per each group. The quota is shared between all methods in the group. The groups are sorted in descending order based on quotaUsage.

repeated .google.shopping.merchant.quota.v1beta.QuotaGroup quota_groups = 1;

Returns
TypeDescription
List<? extends com.google.shopping.merchant.quota.v1beta.QuotaGroupOrBuilder>