Package | Description |
---|---|
com.google.api.services.content.model |
Modifier and Type | Method and Description |
---|---|
MethodQuota |
MethodQuota.clone() |
MethodQuota |
MethodQuota.set(String fieldName,
Object value) |
MethodQuota |
MethodQuota.setMethod(String method)
The method name, for example `products.list`.
|
MethodQuota |
MethodQuota.setQuotaLimit(Long quotaLimit)
The current quota limit per day, meaning the maximum number of calls for the method.
|
MethodQuota |
MethodQuota.setQuotaUsage(Long quotaUsage)
The current quota usage, meaning the number of calls already made to the method.
|
Modifier and Type | Method and Description |
---|---|
List<MethodQuota> |
ListMethodQuotasResponse.getMethodQuotas()
The current quota usage and limits per each method.
|
Modifier and Type | Method and Description |
---|---|
ListMethodQuotasResponse |
ListMethodQuotasResponse.setMethodQuotas(List<MethodQuota> methodQuotas)
The current quota usage and limits per each method.
|
Copyright © 2011–2023 Google. All rights reserved.