public sealed class Hash : IMessage<Hash>, IEquatable<Hash>, IDeepCloneable<Hash>, IBufferMessage, IMessageContainer message for hash values.
Implements
Google.Protobuf.IMessage<Hash>, IEquatable<Hash>, Google.Protobuf.IDeepCloneable<Hash>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessageNamespace
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 |
Google.Protobuf.ByteString |
|