Interface protos.google.devtools.artifactregistry.v1beta2.IHash

Properties of a Hash.

Package

@google-cloud/artifact-registry!

Properties

type

type?: (google.devtools.artifactregistry.v1beta2.Hash.HashType|keyof typeof google.devtools.artifactregistry.v1beta2.Hash.HashType|null);

Hash type

Property Value
TypeDescription
(google.devtools.artifactregistry.v1beta2.Hash.HashType|keyof typeof google.devtools.artifactregistry.v1beta2.Hash.HashType|null)

value

value?: (Uint8Array|string|null);

Hash value

Property Value
TypeDescription
(Uint8Array|string|null)