Interface protos.grafeas.v1.INote (6.0.1)
Stay organized with collections
Save and categorize content based on your preferences.
Package
@google-cloud/grafeas
Properties
attestation
attestation
?:
(
grafeas
.
v1
.
IAttestationNote
|
null
);
build
build
?:
(
grafeas
.
v1
.
IBuildNote
|
null
);
compliance
compliance
?:
(
grafeas
.
v1
.
IComplianceNote
|
null
);
createTime
createTime
?:
(
google
.
protobuf
.
ITimestamp
|
null
);
deployment
deployment
?:
(
grafeas
.
v1
.
IDeploymentNote
|
null
);
discovery
discovery
?:
(
grafeas
.
v1
.
IDiscoveryNote
|
null
);
dsseAttestation
dsseAttestation
?:
(
grafeas
.
v1
.
IDSSEAttestationNote
|
null
);
expirationTime
expirationTime
?:
(
google
.
protobuf
.
ITimestamp
|
null
);
image
image
?:
(
grafeas
.
v1
.
IImageNote
|
null
);
kind
kind
?:
(
grafeas
.
v1
.
NoteKind
|
keyof
typeof
grafeas
.
v1
.
NoteKind
|
null
);
longDescription
longDescription
?:
(
string
|
null
);
name
name
?:
(
string
|
null
);
package
"package"
?:
(
grafeas
.
v1
.
IPackageNote
|
null
);
relatedNoteNames
?:
(
string
[]
|
null
);
relatedUrl
?:
(
grafeas
.
v1
.
IRelatedUrl
[]
|
null
);
sbomReference
sbomReference
?:
(
grafeas
.
v1
.
ISBOMReferenceNote
|
null
);
shortDescription
shortDescription
?:
(
string
|
null
);
updateTime
updateTime
?:
(
google
.
protobuf
.
ITimestamp
|
null
);
upgrade
upgrade
?:
(
grafeas
.
v1
.
IUpgradeNote
|
null
);
vulnerability
vulnerability
?:
(
grafeas
.
v1
.
IVulnerabilityNote
|
null
);
vulnerabilityAssessment
vulnerabilityAssessment
?:
(
grafeas
.
v1
.
IVulnerabilityAssessmentNote
|
null
);
Note vulnerabilityAssessment
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License
, and code samples are licensed under the Apache 2.0 License
. For details, see the Google Developers Site Policies
. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-09-04 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Interface protos.grafeas.v1.INote (6.0.1)\n\nVersion latestkeyboard_arrow_down\n\n- [6.0.1 (latest)](/nodejs/docs/reference/grafeas/latest/grafeas/protos.grafeas.v1.inote)\n- [5.5.0](/nodejs/docs/reference/grafeas/5.5.0/grafeas/protos.grafeas.v1.inote)\n- [4.5.0](/nodejs/docs/reference/grafeas/4.5.0/grafeas/protos.grafeas.v1.inote)\n- [4.2.2](/nodejs/docs/reference/grafeas/4.2.2/grafeas/protos.grafeas.v1.inote)\n- [4.1.2](/nodejs/docs/reference/grafeas/4.1.2/grafeas/protos.grafeas.v1.inote)\n- [3.6.1](/nodejs/docs/reference/grafeas/3.6.1/grafeas/protos.grafeas.v1.inote)\n- [3.5.0](/nodejs/docs/reference/grafeas/3.5.0/grafeas/protos.grafeas.v1.inote)\n- [3.4.6](/nodejs/docs/reference/grafeas/3.4.6/grafeas/protos.grafeas.v1.inote) \nProperties of a Note.\n\nPackage\n-------\n\n[@google-cloud/grafeas](../overview.html)\n\nProperties\n----------\n\n### attestation\n\n attestation?: (grafeas.v1.IAttestationNote|null);\n\nNote attestation\n\n### build\n\n build?: (grafeas.v1.IBuildNote|null);\n\nNote build\n\n### compliance\n\n compliance?: (grafeas.v1.IComplianceNote|null);\n\nNote compliance\n\n### createTime\n\n createTime?: (google.protobuf.ITimestamp|null);\n\nNote createTime\n\n### deployment\n\n deployment?: (grafeas.v1.IDeploymentNote|null);\n\nNote deployment\n\n### discovery\n\n discovery?: (grafeas.v1.IDiscoveryNote|null);\n\nNote discovery\n\n### dsseAttestation\n\n dsseAttestation?: (grafeas.v1.IDSSEAttestationNote|null);\n\nNote dsseAttestation\n\n### expirationTime\n\n expirationTime?: (google.protobuf.ITimestamp|null);\n\nNote expirationTime\n\n### image\n\n image?: (grafeas.v1.IImageNote|null);\n\nNote image\n\n### kind\n\n kind?: (grafeas.v1.NoteKind|keyof typeof grafeas.v1.NoteKind|null);\n\nNote kind\n\n### longDescription\n\n longDescription?: (string|null);\n\nNote longDescription\n\n### name\n\n name?: (string|null);\n\nNote name\n\n### package\n\n \"package\"?: (grafeas.v1.IPackageNote|null);\n\nNote package\n\n### relatedNoteNames\n\n relatedNoteNames?: (string[]|null);\n\nNote relatedNoteNames\n\n### relatedUrl\n\n relatedUrl?: (grafeas.v1.IRelatedUrl[]|null);\n\nNote relatedUrl\n\n### sbomReference\n\n sbomReference?: (grafeas.v1.ISBOMReferenceNote|null);\n\nNote sbomReference\n\n### shortDescription\n\n shortDescription?: (string|null);\n\nNote shortDescription\n\n### updateTime\n\n updateTime?: (google.protobuf.ITimestamp|null);\n\nNote updateTime\n\n### upgrade\n\n upgrade?: (grafeas.v1.IUpgradeNote|null);\n\nNote upgrade\n\n### vulnerability\n\n vulnerability?: (grafeas.v1.IVulnerabilityNote|null);\n\nNote vulnerability\n\n### vulnerabilityAssessment\n\n vulnerabilityAssessment?: (grafeas.v1.IVulnerabilityAssessmentNote|null);\n\nNote vulnerabilityAssessment"]]