Cloud Build V1 API - Module Google::Cloud::Build::V1::Hash::HashType (v1.13.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Cloud Build V1 API module Google::Cloud::Build::V1::Hash::HashType.
Specifies the hash algorithm, if any.
Constants
NONE
value: 0 No hash requested.
SHA256
value: 1 Use a sha256 hash.
MD5
value: 2 Use a md5 hash.
GO_MODULE_H1
value: 3 Dirhash of a Go module's source code which is then hex-encoded.