google-apis-dataflow_v1b3 0.59.0 → 0.60.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: 72e3ff3d56fb03691038e4c0987433c5ca976d89e23676d66458b020e3c00da3
|
|
4
|
+
data.tar.gz: 794a7038d3f522a7027624477c0cef8993eccde5eaac764a3e3779bf6e90d1ba
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cc98b964e666a1fc0be8899590f5f7d27a075ab64fa9c47d463218b46b0653d6e38408db5b48e236ebd24601725fa9d0116b750159ca0ad9d3b97c44533dae11
|
|
7
|
+
data.tar.gz: 01627314533cef4ef12baebbf17aa3453c58ccb5da063c4404fd01b4b198e2010b5a18eb2b531ad53d1a97c77ce3f533047f6b1ce08e762b1fb054e74e0611a8
|
data/CHANGELOG.md
CHANGED
|
@@ -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.
|
|
19
|
+
GEM_VERSION = "0.60.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 = "20240817"
|
|
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.
|
|
4
|
+
version: 0.60.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-
|
|
11
|
+
date: 2024-08-25 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.60.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: []
|