- 2.74.0 (latest)
- 2.73.0
- 2.71.0
- 2.69.0
- 2.68.0
- 2.65.0
- 2.64.0
- 2.63.0
- 2.61.0
- 2.60.0
- 2.59.0
- 2.58.0
- 2.57.0
- 2.56.0
- 2.55.0
- 2.54.0
- 2.53.0
- 2.52.0
- 2.50.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.40.0
- 2.38.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.28.0
- 2.25.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.5
- 2.3.1
- 2.2.3
- 2.1.3
public
final
class
Note
extends
GeneratedMessageV3
implements
NoteOrBuilder
A type of analysis that can be done for a resource.
Protobuf type grafeas.v1.Note
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > NoteImplements
NoteOrBuilderStatic Fields
ATTESTATION_FIELD_NUMBER
public
static
final
int
ATTESTATION_FIELD_NUMBER
BUILD_FIELD_NUMBER
public
static
final
int
BUILD_FIELD_NUMBER
COMPLIANCE_FIELD_NUMBER
public
static
final
int
COMPLIANCE_FIELD_NUMBER
CREATE_TIME_FIELD_NUMBER
public
static
final
int
CREATE_TIME_FIELD_NUMBER
DEPLOYMENT_FIELD_NUMBER
public
static
final
int
DEPLOYMENT_FIELD_NUMBER
DISCOVERY_FIELD_NUMBER
public
static
final
int
DISCOVERY_FIELD_NUMBER
DSSE_ATTESTATION_FIELD_NUMBER
public
static
final
int
DSSE_ATTESTATION_FIELD_NUMBER
EXPIRATION_TIME_FIELD_NUMBER
public
static
final
int
EXPIRATION_TIME_FIELD_NUMBER
IMAGE_FIELD_NUMBER
public
static
final
int
IMAGE_FIELD_NUMBER
KIND_FIELD_NUMBER
public
static
final
int
KIND_FIELD_NUMBER
LONG_DESCRIPTION_FIELD_NUMBER
public
static
final
int
LONG_DESCRIPTION_FIELD_NUMBER
NAME_FIELD_NUMBER
public
static
final
int
NAME_FIELD_NUMBER
PACKAGE_FIELD_NUMBER
public
static
final
int
PACKAGE_FIELD_NUMBER
RELATED_NOTE_NAMES_FIELD_NUMBER
public
static
final
int
RELATED_NOTE_NAMES_FIELD_NUMBER
RELATED_URL_FIELD_NUMBER
public
static
final
int
RELATED_URL_FIELD_NUMBER
SHORT_DESCRIPTION_FIELD_NUMBER
public
static
final
int
SHORT_DESCRIPTION_FIELD_NUMBER
UPDATE_TIME_FIELD_NUMBER
public
static
final
int
UPDATE_TIME_FIELD_NUMBER
UPGRADE_FIELD_NUMBER
public
static
final
int
UPGRADE_FIELD_NUMBER
VULNERABILITY_ASSESSMENT_FIELD_NUMBER
public
static
final
int
VULNERABILITY_ASSESSMENT_FIELD_NUMBER
VULNERABILITY_FIELD_NUMBER
public
static
final
int
VULNERABILITY_FIELD_NUMBER
Static Methods
getDefaultInstance()
public
static
Note
getDefaultInstance
()
getDescriptor()
public
static
final
Descriptors
.
Descriptor
getDescriptor
()
newBuilder()
public
static
Note
.
Builder
newBuilder
()
newBuilder(Note prototype)
public
static
Note
.
Builder
newBuilder
(
Note
prototype
)
parseDelimitedFrom(InputStream input)
public
static
Note
parseDelimitedFrom
(
InputStream
input
)
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public
static
Note
parseDelimitedFrom
(
InputStream
input
,
ExtensionRegistryLite
extensionRegistry
)
parseFrom(byte[] data)
public
static
Note
parseFrom
(
byte
[]
data
)
data
byte
[]
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public
static
Note
parseFrom
(
byte
[]
data
,
ExtensionRegistryLite
extensionRegistry
)
parseFrom(ByteString data)
public
static
Note
parseFrom
(
ByteString
data
)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public
static
Note
parseFrom
(
ByteString
data
,
ExtensionRegistryLite
extensionRegistry
)
parseFrom(CodedInputStream input)
public
static
Note
parseFrom
(
CodedInputStream
input
)
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public
static
Note
parseFrom
(
CodedInputStream
input
,
ExtensionRegistryLite
extensionRegistry
)
parseFrom(InputStream input)
public
static
Note
parseFrom
(
InputStream
input
)
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public
static
Note
parseFrom
(
InputStream
input
,
ExtensionRegistryLite
extensionRegistry
)
parseFrom(ByteBuffer data)
public
static
Note
parseFrom
(
ByteBuffer
data
)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public
static
Note
parseFrom
(
ByteBuffer
data
,
ExtensionRegistryLite
extensionRegistry
)
parser()
public
static
Parser<Note>
parser
()
Methods
equals(Object obj)
public
boolean
equals
(
Object
obj
)
getAttestation()
public
AttestationNote
getAttestation
()
A note describing an attestation role.
.grafeas.v1.AttestationNote attestation = 16;
getAttestationOrBuilder()
public
AttestationNoteOrBuilder
getAttestationOrBuilder
()
A note describing an attestation role.
.grafeas.v1.AttestationNote attestation = 16;
getBuild()
public
BuildNote
getBuild
()
A note describing build provenance for a verifiable build.
.grafeas.v1.BuildNote build = 11;
getBuildOrBuilder()
public
BuildNoteOrBuilder
getBuildOrBuilder
()
A note describing build provenance for a verifiable build.
.grafeas.v1.BuildNote build = 11;
getCompliance()
public
ComplianceNote
getCompliance
()
A note describing a compliance check.
.grafeas.v1.ComplianceNote compliance = 18;
getComplianceOrBuilder()
public
ComplianceNoteOrBuilder
getComplianceOrBuilder
()
A note describing a compliance check.
.grafeas.v1.ComplianceNote compliance = 18;
getCreateTime()
public
Timestamp
getCreateTime
()
Output only. The time this note was created. This field can be used as a filter in list requests.
.google.protobuf.Timestamp create_time = 7;
getCreateTimeOrBuilder()
public
TimestampOrBuilder
getCreateTimeOrBuilder
()
Output only. The time this note was created. This field can be used as a filter in list requests.
.google.protobuf.Timestamp create_time = 7;
getDefaultInstanceForType()
public
Note
getDefaultInstanceForType
()
getDeployment()
public
DeploymentNote
getDeployment
()
A note describing something that can be deployed.
.grafeas.v1.DeploymentNote deployment = 14;
getDeploymentOrBuilder()
public
DeploymentNoteOrBuilder
getDeploymentOrBuilder
()
A note describing something that can be deployed.
.grafeas.v1.DeploymentNote deployment = 14;
getDiscovery()
public
DiscoveryNote
getDiscovery
()
A note describing the initial analysis of a resource.
.grafeas.v1.DiscoveryNote discovery = 15;
getDiscoveryOrBuilder()
public
DiscoveryNoteOrBuilder
getDiscoveryOrBuilder
()
A note describing the initial analysis of a resource.
.grafeas.v1.DiscoveryNote discovery = 15;
getDsseAttestation()
public
DSSEAttestationNote
getDsseAttestation
()
A note describing a dsse attestation note.
.grafeas.v1.DSSEAttestationNote dsse_attestation = 19;
getDsseAttestationOrBuilder()
public
DSSEAttestationNoteOrBuilder
getDsseAttestationOrBuilder
()
A note describing a dsse attestation note.
.grafeas.v1.DSSEAttestationNote dsse_attestation = 19;
getExpirationTime()
public
Timestamp
getExpirationTime
()
Time of expiration for this note. Empty if note does not expire.
.google.protobuf.Timestamp expiration_time = 6;
getExpirationTimeOrBuilder()
public
TimestampOrBuilder
getExpirationTimeOrBuilder
()
Time of expiration for this note. Empty if note does not expire.
.google.protobuf.Timestamp expiration_time = 6;
getImage()
public
ImageNote
getImage
()
A note describing a base image.
.grafeas.v1.ImageNote image = 12;
getImageOrBuilder()
public
ImageNoteOrBuilder
getImageOrBuilder
()
A note describing a base image.
.grafeas.v1.ImageNote image = 12;
getKind()
public
NoteKind
getKind
()
Output only. The type of analysis. This field can be used as a filter in list requests.
.grafeas.v1.NoteKind kind = 4;
getKindValue()
public
int
getKindValue
()
Output only. The type of analysis. This field can be used as a filter in list requests.
.grafeas.v1.NoteKind kind = 4;
getLongDescription()
public
String
getLongDescription
()
A detailed description of this note.
string long_description = 3;
getLongDescriptionBytes()
public
ByteString
getLongDescriptionBytes
()
A detailed description of this note.
string long_description = 3;
getName()
public
String
getName
()
Output only. The name of the note in the form of projects/[PROVIDER_ID]/notes/[NOTE_ID]
.
string name = 1;
getNameBytes()
public
ByteString
getNameBytes
()
Output only. The name of the note in the form of projects/[PROVIDER_ID]/notes/[NOTE_ID]
.
string name = 1;
getPackage()
public
PackageNote
getPackage
()
A note describing a package hosted by various package managers.
.grafeas.v1.PackageNote package = 13;
getPackageOrBuilder()
public
PackageNoteOrBuilder
getPackageOrBuilder
()
A note describing a package hosted by various package managers.
.grafeas.v1.PackageNote package = 13;
getParserForType()
public
Parser<Note>
getParserForType
()
getRelatedNoteNames(int index)
public
String
getRelatedNoteNames
(
int
index
)
Other notes related to this note.
repeated string related_note_names = 9;
getRelatedNoteNamesBytes(int index)
public
ByteString
getRelatedNoteNamesBytes
(
int
index
)
Other notes related to this note.
repeated string related_note_names = 9;
getRelatedNoteNamesCount()
public
int
getRelatedNoteNamesCount
()
Other notes related to this note.
repeated string related_note_names = 9;
getRelatedNoteNamesList()
public
ProtocolStringList
getRelatedNoteNamesList
()
Other notes related to this note.
repeated string related_note_names = 9;
getRelatedUrl(int index)
public
RelatedUrl
getRelatedUrl
(
int
index
)
URLs associated with this note.
repeated .grafeas.v1.RelatedUrl related_url = 5;
getRelatedUrlCount()
public
int
getRelatedUrlCount
()
URLs associated with this note.
repeated .grafeas.v1.RelatedUrl related_url = 5;
getRelatedUrlList()
public
List<RelatedUrl>
getRelatedUrlList
()
URLs associated with this note.
repeated .grafeas.v1.RelatedUrl related_url = 5;
getRelatedUrlOrBuilder(int index)
public
RelatedUrlOrBuilder
getRelatedUrlOrBuilder
(
int
index
)
URLs associated with this note.
repeated .grafeas.v1.RelatedUrl related_url = 5;
getRelatedUrlOrBuilderList()
public
List
< ?
extends
RelatedUrlOrBuilder
>
getRelatedUrlOrBuilderList
()
URLs associated with this note.
repeated .grafeas.v1.RelatedUrl related_url = 5;
getSerializedSize()
public
int
getSerializedSize
()
getShortDescription()
public
String
getShortDescription
()
A one sentence description of this note.
string short_description = 2;
getShortDescriptionBytes()
public
ByteString
getShortDescriptionBytes
()
A one sentence description of this note.
string short_description = 2;
getTypeCase()
public
Note
.
TypeCase
getTypeCase
()
getUpdateTime()
public
Timestamp
getUpdateTime
()
Output only. The time this note was last updated. This field can be used as a filter in list requests.
.google.protobuf.Timestamp update_time = 8;
getUpdateTimeOrBuilder()
public
TimestampOrBuilder
getUpdateTimeOrBuilder
()
Output only. The time this note was last updated. This field can be used as a filter in list requests.
.google.protobuf.Timestamp update_time = 8;
getUpgrade()
public
UpgradeNote
getUpgrade
()
A note describing available package upgrades.
.grafeas.v1.UpgradeNote upgrade = 17;
getUpgradeOrBuilder()
public
UpgradeNoteOrBuilder
getUpgradeOrBuilder
()
A note describing available package upgrades.
.grafeas.v1.UpgradeNote upgrade = 17;
getVulnerability()
public
VulnerabilityNote
getVulnerability
()
A note describing a package vulnerability.
.grafeas.v1.VulnerabilityNote vulnerability = 10;
getVulnerabilityAssessment()
public
VulnerabilityAssessmentNote
getVulnerabilityAssessment
()
A note describing a vulnerability assessment.
.grafeas.v1.VulnerabilityAssessmentNote vulnerability_assessment = 20;
getVulnerabilityAssessmentOrBuilder()
public
VulnerabilityAssessmentNoteOrBuilder
getVulnerabilityAssessmentOrBuilder
()
A note describing a vulnerability assessment.
.grafeas.v1.VulnerabilityAssessmentNote vulnerability_assessment = 20;
getVulnerabilityOrBuilder()
public
VulnerabilityNoteOrBuilder
getVulnerabilityOrBuilder
()
A note describing a package vulnerability.
.grafeas.v1.VulnerabilityNote vulnerability = 10;
hasAttestation()
public
boolean
hasAttestation
()
A note describing an attestation role.
.grafeas.v1.AttestationNote attestation = 16;
hasBuild()
public
boolean
hasBuild
()
A note describing build provenance for a verifiable build.
.grafeas.v1.BuildNote build = 11;
hasCompliance()
public
boolean
hasCompliance
()
A note describing a compliance check.
.grafeas.v1.ComplianceNote compliance = 18;
hasCreateTime()
public
boolean
hasCreateTime
()
Output only. The time this note was created. This field can be used as a filter in list requests.
.google.protobuf.Timestamp create_time = 7;
hasDeployment()
public
boolean
hasDeployment
()
A note describing something that can be deployed.
.grafeas.v1.DeploymentNote deployment = 14;
hasDiscovery()
public
boolean
hasDiscovery
()
A note describing the initial analysis of a resource.
.grafeas.v1.DiscoveryNote discovery = 15;
hasDsseAttestation()
public
boolean
hasDsseAttestation
()
A note describing a dsse attestation note.
.grafeas.v1.DSSEAttestationNote dsse_attestation = 19;
hasExpirationTime()
public
boolean
hasExpirationTime
()
Time of expiration for this note. Empty if note does not expire.
.google.protobuf.Timestamp expiration_time = 6;
hasImage()
public
boolean
hasImage
()
A note describing a base image.
.grafeas.v1.ImageNote image = 12;
hasPackage()
public
boolean
hasPackage
()
A note describing a package hosted by various package managers.
.grafeas.v1.PackageNote package = 13;
hasUpdateTime()
public
boolean
hasUpdateTime
()
Output only. The time this note was last updated. This field can be used as a filter in list requests.
.google.protobuf.Timestamp update_time = 8;
hasUpgrade()
public
boolean
hasUpgrade
()
A note describing available package upgrades.
.grafeas.v1.UpgradeNote upgrade = 17;
hasVulnerability()
public
boolean
hasVulnerability
()
A note describing a package vulnerability.
.grafeas.v1.VulnerabilityNote vulnerability = 10;
hasVulnerabilityAssessment()
public
boolean
hasVulnerabilityAssessment
()
A note describing a vulnerability assessment.
.grafeas.v1.VulnerabilityAssessmentNote vulnerability_assessment = 20;
hashCode()
public
int
hashCode
()
internalGetFieldAccessorTable()
protected
GeneratedMessageV3
.
FieldAccessorTable
internalGetFieldAccessorTable
()
isInitialized()
public
final
boolean
isInitialized
()
newBuilderForType()
public
Note
.
Builder
newBuilderForType
()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected
Note
.
Builder
newBuilderForType
(
GeneratedMessageV3
.
BuilderParent
parent
)
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected
Object
newInstance
(
GeneratedMessageV3
.
UnusedPrivateParameter
unused
)
toBuilder()
public
Note
.
Builder
toBuilder
()
writeTo(CodedOutputStream output)
public
void
writeTo
(
CodedOutputStream
output
)