Interface protos.google.devtools.cloudbuild.v1.IHash (2.4.0)

Properties of a Hash.

Package

@google-cloud/cloudbuild!

Properties

type

type?: (google.devtools.cloudbuild.v1.Hash.HashType|keyof typeof google.devtools.cloudbuild.v1.Hash.HashType|null);

Hash type

Property Value
TypeDescription
(google.devtools.cloudbuild.v1.Hash.HashType|keyof typeof google.devtools.cloudbuild.v1.Hash.HashType|null)

value

value?: (Uint8Array|string|null);

Hash value

Property Value
TypeDescription
(Uint8Array|string|null)