Grafeas v1 API - Class BuildNote (3.8.0) Stay organized with collections Save and categorize content based on your preferences.
public sealed class BuildNote : IMessage<BuildNote>, IEquatable<BuildNote>, IDeepCloneable<BuildNote>, IBufferMessage, IMessageReference 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.V1Assembly
Grafeas.V1.dll
Constructors
BuildNote()
public BuildNote()BuildNote(BuildNote)
public BuildNote(BuildNote other)| Parameter | |
|---|---|
| Name | Description |
other | BuildNote |
Properties
BuilderVersion
public string BuilderVersion { get; set; }Required. Immutable. Version of the builder which produced this build.
| Property Value | |
|---|---|
| Type | Description |
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.