google-cloud-cloud_quotas-v1 0.3.0 → 0.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: be546012638807e52b1f26c86dcee294ab1540812400ea019586dc44d566de6a
4
- data.tar.gz: 0adcaadd45a3eb61192bf442e0fb5a3a0a96e03b2bc3c9e279ca09fdc7513000
3
+ metadata.gz: 9056129cf21240f02a6200cca2772c83887fa33b4a44d3ef0e3cb52d15aec3ed
4
+ data.tar.gz: b2db20ecc1a129219ae0bfbc7fb68093b2d68e230a6aaf5bedd11456a01aa29d
5
5
  SHA512:
6
- metadata.gz: 28f833822e9079e11e3a5a439c4b525c0f9a17034b94045954201e52ea0dc476c08a174003e8e1480af3ee773832424317e4605e86b68d9fec0b4dcdb29ea4d2
7
- data.tar.gz: 943f16e1231f7f64c0d60ae01b18b2747ea3c8cc08d4073b739596bfd945967ae585a8ef4ae189cb57ea5cf5a0e3018c56fe6be9686fd3dd872160666abfe340
6
+ metadata.gz: c71e571dfd0d0017ec8299217a076f4ca174e1cf55fef3496899dd1990808cf3f8b2078343e9278eeabf5be59d84a8c58049a71189ef71f77c5b5e5e93ee7736
7
+ data.tar.gz: b6f7a189b195b356a4d90c481aeecdeed1473da4551f3045e001cce90050d967aeafe5af276631033468f8044c91b8c2bca0e4f2dd2f6f5a85c4c7609861d9d4
@@ -425,18 +425,15 @@ module Google
425
425
  # create/update time range.
426
426
  #
427
427
  # Example filters:
428
- # `state=PENDING OR state=PENDING_PARTIALLY_GRANTED`
429
- # `state=PENDING OR state=PENDING_PARTIALLY_GRANTED AND
430
- # creation_time>2022-12-03T10:30:00`
431
- #
432
- # If no filter is provided, returns all pending quota preferences.
428
+ # `reconciling=true AND request_type=CLOUD_CONSOLE`,
429
+ # `reconciling=true OR creation_time>2022-12-03T10:30:00`
433
430
  # @param order_by [::String]
434
431
  # Optional. How to order of the results. By default, the results are ordered
435
432
  # by create time.
436
433
  #
437
434
  # Example orders:
438
- # `type`
439
- # `state, create_time`
435
+ # `quota_id`,
436
+ # `service, create_time`
440
437
  #
441
438
  # @yield [response, operation] Access the result along with the RPC operation
442
439
  # @yieldparam response [::Gapic::PagedEnumerable<::Google::Cloud::CloudQuotas::V1::QuotaPreference>]
@@ -404,18 +404,15 @@ module Google
404
404
  # create/update time range.
405
405
  #
406
406
  # Example filters:
407
- # `state=PENDING OR state=PENDING_PARTIALLY_GRANTED`
408
- # `state=PENDING OR state=PENDING_PARTIALLY_GRANTED AND
409
- # creation_time>2022-12-03T10:30:00`
410
- #
411
- # If no filter is provided, returns all pending quota preferences.
407
+ # `reconciling=true AND request_type=CLOUD_CONSOLE`,
408
+ # `reconciling=true OR creation_time>2022-12-03T10:30:00`
412
409
  # @param order_by [::String]
413
410
  # Optional. How to order of the results. By default, the results are ordered
414
411
  # by create time.
415
412
  #
416
413
  # Example orders:
417
- # `type`
418
- # `state, create_time`
414
+ # `quota_id`,
415
+ # `service, create_time`
419
416
  # @yield [result, operation] Access the result along with the TransportOperation object
420
417
  # @yieldparam result [::Google::Cloud::CloudQuotas::V1::ListQuotaPreferencesResponse]
421
418
  # @yieldparam operation [::Gapic::Rest::TransportOperation]
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module CloudQuotas
23
23
  module V1
24
- VERSION = "0.3.0"
24
+ VERSION = "0.3.1"
25
25
  end
26
26
  end
27
27
  end
@@ -118,6 +118,10 @@ module Google
118
118
  # @return [::String]
119
119
  # Optional link to proto reference documentation. Example:
120
120
  # https://cloud.google.com/pubsub/lite/docs/reference/rpc
121
+ # @!attribute [rw] rest_reference_documentation_uri
122
+ # @return [::String]
123
+ # Optional link to REST reference documentation. Example:
124
+ # https://cloud.google.com/pubsub/lite/docs/reference/rest
121
125
  class Publishing
122
126
  include ::Google::Protobuf::MessageExts
123
127
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -95,19 +95,16 @@ module Google
95
95
  # create/update time range.
96
96
  #
97
97
  # Example filters:
98
- # `state=PENDING OR state=PENDING_PARTIALLY_GRANTED`
99
- # `state=PENDING OR state=PENDING_PARTIALLY_GRANTED AND
100
- # creation_time>2022-12-03T10:30:00`
101
- #
102
- # If no filter is provided, returns all pending quota preferences.
98
+ # `reconciling=true AND request_type=CLOUD_CONSOLE`,
99
+ # `reconciling=true OR creation_time>2022-12-03T10:30:00`
103
100
  # @!attribute [rw] order_by
104
101
  # @return [::String]
105
102
  # Optional. How to order of the results. By default, the results are ordered
106
103
  # by create time.
107
104
  #
108
105
  # Example orders:
109
- # `type`
110
- # `state, create_time`
106
+ # `quota_id`,
107
+ # `service, create_time`
111
108
  class ListQuotaPreferencesRequest
112
109
  include ::Google::Protobuf::MessageExts
113
110
  extend ::Google::Protobuf::MessageExts::ClassMethods
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-cloud_quotas-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-02-26 00:00:00.000000000 Z
11
+ date: 2024-03-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common