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.
Implements
Google.Protobuf.IMessage<FileHashes>, IEquatable<FileHashes>, Google.Protobuf.IDeepCloneable<FileHashes>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessageNamespace
Google.Cloud.CloudBuild.V1Assembly
Google.Cloud.CloudBuild.V1.dll
Constructors
FileHashes()
public FileHashes()
FileHashes(FileHashes)
public FileHashes(FileHashes other)
Parameter | |
---|---|
Name | Description |
other | FileHashes |
Properties
FileHash
public RepeatedField<Hash> FileHash { get; }
Collection of file hashes.
Property Value | |
---|---|
Type | Description |
Google.Protobuf.Collections.RepeatedField<Hash> |