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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: dea5a5d8c888fbcc04c989f61e7577450978642cbec4730dc0a0b1ca79a1a984
|
|
4
|
+
data.tar.gz: cba478f589416f0b25b93ba38d5c956ae502aa3e113faa6495eb8d3f10af17dd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: aeb5163f16ebf6c46530f2f6b871cb634235beb5e6dcf60899140cad94e60a10af0416641a5940d3fca40276c2e47fc7dd803f02178931e8b5ecd48ecfac3892
|
|
7
|
+
data.tar.gz: 290779a7e781aa159f9aa4351af3dc38373427ce7bf14ae16294e042fbe9e3bf47b362fc598f21ec0d982abb9814835ed723534660845d78b4cf6b7df1e5dd7f
|
data/CHANGELOG.md
CHANGED
|
@@ -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.
|
|
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 = "
|
|
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.
|
|
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-
|
|
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.
|
|
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: []
|