Grafeas v1 API - Class BuildNote (3.8.0)

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

Reference documentation and code samples for the Grafeas v1 API class BuildNote.

Note holding the version of the provider's builder and the signature of theprovenance message in the build details occurrence.

Namespace

Grafeas.V1

Assembly

Grafeas.V1.dll

Constructors

BuildNote()

public BuildNote()

BuildNote(BuildNote)

public BuildNote(BuildNote other)
Parameter
NameDescription
otherBuildNote

Properties

BuilderVersion

public string BuilderVersion { get; set; }

Required. Immutable. Version of the builder which produced this build.

Property Value
TypeDescription
string

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2026-01-29 UTC.