Index: generated/googleapis/lib/servicecontrol/v1.dart |
diff --git a/generated/googleapis/lib/servicecontrol/v1.dart b/generated/googleapis/lib/servicecontrol/v1.dart |
index 15fb800c78812e719993ac5275a011ba177b7cd3..c779ae54e11d81c6f772999671c07e3d828b0eac 100644 |
--- a/generated/googleapis/lib/servicecontrol/v1.dart |
+++ b/generated/googleapis/lib/servicecontrol/v1.dart |
@@ -703,7 +703,11 @@ class AuthenticationInfo { |
* It is not guaranteed that the principal was allowed to use this authority. |
*/ |
core.String authoritySelector; |
- /** The email address of the authenticated user making the request. */ |
+ /** |
+ * The email address of the authenticated user making the request. |
+ * For privacy reasons, the principal email address is redacted for all |
+ * read-only operations that fail with a "permission denied" error. |
+ */ |
core.String principalEmail; |
AuthenticationInfo(); |
@@ -1982,7 +1986,11 @@ class QuotaInfo { |
* Map of quota group name to the actual number of tokens consumed. If the |
* quota check was not successful, then this will not be populated due to no |
* quota consumption. |
- * Deprecated: Use quota_metrics to get per quota group usage. |
+ * |
+ * We are not merging this field with 'quota_metrics' field because of the |
+ * complexity of scaling in Chemist client code base. For simplicity, we will |
+ * keep this field for Castor (that scales quota usage) and 'quota_metrics' |
+ * for SuperQuota (that doesn't scale quota usage). |
*/ |
core.Map<core.String, core.int> quotaConsumed; |
/** |
@@ -2056,10 +2064,9 @@ class QuotaOperation { |
*/ |
core.String methodName; |
/** |
- * Identity of the operation. This must be unique within the scope of the |
- * service that generated the operation. If the service calls AllocateQuota |
- * and ReleaseQuota on the same operation, the two calls should carry the |
- * same ID. |
+ * Identity of the operation. This is expected to be unique within the scope |
+ * of the service that generated the operation, and guarantees idempotency in |
+ * case of retries. |
* |
* UUID version 4 is recommended, though not required. In scenarios where an |
* operation is computed from existing information and an idempotent id is |