We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa1f3e3 commit 0673555Copy full SHA for 0673555
google/dataflow/v1beta3/environment.proto
@@ -165,6 +165,12 @@ message Package {
165
// storage.googleapis.com/{bucket}
166
// bucket.storage.googleapis.com/
167
string location = 2;
168
+
169
+ // Optional. The hex-encoded SHA256 checksum of the package.
170
+ // If the checksum is provided, the worker will verify the checksum of the
171
+ // package before using it. If the checksum does not match, the worker will
172
+ // fail to start.
173
+ string sha256 = 3 [(google.api.field_behavior) = OPTIONAL];
174
}
175
176
// Specifies the processing model used by a
0 commit comments