Interface ListQuotaGroupsResponseOrBuilder (0.6.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
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.

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
Name Description
index int
Returns
Type Description
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
Type Description
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
Type Description
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
Name Description
index int
Returns
Type Description
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
Type Description
List<? extends com.google.shopping.merchant.quota.v1beta.QuotaGroupOrBuilder>