Google Cloud Artifact Registry V1 Client - Class HashType (0.6.3)

Reference documentation and code samples for the Google Cloud Artifact Registry V1 Client class HashType.

The algorithm used to compute the hash.

Protobuf type google.devtools.artifactregistry.v1.Hash.HashType

Namespace

Google \ Cloud \ ArtifactRegistry \ V1 \ Hash

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

HASH_TYPE_UNSPECIFIED

Value: 0

Unspecified.

Generated from protobuf enum HASH_TYPE_UNSPECIFIED = 0;

SHA256

Value: 1

SHA256 hash.

Generated from protobuf enum SHA256 = 1;

MD5

Value: 2

MD5 hash.

Generated from protobuf enum MD5 = 2;