google-cloud-memorystore-v1beta 0.3.0 → 0.4.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: b022525fd8835bc6f9b29aa198ca26d5766ef61b4c5c62853edf3b7bd0e62945
|
4
|
+
data.tar.gz: cbcae2e2419a75fcd880fcbf61791f7be1157b45d52bd020195e7bcfc40acb16
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8adaf8c44f394b18c8f53cbad70902bb8020c37eca8d4d3a14c451afd22159437e38c699fde8c956466d434306c21885aaf5a69cd7a174780afc3ef72eecccd7
|
7
|
+
data.tar.gz: 2783c4fb4fa10e543a650f57e767be0adfd74328a078143352debf010ba229f605af72379c50491cab4b48bd7a854509b15b752bef46b7bf3a59f5aef230befd
|
@@ -260,10 +260,10 @@ module Google
|
|
260
260
|
# Optional. Sort results by a defined order. Supported values: "name",
|
261
261
|
# "create_time".
|
262
262
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
263
|
-
# @yieldparam result [::Google::Cloud::Memorystore::V1beta::
|
263
|
+
# @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Memorystore::V1beta::Instance>]
|
264
264
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
265
265
|
#
|
266
|
-
# @return [::Google::Cloud::Memorystore::V1beta::
|
266
|
+
# @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Memorystore::V1beta::Instance>]
|
267
267
|
#
|
268
268
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
269
269
|
#
|
@@ -315,7 +315,9 @@ module Google
|
|
315
315
|
retry_policy: @config.retry_policy
|
316
316
|
|
317
317
|
@memorystore_stub.list_instances request, options do |result, operation|
|
318
|
+
result = ::Gapic::Rest::PagedEnumerable.new @memorystore_stub, :list_instances, "instances", request, result, options
|
318
319
|
yield result, operation if block_given?
|
320
|
+
throw :response, result
|
319
321
|
end
|
320
322
|
rescue ::Gapic::Rest::Error => e
|
321
323
|
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-memorystore-v1beta
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.4.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
|
@@ -122,7 +122,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
122
122
|
- !ruby/object:Gem::Version
|
123
123
|
version: '0'
|
124
124
|
requirements: []
|
125
|
-
rubygems_version: 3.6.
|
125
|
+
rubygems_version: 3.6.3
|
126
126
|
specification_version: 4
|
127
127
|
summary: API Client library for the Memorystore V1BETA API
|
128
128
|
test_files: []
|