Google Cloud Build V1 Client - Class HashType (0.11.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

Namespace

Google \ Cloud \ Build \ V1 \ Hash

Methods

static::name

Parameter
NameDescription
value mixed

static::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;

SHA512

Value: 4

Use a sha512 hash.

Generated from protobuf enum SHA512 = 4;