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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 72e3ff3d56fb03691038e4c0987433c5ca976d89e23676d66458b020e3c00da3
4
- data.tar.gz: 794a7038d3f522a7027624477c0cef8993eccde5eaac764a3e3779bf6e90d1ba
3
+ metadata.gz: 4db9e790ef0ff93bdf8f1a4db92efb68e4ebe6bcef09cc88d4220114aef39736
4
+ data.tar.gz: 02a9ac8fb4f62c2ad036c9d636a98f13d00684c9117df35fd8712d0d23a2cca3
5
5
  SHA512:
6
- metadata.gz: cc98b964e666a1fc0be8899590f5f7d27a075ab64fa9c47d463218b46b0653d6e38408db5b48e236ebd24601725fa9d0116b750159ca0ad9d3b97c44533dae11
7
- data.tar.gz: 01627314533cef4ef12baebbf17aa3453c58ccb5da063c4404fd01b4b198e2010b5a18eb2b531ad53d1a97c77ce3f533047f6b1ce08e762b1fb054e74e0611a8
6
+ metadata.gz: c2f1a864735d5758980a60edbfbf0ecabe0f4eda6ad4e67438971b8ec34592cf0379e91999d90bbe632a2d95bf195e7e8be8fab50713a48d391093c05172c280
7
+ data.tar.gz: 7013c5defa63f3883fc1e756d1e27449a9de2b15e03bc4afe2edb1dc401bd7f8b924ffe32fee3af563f0df515d8d52f98927480c933e30e966788e1f549198da
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dataflow_v1b3
2
2
 
3
+ ### v0.61.0 (2024-10-20)
4
+
5
+ * Regenerated from discovery document revision 20241014
6
+
3
7
  ### v0.60.0 (2024-08-25)
4
8
 
5
9
  * Regenerated from discovery document revision 20240817
@@ -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. LINT.IfChange
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. LINT.IfChange
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. LINT.IfChange
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. LINT.IfChange
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. LINT.IfChange
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. LINT.IfChange
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.60.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 = "20240817"
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.60.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-08-25 00:00:00.000000000 Z
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.60.0
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.6
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