Skip to content

Commit 8ef088f

Browse files
docs: [Quotas] Hierarchical Quota Adjuster (#8887)
* 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: eyJwIjoiUXVvdGFzLy5Pd2xCb3QueWFtbCIsImgiOiJmZjJmNDE2YmNmYzgyMjAzMmU1ZWJkZjUwNzBkZjBmYmZiNTRiNzYxIn0= * 🦉 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 2c8b1b8 commit 8ef088f

4 files changed

Lines changed: 20 additions & 8 deletions

File tree

Quotas/samples/V1beta/QuotaAdjusterSettingsManagerClient/get_quota_adjuster_settings.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
use Google\Cloud\CloudQuotas\V1beta\QuotaAdjusterSettings;
3030

3131
/**
32-
* RPC Method for getting QuotaAdjusterSettings based on the request
32+
* Gets the QuotaAdjusterSettings for the specified resource.
3333
*
3434
* @param string $formattedName Name of the `quotaAdjusterSettings` configuration. Only a single
3535
* setting per project is supported. Please see

Quotas/samples/V1beta/QuotaAdjusterSettingsManagerClient/update_quota_adjuster_settings.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
use Google\Cloud\CloudQuotas\V1beta\UpdateQuotaAdjusterSettingsRequest;
3030

3131
/**
32-
* RPC Method for updating QuotaAdjusterSettings based on the request
32+
* Updates the QuotaAdjusterSettings for the specified resource.
3333
*
3434
* This sample has been automatically generated and should be regarded as a code
3535
* template only. It will require modifications to work:

Quotas/src/V1beta/Client/QuotaAdjusterSettingsManagerClient.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ public function __call($method, $args)
302302
}
303303

304304
/**
305-
* RPC Method for getting QuotaAdjusterSettings based on the request
305+
* Gets the QuotaAdjusterSettings for the specified resource.
306306
*
307307
* The async variant is
308308
* {@see QuotaAdjusterSettingsManagerClient::getQuotaAdjusterSettingsAsync()} .
@@ -333,7 +333,7 @@ public function getQuotaAdjusterSettings(
333333
}
334334

335335
/**
336-
* RPC Method for updating QuotaAdjusterSettings based on the request
336+
* Updates the QuotaAdjusterSettings for the specified resource.
337337
*
338338
* The async variant is
339339
* {@see QuotaAdjusterSettingsManagerClient::updateQuotaAdjusterSettingsAsync()} .

Quotas/src/V1beta/QuotaAdjusterSettings.php

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

0 commit comments

Comments
 (0)