google-apis-dataflow_v1b3 0.12.0 → 0.13.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: c531da9d531e2b908c2a9c18f22587655f37ac41d67f039abf5aaaf7c85de1c3
4
- data.tar.gz: 529248a06c1f541c5d695e3728e2117467d94ddf8f0ad56212e8fe4e6f5432ed
3
+ metadata.gz: dea5a5d8c888fbcc04c989f61e7577450978642cbec4730dc0a0b1ca79a1a984
4
+ data.tar.gz: cba478f589416f0b25b93ba38d5c956ae502aa3e113faa6495eb8d3f10af17dd
5
5
  SHA512:
6
- metadata.gz: 2af21d6a86f480e4d2a5c00a34bfdf7349556cdf9373d5215e9ce11e3f1d5f8474ea875b79c1db0258a5dba2402f1320fbb22515032bdb65540b9601eda16e79
7
- data.tar.gz: 8ae46b0321f6da34539995778103363cc53de58765c771a6be24caa7aa57a454e87c88aa2b464f6678972e576270ecea3a7b6fdb1e54c23866c4fd1e61ca0378
6
+ metadata.gz: aeb5163f16ebf6c46530f2f6b871cb634235beb5e6dcf60899140cad94e60a10af0416641a5940d3fca40276c2e47fc7dd803f02178931e8b5ecd48ecfac3892
7
+ data.tar.gz: 290779a7e781aa159f9aa4351af3dc38373427ce7bf14ae16294e042fbe9e3bf47b362fc598f21ec0d982abb9814835ed723534660845d78b4cf6b7df1e5dd7f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dataflow_v1b3
2
2
 
3
+ ### v0.13.0 (2021-09-03)
4
+
5
+ * Regenerated from discovery document revision 20210825
6
+
3
7
  ### v0.12.0 (2021-08-26)
4
8
 
5
9
  * Regenerated from discovery document revision 20210818
@@ -1504,6 +1504,11 @@ module Google
1504
1504
  # @return [String]
1505
1505
  attr_accessor :kms_key_name
1506
1506
 
1507
+ # The machine type to use for launching the job. The default is n1-standard-1.
1508
+ # Corresponds to the JSON property `launcherMachineType`
1509
+ # @return [String]
1510
+ attr_accessor :launcher_machine_type
1511
+
1507
1512
  # The machine type to use for the job. Defaults to the value from the template
1508
1513
  # if not specified.
1509
1514
  # Corresponds to the JSON property `machineType`
@@ -1608,6 +1613,7 @@ module Google
1608
1613
  @flexrs_goal = args[:flexrs_goal] if args.key?(:flexrs_goal)
1609
1614
  @ip_configuration = args[:ip_configuration] if args.key?(:ip_configuration)
1610
1615
  @kms_key_name = args[:kms_key_name] if args.key?(:kms_key_name)
1616
+ @launcher_machine_type = args[:launcher_machine_type] if args.key?(:launcher_machine_type)
1611
1617
  @machine_type = args[:machine_type] if args.key?(:machine_type)
1612
1618
  @max_workers = args[:max_workers] if args.key?(:max_workers)
1613
1619
  @network = args[:network] if args.key?(:network)
@@ -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.12.0"
19
+ GEM_VERSION = "0.13.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210818"
25
+ REVISION = "20210825"
26
26
  end
27
27
  end
28
28
  end
@@ -1390,6 +1390,7 @@ module Google
1390
1390
  property :flexrs_goal, as: 'flexrsGoal'
1391
1391
  property :ip_configuration, as: 'ipConfiguration'
1392
1392
  property :kms_key_name, as: 'kmsKeyName'
1393
+ property :launcher_machine_type, as: 'launcherMachineType'
1393
1394
  property :machine_type, as: 'machineType'
1394
1395
  property :max_workers, as: 'maxWorkers'
1395
1396
  property :network, as: 'network'
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.12.0
4
+ version: 0.13.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-08-30 00:00:00.000000000 Z
11
+ date: 2021-09-06 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/master/generated/google-apis-dataflow_v1b3/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-dataflow_v1b3/v0.12.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dataflow_v1b3/v0.13.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-dataflow_v1b3
63
63
  post_install_message:
64
64
  rdoc_options: []