Class Note (2.5.0)
Stay organized with collections
Save and categorize content based on your preferences.
- 2.81.0 (latest)
- 2.79.0
- 2.77.0
- 2.76.0
- 2.75.0
- 2.74.0
- 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.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.10
- 2.3.1
- 2.2.16
publicfinalclass NoteextendsGeneratedMessageV3implementsNoteOrBuilderA type of analysis that can be done for a resource.
Protobuf type grafeas.v1beta1.Note
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > NoteImplements
NoteOrBuilderInherited Members
Static Fields
ATTESTATION_AUTHORITY_FIELD_NUMBER
publicstaticfinalintATTESTATION_AUTHORITY_FIELD_NUMBERBASE_IMAGE_FIELD_NUMBER
publicstaticfinalintBASE_IMAGE_FIELD_NUMBERBUILD_FIELD_NUMBER
publicstaticfinalintBUILD_FIELD_NUMBERCREATE_TIME_FIELD_NUMBER
publicstaticfinalintCREATE_TIME_FIELD_NUMBERDEPLOYABLE_FIELD_NUMBER
publicstaticfinalintDEPLOYABLE_FIELD_NUMBERDISCOVERY_FIELD_NUMBER
publicstaticfinalintDISCOVERY_FIELD_NUMBEREXPIRATION_TIME_FIELD_NUMBER
publicstaticfinalintEXPIRATION_TIME_FIELD_NUMBERKIND_FIELD_NUMBER
publicstaticfinalintKIND_FIELD_NUMBERLONG_DESCRIPTION_FIELD_NUMBER
publicstaticfinalintLONG_DESCRIPTION_FIELD_NUMBERNAME_FIELD_NUMBER
publicstaticfinalintNAME_FIELD_NUMBERPACKAGE_FIELD_NUMBER
publicstaticfinalintPACKAGE_FIELD_NUMBERRELATED_NOTE_NAMES_FIELD_NUMBER
publicstaticfinalintRELATED_NOTE_NAMES_FIELD_NUMBERRELATED_URL_FIELD_NUMBER
publicstaticfinalintRELATED_URL_FIELD_NUMBERSHORT_DESCRIPTION_FIELD_NUMBER
publicstaticfinalintSHORT_DESCRIPTION_FIELD_NUMBERUPDATE_TIME_FIELD_NUMBER
publicstaticfinalintUPDATE_TIME_FIELD_NUMBERVULNERABILITY_FIELD_NUMBER
publicstaticfinalintVULNERABILITY_FIELD_NUMBERStatic Methods
getDefaultInstance()
publicstaticNotegetDefaultInstance()getDescriptor()
publicstaticfinalDescriptors.DescriptorgetDescriptor()newBuilder()
publicstaticNote.BuildernewBuilder()newBuilder(Note prototype)
publicstaticNote.BuildernewBuilder(Noteprototype)parseDelimitedFrom(InputStream input)
publicstaticNoteparseDelimitedFrom(InputStreaminput)parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
publicstaticNoteparseDelimitedFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)parseFrom(byte[] data)
publicstaticNoteparseFrom(byte[]data)byte[]parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
publicstaticNoteparseFrom(byte[]data,ExtensionRegistryLiteextensionRegistry)byte[]parseFrom(ByteString data)
publicstaticNoteparseFrom(ByteStringdata)parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
publicstaticNoteparseFrom(ByteStringdata,ExtensionRegistryLiteextensionRegistry)parseFrom(CodedInputStream input)
publicstaticNoteparseFrom(CodedInputStreaminput)parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
publicstaticNoteparseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)parseFrom(InputStream input)
publicstaticNoteparseFrom(InputStreaminput)parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
publicstaticNoteparseFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)parseFrom(ByteBuffer data)
publicstaticNoteparseFrom(ByteBufferdata)parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
publicstaticNoteparseFrom(ByteBufferdata,ExtensionRegistryLiteextensionRegistry)parser()
publicstaticParser<Note>parser()Methods
equals(Object obj)
publicbooleanequals(Objectobj)getAttestationAuthority()
publicAuthoritygetAttestationAuthority()A note describing an attestation role.
.grafeas.v1beta1.attestation.Authority attestation_authority = 16;
The attestationAuthority.
getAttestationAuthorityOrBuilder()
publicAuthorityOrBuildergetAttestationAuthorityOrBuilder()A note describing an attestation role.
.grafeas.v1beta1.attestation.Authority attestation_authority = 16;
getBaseImage()
publicBasisgetBaseImage()A note describing a base image.
.grafeas.v1beta1.image.Basis base_image = 12;
The baseImage.
getBaseImageOrBuilder()
publicBasisOrBuildergetBaseImageOrBuilder()A note describing a base image.
.grafeas.v1beta1.image.Basis base_image = 12;
getBuild()
publicBuildgetBuild()A note describing build provenance for a verifiable build.
.grafeas.v1beta1.build.Build build = 11;
The build.
getBuildOrBuilder()
publicBuildOrBuildergetBuildOrBuilder()A note describing build provenance for a verifiable build.
.grafeas.v1beta1.build.Build build = 11;
getCreateTime()
publicTimestampgetCreateTime()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;
The createTime.
getCreateTimeOrBuilder()
publicTimestampOrBuildergetCreateTimeOrBuilder()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()
publicNotegetDefaultInstanceForType()getDeployable()
publicDeployablegetDeployable()A note describing something that can be deployed.
.grafeas.v1beta1.deployment.Deployable deployable = 14;
The deployable.
getDeployableOrBuilder()
publicDeployableOrBuildergetDeployableOrBuilder()A note describing something that can be deployed.
.grafeas.v1beta1.deployment.Deployable deployable = 14;
getDiscovery()
publicDiscoverygetDiscovery()A note describing the initial analysis of a resource.
.grafeas.v1beta1.discovery.Discovery discovery = 15;
The discovery.
getDiscoveryOrBuilder()
publicDiscoveryOrBuildergetDiscoveryOrBuilder()A note describing the initial analysis of a resource.
.grafeas.v1beta1.discovery.Discovery discovery = 15;
getExpirationTime()
publicTimestampgetExpirationTime()Time of expiration for this note. Empty if note does not expire.
.google.protobuf.Timestamp expiration_time = 6;
The expirationTime.
getExpirationTimeOrBuilder()
publicTimestampOrBuildergetExpirationTimeOrBuilder()Time of expiration for this note. Empty if note does not expire.
.google.protobuf.Timestamp expiration_time = 6;
getKind()
publicNoteKindgetKind()Output only. The type of analysis. This field can be used as a filter in list requests.
.grafeas.v1beta1.NoteKind kind = 4;
The kind.
getKindValue()
publicintgetKindValue()Output only. The type of analysis. This field can be used as a filter in list requests.
.grafeas.v1beta1.NoteKind kind = 4;
The enum numeric value on the wire for kind.
getLongDescription()
publicStringgetLongDescription()A detailed description of this note.
string long_description = 3;
The longDescription.
getLongDescriptionBytes()
publicByteStringgetLongDescriptionBytes()A detailed description of this note.
string long_description = 3;
The bytes for longDescription.
getName()
publicStringgetName() Output only. The name of the note in the form of
projects/[PROVIDER_ID]/notes/[NOTE_ID].
string name = 1;
The name.
getNameBytes()
publicByteStringgetNameBytes() Output only. The name of the note in the form of
projects/[PROVIDER_ID]/notes/[NOTE_ID].
string name = 1;
The bytes for name.
getPackage()
publicPackagegetPackage()A note describing a package hosted by various package managers.
.grafeas.v1beta1.package.Package package = 13;
The package.
getPackageOrBuilder()
publicPackageOrBuildergetPackageOrBuilder()A note describing a package hosted by various package managers.
.grafeas.v1beta1.package.Package package = 13;
getParserForType()
publicParser<Note>getParserForType()getRelatedNoteNames(int index)
publicStringgetRelatedNoteNames(intindex)Other notes related to this note.
repeated string related_note_names = 9;
The relatedNoteNames at the given index.
getRelatedNoteNamesBytes(int index)
publicByteStringgetRelatedNoteNamesBytes(intindex)Other notes related to this note.
repeated string related_note_names = 9;
The bytes of the relatedNoteNames at the given index.
getRelatedNoteNamesCount()
publicintgetRelatedNoteNamesCount()Other notes related to this note.
repeated string related_note_names = 9;
The count of relatedNoteNames.
getRelatedNoteNamesList()
publicProtocolStringListgetRelatedNoteNamesList()Other notes related to this note.
repeated string related_note_names = 9;
A list containing the relatedNoteNames.
getRelatedUrl(int index)
publicRelatedUrlgetRelatedUrl(intindex)URLs associated with this note.
repeated .grafeas.v1beta1.RelatedUrl related_url = 5;
getRelatedUrlCount()
publicintgetRelatedUrlCount()URLs associated with this note.
repeated .grafeas.v1beta1.RelatedUrl related_url = 5;
getRelatedUrlList()
publicList<RelatedUrl>getRelatedUrlList()URLs associated with this note.
repeated .grafeas.v1beta1.RelatedUrl related_url = 5;
getRelatedUrlOrBuilder(int index)
publicRelatedUrlOrBuildergetRelatedUrlOrBuilder(intindex)URLs associated with this note.
repeated .grafeas.v1beta1.RelatedUrl related_url = 5;
getRelatedUrlOrBuilderList()
publicList<?extendsRelatedUrlOrBuilder>getRelatedUrlOrBuilderList()URLs associated with this note.
repeated .grafeas.v1beta1.RelatedUrl related_url = 5;
getSerializedSize()
publicintgetSerializedSize()getShortDescription()
publicStringgetShortDescription()A one sentence description of this note.
string short_description = 2;
The shortDescription.
getShortDescriptionBytes()
publicByteStringgetShortDescriptionBytes()A one sentence description of this note.
string short_description = 2;
The bytes for shortDescription.
getTypeCase()
publicNote.TypeCasegetTypeCase()getUnknownFields()
publicfinalUnknownFieldSetgetUnknownFields()getUpdateTime()
publicTimestampgetUpdateTime()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;
The updateTime.
getUpdateTimeOrBuilder()
publicTimestampOrBuildergetUpdateTimeOrBuilder()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;
getVulnerability()
publicVulnerabilitygetVulnerability()A note describing a package vulnerability.
.grafeas.v1beta1.vulnerability.Vulnerability vulnerability = 10;
The vulnerability.
getVulnerabilityOrBuilder()
publicVulnerabilityOrBuildergetVulnerabilityOrBuilder()A note describing a package vulnerability.
.grafeas.v1beta1.vulnerability.Vulnerability vulnerability = 10;
hasAttestationAuthority()
publicbooleanhasAttestationAuthority()A note describing an attestation role.
.grafeas.v1beta1.attestation.Authority attestation_authority = 16;
Whether the attestationAuthority field is set.
hasBaseImage()
publicbooleanhasBaseImage()A note describing a base image.
.grafeas.v1beta1.image.Basis base_image = 12;
Whether the baseImage field is set.
hasBuild()
publicbooleanhasBuild()A note describing build provenance for a verifiable build.
.grafeas.v1beta1.build.Build build = 11;
Whether the build field is set.
hasCreateTime()
publicbooleanhasCreateTime()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;
Whether the createTime field is set.
hasDeployable()
publicbooleanhasDeployable()A note describing something that can be deployed.
.grafeas.v1beta1.deployment.Deployable deployable = 14;
Whether the deployable field is set.
hasDiscovery()
publicbooleanhasDiscovery()A note describing the initial analysis of a resource.
.grafeas.v1beta1.discovery.Discovery discovery = 15;
Whether the discovery field is set.
hasExpirationTime()
publicbooleanhasExpirationTime()Time of expiration for this note. Empty if note does not expire.
.google.protobuf.Timestamp expiration_time = 6;
Whether the expirationTime field is set.
hasPackage()
publicbooleanhasPackage()A note describing a package hosted by various package managers.
.grafeas.v1beta1.package.Package package = 13;
Whether the package field is set.
hasUpdateTime()
publicbooleanhasUpdateTime()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;
Whether the updateTime field is set.
hasVulnerability()
publicbooleanhasVulnerability()A note describing a package vulnerability.
.grafeas.v1beta1.vulnerability.Vulnerability vulnerability = 10;
Whether the vulnerability field is set.
hashCode()
publicinthashCode()internalGetFieldAccessorTable()
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()isInitialized()
publicfinalbooleanisInitialized()newBuilderForType()
publicNote.BuildernewBuilderForType()newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protectedNote.BuildernewBuilderForType(GeneratedMessageV3.BuilderParentparent)newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protectedObjectnewInstance(GeneratedMessageV3.UnusedPrivateParameterunused)toBuilder()
publicNote.BuildertoBuilder()writeTo(CodedOutputStream output)
publicvoidwriteTo(CodedOutputStreamoutput)