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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c31bdca36cb602de6b9a0e5832dda70b16e140cb4cf7775f21c8626fa9f5dbf4
|
4
|
+
data.tar.gz: 732de19dd4be7495b077a3c1edab6e266f0b366b01182a25349b4adce5b7f8b9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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::
|
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::
|
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)
|
@@ -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.
|
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-
|
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.
|
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: []
|