google-cloud-dataflow-v1beta3 0.13.0 → 0.13.1
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: 4219d0d7080dc027efac22027516c3fcf0fdd908ee1bb11074e32148b3809b9f
|
4
|
+
data.tar.gz: 0be9a6ab624daff5e86fc9808c0889a75118a8cbbbe4f014f45499bd53d084c0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3f5f04e871e7cdc7915f5c87d6f01cc474426cbd76ebfee1300cda08818a7fb9362ac2c6f19317b96f2005c3a07b4f46c32a3d40ec22614dfd6a4785cdf3be0b
|
7
|
+
data.tar.gz: c7dbd31356386bead794bdf988cd16fd5247ce9f76a775bc8d386af4a6961177150284d9fd338c8f0b5ce6c4c6a49bfd4497b29d8afac5adf985a54b698b7642
|
@@ -326,11 +326,11 @@ module Google
|
|
326
326
|
# the job.
|
327
327
|
# Must be valid Cloud Storage URL, beginning with `gs://`.
|
328
328
|
#
|
329
|
-
# Note: The following
|
329
|
+
# Note: The following parameters are mutually exclusive: `gcs_path`, `dynamic_template`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
330
330
|
# @param dynamic_template [::Google::Cloud::Dataflow::V1beta3::DynamicTemplateLaunchParams, ::Hash]
|
331
331
|
# Parameters for launching a dynamic template.
|
332
332
|
#
|
333
|
-
# Note: The following
|
333
|
+
# Note: The following parameters are mutually exclusive: `dynamic_template`, `gcs_path`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
334
334
|
# @param launch_parameters [::Google::Cloud::Dataflow::V1beta3::LaunchTemplateParameters, ::Hash]
|
335
335
|
# The parameters of the template to launch. Part of the
|
336
336
|
# body of the POST request.
|
@@ -309,11 +309,11 @@ module Google
|
|
309
309
|
# the job.
|
310
310
|
# Must be valid Cloud Storage URL, beginning with `gs://`.
|
311
311
|
#
|
312
|
-
# Note: The following
|
312
|
+
# Note: The following parameters are mutually exclusive: `gcs_path`, `dynamic_template`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
313
313
|
# @param dynamic_template [::Google::Cloud::Dataflow::V1beta3::DynamicTemplateLaunchParams, ::Hash]
|
314
314
|
# Parameters for launching a dynamic template.
|
315
315
|
#
|
316
|
-
# Note: The following
|
316
|
+
# Note: The following parameters are mutually exclusive: `dynamic_template`, `gcs_path`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
317
317
|
# @param launch_parameters [::Google::Cloud::Dataflow::V1beta3::LaunchTemplateParameters, ::Hash]
|
318
318
|
# The parameters of the template to launch. Part of the
|
319
319
|
# body of the POST request.
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-dataflow-v1beta3
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.13.
|
4
|
+
version: 0.13.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
@@ -138,7 +138,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
138
138
|
- !ruby/object:Gem::Version
|
139
139
|
version: '0'
|
140
140
|
requirements: []
|
141
|
-
rubygems_version: 3.6.
|
141
|
+
rubygems_version: 3.6.9
|
142
142
|
specification_version: 4
|
143
143
|
summary: Manages Google Cloud Dataflow projects on Google Cloud Platform.
|
144
144
|
test_files: []
|