Skip to content

Commit 55bf59f

Browse files
docs: [google-cloud-cloudquotas] A comment for field filter in message .google.api.cloudquotas.v1.ListQuotaPreferencesRequest is changed (#12449)
BEGIN_COMMIT_OVERRIDE docs: A comment for field `filter` in message `.google.api.cloudquotas.v1.ListQuotaPreferencesRequest` is changed docs: A comment for field `order_by` in message `.google.api.cloudquotas.v1.ListQuotaPreferencesRequest` is changed END_COMMIT_OVERRIDE - [ ] Regenerate this pull request now. docs: A comment for field `order_by` in message `.google.api.cloudquotas.v1.ListQuotaPreferencesRequest` is changed PiperOrigin-RevId: 615202751 Source-Link: googleapis/googleapis@e960a82 Source-Link: googleapis/googleapis-gen@d20870e Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWNsb3VkcXVvdGFzLy5Pd2xCb3QueWFtbCIsImgiOiJkMjA4NzBlNzExZTM3MTY4M2FhZjIwN2EwYjYzODM0OTc0ZWU1YTJiIn0= --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: ohmayr <omairnaveed@ymail.com>
1 parent 5fd0b34 commit 55bf59f

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

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

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

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -146,16 +146,13 @@ class ListQuotaPreferencesRequest(proto.Message):
146146
type, create/update time range.
147147
148148
Example filters:
149-
``state=PENDING OR state=PENDING_PARTIALLY_GRANTED``
150-
``state=PENDING OR state=PENDING_PARTIALLY_GRANTED AND creation_time>2022-12-03T10:30:00``
151-
152-
If no filter is provided, returns all pending quota
153-
preferences.
149+
``reconciling=true AND request_type=CLOUD_CONSOLE``,
150+
``reconciling=true OR creation_time>2022-12-03T10:30:00``
154151
order_by (str):
155152
Optional. How to order of the results. By default, the
156153
results are ordered by create time.
157154
158-
Example orders: ``type`` ``state, create_time``
155+
Example orders: ``quota_id``, ``service, create_time``
159156
"""
160157

161158
parent: str = proto.Field(

0 commit comments

Comments
 (0)