google-cloud-memcache-v1beta2 0.11.0 → 0.12.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: 82aa1d98b081db21fd7d233015047f02e26c847530e7d40a9ad866743468e118
|
4
|
+
data.tar.gz: f6daa2df1a7131212f6d153de42b158ae023ece22639f6333c2990ca265a8d9b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 19b06914308a1587d0f35abfad2d3e55bde29b917695834472c56f0560173d0822f5ca1dc3fb68ce52660991da3c0a9812336562f2cf09164b012bc7e5b7922a
|
7
|
+
data.tar.gz: b6841a273ffc49e6a29dfb9ab57abe6cbc1162ac6a3649a8751b8b2813667c5d5a499dda16269e53b1ca225b537410b0dc9c0a526682a3aed5babed1e13ce69c
|
@@ -277,10 +277,10 @@ module Google
|
|
277
277
|
# @param order_by [::String]
|
278
278
|
# Sort results. Supported values are "name", "name desc" or "" (unsorted).
|
279
279
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
280
|
-
# @yieldparam result [::Google::Cloud::Memcache::V1beta2::
|
280
|
+
# @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Memcache::V1beta2::Instance>]
|
281
281
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
282
282
|
#
|
283
|
-
# @return [::Google::Cloud::Memcache::V1beta2::
|
283
|
+
# @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Memcache::V1beta2::Instance>]
|
284
284
|
#
|
285
285
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
286
286
|
#
|
@@ -332,7 +332,9 @@ module Google
|
|
332
332
|
retry_policy: @config.retry_policy
|
333
333
|
|
334
334
|
@cloud_memcache_stub.list_instances request, options do |result, operation|
|
335
|
+
result = ::Gapic::Rest::PagedEnumerable.new @cloud_memcache_stub, :list_instances, "resources", request, result, options
|
335
336
|
yield result, operation if block_given?
|
337
|
+
throw :response, result
|
336
338
|
end
|
337
339
|
rescue ::Gapic::Rest::Error => e
|
338
340
|
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-v1beta2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.12.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.
|