google-cloud-gke_hub-v1beta1 0.13.0 → 0.14.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: 20d51d859715706488b87ad935ffcc351f3e46c4a68a052fae908d9a4b0119ad
4
- data.tar.gz: c1c6e4fed1a8afd2a9c1fc99487f577e8ce076c8b569d2f3fa38ceb11d22a2bb
3
+ metadata.gz: 20bf22b9114d4a5d308288e8ba554dba03b52ddf938b414718120017688eb012
4
+ data.tar.gz: a6a86370e5146d1e876df20f5edb67e06c84913bd65ba1b82ee4320f04c70962
5
5
  SHA512:
6
- metadata.gz: f84ee2c5f788f885b29cd4158623767e3738ffd232ea87ab3cbbbfb9fa037d7ab90b949a49ab04a6ebe18fc4031eb6950dfdfe59be1ab7d80048f934cc25dc4a
7
- data.tar.gz: 8d1131343a7952c3214c0394bd26322e7e6d1e37567a4cf66b9dc7b48fe60368020deb922e684010112e1ff0e6745f4fda60fa4307d1d032ed8967092411f72a
6
+ metadata.gz: 8e6cbe2a6444d2c852bafed737d6cf29edb03006878ebd971a5cde3afcc5cb50c2748a239220b90215f2d8d666d0c5cdcd7a4010174993ef280fc3f47907d775
7
+ data.tar.gz: 5542c406ed489bc5e84f22abd594338b584e37d79681897678d7f8214ba7da9b0220341b4d8da1e9648c13c70a634502c9ece76359f493cb3385db7ce755de01
@@ -293,10 +293,10 @@ module Google
293
293
  # Optional. One or more fields to compare and use to sort the output.
294
294
  # See https://google.aip.dev/132#ordering.
295
295
  # @yield [result, operation] Access the result along with the TransportOperation object
296
- # @yieldparam result [::Google::Cloud::GkeHub::V1beta1::ListMembershipsResponse]
296
+ # @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::GkeHub::V1beta1::Membership>]
297
297
  # @yieldparam operation [::Gapic::Rest::TransportOperation]
298
298
  #
299
- # @return [::Google::Cloud::GkeHub::V1beta1::ListMembershipsResponse]
299
+ # @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::GkeHub::V1beta1::Membership>]
300
300
  #
301
301
  # @raise [::Google::Cloud::Error] if the REST call is aborted.
302
302
  #
@@ -348,7 +348,9 @@ module Google
348
348
  retry_policy: @config.retry_policy
349
349
 
350
350
  @gke_hub_membership_service_stub.list_memberships request, options do |result, operation|
351
+ result = ::Gapic::Rest::PagedEnumerable.new @gke_hub_membership_service_stub, :list_memberships, "resources", request, result, options
351
352
  yield result, operation if block_given?
353
+ throw :response, result
352
354
  end
353
355
  rescue ::Gapic::Rest::Error => e
354
356
  raise ::Google::Cloud::Error.from_error(e)
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module GkeHub
23
23
  module V1beta1
24
- VERSION = "0.13.0"
24
+ VERSION = "0.14.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-gke_hub-v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.13.0
4
+ version: 0.14.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
@@ -145,7 +145,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
145
145
  - !ruby/object:Gem::Version
146
146
  version: '0'
147
147
  requirements: []
148
- rubygems_version: 3.6.2
148
+ rubygems_version: 3.6.3
149
149
  specification_version: 4
150
150
  summary: API Client library for the GKE Hub V1beta1 API
151
151
  test_files: []