Class Hash (1.11.3)

Hash(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A hash of file content.

Attributes

NameDescription
type_ google.cloud.artifactregistry_v1.types.Hash.HashType
The algorithm used to compute the hash value.
value bytes
The hash value.

Classes

HashType

HashType(value)

The algorithm used to compute the hash.

Values: HASH_TYPE_UNSPECIFIED (0): Unspecified. SHA256 (1): SHA256 hash. MD5 (2): MD5 hash.