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)
Output only.
|
MethodQuota |
MethodQuota.setQuotaLimit(Long quotaLimit)
Output only.
|
MethodQuota |
MethodQuota.setQuotaMinuteLimit(Long quotaMinuteLimit)
Output only.
|
MethodQuota |
MethodQuota.setQuotaUsage(Long quotaUsage)
Output only.
|
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–2024 Google. All rights reserved.