Google Cloud Build V1 Client - Class HashType (0.4.0)

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

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
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;