Skip to content

Commit 134cd4c

Browse files
feat: Automated regeneration of dataflow v1b3 client (googleapis#25481)
Auto-created at 2026-01-25 10:39:42 +0000 using the toys pull request generator.
1 parent 3774344 commit 134cd4c

File tree

5 files changed

+14
-2
lines changed

5 files changed

+14
-2
lines changed

api_names_out.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157066,6 +157066,7 @@
157066157066
"/dataflow:v1b3/StreamingConfigTask/operationalLimits": operational_limits
157067157067
"/dataflow:v1b3/StreamingConfigTask/streamingComputationConfigs": streaming_computation_configs
157068157068
"/dataflow:v1b3/StreamingConfigTask/streamingComputationConfigs/streaming_computation_config": streaming_computation_config
157069+
"/dataflow:v1b3/StreamingConfigTask/streamingEngineStateTagEncodingVersion": streaming_engine_state_tag_encoding_version
157069157070
"/dataflow:v1b3/StreamingConfigTask/userStepToStateFamilyNameMap": user_step_to_state_family_name_map
157070157071
"/dataflow:v1b3/StreamingConfigTask/userStepToStateFamilyNameMap/user_step_to_state_family_name_map": user_step_to_state_family_name_map
157071157072
"/dataflow:v1b3/StreamingConfigTask/userWorkerRunnerV1Settings": user_worker_runner_v1_settings

generated/google-apis-dataflow_v1b3/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-dataflow_v1b3
22

3+
### v0.75.0 (2026-01-25)
4+
5+
* Regenerated from discovery document revision 20260118
6+
37
### v0.74.0 (2025-12-21)
48

59
* Regenerated from discovery document revision 20251214

generated/google-apis-dataflow_v1b3/lib/google/apis/dataflow_v1b3/classes.rb

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6454,6 +6454,11 @@ class StreamingConfigTask
64546454
# @return [Array<Google::Apis::DataflowV1b3::StreamingComputationConfig>]
64556455
attr_accessor :streaming_computation_configs
64566456

6457+
# Optional. The state tag encoding format version for streaming engine jobs.
6458+
# Corresponds to the JSON property `streamingEngineStateTagEncodingVersion`
6459+
# @return [Fixnum]
6460+
attr_accessor :streaming_engine_state_tag_encoding_version
6461+
64576462
# Map from user step names to state families.
64586463
# Corresponds to the JSON property `userStepToStateFamilyNameMap`
64596464
# @return [Hash<String,String>]
@@ -6496,6 +6501,7 @@ def update!(**args)
64966501
@max_work_item_commit_bytes = args[:max_work_item_commit_bytes] if args.key?(:max_work_item_commit_bytes)
64976502
@operational_limits = args[:operational_limits] if args.key?(:operational_limits)
64986503
@streaming_computation_configs = args[:streaming_computation_configs] if args.key?(:streaming_computation_configs)
6504+
@streaming_engine_state_tag_encoding_version = args[:streaming_engine_state_tag_encoding_version] if args.key?(:streaming_engine_state_tag_encoding_version)
64996505
@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)
65006506
@user_worker_runner_v1_settings = args[:user_worker_runner_v1_settings] if args.key?(:user_worker_runner_v1_settings)
65016507
@user_worker_runner_v2_settings = args[:user_worker_runner_v2_settings] if args.key?(:user_worker_runner_v2_settings)

generated/google-apis-dataflow_v1b3/lib/google/apis/dataflow_v1b3/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module DataflowV1b3
1818
# Version of the google-apis-dataflow_v1b3 gem
19-
GEM_VERSION = "0.74.0"
19+
GEM_VERSION = "0.75.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.18.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20251214"
25+
REVISION = "20260118"
2626
end
2727
end
2828
end

generated/google-apis-dataflow_v1b3/lib/google/apis/dataflow_v1b3/representations.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2953,6 +2953,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
29532953

29542954
collection :streaming_computation_configs, as: 'streamingComputationConfigs', class: Google::Apis::DataflowV1b3::StreamingComputationConfig, decorator: Google::Apis::DataflowV1b3::StreamingComputationConfig::Representation
29552955

2956+
property :streaming_engine_state_tag_encoding_version, as: 'streamingEngineStateTagEncodingVersion'
29562957
hash :user_step_to_state_family_name_map, as: 'userStepToStateFamilyNameMap'
29572958
property :user_worker_runner_v1_settings, :base64 => true, as: 'userWorkerRunnerV1Settings'
29582959
property :user_worker_runner_v2_settings, :base64 => true, as: 'userWorkerRunnerV2Settings'

0 commit comments

Comments
 (0)