google-apis-dataflow_v1b3 0.79.0 → 0.80.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: 9bf4832b08f18fcd319848fa61432f7e4074aacda8eac1ceb5e7c6adc08b41f5
4
- data.tar.gz: 3e4b1d06b8cd177ceba5b1742a69b2294783cc292e6e00705ce2b939280115c5
3
+ metadata.gz: 50ca8dd01611b85689eb4b6d574f77e377f384113488ab590755c788efb1b4b0
4
+ data.tar.gz: 3add316e5e7a5ac32ba40334810bd02971a2daa55b2acfccebd691c6613668fc
5
5
  SHA512:
6
- metadata.gz: 33bb9768f5554f1542426670750e24c4d6357546aa4b5f14b3f85d07c435f8275995d51902cea9c402af6aabab52d67b806d38d05578f8c315c54bdbea0e5a6e
7
- data.tar.gz: 82d1f1488a159a6a6362522a3dad8063be80c6c7a4c9b4b8927ce5243ac47f2c0ca3ce37c49d52b4d90683ae75826542fffc06184343e613359f13c56c530d11
6
+ metadata.gz: 5f889299e3b13d4208c3a141dd30bfa42b1b29f5d7fb5edc3582e58f4909120a6daee3002723ca1eebae3e65d10351f1d426f8f2ee03fcdbb2fec5990751229a
7
+ data.tar.gz: c9c0a2427b99a3f4438eff4280903eeb3df74a3a4cee2bf9fbc0b193e7c599b14c0434918b1b6c4b30dc597c8bfc83cac2b2dc0dd87190b7e51417fc7f8367f6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dataflow_v1b3
2
2
 
3
+ ### v0.80.0 (2026-05-10)
4
+
5
+ * Regenerated from discovery document revision 20260503
6
+
3
7
  ### v0.79.0 (2026-04-19)
4
8
 
5
9
  * Regenerated from discovery document revision 20260405
@@ -3820,6 +3820,13 @@ module Google
3820
3820
  # @return [String]
3821
3821
  attr_accessor :name
3822
3822
 
3823
+ # Optional. The hex-encoded SHA256 checksum of the package. If the checksum is
3824
+ # provided, the worker will verify the checksum of the package before using it.
3825
+ # If the checksum does not match, the worker will fail to start.
3826
+ # Corresponds to the JSON property `sha256`
3827
+ # @return [String]
3828
+ attr_accessor :sha256
3829
+
3823
3830
  def initialize(**args)
3824
3831
  update!(**args)
3825
3832
  end
@@ -3828,6 +3835,7 @@ module Google
3828
3835
  def update!(**args)
3829
3836
  @location = args[:location] if args.key?(:location)
3830
3837
  @name = args[:name] if args.key?(:name)
3838
+ @sha256 = args[:sha256] if args.key?(:sha256)
3831
3839
  end
3832
3840
  end
3833
3841
 
@@ -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.79.0"
19
+ GEM_VERSION = "0.80.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20260405"
25
+ REVISION = "20260503"
26
26
  end
27
27
  end
28
28
  end
@@ -2204,6 +2204,7 @@ module Google
2204
2204
  class Representation < Google::Apis::Core::JsonRepresentation
2205
2205
  property :location, as: 'location'
2206
2206
  property :name, as: 'name'
2207
+ property :sha256, as: 'sha256'
2207
2208
  end
2208
2209
  end
2209
2210
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-dataflow_v1b3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.79.0
4
+ version: 0.80.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -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.79.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dataflow_v1b3/v0.80.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: