google-cloud-cloud_quotas-v1beta 0.2.0 → 0.3.0

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: bc2dc9b44d1d25d2952a6c37db1bd2e47b314a899830ef3342d496d6f03a1410
4
- data.tar.gz: aea49069f8b8e94ac15e3d080537479af4fcc4eae4945546a1ece35ef2f8c9c1
3
+ metadata.gz: 9f45b2c874d323743ec110bb8effc6d5552d867aed69b85adebeaa931ac89e50
4
+ data.tar.gz: 45c342fdabc5b117d35b7934ad5cdb3ef4815f66ed6543478f1a146792712ca0
5
5
  SHA512:
6
- metadata.gz: 698ccdc8a6acf7a785088ae8b62612e46307286ab347bfd60bcdb705f9622032d06199333b227f799eb52f7edf174c1c7d9a512e3d1bb515bd7223c73d6e8515
7
- data.tar.gz: d44d17a1b50c551508950613394c422dba95d97997d6611ae5592e7c5d9c92c191f642433c1da599dcf81a9229d8608e87d7eb7eac8cad263163f15e9b970541
6
+ metadata.gz: 7d9eeb946879e4e74ee246c8e4011b8b0a5b5f85ce9cef94519c86121c0ddf4a8f7440acb69f836c27081f9928325855d64e9b5e795ec69083681709c300f868
7
+ data.tar.gz: c02fb1ee8e4cb16eb4bcfe2a90146d8257cf410debf2cdcb2e881cb46d2dd1425b917d72cedf90b13321e26faef348767afdef118bff65530c3b517b5a53ce92
@@ -438,10 +438,10 @@ module Google
438
438
  # `quota_id`,
439
439
  # `service, create_time`
440
440
  # @yield [result, operation] Access the result along with the TransportOperation object
441
- # @yieldparam result [::Google::Cloud::CloudQuotas::V1beta::ListQuotaPreferencesResponse]
441
+ # @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::CloudQuotas::V1beta::QuotaPreference>]
442
442
  # @yieldparam operation [::Gapic::Rest::TransportOperation]
443
443
  #
444
- # @return [::Google::Cloud::CloudQuotas::V1beta::ListQuotaPreferencesResponse]
444
+ # @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::CloudQuotas::V1beta::QuotaPreference>]
445
445
  #
446
446
  # @raise [::Google::Cloud::Error] if the REST call is aborted.
447
447
  #
@@ -493,7 +493,9 @@ module Google
493
493
  retry_policy: @config.retry_policy
494
494
 
495
495
  @cloud_quotas_stub.list_quota_preferences request, options do |result, operation|
496
+ result = ::Gapic::Rest::PagedEnumerable.new @cloud_quotas_stub, :list_quota_preferences, "quota_preferences", request, result, options
496
497
  yield result, operation if block_given?
498
+ throw :response, result
497
499
  end
498
500
  rescue ::Gapic::Rest::Error => e
499
501
  raise ::Google::Cloud::Error.from_error(e)
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module CloudQuotas
23
23
  module V1beta
24
- VERSION = "0.2.0"
24
+ VERSION = "0.3.0"
25
25
  end
26
26
  end
27
27
  end
@@ -409,6 +409,14 @@ module Google
409
409
  # @return [::Array<::String>]
410
410
  # An allowlist of the fully qualified names of RPCs that should be included
411
411
  # on public client surfaces.
412
+ # @!attribute [rw] generate_omitted_as_internal
413
+ # @return [::Boolean]
414
+ # Setting this to true indicates to the client generators that methods
415
+ # that would be excluded from the generation should instead be generated
416
+ # in a way that indicates these methods should not be consumed by
417
+ # end users. How this is expressed is up to individual language
418
+ # implementations to decide. Some examples may be: added annotations,
419
+ # obfuscated identifiers, or other language idiomatic patterns.
412
420
  class SelectiveGapicGeneration
413
421
  include ::Google::Protobuf::MessageExts
414
422
  extend ::Google::Protobuf::MessageExts::ClassMethods
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-cloud_quotas-v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-01-29 00:00:00.000000000 Z
10
+ date: 2025-02-07 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: gapic-common
@@ -110,7 +110,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
110
110
  - !ruby/object:Gem::Version
111
111
  version: '0'
112
112
  requirements: []
113
- rubygems_version: 3.6.2
113
+ rubygems_version: 3.6.3
114
114
  specification_version: 4
115
115
  summary: Cloud Quotas API provides Google Cloud service consumers with management
116
116
  and observability for resource usage, quotas, and restrictions of the services they