google-apis-dataflow_v1b3 0.17.0 → 0.18.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e753e7594140031902ba0779a171fd98cc8ecad7b4bfa9e6e7cb837ef87c37ce
4
- data.tar.gz: dbaee56cf195ee3fac604aa7873cff078066b7e806e00639ba940cc401a2b13f
3
+ metadata.gz: b1e91319168b275a98356f647c263e7b383413da39e29b72dbe1875eac136636
4
+ data.tar.gz: d1243afc50848ffb29501741db41d1cec141ea59d6bd9789e676b8e4e29b0a61
5
5
  SHA512:
6
- metadata.gz: 7d0ca6f13e1344e8faea0c4b9ad7790c8e4a017a82f2f570113c493bcefce5f899576d3388a6a2575998a86d87aeb588f2c4c1660fbf4773c2d02087b1af5f04
7
- data.tar.gz: 51800048617522398e2514c471573bae23e5377104abd0ce54957237e3c15bb02dc84e25f8260650cc072d983acf8e5337eefca3b406f894d24c3cdfa67c0056
6
+ metadata.gz: a2b700025b9238012ccfc19a78c80228c5b7c8fe6728afc3c111bf17fc1aed80d6137fbe68f9c3f6bbbca2864d06a970c5734c7f510b2631c4f9e08490d4a3c5
7
+ data.tar.gz: 2e1fd8b735faa253582e970432fe79e7bc3b14bff3b93e111f784afd6d03d044c6f01a751264a82f57e59be56ebf639c07c7ecf8a9792fac1145759e9fc67305
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dataflow_v1b3
2
2
 
3
+ ### v0.18.0 (2022-03-09)
4
+
5
+ * Regenerated from discovery document revision 20220301
6
+
3
7
  ### v0.17.0 (2022-02-26)
4
8
 
5
9
  * Regenerated from discovery document revision 20220218
@@ -4038,6 +4038,13 @@ module Google
4038
4038
  class SdkHarnessContainerImage
4039
4039
  include Google::Apis::Core::Hashable
4040
4040
 
4041
+ # The set of capabilities enumerated in the above Environment proto. See also
4042
+ # https://github.com/apache/beam/blob/master/model/pipeline/src/main/proto/
4043
+ # beam_runner_api.proto
4044
+ # Corresponds to the JSON property `capabilities`
4045
+ # @return [Array<String>]
4046
+ attr_accessor :capabilities
4047
+
4041
4048
  # A docker container image that resides in Google Container Registry.
4042
4049
  # Corresponds to the JSON property `containerImage`
4043
4050
  # @return [String]
@@ -4064,6 +4071,7 @@ module Google
4064
4071
 
4065
4072
  # Update properties of this object
4066
4073
  def update!(**args)
4074
+ @capabilities = args[:capabilities] if args.key?(:capabilities)
4067
4075
  @container_image = args[:container_image] if args.key?(:container_image)
4068
4076
  @environment_id = args[:environment_id] if args.key?(:environment_id)
4069
4077
  @use_single_core_per_container = args[:use_single_core_per_container] if args.key?(:use_single_core_per_container)
@@ -4101,7 +4109,7 @@ module Google
4101
4109
  end
4102
4110
  end
4103
4111
 
4104
- # Request to send encoded debug information.
4112
+ # Request to send encoded debug information. Next ID: 8
4105
4113
  class SendDebugCaptureRequest
4106
4114
  include Google::Apis::Core::Hashable
4107
4115
 
@@ -4115,6 +4123,11 @@ module Google
4115
4123
  # @return [String]
4116
4124
  attr_accessor :data
4117
4125
 
4126
+ # Format for the data field above (id=5).
4127
+ # Corresponds to the JSON property `dataFormat`
4128
+ # @return [String]
4129
+ attr_accessor :data_format
4130
+
4118
4131
  # The [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/
4119
4132
  # regional-endpoints) that contains the job specified by job_id.
4120
4133
  # Corresponds to the JSON property `location`
@@ -4134,6 +4147,7 @@ module Google
4134
4147
  def update!(**args)
4135
4148
  @component_id = args[:component_id] if args.key?(:component_id)
4136
4149
  @data = args[:data] if args.key?(:data)
4150
+ @data_format = args[:data_format] if args.key?(:data_format)
4137
4151
  @location = args[:location] if args.key?(:location)
4138
4152
  @worker_id = args[:worker_id] if args.key?(:worker_id)
4139
4153
  end
@@ -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.17.0"
19
+ GEM_VERSION = "0.18.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 = "20220218"
25
+ REVISION = "20220301"
26
26
  end
27
27
  end
28
28
  end
@@ -2075,6 +2075,7 @@ module Google
2075
2075
  class SdkHarnessContainerImage
2076
2076
  # @private
2077
2077
  class Representation < Google::Apis::Core::JsonRepresentation
2078
+ collection :capabilities, as: 'capabilities'
2078
2079
  property :container_image, as: 'containerImage'
2079
2080
  property :environment_id, as: 'environmentId'
2080
2081
  property :use_single_core_per_container, as: 'useSingleCorePerContainer'
@@ -2095,6 +2096,7 @@ module Google
2095
2096
  class Representation < Google::Apis::Core::JsonRepresentation
2096
2097
  property :component_id, as: 'componentId'
2097
2098
  property :data, as: 'data'
2099
+ property :data_format, as: 'dataFormat'
2098
2100
  property :location, as: 'location'
2099
2101
  property :worker_id, as: 'workerId'
2100
2102
  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.17.0
4
+ version: 0.18.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-02-28 00:00:00.000000000 Z
11
+ date: 2022-03-14 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.17.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dataflow_v1b3/v0.18.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: []