Class FileHashes (1.3.0)

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

Container message for hashes of byte content of files, used in SourceProvenance messages to verify integrity of source input to the build.

Inheritance

Object > FileHashes

Namespace

Google.Cloud.CloudBuild.V1

Assembly

Google.Cloud.CloudBuild.V1.dll

Constructors

FileHashes()

public FileHashes()

FileHashes(FileHashes)

public FileHashes(FileHashes other)
Parameter
NameDescription
otherFileHashes

Properties

FileHash

public RepeatedField<Hash> FileHash { get; }

Collection of file hashes.

Property Value
TypeDescription
RepeatedField<Hash>