Skip to content

Commit dfce3b4

Browse files
feat: Hierarchical Quota Adjuster (#32406)
* feat: Hierarchical Quota Adjuster docs: Folder level and organization level support for the quota adjuster feature. PiperOrigin-RevId: 863242165 Source-Link: googleapis/googleapis@2ecdbee Source-Link: googleapis/googleapis-gen@ff2f416 Copy-Tag: eyJwIjoiZ29vZ2xlLWNsb3VkLWNsb3VkX3F1b3Rhcy12MWJldGEvLk93bEJvdC55YW1sIiwiaCI6ImZmMmY0MTZiY2ZjODIyMDMyZTVlYmRmNTA3MGRmMGZiZmI1NGI3NjEifQ== * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent d772680 commit dfce3b4

4 files changed

Lines changed: 11 additions & 7 deletions

File tree

google-cloud-cloud_quotas-v1beta/lib/google/api/cloudquotas/v1beta/quota_adjuster_settings_services_pb.rb

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

google-cloud-cloud_quotas-v1beta/lib/google/cloud/cloud_quotas/v1beta/quota_adjuster_settings_manager/client.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ def logger
199199
# Service calls
200200

201201
##
202-
# RPC Method for updating QuotaAdjusterSettings based on the request
202+
# Updates the QuotaAdjusterSettings for the specified resource.
203203
#
204204
# @overload update_quota_adjuster_settings(request, options = nil)
205205
# Pass arguments to `update_quota_adjuster_settings` via a request object, either of type
@@ -290,7 +290,7 @@ def update_quota_adjuster_settings request, options = nil
290290
end
291291

292292
##
293-
# RPC Method for getting QuotaAdjusterSettings based on the request
293+
# Gets the QuotaAdjusterSettings for the specified resource.
294294
#
295295
# @overload get_quota_adjuster_settings(request, options = nil)
296296
# Pass arguments to `get_quota_adjuster_settings` via a request object, either of type

google-cloud-cloud_quotas-v1beta/lib/google/cloud/cloud_quotas/v1beta/quota_adjuster_settings_manager/rest/client.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ def logger
192192
# Service calls
193193

194194
##
195-
# RPC Method for updating QuotaAdjusterSettings based on the request
195+
# Updates the QuotaAdjusterSettings for the specified resource.
196196
#
197197
# @overload update_quota_adjuster_settings(request, options = nil)
198198
# Pass arguments to `update_quota_adjuster_settings` via a request object, either of type
@@ -276,7 +276,7 @@ def update_quota_adjuster_settings request, options = nil
276276
end
277277

278278
##
279-
# RPC Method for getting QuotaAdjusterSettings based on the request
279+
# Gets the QuotaAdjusterSettings for the specified resource.
280280
#
281281
# @overload get_quota_adjuster_settings(request, options = nil)
282282
# Pass arguments to `get_quota_adjuster_settings` via a request object, either of type

google-cloud-cloud_quotas-v1beta/proto_docs/google/api/cloudquotas/v1beta/quota_adjuster_settings.rb

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,13 @@ class UpdateQuotaAdjusterSettingsRequest
5252
# Adjuster.
5353
# @!attribute [rw] name
5454
# @return [::String]
55-
# Identifier. Name of the config would be of the format:
55+
# Identifier. Name of the configuration, in the formats below:
56+
#
57+
# * For a project:
5658
# projects/PROJECT_NUMBER/locations/global/quotaAdjusterSettings
59+
# * For a folder:
5760
# folders/FOLDER_NUMBER/locations/global/quotaAdjusterSettings
61+
# * For an organization:
5862
# organizations/ORGANIZATION_NUMBER/locations/global/quotaAdjusterSettings
5963
# @!attribute [rw] enablement
6064
# @return [::Google::Cloud::CloudQuotas::V1beta::QuotaAdjusterSettings::Enablement]

0 commit comments

Comments
 (0)