Interface NoteOrBuilder (2.57.0)

  public 
  
 interface 
 NoteOrBuilder 
  
 extends 
  
 MessageOrBuilder 
 

Implements

MessageOrBuilder

Methods

getAttestation()

  public 
  
 abstract 
  
 AttestationNote 
  
 getAttestation 
 () 
 

A note describing an attestation role.

.grafeas.v1.AttestationNote attestation = 16;

Returns
Type
Description

The attestation.

getAttestationOrBuilder()

  public 
  
 abstract 
  
 AttestationNoteOrBuilder 
  
 getAttestationOrBuilder 
 () 
 

A note describing an attestation role.

.grafeas.v1.AttestationNote attestation = 16;

Returns
Type
Description

getBuild()

  public 
  
 abstract 
  
 BuildNote 
  
 getBuild 
 () 
 

A note describing build provenance for a verifiable build.

.grafeas.v1.BuildNote build = 11;

Returns
Type
Description

The build.

getBuildOrBuilder()

  public 
  
 abstract 
  
 BuildNoteOrBuilder 
  
 getBuildOrBuilder 
 () 
 

A note describing build provenance for a verifiable build.

.grafeas.v1.BuildNote build = 11;

Returns
Type
Description

getCompliance()

  public 
  
 abstract 
  
 ComplianceNote 
  
 getCompliance 
 () 
 

A note describing a compliance check.

.grafeas.v1.ComplianceNote compliance = 18;

Returns
Type
Description

The compliance.

getComplianceOrBuilder()

  public 
  
 abstract 
  
 ComplianceNoteOrBuilder 
  
 getComplianceOrBuilder 
 () 
 

A note describing a compliance check.

.grafeas.v1.ComplianceNote compliance = 18;

Returns
Type
Description

getCreateTime()

  public 
  
 abstract 
  
 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;

Returns
Type
Description

The createTime.

getCreateTimeOrBuilder()

  public 
  
 abstract 
  
 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;

Returns
Type
Description

getDeployment()

  public 
  
 abstract 
  
 DeploymentNote 
  
 getDeployment 
 () 
 

A note describing something that can be deployed.

.grafeas.v1.DeploymentNote deployment = 14;

Returns
Type
Description

The deployment.

getDeploymentOrBuilder()

  public 
  
 abstract 
  
 DeploymentNoteOrBuilder 
  
 getDeploymentOrBuilder 
 () 
 

A note describing something that can be deployed.

.grafeas.v1.DeploymentNote deployment = 14;

Returns
Type
Description

getDiscovery()

  public 
  
 abstract 
  
 DiscoveryNote 
  
 getDiscovery 
 () 
 

A note describing the initial analysis of a resource.

.grafeas.v1.DiscoveryNote discovery = 15;

Returns
Type
Description

The discovery.

getDiscoveryOrBuilder()

  public 
  
 abstract 
  
 DiscoveryNoteOrBuilder 
  
 getDiscoveryOrBuilder 
 () 
 

A note describing the initial analysis of a resource.

.grafeas.v1.DiscoveryNote discovery = 15;

Returns
Type
Description

getDsseAttestation()

  public 
  
 abstract 
  
 DSSEAttestationNote 
  
 getDsseAttestation 
 () 
 

A note describing a dsse attestation note.

.grafeas.v1.DSSEAttestationNote dsse_attestation = 19;

Returns
Type
Description

The dsseAttestation.

getDsseAttestationOrBuilder()

  public 
  
 abstract 
  
 DSSEAttestationNoteOrBuilder 
  
 getDsseAttestationOrBuilder 
 () 
 

A note describing a dsse attestation note.

.grafeas.v1.DSSEAttestationNote dsse_attestation = 19;

Returns
Type
Description

getExpirationTime()

  public 
  
 abstract 
  
 Timestamp 
  
 getExpirationTime 
 () 
 

Time of expiration for this note. Empty if note does not expire.

.google.protobuf.Timestamp expiration_time = 6;

Returns
Type
Description

The expirationTime.

getExpirationTimeOrBuilder()

  public 
  
 abstract 
  
 TimestampOrBuilder 
  
 getExpirationTimeOrBuilder 
 () 
 

Time of expiration for this note. Empty if note does not expire.

.google.protobuf.Timestamp expiration_time = 6;

Returns
Type
Description

getImage()

  public 
  
 abstract 
  
 ImageNote 
  
 getImage 
 () 
 

A note describing a base image.

.grafeas.v1.ImageNote image = 12;

Returns
Type
Description

The image.

getImageOrBuilder()

  public 
  
 abstract 
  
 ImageNoteOrBuilder 
  
 getImageOrBuilder 
 () 
 

A note describing a base image.

.grafeas.v1.ImageNote image = 12;

Returns
Type
Description

getKind()

  public 
  
 abstract 
  
 NoteKind 
  
 getKind 
 () 
 

Output only. The type of analysis. This field can be used as a filter in list requests.

.grafeas.v1.NoteKind kind = 4;

Returns
Type
Description

The kind.

getKindValue()

  public 
  
 abstract 
  
 int 
  
 getKindValue 
 () 
 

Output only. The type of analysis. This field can be used as a filter in list requests.

.grafeas.v1.NoteKind kind = 4;

Returns
Type
Description
int

The enum numeric value on the wire for kind.

getLongDescription()

  public 
  
 abstract 
  
 String 
  
 getLongDescription 
 () 
 

A detailed description of this note.

string long_description = 3;

Returns
Type
Description

The longDescription.

getLongDescriptionBytes()

  public 
  
 abstract 
  
 ByteString 
  
 getLongDescriptionBytes 
 () 
 

A detailed description of this note.

string long_description = 3;

Returns
Type
Description

The bytes for longDescription.

getName()

  public 
  
 abstract 
  
 String 
  
 getName 
 () 
 

Output only. The name of the note in the form of projects/[PROVIDER_ID]/notes/[NOTE_ID] .

string name = 1;

Returns
Type
Description

The name.

getNameBytes()

  public 
  
 abstract 
  
 ByteString 
  
 getNameBytes 
 () 
 

Output only. The name of the note in the form of projects/[PROVIDER_ID]/notes/[NOTE_ID] .

string name = 1;

Returns
Type
Description

The bytes for name.

getPackage()

  public 
  
 abstract 
  
 PackageNote 
  
 getPackage 
 () 
 

A note describing a package hosted by various package managers.

.grafeas.v1.PackageNote package = 13;

Returns
Type
Description

The package.

getPackageOrBuilder()

  public 
  
 abstract 
  
 PackageNoteOrBuilder 
  
 getPackageOrBuilder 
 () 
 

A note describing a package hosted by various package managers.

.grafeas.v1.PackageNote package = 13;

Returns
Type
Description

getRelatedNoteNames(int index)

  public 
  
 abstract 
  
 String 
  
 getRelatedNoteNames 
 ( 
 int 
  
 index 
 ) 
 

Other notes related to this note.

repeated string related_note_names = 9;

Parameter
Name
Description
index
int

The index of the element to return.

Returns
Type
Description

The relatedNoteNames at the given index.

getRelatedNoteNamesBytes(int index)

  public 
  
 abstract 
  
 ByteString 
  
 getRelatedNoteNamesBytes 
 ( 
 int 
  
 index 
 ) 
 

Other notes related to this note.

repeated string related_note_names = 9;

Parameter
Name
Description
index
int

The index of the value to return.

Returns
Type
Description

The bytes of the relatedNoteNames at the given index.

getRelatedNoteNamesCount()

  public 
  
 abstract 
  
 int 
  
 getRelatedNoteNamesCount 
 () 
 

Other notes related to this note.

repeated string related_note_names = 9;

Returns
Type
Description
int

The count of relatedNoteNames.

getRelatedNoteNamesList()

  public 
  
 abstract 
  
 List<String> 
  
 getRelatedNoteNamesList 
 () 
 

Other notes related to this note.

repeated string related_note_names = 9;

Returns
Type
Description
List < String >

A list containing the relatedNoteNames.

getRelatedUrl(int index)

  public 
  
 abstract 
  
 RelatedUrl 
  
 getRelatedUrl 
 ( 
 int 
  
 index 
 ) 
 

URLs associated with this note.

repeated .grafeas.v1.RelatedUrl related_url = 5;

Parameter
Name
Description
index
int
Returns
Type
Description

getRelatedUrlCount()

  public 
  
 abstract 
  
 int 
  
 getRelatedUrlCount 
 () 
 

URLs associated with this note.

repeated .grafeas.v1.RelatedUrl related_url = 5;

Returns
Type
Description
int

getRelatedUrlList()

  public 
  
 abstract 
  
 List<RelatedUrl> 
  
 getRelatedUrlList 
 () 
 

URLs associated with this note.

repeated .grafeas.v1.RelatedUrl related_url = 5;

Returns
Type
Description

getRelatedUrlOrBuilder(int index)

  public 
  
 abstract 
  
 RelatedUrlOrBuilder 
  
 getRelatedUrlOrBuilder 
 ( 
 int 
  
 index 
 ) 
 

URLs associated with this note.

repeated .grafeas.v1.RelatedUrl related_url = 5;

Parameter
Name
Description
index
int
Returns
Type
Description

getRelatedUrlOrBuilderList()

  public 
  
 abstract 
  
 List 
< ? 
  
 extends 
  
 RelatedUrlOrBuilder 
>  
 getRelatedUrlOrBuilderList 
 () 
 

URLs associated with this note.

repeated .grafeas.v1.RelatedUrl related_url = 5;

Returns
Type
Description
List < ? extends io.grafeas.v1.RelatedUrlOrBuilder >

getSbomReference()

  public 
  
 abstract 
  
 SBOMReferenceNote 
  
 getSbomReference 
 () 
 

A note describing an SBOM reference.

.grafeas.v1.SBOMReferenceNote sbom_reference = 21;

Returns
Type
Description

The sbomReference.

getSbomReferenceOrBuilder()

  public 
  
 abstract 
  
 SBOMReferenceNoteOrBuilder 
  
 getSbomReferenceOrBuilder 
 () 
 

A note describing an SBOM reference.

.grafeas.v1.SBOMReferenceNote sbom_reference = 21;

Returns
Type
Description

getShortDescription()

  public 
  
 abstract 
  
 String 
  
 getShortDescription 
 () 
 

A one sentence description of this note.

string short_description = 2;

Returns
Type
Description

The shortDescription.

getShortDescriptionBytes()

  public 
  
 abstract 
  
 ByteString 
  
 getShortDescriptionBytes 
 () 
 

A one sentence description of this note.

string short_description = 2;

Returns
Type
Description

The bytes for shortDescription.

getTypeCase()

  public 
  
 abstract 
  
 Note 
 . 
 TypeCase 
  
 getTypeCase 
 () 
 
Returns
Type
Description

getUpdateTime()

  public 
  
 abstract 
  
 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;

Returns
Type
Description

The updateTime.

getUpdateTimeOrBuilder()

  public 
  
 abstract 
  
 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;

Returns
Type
Description

getUpgrade()

  public 
  
 abstract 
  
 UpgradeNote 
  
 getUpgrade 
 () 
 

A note describing available package upgrades.

.grafeas.v1.UpgradeNote upgrade = 17;

Returns
Type
Description

The upgrade.

getUpgradeOrBuilder()

  public 
  
 abstract 
  
 UpgradeNoteOrBuilder 
  
 getUpgradeOrBuilder 
 () 
 

A note describing available package upgrades.

.grafeas.v1.UpgradeNote upgrade = 17;

Returns
Type
Description

getVulnerability()

  public 
  
 abstract 
  
 VulnerabilityNote 
  
 getVulnerability 
 () 
 

A note describing a package vulnerability.

.grafeas.v1.VulnerabilityNote vulnerability = 10;

Returns
Type
Description

The vulnerability.

getVulnerabilityAssessment()

  public 
  
 abstract 
  
 VulnerabilityAssessmentNote 
  
 getVulnerabilityAssessment 
 () 
 

A note describing a vulnerability assessment.

.grafeas.v1.VulnerabilityAssessmentNote vulnerability_assessment = 20;

Returns
Type
Description

The vulnerabilityAssessment.

getVulnerabilityAssessmentOrBuilder()

  public 
  
 abstract 
  
 VulnerabilityAssessmentNoteOrBuilder 
  
 getVulnerabilityAssessmentOrBuilder 
 () 
 

A note describing a vulnerability assessment.

.grafeas.v1.VulnerabilityAssessmentNote vulnerability_assessment = 20;

Returns
Type
Description

getVulnerabilityOrBuilder()

  public 
  
 abstract 
  
 VulnerabilityNoteOrBuilder 
  
 getVulnerabilityOrBuilder 
 () 
 

A note describing a package vulnerability.

.grafeas.v1.VulnerabilityNote vulnerability = 10;

Returns
Type
Description

hasAttestation()

  public 
  
 abstract 
  
 boolean 
  
 hasAttestation 
 () 
 

A note describing an attestation role.

.grafeas.v1.AttestationNote attestation = 16;

Returns
Type
Description

Whether the attestation field is set.

hasBuild()

  public 
  
 abstract 
  
 boolean 
  
 hasBuild 
 () 
 

A note describing build provenance for a verifiable build.

.grafeas.v1.BuildNote build = 11;

Returns
Type
Description

Whether the build field is set.

hasCompliance()

  public 
  
 abstract 
  
 boolean 
  
 hasCompliance 
 () 
 

A note describing a compliance check.

.grafeas.v1.ComplianceNote compliance = 18;

Returns
Type
Description

Whether the compliance field is set.

hasCreateTime()

  public 
  
 abstract 
  
 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;

Returns
Type
Description

Whether the createTime field is set.

hasDeployment()

  public 
  
 abstract 
  
 boolean 
  
 hasDeployment 
 () 
 

A note describing something that can be deployed.

.grafeas.v1.DeploymentNote deployment = 14;

Returns
Type
Description

Whether the deployment field is set.

hasDiscovery()

  public 
  
 abstract 
  
 boolean 
  
 hasDiscovery 
 () 
 

A note describing the initial analysis of a resource.

.grafeas.v1.DiscoveryNote discovery = 15;

Returns
Type
Description

Whether the discovery field is set.

hasDsseAttestation()

  public 
  
 abstract 
  
 boolean 
  
 hasDsseAttestation 
 () 
 

A note describing a dsse attestation note.

.grafeas.v1.DSSEAttestationNote dsse_attestation = 19;

Returns
Type
Description

Whether the dsseAttestation field is set.

hasExpirationTime()

  public 
  
 abstract 
  
 boolean 
  
 hasExpirationTime 
 () 
 

Time of expiration for this note. Empty if note does not expire.

.google.protobuf.Timestamp expiration_time = 6;

Returns
Type
Description

Whether the expirationTime field is set.

hasImage()

  public 
  
 abstract 
  
 boolean 
  
 hasImage 
 () 
 

A note describing a base image.

.grafeas.v1.ImageNote image = 12;

Returns
Type
Description

Whether the image field is set.

hasPackage()

  public 
  
 abstract 
  
 boolean 
  
 hasPackage 
 () 
 

A note describing a package hosted by various package managers.

.grafeas.v1.PackageNote package = 13;

Returns
Type
Description

Whether the package field is set.

hasSbomReference()

  public 
  
 abstract 
  
 boolean 
  
 hasSbomReference 
 () 
 

A note describing an SBOM reference.

.grafeas.v1.SBOMReferenceNote sbom_reference = 21;

Returns
Type
Description

Whether the sbomReference field is set.

hasUpdateTime()

  public 
  
 abstract 
  
 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;

Returns
Type
Description

Whether the updateTime field is set.

hasUpgrade()

  public 
  
 abstract 
  
 boolean 
  
 hasUpgrade 
 () 
 

A note describing available package upgrades.

.grafeas.v1.UpgradeNote upgrade = 17;

Returns
Type
Description

Whether the upgrade field is set.

hasVulnerability()

  public 
  
 abstract 
  
 boolean 
  
 hasVulnerability 
 () 
 

A note describing a package vulnerability.

.grafeas.v1.VulnerabilityNote vulnerability = 10;

Returns
Type
Description

Whether the vulnerability field is set.

hasVulnerabilityAssessment()

  public 
  
 abstract 
  
 boolean 
  
 hasVulnerabilityAssessment 
 () 
 

A note describing a vulnerability assessment.

.grafeas.v1.VulnerabilityAssessmentNote vulnerability_assessment = 20;

Returns
Type
Description

Whether the vulnerabilityAssessment field is set.

Design a Mobile Site
View Site in Mobile | Classic
Share by: