google-apis-dataflow_v1b3 0.53.0 → 0.54.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ffdc75d39249948e4693a76bde3193d628971b074f83f27a8445aec18b44135a
4
- data.tar.gz: 62457b9ec7fa7f0c7f1b2ba0eafdcd3de0d6424d71ee639baa0a7888997cab7e
3
+ metadata.gz: 7ed544682b180ce37a8ef12027aec7da86c2d984db50b5919fdd5cdb63bdbd49
4
+ data.tar.gz: 3f82d992ead99d792ded79300aa24ba1555c97515c4ae04a8a4e0753d62667e8
5
5
  SHA512:
6
- metadata.gz: 2f44387db38c46a7c3929f47bb6b7ff53135c3721606b19c9b86a6caa9c6364d33dcc10a0aa8fe3a53f9b695a0d57abfd966a822d12fe013eb2f4ec84d17b39b
7
- data.tar.gz: 33803e6735f9a18d1a7990631d1be4e593a38dc1a086d0c81349ed14943d8d6d40919bceb09947c8dc8ab7f9b61d278224eef6fa26c20ea3254bc209f3e55c5e
6
+ metadata.gz: 580b857d04a0477153cf35c9729105a310325aff48a12e33bc01df9aeec834ceef175c96b9f5e0328799140eac5b44f17998193c396818f737e95d56f4764765
7
+ data.tar.gz: a470f4ad7e862b09aed2b55b89249ff397c9a8241a989af1ce5c294e43d5cc5db9eabc0c06bb4549a43b9a0309df2957b57636230b1acee40f2ea8f90dcf704b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dataflow_v1b3
2
2
 
3
+ ### v0.54.0 (2024-04-21)
4
+
5
+ * Regenerated from discovery document revision 20240415
6
+
3
7
  ### v0.53.0 (2024-03-24)
4
8
 
5
9
  * Regenerated from discovery document revision 20240317
@@ -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.53.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 = "20240317"
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.53.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-03-24 00:00:00.000000000 Z
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.53.0
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: []