google-cloud-memorystore-v1beta 0.3.0 → 0.4.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a87ad6b36b3485f3c5ce4eb934127ba5c97ef51f85b29085f207508f6e10df82
4
- data.tar.gz: be7be07e643099ebc8ff202fd5c611c4afd98c2b534d36e1d003b6a795883bb9
3
+ metadata.gz: b022525fd8835bc6f9b29aa198ca26d5766ef61b4c5c62853edf3b7bd0e62945
4
+ data.tar.gz: cbcae2e2419a75fcd880fcbf61791f7be1157b45d52bd020195e7bcfc40acb16
5
5
  SHA512:
6
- metadata.gz: d0bed9b1d80cb3f64b4caf0eba9dfd635b546d6769dcf463862586efd37289eeda75e4cd8f341c14d062c4606e06cada348df4494a60cb7f182c5f80a32d37a9
7
- data.tar.gz: 856de1be95589c5f42c8f3b961c492d5e68cb48118983c6d173ab7504b0f6c94476d1dab477ec4fb375a1b27545ce593d3c86aaf3ebb040d5d0a31db231d7fc9
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::ListInstancesResponse]
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::ListInstancesResponse]
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)
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Memorystore
23
23
  module V1beta
24
- VERSION = "0.3.0"
24
+ VERSION = "0.4.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-memorystore-v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.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-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
@@ -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.2
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: []