Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: [google-cloud-cloudquotas] Update contact_email doc to not check permission of the email account #12592

Merged
merged 2 commits into from
Apr 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.1.7" # {x-release-please-version}
__version__ = "0.0.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.1.7" # {x-release-please-version}
__version__ = "0.0.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -303,18 +303,15 @@ class QuotaPreference(proto.Message):
The reason / justification for this quota
preference.
contact_email (str):
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.

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.
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.

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``.
"""

name: str = proto.Field(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-quotas",
"version": "0.1.7"
"version": "0.1.0"
},
"snippets": [
{
Expand Down
Loading