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 \ HashMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
HASH_TYPE_UNSPECIFIED
Value: 0Unspecified.
Generated from protobuf enum HASH_TYPE_UNSPECIFIED = 0;
SHA256
Value: 1SHA256 hash.
Generated from protobuf enum SHA256 = 1;
MD5
Value: 2MD5 hash.
Generated from protobuf enum MD5 = 2;
DIRSUM_SHA256
Value: 3Dirsum SHA256 hash.
Generated from protobuf enum DIRSUM_SHA256 = 3;