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: 7ff73112a2201ec60d747492a41a7c01f3b630ae022ea828e2ca70039d7d2413
4
- data.tar.gz: 03614563cc95881bcc8eca7e23e1ea4b3443664576751d0fb883ab4203141135
3
+ metadata.gz: fc670e6513b7d65badc2e7cffbc6a6c8ed8d900ceca1bef695fe098ba3881314
4
+ data.tar.gz: 436599ec838b7ed9fa63cfe360849f80d22c0b2c8f675b5de03193125d25e1c1
5
5
  SHA512:
6
- metadata.gz: 1b309d694707b14c7e23fc29d62c442b08252fd1d621139e41f86f8d284be1f37178bd2478433d7fcc0e88a9d50af50007b5e4a5628ee04c82818da31055d862
7
- data.tar.gz: 2bbd4f580a92b3c247014b480790e295ad4764dd32c45d57587505889c4f7378cfe8b4b269f25519a26c57c30085ff4b14b8e3bd0b45dcadf0cf6dd6ff79bf93
6
+ metadata.gz: 4646ea62b0fdb14bf704711b21e82763d5796e81849b2bfd5bb9600d749b64ef71abe088ac9661344739910cdf301956131b5b7d63f028f1dab43d4e9edcad94
7
+ data.tar.gz: 84269b288618f1a8e33ad27cf800e50cf3ca79f74c82d4e1bf56fbbb5f9c1c8afa0db5d1ed333af30f69e7bfd23b89a07bc387d05e20ca29cc062d486cdfdf6b
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Workflows
23
23
  module V1beta
24
- VERSION = "0.11.0"
24
+ VERSION = "0.12.0"
25
25
  end
26
26
  end
27
27
  end
@@ -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::ListWorkflowsResponse]
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::ListWorkflowsResponse]
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.11.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-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
@@ -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.2
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.