Module: Google::Cloud::ArtifactRegistry::V1::Hash::HashType

Defined in:
proto_docs/google/devtools/artifactregistry/v1/file.rb

Overview

The algorithm used to compute the hash.

Constant Summary collapse

HASH_TYPE_UNSPECIFIED =

Unspecified.

0
SHA256 =

SHA256 hash.

1
MD5 =

MD5 hash.

2