public sealed class Hash : IMessage<Hash>, IEquatable<Hash>, IDeepCloneable<Hash>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Build v1 API class Hash.
Container message for hash values.
Namespace
Google.Cloud.CloudBuild.V1Assembly
Google.Cloud.CloudBuild.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 type of hash that was performed.
| Property Value | |
|---|---|
| Type | Description |
Hash.Types.HashType |
|
Value
public ByteString Value { get; set; }The hash value.
| Property Value | |
|---|---|
| Type | Description |
ByteString |
|