google-cloud-parallelstore-v1beta 0.6.0 → 0.7.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: a3925d1d7eb874a298ac24eceed2bfda454ab4460335a0d2cc6076c1f0aeb77d
4
- data.tar.gz: 266a45e41e6bdd84d8ad95956028a62b38294496b76850fe2162c0e0f252853c
3
+ metadata.gz: c31bdca36cb602de6b9a0e5832dda70b16e140cb4cf7775f21c8626fa9f5dbf4
4
+ data.tar.gz: 732de19dd4be7495b077a3c1edab6e266f0b366b01182a25349b4adce5b7f8b9
5
5
  SHA512:
6
- metadata.gz: 8b9012267d21e822dd63957b66a8c69a4c6d49c33470d5536c8232230b36d3ddaf91894bddbeee82e987e2d9385aa88ac01805eb8b28fbc83c9c6325bbffc04d
7
- data.tar.gz: 9e2dec2f30b82825fb07a7151cbb680790291618cfcfddac89dd89c02e5ef06ac80cb64c9756ac18e02237fe4872a68115fcf40611d9f268be70b1383677a084
6
+ metadata.gz: 726114c2a48376107fc70c59639b0561a05c77084bab589a5265486d4168f1e4317b2cc8255cafede7b0256c5fe88c2aed61a2600bbd6a1b2c7667f7ba006637
7
+ data.tar.gz: 346dcb0ec11a9253c3bea96fd29815a6bb11f5212eec06cea113ff6a901b972cad96ee1691dab784c124eb577ef3f3b6002e6732002685e3b54c956f961aed48
@@ -255,10 +255,10 @@ module Google
255
255
  # @param order_by [::String]
256
256
  # Optional. Hint for how to order the results.
257
257
  # @yield [result, operation] Access the result along with the TransportOperation object
258
- # @yieldparam result [::Google::Cloud::Parallelstore::V1beta::ListInstancesResponse]
258
+ # @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Parallelstore::V1beta::Instance>]
259
259
  # @yieldparam operation [::Gapic::Rest::TransportOperation]
260
260
  #
261
- # @return [::Google::Cloud::Parallelstore::V1beta::ListInstancesResponse]
261
+ # @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Parallelstore::V1beta::Instance>]
262
262
  #
263
263
  # @raise [::Google::Cloud::Error] if the REST call is aborted.
264
264
  #
@@ -310,7 +310,9 @@ module Google
310
310
  retry_policy: @config.retry_policy
311
311
 
312
312
  @parallelstore_stub.list_instances request, options do |result, operation|
313
+ result = ::Gapic::Rest::PagedEnumerable.new @parallelstore_stub, :list_instances, "instances", request, result, options
313
314
  yield result, operation if block_given?
315
+ throw :response, result
314
316
  end
315
317
  rescue ::Gapic::Rest::Error => e
316
318
  raise ::Google::Cloud::Error.from_error(e)
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Parallelstore
23
23
  module V1beta
24
- VERSION = "0.6.0"
24
+ VERSION = "0.7.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-parallelstore-v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.7.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
@@ -124,7 +124,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
124
124
  - !ruby/object:Gem::Version
125
125
  version: '0'
126
126
  requirements: []
127
- rubygems_version: 3.6.2
127
+ rubygems_version: 3.6.3
128
128
  specification_version: 4
129
129
  summary: API Client library for the Parallelstore V1BETA API
130
130
  test_files: []