google-apis-dataflow_v1b3 0.38.0 → 0.39.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: f48d1436d5b6c587486d5b5152f8f302e19cc1bf733a96cb197cedd765896a3a
4
- data.tar.gz: 4459e2458b86e1aeb311bf9c19a16109554f1b1bdb9cd35930c24444a9030ed7
3
+ metadata.gz: 473781066bbbbf6cbddb631d7935c149b379304860df5df47ac90bbe7be814a0
4
+ data.tar.gz: 320d93db5a232817d394367b58873d87d8de8fb0e083e0b96b78d47aecf07c5e
5
5
  SHA512:
6
- metadata.gz: c302169ac9f078414de6234c345d4402b51388870803d86aa60824d9c3ee55a9181142f7d0d1a13dd9effffd16c189ca930a23a125390d92f69020e4eb5a8709
7
- data.tar.gz: e28772b3000868d7c7fc2e085fa7c8dc568b6ddfc3c6fd5e8bccaac1bbf11067aa17a86d3d4e6b5c5db20a5e8a3063c5ffd124c84a67c2bb0188142ba4cb9e1a
6
+ metadata.gz: d134b630001b3ce0fe7b48c436bad287c9eb719180c42e472de148ea32d84a7e75d7333a82b59bdbdcea9b7dc836db3101736058bfb0ae36132bd51cd1df5c39
7
+ data.tar.gz: 79470a9c22854517668445de4417e4f057feac90db5977eb4ac1f49cb4f52f4b7678c93ab18f88f185c962ba9bbfe90bb1d88a64ba2f3548f29999e4ad8ffac3
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dataflow_v1b3
2
2
 
3
+ ### v0.39.0 (2023-05-21)
4
+
5
+ * Regenerated from discovery document revision 20230514
6
+
3
7
  ### v0.38.0 (2023-05-07)
4
8
 
5
9
  * Regenerated from discovery document revision 20230427
@@ -3708,6 +3708,12 @@ module Google
3708
3708
  attr_accessor :drop_late_data
3709
3709
  alias_method :drop_late_data?, :drop_late_data
3710
3710
 
3711
+ # If true, then this location represents dynamic topics.
3712
+ # Corresponds to the JSON property `dynamicDestinations`
3713
+ # @return [Boolean]
3714
+ attr_accessor :dynamic_destinations
3715
+ alias_method :dynamic_destinations?, :dynamic_destinations
3716
+
3711
3717
  # If set, contains a pubsub label from which to extract record ids. If left
3712
3718
  # empty, record deduplication will be strictly best effort.
3713
3719
  # Corresponds to the JSON property `idLabel`
@@ -3749,6 +3755,7 @@ module Google
3749
3755
  # Update properties of this object
3750
3756
  def update!(**args)
3751
3757
  @drop_late_data = args[:drop_late_data] if args.key?(:drop_late_data)
3758
+ @dynamic_destinations = args[:dynamic_destinations] if args.key?(:dynamic_destinations)
3752
3759
  @id_label = args[:id_label] if args.key?(:id_label)
3753
3760
  @subscription = args[:subscription] if args.key?(:subscription)
3754
3761
  @timestamp_label = args[:timestamp_label] if args.key?(:timestamp_label)
@@ -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.38.0"
19
+ GEM_VERSION = "0.39.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230427"
25
+ REVISION = "20230514"
26
26
  end
27
27
  end
28
28
  end
@@ -2028,6 +2028,7 @@ module Google
2028
2028
  # @private
2029
2029
  class Representation < Google::Apis::Core::JsonRepresentation
2030
2030
  property :drop_late_data, as: 'dropLateData'
2031
+ property :dynamic_destinations, as: 'dynamicDestinations'
2031
2032
  property :id_label, as: 'idLabel'
2032
2033
  property :subscription, as: 'subscription'
2033
2034
  property :timestamp_label, as: 'timestampLabel'
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.38.0
4
+ version: 0.39.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: 2023-05-14 00:00:00.000000000 Z
11
+ date: 2023-05-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.38.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dataflow_v1b3/v0.39.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: []