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: 91d2bac803f356b61600f54e5379ec6b18ad4a4c9c4b2eebf7fddc9d1aa40b3b
4
- data.tar.gz: b3693ae39f55740af4430f7a9be5ab2419b6522778a0555ca623a2a96674715f
3
+ metadata.gz: 6ece58b6e1c309c744e6ccfecf6b80c25905b570220fab6f750acf174466db62
4
+ data.tar.gz: 13d4d7d37f5de664a421636922d2b62b0925982b72b74a3018d6032e4013e3c8
5
5
  SHA512:
6
- metadata.gz: bcd18449bac0af3f7822f198820e58f92dc5dfc58f5c8e8865ed9005b2cf24723e250db2afb766efd11dbe87f5c2197c8ceb5702f822852f4b2ef6ce85fa240b
7
- data.tar.gz: a9bb3b5b335d9bc28b1f1ecadea50875fa082be4d854f4898d0bd73669f5c79c0f64d2b3852b4db5b742519ea3671f3313e5cfe1c72a2723ee0b6d2199414ae8
6
+ metadata.gz: 63f363e01e436d495274cef23bd6a1cf78f7d82416fc55f1d13baa3941354870a8450ee9a016458d0ce38456a028de5b85db23ef0fe6e2de7ebb25cd282564c9
7
+ data.tar.gz: 4f40a53617c43fe8835cc5c561eab99bd9065089010283823326c9e2a1bfa00e32d465936016cd867955791e72df56b7f19a96f9cf5fb16a8cc3d34a5d44c905
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Workflows
23
23
  module V1
24
- VERSION = "1.2.0"
24
+ VERSION = "2.0.0"
25
25
  end
26
26
  end
27
27
  end
@@ -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::ListWorkflowsResponse]
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::ListWorkflowsResponse]
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: 1.2.0
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-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
@@ -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.2
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.