aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGoogle APIs <noreply@google.com>2024-04-18 01:02:36 -0700
committerCopybara-Service <copybara-worker@google.com>2024-04-18 01:03:33 -0700
commite09657e96e82c854790eff19c11f2ec6eacb545c (patch)
treef6cec4cc29ce7ee1582eaa952fc3b60abc035ba2
parenta2deb7505a2436327f002bb43f22ac146aae61bc (diff)
downloadgoogleapis-e09657e96e82c854790eff19c11f2ec6eacb545c.tar.gz
docs: Update contact_email doc to not check permission of the email account
PiperOrigin-RevId: 625944337
-rw-r--r--google/api/cloudquotas/v1/resources.proto17
1 files changed, 8 insertions, 9 deletions
diff --git a/google/api/cloudquotas/v1/resources.proto b/google/api/cloudquotas/v1/resources.proto
index c6e4de310..59441a0dc 100644
--- a/google/api/cloudquotas/v1/resources.proto
+++ b/google/api/cloudquotas/v1/resources.proto
@@ -221,16 +221,15 @@ message QuotaPreference {
// The reason / justification for this quota preference.
string justification = 11;
- // Input only. An email address that can be used for quota related
- // communication between the Google Cloud and the user in case the Google
- // Cloud needs further information to make a decision on whether the user
- // preferred quota can be granted.
+ // Input only. An email address that can be used to contact the the user, in
+ // case Google Cloud needs more information to make a decision before
+ // additional quota can be granted.
//
- // The email address is optional for decrease quota preferences. In another
- // word, QuotaConfig.preferred_value is smaller than the
- // QuotaDetails.reset_value. It is required for increase quota preferences.
- // The Google account for the email address must have quota update permission
- // for the project, folder or organization this quota preference is for.
+ // When requesting a quota increase, the email address is required.
+ // When requesting a quota decrease, the email address is optional.
+ // For example, the email address is optional when the
+ // `QuotaConfig.preferred_value` is smaller than the
+ // `QuotaDetails.reset_value`.
string contact_email = 12 [(google.api.field_behavior) = INPUT_ONLY];
}