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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 50ca8dd01611b85689eb4b6d574f77e377f384113488ab590755c788efb1b4b0
|
|
4
|
+
data.tar.gz: 3add316e5e7a5ac32ba40334810bd02971a2daa55b2acfccebd691c6613668fc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5f889299e3b13d4208c3a141dd30bfa42b1b29f5d7fb5edc3582e58f4909120a6daee3002723ca1eebae3e65d10351f1d426f8f2ee03fcdbb2fec5990751229a
|
|
7
|
+
data.tar.gz: c9c0a2427b99a3f4438eff4280903eeb3df74a3a4cee2bf9fbc0b193e7c599b14c0434918b1b6c4b30dc597c8bfc83cac2b2dc0dd87190b7e51417fc7f8367f6
|
data/CHANGELOG.md
CHANGED
|
@@ -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.
|
|
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 = "
|
|
25
|
+
REVISION = "20260503"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
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.
|
|
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.
|
|
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:
|