public interface QuotaGroupOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getMethodDetails(int index)
public abstract MethodDetails getMethodDetails(int index)Output only. List of all methods group quota applies to.
repeated .google.shopping.merchant.quota.v1.MethodDetails method_details = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
MethodDetails |
|
getMethodDetailsCount()
public abstract int getMethodDetailsCount()Output only. List of all methods group quota applies to.
repeated .google.shopping.merchant.quota.v1.MethodDetails method_details = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
|
getMethodDetailsList()
public abstract List<MethodDetails> getMethodDetailsList()Output only. List of all methods group quota applies to.
repeated .google.shopping.merchant.quota.v1.MethodDetails method_details = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
List<MethodDetails> |
|
getMethodDetailsOrBuilder(int index)
public abstract MethodDetailsOrBuilder getMethodDetailsOrBuilder(int index)Output only. List of all methods group quota applies to.
repeated .google.shopping.merchant.quota.v1.MethodDetails method_details = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
MethodDetailsOrBuilder |
|
getMethodDetailsOrBuilderList()
public abstract List<? extends MethodDetailsOrBuilder> getMethodDetailsOrBuilderList()Output only. List of all methods group quota applies to.
repeated .google.shopping.merchant.quota.v1.MethodDetails method_details = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.shopping.merchant.quota.v1.MethodDetailsOrBuilder> |
|
getName()
public abstract String getName()Identifier. The resource name of the quota group. Format: accounts/{account}/quotas/{group} Note: There is no guarantee on the format of {group}
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()Identifier. The resource name of the quota group. Format: accounts/{account}/quotas/{group} Note: There is no guarantee on the format of {group}
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getQuotaLimit()
public abstract long getQuotaLimit()Output only. The maximum number of calls allowed per day for the group.
int64 quota_limit = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
long |
The quotaLimit. |
getQuotaMinuteLimit()
public abstract long getQuotaMinuteLimit()Output only. The maximum number of calls allowed per minute for the group.
int64 quota_minute_limit = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
long |
The quotaMinuteLimit. |
getQuotaUsage()
public abstract long getQuotaUsage()Output only. The current quota usage, meaning the number of calls already made on a given day to the methods in the group. The daily quota limits reset at at 12:00 PM midday UTC.
int64 quota_usage = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
long |
The quotaUsage. |