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 +4 -4
- data/lib/google/cloud/cloud_quotas/v1/cloud_quotas/client.rb +4 -7
- data/lib/google/cloud/cloud_quotas/v1/cloud_quotas/rest/client.rb +4 -7
- data/lib/google/cloud/cloud_quotas/v1/version.rb +1 -1
- data/proto_docs/google/api/client.rb +4 -0
- data/proto_docs/google/api/cloudquotas/v1/cloudquotas.rb +4 -7
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9056129cf21240f02a6200cca2772c83887fa33b4a44d3ef0e3cb52d15aec3ed
|
|
4
|
+
data.tar.gz: b2db20ecc1a129219ae0bfbc7fb68093b2d68e230a6aaf5bedd11456a01aa29d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
-
# `
|
|
429
|
-
# `
|
|
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
|
-
# `
|
|
439
|
-
# `
|
|
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
|
-
# `
|
|
408
|
-
# `
|
|
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
|
-
# `
|
|
418
|
-
# `
|
|
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]
|
|
@@ -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
|
-
# `
|
|
99
|
-
# `
|
|
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
|
-
# `
|
|
110
|
-
# `
|
|
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.
|
|
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-
|
|
11
|
+
date: 2024-03-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gapic-common
|