google-apis-dataflow_v1b3 0.64.0 → 0.65.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: 14691872aee83b460275213a867c2a5564bbc0a99f3af940c3fa1f2ec91f3fc8
|
4
|
+
data.tar.gz: f88c16db17d1d417d932f8f12b66d22989d7fb13518f3a6bd6707a38f968a5ce
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ce5eaeb64637992bcd3b8e1ef13114ef28e8c5337195e5eb8fa18641c38112cd297ee07e49a22ea9efd43df765aa38cc141ffe5a587af67c4c61947f5e58ee03
|
7
|
+
data.tar.gz: b68ac55cb2893506f28fffdfe1aa696ba9c181a853fd2138fb8ac4d77d611a7be0f118f198db58fea72acc1e7cc0c8fa8829be271b98bbb7c70880a467b2dc96
|
data/CHANGELOG.md
CHANGED
@@ -6881,6 +6881,11 @@ module Google
|
|
6881
6881
|
attr_accessor :supports_exactly_once
|
6882
6882
|
alias_method :supports_exactly_once?, :supports_exactly_once
|
6883
6883
|
|
6884
|
+
# Optional. For future use.
|
6885
|
+
# Corresponds to the JSON property `yamlDefinition`
|
6886
|
+
# @return [String]
|
6887
|
+
attr_accessor :yaml_definition
|
6888
|
+
|
6884
6889
|
def initialize(**args)
|
6885
6890
|
update!(**args)
|
6886
6891
|
end
|
@@ -6894,6 +6899,7 @@ module Google
|
|
6894
6899
|
@streaming = args[:streaming] if args.key?(:streaming)
|
6895
6900
|
@supports_at_least_once = args[:supports_at_least_once] if args.key?(:supports_at_least_once)
|
6896
6901
|
@supports_exactly_once = args[:supports_exactly_once] if args.key?(:supports_exactly_once)
|
6902
|
+
@yaml_definition = args[:yaml_definition] if args.key?(:yaml_definition)
|
6897
6903
|
end
|
6898
6904
|
end
|
6899
6905
|
|
@@ -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.65.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.16.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250131"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -3026,6 +3026,7 @@ module Google
|
|
3026
3026
|
property :streaming, as: 'streaming'
|
3027
3027
|
property :supports_at_least_once, as: 'supportsAtLeastOnce'
|
3028
3028
|
property :supports_exactly_once, as: 'supportsExactlyOnce'
|
3029
|
+
property :yaml_definition, as: 'yamlDefinition'
|
3029
3030
|
end
|
3030
3031
|
end
|
3031
3032
|
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
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.65.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-
|
10
|
+
date: 2025-03-02 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: google-apis-core
|
@@ -57,7 +57,7 @@ licenses:
|
|
57
57
|
metadata:
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dataflow_v1b3/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-dataflow_v1b3/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dataflow_v1b3/v0.65.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dataflow_v1b3
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
73
73
|
- !ruby/object:Gem::Version
|
74
74
|
version: '0'
|
75
75
|
requirements: []
|
76
|
-
rubygems_version: 3.6.
|
76
|
+
rubygems_version: 3.6.5
|
77
77
|
specification_version: 4
|
78
78
|
summary: Simple REST client for Dataflow API V1b3
|
79
79
|
test_files: []
|