google-cloud-redis-v1beta1 0.15.0 → 0.16.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a09a1b2a2234e832a673a316f77671d3a77a14c8eeca369f80559ac33814e681
|
4
|
+
data.tar.gz: 77d174e76689720853bbf341ba0eda7c0510fdd3e9e78a0473d3410075e2a332
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7f8c9b26d5e6570274d0c23be909ba94c80ff2fb844cce44db167c2aa4e0a098ac1a4959da61798eef78912166a407b07d2b665a3ca0bc1b5bb8930cf0daab5f
|
7
|
+
data.tar.gz: ad41c6f1d0b621a01fcfcab626b4037af9b6164a3571241e5b0768fd55abc3b1b830cd3f5ff877bbbcb0305eaa8dafac19702c0810f7b7e7df1e82e5830609a6
|
@@ -266,10 +266,10 @@ module Google
|
|
266
266
|
# The `next_page_token` value returned from a previous
|
267
267
|
# {::Google::Cloud::Redis::V1beta1::CloudRedis::Rest::Client#list_instances ListInstances} request, if any.
|
268
268
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
269
|
-
# @yieldparam result [::Google::Cloud::Redis::V1beta1::
|
269
|
+
# @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Redis::V1beta1::Instance>]
|
270
270
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
271
271
|
#
|
272
|
-
# @return [::Google::Cloud::Redis::V1beta1::
|
272
|
+
# @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Redis::V1beta1::Instance>]
|
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
|
@cloud_redis_stub.list_instances request, options do |result, operation|
|
324
|
+
result = ::Gapic::Rest::PagedEnumerable.new @cloud_redis_stub, :list_instances, "instances", 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-redis-v1beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.16.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
|
@@ -104,7 +104,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
104
104
|
- !ruby/object:Gem::Version
|
105
105
|
version: '0'
|
106
106
|
requirements: []
|
107
|
-
rubygems_version: 3.6.
|
107
|
+
rubygems_version: 3.6.3
|
108
108
|
specification_version: 4
|
109
109
|
summary: Creates and manages Redis instances on the Google Cloud Platform.
|
110
110
|
test_files: []
|