google-cloud-parallelstore-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: 6497d9dd7bbfb9e85d30d343d7bacaaa57c3fdd7367f5a3bfae6d7e4e9921646
4
- data.tar.gz: 1bbdf6ad79a5cbe3868c2cec707e516c5070d517b52ec252a57d8065245004e7
3
+ metadata.gz: 7540e916aa6ae1cb889b09bdd8c1c70667cc045e5c13f6bb92131b97c01f2305
4
+ data.tar.gz: 63cb0a563612bcf2ac4c60a4faa402af09e419ef0076e807af54aeca5187270a
5
5
  SHA512:
6
- metadata.gz: e01cbb70413878c8d845618dbcdd5bf66656d291e4a3ee7ab1b47482d60ebaa835731b75177068c6bca26087dcfa66c158517348af6499b7aa1001db9e43876f
7
- data.tar.gz: 4f63fe95f39d2c79ea5a027ebfdc7ad348d6946176edc36eae2ef7ee999a2f1b448b5733df5b8053db678619701c1a7482e14599c56e38039b9bfd783c40f5fb
6
+ metadata.gz: 9cd2707776d2a638c2af6818acfdcb68571d2edcfe8e231b5bfc3d0fa601f2ea394e70b005cd14a8b3e02f7d7afea206f426b0e32b0673a3b22fb84a60e108c6
7
+ data.tar.gz: 52447ba6e1b23c41a5929bc8b64d9621f283500129fe6838d1ac9430a65a99e5c7156e153ef321077a66053e7a0e17d211b38c51054f8904046ee2982ccbfce4
@@ -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::V1::ListInstancesResponse]
258
+ # @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Parallelstore::V1::Instance>]
259
259
  # @yieldparam operation [::Gapic::Rest::TransportOperation]
260
260
  #
261
- # @return [::Google::Cloud::Parallelstore::V1::ListInstancesResponse]
261
+ # @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Parallelstore::V1::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 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-parallelstore-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
@@ -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 V1 API
130
130
  test_files: []