Skip to content

Commit 34edfbc

Browse files
feat: Automated regeneration of dataflow v1b3 client (googleapis#20409)
Auto-created at 2024-10-20 09:22:05 +0000 using the toys pull request generator.
1 parent d8ee543 commit 34edfbc

File tree

3 files changed

+12
-8
lines changed

3 files changed

+12
-8
lines changed

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.61.0 (2024-10-20)
4+
5+
* Regenerated from discovery document revision 20241014
6+
37
### v0.60.0 (2024-08-25)
48

59
* Regenerated from discovery document revision 20240817

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@ def update!(**args)
514514
class ContainerSpec
515515
include Google::Apis::Core::Hashable
516516

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.
518518
# Corresponds to the JSON property `defaultEnvironment`
519519
# @return [Google::Apis::DataflowV1b3::FlexTemplateRuntimeEnvironment]
520520
attr_accessor :default_environment
@@ -824,7 +824,7 @@ def update!(**args)
824824
class CreateJobFromTemplateRequest
825825
include Google::Apis::Core::Hashable
826826

827-
# The environment values to set at runtime. LINT.IfChange
827+
# The environment values to set at runtime.
828828
# Corresponds to the JSON property `environment`
829829
# @return [Google::Apis::DataflowV1b3::RuntimeEnvironment]
830830
attr_accessor :environment
@@ -1670,7 +1670,7 @@ def update!(**args)
16701670
end
16711671
end
16721672

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.
16741674
class FlexTemplateRuntimeEnvironment
16751675
include Google::Apis::Core::Hashable
16761676

@@ -2816,7 +2816,7 @@ class LaunchFlexTemplateParameter
28162816
# @return [String]
28172817
attr_accessor :container_spec_gcs_path
28182818

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.
28202820
# Corresponds to the JSON property `environment`
28212821
# @return [Google::Apis::DataflowV1b3::FlexTemplateRuntimeEnvironment]
28222822
attr_accessor :environment
@@ -2920,7 +2920,7 @@ def update!(**args)
29202920
class LaunchTemplateParameters
29212921
include Google::Apis::Core::Hashable
29222922

2923-
# The environment values to set at runtime. LINT.IfChange
2923+
# The environment values to set at runtime.
29242924
# Corresponds to the JSON property `environment`
29252925
# @return [Google::Apis::DataflowV1b3::RuntimeEnvironment]
29262926
attr_accessor :environment
@@ -4429,7 +4429,7 @@ def update!(**args)
44294429
end
44304430
end
44314431

4432-
# The environment values to set at runtime. LINT.IfChange
4432+
# The environment values to set at runtime.
44334433
class RuntimeEnvironment
44344434
include Google::Apis::Core::Hashable
44354435

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.60.0"
19+
GEM_VERSION = "0.61.0"
2020

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

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

0 commit comments

Comments
 (0)