google-apis-dataflow_v1b3 0.53.0 → 0.54.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: 7ed544682b180ce37a8ef12027aec7da86c2d984db50b5919fdd5cdb63bdbd49
|
|
4
|
+
data.tar.gz: 3f82d992ead99d792ded79300aa24ba1555c97515c4ae04a8a4e0753d62667e8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 580b857d04a0477153cf35c9729105a310325aff48a12e33bc01df9aeec834ceef175c96b9f5e0328799140eac5b44f17998193c396818f737e95d56f4764765
|
|
7
|
+
data.tar.gz: a470f4ad7e862b09aed2b55b89249ff397c9a8241a989af1ce5c294e43d5cc5db9eabc0c06bb4549a43b9a0309df2957b57636230b1acee40f2ea8f90dcf704b
|
data/CHANGELOG.md
CHANGED
|
@@ -6568,6 +6568,13 @@ module Google
|
|
|
6568
6568
|
class TemplateMetadata
|
|
6569
6569
|
include Google::Apis::Core::Hashable
|
|
6570
6570
|
|
|
6571
|
+
# Optional. Indicates the default streaming mode for a streaming template. Only
|
|
6572
|
+
# valid if both supports_at_least_once and supports_exactly_once are true.
|
|
6573
|
+
# Possible values: UNSPECIFIED, EXACTLY_ONCE and AT_LEAST_ONCE
|
|
6574
|
+
# Corresponds to the JSON property `defaultStreamingMode`
|
|
6575
|
+
# @return [String]
|
|
6576
|
+
attr_accessor :default_streaming_mode
|
|
6577
|
+
|
|
6571
6578
|
# Optional. A description of the template.
|
|
6572
6579
|
# Corresponds to the JSON property `description`
|
|
6573
6580
|
# @return [String]
|
|
@@ -6607,6 +6614,7 @@ module Google
|
|
|
6607
6614
|
|
|
6608
6615
|
# Update properties of this object
|
|
6609
6616
|
def update!(**args)
|
|
6617
|
+
@default_streaming_mode = args[:default_streaming_mode] if args.key?(:default_streaming_mode)
|
|
6610
6618
|
@description = args[:description] if args.key?(:description)
|
|
6611
6619
|
@name = args[:name] if args.key?(:name)
|
|
6612
6620
|
@parameters = args[:parameters] if args.key?(:parameters)
|
|
@@ -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.54.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.14.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20240415"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -2897,6 +2897,7 @@ module Google
|
|
|
2897
2897
|
class TemplateMetadata
|
|
2898
2898
|
# @private
|
|
2899
2899
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2900
|
+
property :default_streaming_mode, as: 'defaultStreamingMode'
|
|
2900
2901
|
property :description, as: 'description'
|
|
2901
2902
|
property :name, as: 'name'
|
|
2902
2903
|
collection :parameters, as: 'parameters', class: Google::Apis::DataflowV1b3::ParameterMetadata, decorator: Google::Apis::DataflowV1b3::ParameterMetadata::Representation
|
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.54.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-
|
|
11
|
+
date: 2024-04-21 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.54.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: []
|