Class Hash (3.24.0)

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

Container message for hash values.

Attributes

NameDescription
type_ google.cloud.devtools.cloudbuild_v1.types.Hash.HashType
The type of hash that was performed.
value bytes
The hash value.

Classes

HashType

HashType(value)

Specifies the hash algorithm, if any.

Values: NONE (0): No hash requested. SHA256 (1): Use a sha256 hash. MD5 (2): Use a md5 hash. SHA512 (4): Use a sha512 hash.