public interface ListQuotaGroupsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 quota_usage.
repeated .google.shopping.css.v1.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 quota_usage.
repeated .google.shopping.css.v1.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 quota_usage.
repeated .google.shopping.css.v1.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 quota_usage.
repeated .google.shopping.css.v1.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 quota_usage.
repeated .google.shopping.css.v1.QuotaGroup quota_groups = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.shopping.css.v1.QuotaGroupOrBuilder> |
|