google-cloud-memorystore-v1 0.3.0 → 1.0.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: eab925926376a1c40a5331e5d51ce9c347bac7be30fc270bec295b1db0f9f34e
4
- data.tar.gz: 9b3854e08a42413b363f859a7104e9cd2a6634cf1df36c9d1f3337010a8272c4
3
+ metadata.gz: '0685adb162d9789fd5107779a265746d2e5765a01e3573807371d293565718d0'
4
+ data.tar.gz: f4f74ccbd5c1784b7bd23efe4a3f84f56614071bfe504be8b9e5796a320243cd
5
5
  SHA512:
6
- metadata.gz: 3cd72cf76f702d3b8e37e8dd6621d64b4cb2850d32ea39ec8eb710cfda764b278113a805ef413ea3c1a33d56544c13aeb6d6256f8bd6a2652f6d37002e14f946
7
- data.tar.gz: 77fc5eca04d45f10072ba7dd1df3aef658e63692b9b56dfcd6c27df0df295519cd3071f01acfeb44c41a8bdd7eeab2f508747148baa7aba4e3d3d005c6f74d7a
6
+ metadata.gz: 427237dd8d796bb717bc68854d415afafcb461ca30dde227bc1969c0aea1a4753ee6b705061216ef6d3bd1039026d01d3bcb9eebeb070fe0c1254af1ac714bab
7
+ data.tar.gz: 5281eb832e0bf4bb7d889f907d89be4ec13d483e1c967f005293030c50531d14ffd33a84c5cf6b5b5261e7f5f0184f92fe569229277b7701a2ecadfcd9947020
@@ -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::V1::ListInstancesResponse]
263
+ # @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Memorystore::V1::Instance>]
264
264
  # @yieldparam operation [::Gapic::Rest::TransportOperation]
265
265
  #
266
- # @return [::Google::Cloud::Memorystore::V1::ListInstancesResponse]
266
+ # @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Memorystore::V1::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 V1
24
- VERSION = "0.3.0"
24
+ VERSION = "1.0.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-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 1.0.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 V1 API
128
128
  test_files: []