google-cloud-workflows-v1beta 0.11.0 → 0.12.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: fc670e6513b7d65badc2e7cffbc6a6c8ed8d900ceca1bef695fe098ba3881314
|
4
|
+
data.tar.gz: 436599ec838b7ed9fa63cfe360849f80d22c0b2c8f675b5de03193125d25e1c1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4646ea62b0fdb14bf704711b21e82763d5796e81849b2bfd5bb9600d749b64ef71abe088ac9661344739910cdf301956131b5b7d63f028f1dab43d4e9edcad94
|
7
|
+
data.tar.gz: 84269b288618f1a8e33ad27cf800e50cf3ca79f74c82d4e1bf56fbbb5f9c1c8afa0db5d1ed333af30f69e7bfd23b89a07bc387d05e20ca29cc062d486cdfdf6b
|
@@ -233,10 +233,10 @@ module Google
|
|
233
233
|
# for a field, append a " desc" suffix.
|
234
234
|
# If not specified, the results will be returned in an unspecified order.
|
235
235
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
236
|
-
# @yieldparam result [::Google::Cloud::Workflows::V1beta::
|
236
|
+
# @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Workflows::V1beta::Workflow>]
|
237
237
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
238
238
|
#
|
239
|
-
# @return [::Google::Cloud::Workflows::V1beta::
|
239
|
+
# @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Workflows::V1beta::Workflow>]
|
240
240
|
#
|
241
241
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
242
242
|
#
|
@@ -288,7 +288,9 @@ module Google
|
|
288
288
|
retry_policy: @config.retry_policy
|
289
289
|
|
290
290
|
@workflows_stub.list_workflows request, options do |result, operation|
|
291
|
+
result = ::Gapic::Rest::PagedEnumerable.new @workflows_stub, :list_workflows, "workflows", request, result, options
|
291
292
|
yield result, operation if block_given?
|
293
|
+
throw :response, result
|
292
294
|
end
|
293
295
|
rescue ::Gapic::Rest::Error => e
|
294
296
|
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-workflows-v1beta
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.12.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
|
@@ -105,7 +105,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
105
105
|
- !ruby/object:Gem::Version
|
106
106
|
version: '0'
|
107
107
|
requirements: []
|
108
|
-
rubygems_version: 3.6.
|
108
|
+
rubygems_version: 3.6.3
|
109
109
|
specification_version: 4
|
110
110
|
summary: Manage workflow definitions. To execute workflows and manage executions,
|
111
111
|
see the Workflows Executions API.
|