aboutsummaryrefslogtreecommitdiff
path: root/googleapiclient/discovery_cache/documents/serviceusage.v1beta1.json
diff options
context:
space:
mode:
Diffstat (limited to 'googleapiclient/discovery_cache/documents/serviceusage.v1beta1.json')
-rw-r--r--googleapiclient/discovery_cache/documents/serviceusage.v1beta1.json13
1 files changed, 10 insertions, 3 deletions
diff --git a/googleapiclient/discovery_cache/documents/serviceusage.v1beta1.json b/googleapiclient/discovery_cache/documents/serviceusage.v1beta1.json
index 1834b3556..8f112a1e9 100644
--- a/googleapiclient/discovery_cache/documents/serviceusage.v1beta1.json
+++ b/googleapiclient/discovery_cache/documents/serviceusage.v1beta1.json
@@ -959,7 +959,7 @@
}
}
},
- "revision": "20211207",
+ "revision": "20211215",
"rootUrl": "https://serviceusage.googleapis.com/",
"schemas": {
"AdminQuotaPolicy": {
@@ -1331,6 +1331,13 @@
},
"type": "array"
},
+ "supportedLocations": {
+ "description": "List of all supported locations. This field is present only if the limit has a {region} or {zone} dimension.",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
"unit": {
"description": "The limit unit. An example unit would be `1/{project}/{region}` Note that `{project}` and `{region}` are not placeholders in this example; the literal characters `{` and `}` occur in the string.",
"type": "string"
@@ -1429,11 +1436,11 @@
"type": "object"
},
"Control": {
- "description": "Selects and configures the service controller used by the service. The service controller handles features like abuse, quota, billing, logging, monitoring, etc.",
+ "description": "Selects and configures the service controller used by the service. The service controller handles two things: - **What is allowed:** for each API request, Chemist checks the project status, activation status, abuse status, billing status, service status, location restrictions, VPC Service Controls, SuperQuota, and other policies. - **What has happened:** for each API response, Chemist reports the telemetry data to analytics, auditing, billing, eventing, logging, monitoring, sawmill, and tracing. Chemist also accepts telemetry data not associated with API traffic, such as billing metrics. Example: control: environment: servicecontrol.googleapis.com",
"id": "Control",
"properties": {
"environment": {
- "description": "The service control environment to use. If empty, no control plane feature (like quota and billing) will be enabled.",
+ "description": "The service controller environment to use. If empty, no control plane feature (like quota and billing) will be enabled. The recommended value for most services is servicecontrol.googleapis.com",
"type": "string"
}
},