google-apis-dataflow_v1b3 0.59.0 → 0.61.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e8d28f39354c9c29c6dc1e1e2b09c7dfe67447d461c9ccf9093d134a32bbe610
4
- data.tar.gz: 9f3319994a080fbcd24fbca1d64164ab0c9b6f9b59df7d1a9c542528f819befe
3
+ metadata.gz: 4db9e790ef0ff93bdf8f1a4db92efb68e4ebe6bcef09cc88d4220114aef39736
4
+ data.tar.gz: 02a9ac8fb4f62c2ad036c9d636a98f13d00684c9117df35fd8712d0d23a2cca3
5
5
  SHA512:
6
- metadata.gz: 534085c2025530feaec21aad0828934f4a3ef5c51ea2642e97aed719055a57fcfa558fd4a553861a8ed5b293b1aae14ac076dd6c4f3fcd567d5f87fd2cc81279
7
- data.tar.gz: 3d9e582aa6cc3733b98e4b876e97a76b23720f34fb4787e66e568df267e35a8534d45df84f44afc4d87330484ce4374898aee18d571b80a90cd60ee6249076a0
6
+ metadata.gz: c2f1a864735d5758980a60edbfbf0ecabe0f4eda6ad4e67438971b8ec34592cf0379e91999d90bbe632a2d95bf195e7e8be8fab50713a48d391093c05172c280
7
+ data.tar.gz: 7013c5defa63f3883fc1e756d1e27449a9de2b15e03bc4afe2edb1dc401bd7f8b924ffe32fee3af563f0df515d8d52f98927480c933e30e966788e1f549198da
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
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
+
7
+ ### v0.60.0 (2024-08-25)
8
+
9
+ * Regenerated from discovery document revision 20240817
10
+
3
11
  ### v0.59.0 (2024-08-18)
4
12
 
5
13
  * Regenerated from discovery document revision 20240807
@@ -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
 
@@ -6162,6 +6162,19 @@ module Google
6162
6162
  # @return [Hash<String,String>]
6163
6163
  attr_accessor :user_step_to_state_family_name_map
6164
6164
 
6165
+ # Binary encoded proto to control runtime behavior of the java runner v1 user
6166
+ # worker.
6167
+ # Corresponds to the JSON property `userWorkerRunnerV1Settings`
6168
+ # NOTE: Values are automatically base64 encoded/decoded in the client library.
6169
+ # @return [String]
6170
+ attr_accessor :user_worker_runner_v1_settings
6171
+
6172
+ # Binary encoded proto to control runtime behavior of the runner v2 user worker.
6173
+ # Corresponds to the JSON property `userWorkerRunnerV2Settings`
6174
+ # NOTE: Values are automatically base64 encoded/decoded in the client library.
6175
+ # @return [String]
6176
+ attr_accessor :user_worker_runner_v2_settings
6177
+
6165
6178
  # If present, the worker must use this endpoint to communicate with Windmill
6166
6179
  # Service dispatchers, otherwise the worker must continue to use whatever
6167
6180
  # endpoint it had been using.
@@ -6187,6 +6200,8 @@ module Google
6187
6200
  @operational_limits = args[:operational_limits] if args.key?(:operational_limits)
6188
6201
  @streaming_computation_configs = args[:streaming_computation_configs] if args.key?(:streaming_computation_configs)
6189
6202
  @user_step_to_state_family_name_map = args[:user_step_to_state_family_name_map] if args.key?(:user_step_to_state_family_name_map)
6203
+ @user_worker_runner_v1_settings = args[:user_worker_runner_v1_settings] if args.key?(:user_worker_runner_v1_settings)
6204
+ @user_worker_runner_v2_settings = args[:user_worker_runner_v2_settings] if args.key?(:user_worker_runner_v2_settings)
6190
6205
  @windmill_service_endpoint = args[:windmill_service_endpoint] if args.key?(:windmill_service_endpoint)
6191
6206
  @windmill_service_port = args[:windmill_service_port] if args.key?(:windmill_service_port)
6192
6207
  end
@@ -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.59.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 = "20240807"
25
+ REVISION = "20241014"
26
26
  end
27
27
  end
28
28
  end
@@ -2810,6 +2810,8 @@ module Google
2810
2810
  collection :streaming_computation_configs, as: 'streamingComputationConfigs', class: Google::Apis::DataflowV1b3::StreamingComputationConfig, decorator: Google::Apis::DataflowV1b3::StreamingComputationConfig::Representation
2811
2811
 
2812
2812
  hash :user_step_to_state_family_name_map, as: 'userStepToStateFamilyNameMap'
2813
+ property :user_worker_runner_v1_settings, :base64 => true, as: 'userWorkerRunnerV1Settings'
2814
+ property :user_worker_runner_v2_settings, :base64 => true, as: 'userWorkerRunnerV2Settings'
2813
2815
  property :windmill_service_endpoint, as: 'windmillServiceEndpoint'
2814
2816
  property :windmill_service_port, :numeric_string => true, as: 'windmillServicePort'
2815
2817
  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.59.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-18 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.59.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