Skip to content

Commit

Permalink
Update cloudquotas_v1_generated_cloud_quotas_update_quota_preference_…
Browse files Browse the repository at this point in the history
…sync.py

add a name field example which is necessary to make a update quota preference request.
  • Loading branch information
hqin2016 authored Sep 26, 2024
1 parent c638f1f commit dd3a650
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ def sample_update_quota_preference():

# Initialize request argument(s)
quota_preference = cloudquotas_v1.QuotaPreference()
quota_preference.name = "projects/project_id_or_number/locations/global/quotaPreferences/quota_preference_id"
quota_preference.quota_config.preferred_value = 1595
quota_preference.service = "service_value"
quota_preference.quota_id = "quota_id_value"
Expand Down

0 comments on commit dd3a650

Please sign in to comment.