google-cloud-gke_hub-v1beta1 0.13.0 → 0.14.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 20bf22b9114d4a5d308288e8ba554dba03b52ddf938b414718120017688eb012
|
4
|
+
data.tar.gz: a6a86370e5146d1e876df20f5edb67e06c84913bd65ba1b82ee4320f04c70962
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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::
|
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::
|
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)
|
@@ -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.
|
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-
|
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.
|
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: []
|