google-apis-dataflow_v1b3 0.60.0 → 0.61.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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/dataflow_v1b3/classes.rb +6 -6
- data/lib/google/apis/dataflow_v1b3/gem_version.rb +2 -2
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4db9e790ef0ff93bdf8f1a4db92efb68e4ebe6bcef09cc88d4220114aef39736
|
|
4
|
+
data.tar.gz: 02a9ac8fb4f62c2ad036c9d636a98f13d00684c9117df35fd8712d0d23a2cca3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c2f1a864735d5758980a60edbfbf0ecabe0f4eda6ad4e67438971b8ec34592cf0379e91999d90bbe632a2d95bf195e7e8be8fab50713a48d391093c05172c280
|
|
7
|
+
data.tar.gz: 7013c5defa63f3883fc1e756d1e27449a9de2b15e03bc4afe2edb1dc401bd7f8b924ffe32fee3af563f0df515d8d52f98927480c933e30e966788e1f549198da
|
data/CHANGELOG.md
CHANGED
|
@@ -514,7 +514,7 @@ module Google
|
|
|
514
514
|
class ContainerSpec
|
|
515
515
|
include Google::Apis::Core::Hashable
|
|
516
516
|
|
|
517
|
-
# The environment values to be set at runtime for flex template.
|
|
517
|
+
# The environment values to be set at runtime for flex template.
|
|
518
518
|
# Corresponds to the JSON property `defaultEnvironment`
|
|
519
519
|
# @return [Google::Apis::DataflowV1b3::FlexTemplateRuntimeEnvironment]
|
|
520
520
|
attr_accessor :default_environment
|
|
@@ -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.
|
|
828
828
|
# Corresponds to the JSON property `environment`
|
|
829
829
|
# @return [Google::Apis::DataflowV1b3::RuntimeEnvironment]
|
|
830
830
|
attr_accessor :environment
|
|
@@ -1670,7 +1670,7 @@ module Google
|
|
|
1670
1670
|
end
|
|
1671
1671
|
end
|
|
1672
1672
|
|
|
1673
|
-
# The environment values to be set at runtime for flex template.
|
|
1673
|
+
# The environment values to be set at runtime for flex template.
|
|
1674
1674
|
class FlexTemplateRuntimeEnvironment
|
|
1675
1675
|
include Google::Apis::Core::Hashable
|
|
1676
1676
|
|
|
@@ -2816,7 +2816,7 @@ module Google
|
|
|
2816
2816
|
# @return [String]
|
|
2817
2817
|
attr_accessor :container_spec_gcs_path
|
|
2818
2818
|
|
|
2819
|
-
# The environment values to be set at runtime for flex template.
|
|
2819
|
+
# The environment values to be set at runtime for flex template.
|
|
2820
2820
|
# Corresponds to the JSON property `environment`
|
|
2821
2821
|
# @return [Google::Apis::DataflowV1b3::FlexTemplateRuntimeEnvironment]
|
|
2822
2822
|
attr_accessor :environment
|
|
@@ -2920,7 +2920,7 @@ module Google
|
|
|
2920
2920
|
class LaunchTemplateParameters
|
|
2921
2921
|
include Google::Apis::Core::Hashable
|
|
2922
2922
|
|
|
2923
|
-
# The environment values to set at runtime.
|
|
2923
|
+
# The environment values to set at runtime.
|
|
2924
2924
|
# Corresponds to the JSON property `environment`
|
|
2925
2925
|
# @return [Google::Apis::DataflowV1b3::RuntimeEnvironment]
|
|
2926
2926
|
attr_accessor :environment
|
|
@@ -4429,7 +4429,7 @@ module Google
|
|
|
4429
4429
|
end
|
|
4430
4430
|
end
|
|
4431
4431
|
|
|
4432
|
-
# The environment values to set at runtime.
|
|
4432
|
+
# The environment values to set at runtime.
|
|
4433
4433
|
class RuntimeEnvironment
|
|
4434
4434
|
include Google::Apis::Core::Hashable
|
|
4435
4435
|
|
|
@@ -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.61.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.15.1"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20241014"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
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.
|
|
4
|
+
version: 0.61.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-
|
|
11
|
+
date: 2024-10-27 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.61.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: []
|
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
75
75
|
- !ruby/object:Gem::Version
|
|
76
76
|
version: '0'
|
|
77
77
|
requirements: []
|
|
78
|
-
rubygems_version: 3.5.
|
|
78
|
+
rubygems_version: 3.5.21
|
|
79
79
|
signing_key:
|
|
80
80
|
specification_version: 4
|
|
81
81
|
summary: Simple REST client for Dataflow API V1b3
|