google-apis-dataflow_v1b3 0.19.0 → 0.20.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: 790aae0b82f3f0b7cc9c03987f2fcec67ba754da09cb96aa2176dafe8000ae43
4
- data.tar.gz: 5209c3c23c488167f8868c803d4de02bd06a7113f083c32d39c181e792c83da1
3
+ metadata.gz: 14c343ce1354bd810e3852a751f57d739f4647182a13adec0dfd5ab3288520a5
4
+ data.tar.gz: aa56f2ebdf9fb717f5bf1e631d42edf0e9bce86f61b0bf17dc58ab6dc5670ecf
5
5
  SHA512:
6
- metadata.gz: 1e8ecd9992fa738e8ff910c69a0bcca18b6cdbecaefe9c4d1be4637495e85271e5b9b8270d468ffdad359a56e99022d47f0f9c2d7092779ba680a38145681456
7
- data.tar.gz: f75b3c91c350b1ca77933b5ed433e2aea5918768fe9e961a874a3f061000ef58cc6dec8797138a13c44aa587e0b6a9d3278202c60f4c8c902ee6a50c68d54edd
6
+ metadata.gz: ece131ae38087fe170d5cadb30f9427a3f9d31f8babd36cb104f70edab8da60ea332ded1187012194b44d377aa852dfc33ee690346177577db0ff310a3297768
7
+ data.tar.gz: ff2e6cd8ff3ab2b6c24790a1beb2fd3c3a81b7a4e410c4af0eab5ea40f18bcfb6f4924644dc764ffe7467a648d2084dae80789c7dfe2f0c51ba50bef048fc0ec
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dataflow_v1b3
2
2
 
3
+ ### v0.20.0 (2022-04-21)
4
+
5
+ * Regenerated from discovery document revision 20220414
6
+
3
7
  ### v0.19.0 (2022-04-14)
4
8
 
5
9
  * Regenerated from discovery document revision 20220405
@@ -2085,11 +2085,11 @@ module Google
2085
2085
  # @return [String]
2086
2086
  attr_accessor :location
2087
2087
 
2088
- # The user-specified Cloud Dataflow job name. Only one Job with a given name may
2089
- # exist in a project at any given time. If a caller attempts to create a Job
2090
- # with the same name as an already-existing Job, the attempt returns the
2091
- # existing Job. The name must match the regular expression `[a-z]([-a-z0-9]`0,38`
2092
- # [a-z0-9])?`
2088
+ # The user-specified Cloud Dataflow job name. Only one Job with a given name can
2089
+ # exist in a project within one region at any given time. Jobs in different
2090
+ # regions can have the same name. If a caller attempts to create a Job with the
2091
+ # same name as an already-existing Job, the attempt returns the existing Job.
2092
+ # The name must match the regular expression `[a-z]([-a-z0-9]`0,38`[a-z0-9])?`
2093
2093
  # Corresponds to the JSON property `name`
2094
2094
  # @return [String]
2095
2095
  attr_accessor :name
@@ -4057,13 +4057,14 @@ module Google
4057
4057
  end
4058
4058
  end
4059
4059
 
4060
- # Defines a SDK harness container for executing Dataflow pipelines.
4060
+ # Defines an SDK harness container for executing Dataflow pipelines.
4061
4061
  class SdkHarnessContainerImage
4062
4062
  include Google::Apis::Core::Hashable
4063
4063
 
4064
- # The set of capabilities enumerated in the above Environment proto. See also
4065
- # https://github.com/apache/beam/blob/master/model/pipeline/src/main/proto/
4066
- # beam_runner_api.proto
4064
+ # The set of capabilities enumerated in the above Environment proto. See also [
4065
+ # beam_runner_api.proto](https://github.com/apache/beam/blob/master/model/
4066
+ # pipeline/src/main/proto/org/apache/beam/model/pipeline/v1/beam_runner_api.
4067
+ # proto)
4067
4068
  # Corresponds to the JSON property `capabilities`
4068
4069
  # @return [Array<String>]
4069
4070
  attr_accessor :capabilities
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DataflowV1b3
18
18
  # Version of the google-apis-dataflow_v1b3 gem
19
- GEM_VERSION = "0.19.0"
19
+ GEM_VERSION = "0.20.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220405"
25
+ REVISION = "20220414"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-dataflow_v1b3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.19.0
4
+ version: 0.20.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-04-18 00:00:00.000000000 Z
11
+ date: 2022-04-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dataflow_v1b3/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-dataflow_v1b3/v0.19.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dataflow_v1b3/v0.20.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dataflow_v1b3
63
63
  post_install_message:
64
64
  rdoc_options: []