Class Hash (1.2.0)

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.

Inheritance

builtins.object > proto.message.Message > Hash

Classes

HashType

HashType(value)

The algorithm used to compute the hash.