Skip to content

Commit 0f960c3

Browse files
feat: [Quotas] publish Cloud Quotas v1 GA client library protos and GAPIC Bazel rules (#9383)
* feat: publish Cloud Quotas v1 GA client library protos and GAPIC Bazel rules PiperOrigin-RevId: 952062027 Source-Link: googleapis/googleapis@6825e4a Source-Link: googleapis/googleapis-gen@f717d26 Copy-Tag: eyJwIjoiUXVvdGFzLy5Pd2xCb3QueWFtbCIsImgiOiJmNzE3ZDI2MDEzZWU0N2E1MDE4ZGEzZmRiOTNjZDc3NzUyOWU5MDdkIn0= * 🦉 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 a9ffd8f commit 0f960c3

28 files changed

Lines changed: 1750 additions & 149 deletions

Quotas/metadata/V1/Cloudquotas.php

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Quotas/metadata/V1/QuotaAdjusterSettings.php

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

Quotas/samples/V1/CloudQuotasClient/create_quota_preference.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
/**
3333
* Creates a new QuotaPreference that declares the desired value for a quota.
3434
*
35-
* @param string $formattedParent Value for parent.
35+
* @param string $formattedParent Identifier. Value for parent.
3636
*
3737
* Example:
3838
* `projects/123/locations/global`
@@ -41,7 +41,7 @@
4141
* to -1, it means the value is "unlimited".
4242
* @param string $quotaPreferenceService The name of the service to which the quota preference is applied.
4343
* @param string $quotaPreferenceQuotaId The id of the quota to which the quota preference is applied. A
44-
* quota name is unique in the service. Example: `CpusPerProjectPerRegion`
44+
* quota name is unique in the service. For example, `CpusPerProjectPerRegion`
4545
*/
4646
function create_quota_preference_sample(
4747
string $formattedParent,

Quotas/samples/V1/CloudQuotasClient/get_quota_info.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
/**
3232
* Retrieve the QuotaInfo of a quota for a project, folder or organization.
3333
*
34-
* @param string $formattedName The resource name of the quota info.
34+
* @param string $formattedName Identifier. The resource name of the quota info.
3535
*
3636
* An example name:
3737
* `projects/123/locations/global/services/compute.googleapis.com/quotaInfos/CpusPerProjectPerRegion`

Quotas/samples/V1/CloudQuotasClient/get_quota_preference.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
/**
3232
* Gets details of a single QuotaPreference.
3333
*
34-
* @param string $formattedName Name of the resource
34+
* @param string $formattedName Identifier. Name of the resource
3535
*
3636
* Example name:
3737
* `projects/123/locations/global/quota_preferences/my-config-for-us-east1`

Quotas/samples/V1/CloudQuotasClient/list_quota_infos.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
/**
3333
* Lists QuotaInfos of all quotas for a given project, folder or organization.
3434
*
35-
* @param string $formattedParent Parent value of QuotaInfo resources.
35+
* @param string $formattedParent Identifier. Parent value of QuotaInfo resources.
3636
* Listing across different resource containers (such as 'projects/-') is not
3737
* allowed.
3838
*

Quotas/samples/V1/CloudQuotasClient/list_quota_preferences.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
/**
3333
* Lists QuotaPreferences in a given project, folder or organization.
3434
*
35-
* @param string $formattedParent Parent value of QuotaPreference resources.
35+
* @param string $formattedParent Identifier. Parent value of QuotaPreference resources.
3636
* Listing across different resource containers (such as 'projects/-') is not
3737
* allowed.
3838
*

Quotas/samples/V1/CloudQuotasClient/update_quota_preference.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
* to -1, it means the value is "unlimited".
3838
* @param string $quotaPreferenceService The name of the service to which the quota preference is applied.
3939
* @param string $quotaPreferenceQuotaId The id of the quota to which the quota preference is applied. A
40-
* quota name is unique in the service. Example: `CpusPerProjectPerRegion`
40+
* quota name is unique in the service. For example, `CpusPerProjectPerRegion`
4141
*/
4242
function update_quota_preference_sample(
4343
int $quotaPreferenceQuotaConfigPreferredValue,

0 commit comments

Comments
 (0)