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: 5287bbb33c444abaf85b8e9c96514c197c5feb0a56935fd244e1fcb9cb16da39
4
- data.tar.gz: 7971248e2c475e787c6e43e19772a5e0798eb006c12c5ebd3d080c05e9309949
3
+ metadata.gz: 82aa1d98b081db21fd7d233015047f02e26c847530e7d40a9ad866743468e118
4
+ data.tar.gz: f6daa2df1a7131212f6d153de42b158ae023ece22639f6333c2990ca265a8d9b
5
5
  SHA512:
6
- metadata.gz: 417710c9b6299adfd6a44c7ac0bd1d6214025e6f31a494f473441a1cbca574dd663bb7b55f431498390fb13fdfa79922466c3d6228699d43cd33a5d464e4608c
7
- data.tar.gz: aa545e80e26e4c3045d049afc5ffe6d5b202a5ea2bb11ce07d97f07980d421ec78454aaf720f7bf555bb27a63a1b71c514d9f7186c8c285cbcbc03ed56f4aa6a
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::ListInstancesResponse]
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::ListInstancesResponse]
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)
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Memcache
23
23
  module V1beta2
24
- VERSION = "0.11.0"
24
+ VERSION = "0.12.0"
25
25
  end
26
26
  end
27
27
  end
@@ -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.11.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-01-29 00:00:00.000000000 Z
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.2
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.