google-cloud-parallelstore-v1 0.3.0 → 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7540e916aa6ae1cb889b09bdd8c1c70667cc045e5c13f6bb92131b97c01f2305
|
4
|
+
data.tar.gz: 63cb0a563612bcf2ac4c60a4faa402af09e419ef0076e807af54aeca5187270a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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::
|
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::
|
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)
|
@@ -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.
|
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-
|
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 V1 API
|
130
130
|
test_files: []
|