google-apis-dataflow_v1b3 0.2.0 → 0.3.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: 12e46c5bfe883eec0f5bae0415ab00cf8bee3e7c4b870d7d9eac749cd9b4579c
4
- data.tar.gz: 19b18a695ef41fb5407766b68ed50ed3f4de2cb2acb7dbd2d1394f9a76d9c49e
3
+ metadata.gz: 17981bf5990556aa3f2ed650e2d308df091c45a51c919d2e19684c384f42b245
4
+ data.tar.gz: cccc7c4349b36d182d3b28954c136bd3b8dc57e9835ac1cbf0565c94bf456593
5
5
  SHA512:
6
- metadata.gz: 4ea12bbadbb14d6a165623865738ab428feca291c7927f67fd51817ee24a5d4ed034a3160eb7ac96e4bc0bdbdb7addc4f0f1d305059183de5b9164d1a53d295e
7
- data.tar.gz: 05e3fe3daae7300225dcc6f98eb90de6322d6a6edef6f766f09466010ed04aa084676bdec74259649ed0545a51bf45a4b80f84e2fb200bd5b93a0bf94f186b83
6
+ metadata.gz: 1ea3195e1aa5a9b3190acf9eb0dafe6cff2d75890c1769fe8ffa53fc9654cc2af9f778357aee2b3be9fcfb0f89b65dc5b5e65b9b74ad0d5c7bb8df30bfbeb3ae
7
+ data.tar.gz: 52540f75737f501d9697e0936803bbcfc8f40da83fbc32c51367872d09ee8ee47d3d34b06aacb06f4f0f8baded280de51006aeacded194265f3ad3cb448f1e96
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dataflow_v1b3
2
2
 
3
+ ### v0.3.0 (2021-02-09)
4
+
5
+ * Regenerated from discovery document revision 20210131
6
+
3
7
  ### v0.2.0 (2021-01-20)
4
8
 
5
9
  * Regenerated from discovery document revision 20210106
@@ -1281,6 +1281,11 @@ module Google
1281
1281
  # @return [String]
1282
1282
  attr_accessor :service_kms_key_name
1283
1283
 
1284
+ # Output only. The shuffle mode used for the job.
1285
+ # Corresponds to the JSON property `shuffleMode`
1286
+ # @return [String]
1287
+ attr_accessor :shuffle_mode
1288
+
1284
1289
  # The prefix of the resources the system should use for temporary storage. The
1285
1290
  # system will append the suffix "/temp-`JOBNAME` to this resource prefix, where `
1286
1291
  # JOBNAME` is the value of the job_name field. The resulting bucket and object
@@ -1340,6 +1345,7 @@ module Google
1340
1345
  @sdk_pipeline_options = args[:sdk_pipeline_options] if args.key?(:sdk_pipeline_options)
1341
1346
  @service_account_email = args[:service_account_email] if args.key?(:service_account_email)
1342
1347
  @service_kms_key_name = args[:service_kms_key_name] if args.key?(:service_kms_key_name)
1348
+ @shuffle_mode = args[:shuffle_mode] if args.key?(:shuffle_mode)
1343
1349
  @temp_storage_prefix = args[:temp_storage_prefix] if args.key?(:temp_storage_prefix)
1344
1350
  @user_agent = args[:user_agent] if args.key?(:user_agent)
1345
1351
  @version = args[:version] if args.key?(:version)
@@ -4162,6 +4168,12 @@ module Google
4162
4168
  # @return [String]
4163
4169
  attr_accessor :container_image
4164
4170
 
4171
+ # Environment ID for the Beam runner API proto Environment that corresponds to
4172
+ # the current SDK Harness.
4173
+ # Corresponds to the JSON property `environmentId`
4174
+ # @return [String]
4175
+ attr_accessor :environment_id
4176
+
4165
4177
  # If true, recommends the Dataflow service to use only one core per SDK
4166
4178
  # container instance with this image. If false (or unset) recommends using more
4167
4179
  # than one core per SDK container instance with this image for efficiency. Note
@@ -4178,6 +4190,7 @@ module Google
4178
4190
  # Update properties of this object
4179
4191
  def update!(**args)
4180
4192
  @container_image = args[:container_image] if args.key?(:container_image)
4193
+ @environment_id = args[:environment_id] if args.key?(:environment_id)
4181
4194
  @use_single_core_per_container = args[:use_single_core_per_container] if args.key?(:use_single_core_per_container)
4182
4195
  end
4183
4196
  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.2.0"
19
+ GEM_VERSION = "0.3.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.1.2"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210106"
25
+ REVISION = "20210131"
26
26
  end
27
27
  end
28
28
  end
@@ -1395,6 +1395,7 @@ module Google
1395
1395
  hash :sdk_pipeline_options, as: 'sdkPipelineOptions'
1396
1396
  property :service_account_email, as: 'serviceAccountEmail'
1397
1397
  property :service_kms_key_name, as: 'serviceKmsKeyName'
1398
+ property :shuffle_mode, as: 'shuffleMode'
1398
1399
  property :temp_storage_prefix, as: 'tempStoragePrefix'
1399
1400
  hash :user_agent, as: 'userAgent'
1400
1401
  hash :version, as: 'version'
@@ -2183,6 +2184,7 @@ module Google
2183
2184
  # @private
2184
2185
  class Representation < Google::Apis::Core::JsonRepresentation
2185
2186
  property :container_image, as: 'containerImage'
2187
+ property :environment_id, as: 'environmentId'
2186
2188
  property :use_single_core_per_container, as: 'useSingleCorePerContainer'
2187
2189
  end
2188
2190
  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.2.0
4
+ version: 0.3.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: 2021-02-08 00:00:00.000000000 Z
11
+ date: 2021-02-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -52,7 +52,7 @@ licenses:
52
52
  metadata:
53
53
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
54
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-dataflow_v1b3/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-dataflow_v1b3/v0.2.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dataflow_v1b3/v0.3.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-dataflow_v1b3
57
57
  post_install_message:
58
58
  rdoc_options: []