Reference documentation and code samples for the Google Cloud Build V1 Client class HashType.
Specifies the hash algorithm, if any.
Protobuf type google.devtools.cloudbuild.v1.Hash.HashType
Namespace
Google \ Cloud \ Build \ V1 \ HashMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
NONE
Value: 0
No hash requested.
Generated from protobuf enum NONE = 0;
SHA256
Value: 1
Use a sha256 hash.
Generated from protobuf enum SHA256 = 1;
MD5
Value: 2
Use a md5 hash.
Generated from protobuf enum MD5 = 2;
SHA512
Value: 4
Use a sha512 hash.
Generated from protobuf enum SHA512 = 4;