public sealed class Hash : IMessage<Hash>, IEquatable<Hash>, IDeepCloneable<Hash>, IBufferMessage, IMessageReference documentation and code samples for the Artifact Registry v1 API class Hash.
A hash of file content.
Namespace
Google.Cloud.ArtifactRegistry.V1Assembly
Google.Cloud.ArtifactRegistry.V1.dll
Constructors
Hash()
public Hash()Hash(Hash)
public Hash(Hash other)| Parameter | |
|---|---|
| Name | Description |
other |
Hash |
Properties
Type
public Hash.Types.HashType Type { get; set; }The algorithm used to compute the hash value.
| Property Value | |
|---|---|
| Type | Description |
HashTypesHashType |
|
Value
public ByteString Value { get; set; }The hash value.
| Property Value | |
|---|---|
| Type | Description |
ByteString |
|