File tree Expand file tree Collapse file tree 5 files changed +14
-2
lines changed
generated/google-apis-dataflow_v1b3
lib/google/apis/dataflow_v1b3 Expand file tree Collapse file tree 5 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -137266,6 +137266,7 @@
137266137266"/dataflow:v1b3/TemplateMetadata/streaming": streaming
137267137267"/dataflow:v1b3/TemplateMetadata/supportsAtLeastOnce": supports_at_least_once
137268137268"/dataflow:v1b3/TemplateMetadata/supportsExactlyOnce": supports_exactly_once
137269+ "/dataflow:v1b3/TemplateMetadata/yamlDefinition": yaml_definition
137269137270"/dataflow:v1b3/TemplateVersion": template_version
137270137271"/dataflow:v1b3/TemplateVersion/artifact": artifact
137271137272"/dataflow:v1b3/TemplateVersion/createTime": create_time
Original file line number Diff line number Diff line change 11# Release history for google-apis-dataflow_v1b3
22
3+ ### v0.65.0 (2025-02-26)
4+
5+ * Regenerated from discovery document revision 20250131
6+
37### v0.64.0 (2025-01-12)
48
59* Regenerated from discovery document revision 20250106
Original file line number Diff line number Diff line change @@ -6881,6 +6881,11 @@ class TemplateMetadata
68816881 attr_accessor :supports_exactly_once
68826882 alias_method :supports_exactly_once? , :supports_exactly_once
68836883
6884+ # Optional. For future use.
6885+ # Corresponds to the JSON property `yamlDefinition`
6886+ # @return [String]
6887+ attr_accessor :yaml_definition
6888+
68846889 def initialize ( **args )
68856890 update! ( **args )
68866891 end
@@ -6894,6 +6899,7 @@ def update!(**args)
68946899 @streaming = args [ :streaming ] if args . key? ( :streaming )
68956900 @supports_at_least_once = args [ :supports_at_least_once ] if args . key? ( :supports_at_least_once )
68966901 @supports_exactly_once = args [ :supports_exactly_once ] if args . key? ( :supports_exactly_once )
6902+ @yaml_definition = args [ :yaml_definition ] if args . key? ( :yaml_definition )
68976903 end
68986904 end
68996905
Original file line number Diff line number Diff 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.64 .0"
19+ GEM_VERSION = "0.65 .0"
2020
2121 # Version of the code generator used to generate this client
2222 GENERATOR_VERSION = "0.16.0"
2323
2424 # Revision of the discovery document this client was generated from
25- REVISION = "20250106 "
25+ REVISION = "20250131 "
2626 end
2727 end
2828end
Original file line number Diff line number Diff line change @@ -3026,6 +3026,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
30263026 property :streaming , as : 'streaming'
30273027 property :supports_at_least_once , as : 'supportsAtLeastOnce'
30283028 property :supports_exactly_once , as : 'supportsExactlyOnce'
3029+ property :yaml_definition , as : 'yamlDefinition'
30293030 end
30303031 end
30313032
You can’t perform that action at this time.
0 commit comments