Class Hash (1.3.0)

public sealed class Hash : IMessage<Hash>, IEquatable<Hash>, IDeepCloneable<Hash>, IBufferMessage, IMessage

Container message for hash values.

Inheritance

Object > Hash

Namespace

Google.Cloud.CloudBuild.V1

Assembly

Google.Cloud.CloudBuild.V1.dll

Constructors

Hash()

public Hash()

Hash(Hash)

public Hash(Hash other)
Parameter
NameDescription
otherHash

Properties

Type

public Hash.Types.HashType Type { get; set; }

The type of hash that was performed.

Property Value
TypeDescription
Hash.Types.HashType

Value

public ByteString Value { get; set; }

The hash value.

Property Value
TypeDescription
ByteString