google-cloud-memcache-v1 1.2.0 → 2.0.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: 588f06114c851f9b2b397d0ed351353d4fe256917aefdbb4abaf7d3d1c39766f
|
4
|
+
data.tar.gz: 14183e8770ba4f24eaa9307c5e8d6c0d4208e35a1bafd2f8df4141d2d52e657f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c5129c146760b5aec206101293f53d849f3cf6ee6c65457f7e519ffc8307750d95a37eab42ec4352ff4c6f376c291454e6f15064361b3f676565b8de932030c9
|
7
|
+
data.tar.gz: e88efb8d244ce194af35a4b64b9218947624ab8da52978e7bc9eea9951d4b28d640de3483790b5e529d659fe1bbc8f8d75fdaa597c3d08e4efc9162e88d97e4c
|
@@ -275,10 +275,10 @@ module Google
|
|
275
275
|
# @param order_by [::String]
|
276
276
|
# Sort results. Supported values are "name", "name desc" or "" (unsorted).
|
277
277
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
278
|
-
# @yieldparam result [::Google::Cloud::Memcache::V1::
|
278
|
+
# @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Memcache::V1::Instance>]
|
279
279
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
280
280
|
#
|
281
|
-
# @return [::Google::Cloud::Memcache::V1::
|
281
|
+
# @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Memcache::V1::Instance>]
|
282
282
|
#
|
283
283
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
284
284
|
#
|
@@ -330,7 +330,9 @@ module Google
|
|
330
330
|
retry_policy: @config.retry_policy
|
331
331
|
|
332
332
|
@cloud_memcache_stub.list_instances request, options do |result, operation|
|
333
|
+
result = ::Gapic::Rest::PagedEnumerable.new @cloud_memcache_stub, :list_instances, "instances", request, result, options
|
333
334
|
yield result, operation if block_given?
|
335
|
+
throw :response, result
|
334
336
|
end
|
335
337
|
rescue ::Gapic::Rest::Error => e
|
336
338
|
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-memcache-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
|
@@ -125,7 +125,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
125
125
|
- !ruby/object:Gem::Version
|
126
126
|
version: '0'
|
127
127
|
requirements: []
|
128
|
-
rubygems_version: 3.6.
|
128
|
+
rubygems_version: 3.6.3
|
129
129
|
specification_version: 4
|
130
130
|
summary: Google Cloud Memorystore for Memcached API is used for creating and managing
|
131
131
|
Memcached instances in GCP.
|