Skip to content

Commit 188df6c

Browse files
chore: [google-cloud-cloudquotas] update go_package and Go importpath (googleapis#12479)
- [ ] Regenerate this pull request now. docs: annotate QuotaPreference.dimensions field as immutable, annotate QuotaPreference.QuotaConfig.annotations field as optional PiperOrigin-RevId: 617759942 Source-Link: googleapis/googleapis@b53452f Source-Link: https://github.com/googleapis/googleapis-gen/commit/3ca180fe67e4931d0835afd9ae23bc5bc3c3d4a4 Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWNsb3VkcXVvdGFzLy5Pd2xCb3QueWFtbCIsImgiOiIzY2ExODBmZTY3ZTQ5MzFkMDgzNWFmZDlhZTIzYmM1YmMzYzNkNGE0In0= --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Victor Chudnovsky <vchudnov@google.com>
1 parent e6374ef commit 188df6c

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

  • packages/google-cloud-cloudquotas/google/cloud/cloudquotas_v1/types

packages/google-cloud-cloudquotas/google/cloud/cloudquotas_v1/types/resources.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -265,10 +265,10 @@ class QuotaPreference(proto.Message):
265265
"locations/" must be "global". Example:
266266
``projects/123/locations/global/quotaPreferences/my-config-for-us-east1``
267267
dimensions (MutableMapping[str, str]):
268-
The dimensions that this quota preference applies to. The
269-
key of the map entry is the name of a dimension, such as
270-
"region", "zone", "network_id", and the value of the map
271-
entry is the dimension value.
268+
Immutable. The dimensions that this quota preference applies
269+
to. The key of the map entry is the name of a dimension,
270+
such as "region", "zone", "network_id", and the value of the
271+
map entry is the dimension value.
272272
273273
If a dimension is missing from the map of dimensions, the
274274
quota preference applies to all the dimension values except
@@ -395,9 +395,9 @@ class QuotaConfig(proto.Message):
395395
each request. The quota decrease requests do not
396396
have a trace id.
397397
annotations (MutableMapping[str, str]):
398-
The annotations map for clients to store
399-
small amounts of arbitrary data. Do not put PII
400-
or other sensitive information here. See
398+
Optional. The annotations map for clients to
399+
store small amounts of arbitrary data. Do not
400+
put PII or other sensitive information here. See
401401
https://google.aip.dev/128#annotations
402402
request_origin (google.cloud.cloudquotas_v1.types.QuotaConfig.Origin):
403403
Output only. The origin of the quota

0 commit comments

Comments
 (0)