google-cloud-workflows-v1 1.2.0 → 2.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: 6ece58b6e1c309c744e6ccfecf6b80c25905b570220fab6f750acf174466db62
|
4
|
+
data.tar.gz: 13d4d7d37f5de664a421636922d2b62b0925982b72b74a3018d6032e4013e3c8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 63f363e01e436d495274cef23bd6a1cf78f7d82416fc55f1d13baa3941354870a8450ee9a016458d0ce38456a028de5b85db23ef0fe6e2de7ebb25cd282564c9
|
7
|
+
data.tar.gz: 4f40a53617c43fe8835cc5c561eab99bd9065089010283823326c9e2a1bfa00e32d465936016cd867955791e72df56b7f19a96f9cf5fb16a8cc3d34a5d44c905
|
@@ -250,10 +250,10 @@ module Google
|
|
250
250
|
# for a field, append a "desc" suffix.
|
251
251
|
# If not specified, the results are returned in an unspecified order.
|
252
252
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
253
|
-
# @yieldparam result [::Google::Cloud::Workflows::V1::
|
253
|
+
# @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Workflows::V1::Workflow>]
|
254
254
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
255
255
|
#
|
256
|
-
# @return [::Google::Cloud::Workflows::V1::
|
256
|
+
# @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Workflows::V1::Workflow>]
|
257
257
|
#
|
258
258
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
259
259
|
#
|
@@ -305,7 +305,9 @@ module Google
|
|
305
305
|
retry_policy: @config.retry_policy
|
306
306
|
|
307
307
|
@workflows_stub.list_workflows request, options do |result, operation|
|
308
|
+
result = ::Gapic::Rest::PagedEnumerable.new @workflows_stub, :list_workflows, "workflows", request, result, options
|
308
309
|
yield result, operation if block_given?
|
310
|
+
throw :response, result
|
309
311
|
end
|
310
312
|
rescue ::Gapic::Rest::Error => e
|
311
313
|
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-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 2.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
|
@@ -126,7 +126,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
126
126
|
- !ruby/object:Gem::Version
|
127
127
|
version: '0'
|
128
128
|
requirements: []
|
129
|
-
rubygems_version: 3.6.
|
129
|
+
rubygems_version: 3.6.3
|
130
130
|
specification_version: 4
|
131
131
|
summary: Manage workflow definitions. To execute workflows and manage executions,
|
132
132
|
see the Workflows Executions API.
|