google-apis-dataflow_v1b3 0.52.0 → 0.53.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: ffdc75d39249948e4693a76bde3193d628971b074f83f27a8445aec18b44135a
|
|
4
|
+
data.tar.gz: 62457b9ec7fa7f0c7f1b2ba0eafdcd3de0d6424d71ee639baa0a7888997cab7e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2f44387db38c46a7c3929f47bb6b7ff53135c3721606b19c9b86a6caa9c6364d33dcc10a0aa8fe3a53f9b695a0d57abfd966a822d12fe013eb2f4ec84d17b39b
|
|
7
|
+
data.tar.gz: 33803e6735f9a18d1a7990631d1be4e593a38dc1a086d0c81349ed14943d8d6d40919bceb09947c8dc8ab7f9b61d278224eef6fa26c20ea3254bc209f3e55c5e
|
data/CHANGELOG.md
CHANGED
|
@@ -824,7 +824,7 @@ module Google
|
|
|
824
824
|
class CreateJobFromTemplateRequest
|
|
825
825
|
include Google::Apis::Core::Hashable
|
|
826
826
|
|
|
827
|
-
# The environment values to set at runtime.
|
|
827
|
+
# The environment values to set at runtime. LINT.IfChange
|
|
828
828
|
# Corresponds to the JSON property `environment`
|
|
829
829
|
# @return [Google::Apis::DataflowV1b3::RuntimeEnvironment]
|
|
830
830
|
attr_accessor :environment
|
|
@@ -2914,7 +2914,7 @@ module Google
|
|
|
2914
2914
|
class LaunchTemplateParameters
|
|
2915
2915
|
include Google::Apis::Core::Hashable
|
|
2916
2916
|
|
|
2917
|
-
# The environment values to set at runtime.
|
|
2917
|
+
# The environment values to set at runtime. LINT.IfChange
|
|
2918
2918
|
# Corresponds to the JSON property `environment`
|
|
2919
2919
|
# @return [Google::Apis::DataflowV1b3::RuntimeEnvironment]
|
|
2920
2920
|
attr_accessor :environment
|
|
@@ -4411,7 +4411,7 @@ module Google
|
|
|
4411
4411
|
end
|
|
4412
4412
|
end
|
|
4413
4413
|
|
|
4414
|
-
# The environment values to set at runtime.
|
|
4414
|
+
# The environment values to set at runtime. LINT.IfChange
|
|
4415
4415
|
class RuntimeEnvironment
|
|
4416
4416
|
include Google::Apis::Core::Hashable
|
|
4417
4417
|
|
|
@@ -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.53.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.14.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20240317"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -1580,14 +1580,14 @@ module Google
|
|
|
1580
1580
|
# regional-endpoints) to which to direct the request.
|
|
1581
1581
|
# @param [Google::Apis::DataflowV1b3::LaunchTemplateParameters] launch_template_parameters_object
|
|
1582
1582
|
# @param [String] dynamic_template_gcs_path
|
|
1583
|
-
# Path to dynamic template
|
|
1584
|
-
# serialized
|
|
1583
|
+
# Path to the dynamic template specification file on Cloud Storage. The file
|
|
1584
|
+
# must be a JSON serialized `DynamicTemplateFileSpec` object.
|
|
1585
1585
|
# @param [String] dynamic_template_staging_location
|
|
1586
1586
|
# Cloud Storage path for staging dependencies. Must be a valid Cloud Storage URL,
|
|
1587
1587
|
# beginning with `gs://`.
|
|
1588
1588
|
# @param [String] gcs_path
|
|
1589
|
-
# A Cloud Storage path to the template
|
|
1590
|
-
#
|
|
1589
|
+
# A Cloud Storage path to the template to use to create the job. Must be valid
|
|
1590
|
+
# Cloud Storage URL, beginning with `gs://`.
|
|
1591
1591
|
# @param [Boolean] validate_only
|
|
1592
1592
|
# If true, the request is validated but not actually executed. Defaults to false.
|
|
1593
1593
|
# @param [String] fields
|
|
@@ -1776,14 +1776,14 @@ module Google
|
|
|
1776
1776
|
# Required. The ID of the Cloud Platform project that the job belongs to.
|
|
1777
1777
|
# @param [Google::Apis::DataflowV1b3::LaunchTemplateParameters] launch_template_parameters_object
|
|
1778
1778
|
# @param [String] dynamic_template_gcs_path
|
|
1779
|
-
# Path to dynamic template
|
|
1780
|
-
# serialized
|
|
1779
|
+
# Path to the dynamic template specification file on Cloud Storage. The file
|
|
1780
|
+
# must be a JSON serialized `DynamicTemplateFileSpec` object.
|
|
1781
1781
|
# @param [String] dynamic_template_staging_location
|
|
1782
1782
|
# Cloud Storage path for staging dependencies. Must be a valid Cloud Storage URL,
|
|
1783
1783
|
# beginning with `gs://`.
|
|
1784
1784
|
# @param [String] gcs_path
|
|
1785
|
-
# A Cloud Storage path to the template
|
|
1786
|
-
#
|
|
1785
|
+
# A Cloud Storage path to the template to use to create the job. Must be valid
|
|
1786
|
+
# Cloud Storage URL, beginning with `gs://`.
|
|
1787
1787
|
# @param [String] location
|
|
1788
1788
|
# The [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/
|
|
1789
1789
|
# regional-endpoints) to which to direct the request.
|
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.53.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: 2024-03-
|
|
11
|
+
date: 2024-03-24 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.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dataflow_v1b3/v0.53.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: []
|