google-cloud-gke_hub-v1 1.2.0 → 2.0.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: 5c0f15d63c1371aa11295ff0a06656dda5b72a225df4f70401fc7ca9d132a0e2
|
4
|
+
data.tar.gz: 4361589801769ceb5947c4e718f23e18e77768f0da95a112b6511791ff6375ee
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fae424c146316f0a7341341f4137d5d646a9abac5f8ba797301d0d1960dd96f144db753aa89e10b00d0779176952126144c7e2d5aa169f7988ea1da1b116f97c
|
7
|
+
data.tar.gz: 865572c6f15a58a47daab52ad2a21a724cb037b6f9d6826415e7beed4de583c8e3d6dbccbf454e8ca0bca1fe12494fe05512cac9a42e12b7b47bba097c73b1be
|
@@ -266,10 +266,10 @@ module Google
|
|
266
266
|
# Optional. One or more fields to compare and use to sort the output.
|
267
267
|
# See https://google.aip.dev/132#ordering.
|
268
268
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
269
|
-
# @yieldparam result [::Google::Cloud::GkeHub::V1::
|
269
|
+
# @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::GkeHub::V1::Membership>]
|
270
270
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
271
271
|
#
|
272
|
-
# @return [::Google::Cloud::GkeHub::V1::
|
272
|
+
# @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::GkeHub::V1::Membership>]
|
273
273
|
#
|
274
274
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
275
275
|
#
|
@@ -321,7 +321,9 @@ module Google
|
|
321
321
|
retry_policy: @config.retry_policy
|
322
322
|
|
323
323
|
@gke_hub_stub.list_memberships request, options do |result, operation|
|
324
|
+
result = ::Gapic::Rest::PagedEnumerable.new @gke_hub_stub, :list_memberships, "resources", request, result, options
|
324
325
|
yield result, operation if block_given?
|
326
|
+
throw :response, result
|
325
327
|
end
|
326
328
|
rescue ::Gapic::Rest::Error => e
|
327
329
|
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-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 2.0.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
|
@@ -111,7 +111,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
111
111
|
- !ruby/object:Gem::Version
|
112
112
|
version: '0'
|
113
113
|
requirements: []
|
114
|
-
rubygems_version: 3.6.
|
114
|
+
rubygems_version: 3.6.3
|
115
115
|
specification_version: 4
|
116
116
|
summary: API Client library for the GKE Hub V1 API
|
117
117
|
test_files: []
|