Interface OccurrenceOrBuilder (2.30.0)

  public 
  
 interface 
 OccurrenceOrBuilder 
  
 extends 
  
 MessageOrBuilder 
 

Implements

MessageOrBuilder

Methods

getAttestation()

  public 
  
 abstract 
  
 AttestationOccurrence 
  
 getAttestation 
 () 
 

Describes an attestation of an artifact.

.grafeas.v1.AttestationOccurrence attestation = 14;

Returns
Type
Description

The attestation.

getAttestationOrBuilder()

  public 
  
 abstract 
  
 AttestationOccurrenceOrBuilder 
  
 getAttestationOrBuilder 
 () 
 

Describes an attestation of an artifact.

.grafeas.v1.AttestationOccurrence attestation = 14;

Returns
Type
Description

getBuild()

  public 
  
 abstract 
  
 BuildOccurrence 
  
 getBuild 
 () 
 

Describes a verifiable build.

.grafeas.v1.BuildOccurrence build = 9;

Returns
Type
Description

The build.

getBuildOrBuilder()

  public 
  
 abstract 
  
 BuildOccurrenceOrBuilder 
  
 getBuildOrBuilder 
 () 
 

Describes a verifiable build.

.grafeas.v1.BuildOccurrence build = 9;

Returns
Type
Description

getCompliance()

  public 
  
 abstract 
  
 ComplianceOccurrence 
  
 getCompliance 
 () 
 

Describes a compliance violation on a linked resource.

.grafeas.v1.ComplianceOccurrence compliance = 16;

Returns
Type
Description

The compliance.

getComplianceOrBuilder()

  public 
  
 abstract 
  
 ComplianceOccurrenceOrBuilder 
  
 getComplianceOrBuilder 
 () 
 

Describes a compliance violation on a linked resource.

.grafeas.v1.ComplianceOccurrence compliance = 16;

Returns
Type
Description

getCreateTime()

  public 
  
 abstract 
  
 Timestamp 
  
 getCreateTime 
 () 
 

Output only. The time this occurrence was created.

.google.protobuf.Timestamp create_time = 6;

Returns
Type
Description

The createTime.

getCreateTimeOrBuilder()

  public 
  
 abstract 
  
 TimestampOrBuilder 
  
 getCreateTimeOrBuilder 
 () 
 

Output only. The time this occurrence was created.

.google.protobuf.Timestamp create_time = 6;

Returns
Type
Description

getDeployment()

  public 
  
 abstract 
  
 DeploymentOccurrence 
  
 getDeployment 
 () 
 

Describes the deployment of an artifact on a runtime.

.grafeas.v1.DeploymentOccurrence deployment = 12;

Returns
Type
Description

The deployment.

getDeploymentOrBuilder()

  public 
  
 abstract 
  
 DeploymentOccurrenceOrBuilder 
  
 getDeploymentOrBuilder 
 () 
 

Describes the deployment of an artifact on a runtime.

.grafeas.v1.DeploymentOccurrence deployment = 12;

Returns
Type
Description

getDetailsCase()

  public 
  
 abstract 
  
 Occurrence 
 . 
 DetailsCase 
  
 getDetailsCase 
 () 
 
Returns
Type
Description

getDiscovery()

  public 
  
 abstract 
  
 DiscoveryOccurrence 
  
 getDiscovery 
 () 
 

Describes when a resource was discovered.

.grafeas.v1.DiscoveryOccurrence discovery = 13;

Returns
Type
Description

The discovery.

getDiscoveryOrBuilder()

  public 
  
 abstract 
  
 DiscoveryOccurrenceOrBuilder 
  
 getDiscoveryOrBuilder 
 () 
 

Describes when a resource was discovered.

.grafeas.v1.DiscoveryOccurrence discovery = 13;

Returns
Type
Description

getDsseAttestation()

  public 
  
 abstract 
  
 DSSEAttestationOccurrence 
  
 getDsseAttestation 
 () 
 

Describes an attestation of an artifact using dsse.

.grafeas.v1.DSSEAttestationOccurrence dsse_attestation = 17;

Returns
Type
Description

The dsseAttestation.

getDsseAttestationOrBuilder()

  public 
  
 abstract 
  
 DSSEAttestationOccurrenceOrBuilder 
  
 getDsseAttestationOrBuilder 
 () 
 

Describes an attestation of an artifact using dsse.

.grafeas.v1.DSSEAttestationOccurrence dsse_attestation = 17;

Returns
Type
Description

getEnvelope()

  public 
  
 abstract 
  
 Envelope 
  
 getEnvelope 
 () 
 

https://github.com/secure-systems-lab/dsse

.grafeas.v1.Envelope envelope = 18;

Returns
Type
Description

The envelope.

getEnvelopeOrBuilder()

  public 
  
 abstract 
  
 EnvelopeOrBuilder 
  
 getEnvelopeOrBuilder 
 () 
 

https://github.com/secure-systems-lab/dsse

.grafeas.v1.Envelope envelope = 18;

Returns
Type
Description

getImage()

  public 
  
 abstract 
  
 ImageOccurrence 
  
 getImage 
 () 
 

Describes how this resource derives from the basis in the associated note.

.grafeas.v1.ImageOccurrence image = 10;

Returns
Type
Description

The image.

getImageOrBuilder()

  public 
  
 abstract 
  
 ImageOccurrenceOrBuilder 
  
 getImageOrBuilder 
 () 
 

Describes how this resource derives from the basis in the associated note.

.grafeas.v1.ImageOccurrence image = 10;

Returns
Type
Description

getKind()

  public 
  
 abstract 
  
 NoteKind 
  
 getKind 
 () 
 

Output only. This explicitly denotes which of the occurrence details are specified. 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. This explicitly denotes which of the occurrence details are specified. 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.

getName()

  public 
  
 abstract 
  
 String 
  
 getName 
 () 
 

Output only. The name of the occurrence in the form of projects/[PROJECT_ID]/occurrences/[OCCURRENCE_ID] .

string name = 1;

Returns
Type
Description

The name.

getNameBytes()

  public 
  
 abstract 
  
 ByteString 
  
 getNameBytes 
 () 
 

Output only. The name of the occurrence in the form of projects/[PROJECT_ID]/occurrences/[OCCURRENCE_ID] .

string name = 1;

Returns
Type
Description

The bytes for name.

getNoteName()

  public 
  
 abstract 
  
 String 
  
 getNoteName 
 () 
 

Required. Immutable. The analysis note associated with this occurrence, in the form of projects/[PROVIDER_ID]/notes/[NOTE_ID] . This field can be used as a filter in list requests.

string note_name = 3;

Returns
Type
Description

The noteName.

getNoteNameBytes()

  public 
  
 abstract 
  
 ByteString 
  
 getNoteNameBytes 
 () 
 

Required. Immutable. The analysis note associated with this occurrence, in the form of projects/[PROVIDER_ID]/notes/[NOTE_ID] . This field can be used as a filter in list requests.

string note_name = 3;

Returns
Type
Description

The bytes for noteName.

getPackage()

  public 
  
 abstract 
  
 PackageOccurrence 
  
 getPackage 
 () 
 

Describes the installation of a package on the linked resource.

.grafeas.v1.PackageOccurrence package = 11;

Returns
Type
Description

The package.

getPackageOrBuilder()

  public 
  
 abstract 
  
 PackageOccurrenceOrBuilder 
  
 getPackageOrBuilder 
 () 
 

Describes the installation of a package on the linked resource.

.grafeas.v1.PackageOccurrence package = 11;

Returns
Type
Description

getRemediation()

  public 
  
 abstract 
  
 String 
  
 getRemediation 
 () 
 

A description of actions that can be taken to remedy the note.

string remediation = 5;

Returns
Type
Description

The remediation.

getRemediationBytes()

  public 
  
 abstract 
  
 ByteString 
  
 getRemediationBytes 
 () 
 

A description of actions that can be taken to remedy the note.

string remediation = 5;

Returns
Type
Description

The bytes for remediation.

getResourceUri()

  public 
  
 abstract 
  
 String 
  
 getResourceUri 
 () 
 

Required. Immutable. A URI that represents the resource for which the occurrence applies. For example, https://gcr.io/project/image@sha256:123abc for a Docker image.

string resource_uri = 2;

Returns
Type
Description

The resourceUri.

getResourceUriBytes()

  public 
  
 abstract 
  
 ByteString 
  
 getResourceUriBytes 
 () 
 

Required. Immutable. A URI that represents the resource for which the occurrence applies. For example, https://gcr.io/project/image@sha256:123abc for a Docker image.

string resource_uri = 2;

Returns
Type
Description

The bytes for resourceUri.

getUpdateTime()

  public 
  
 abstract 
  
 Timestamp 
  
 getUpdateTime 
 () 
 

Output only. The time this occurrence was last updated.

.google.protobuf.Timestamp update_time = 7;

Returns
Type
Description

The updateTime.

getUpdateTimeOrBuilder()

  public 
  
 abstract 
  
 TimestampOrBuilder 
  
 getUpdateTimeOrBuilder 
 () 
 

Output only. The time this occurrence was last updated.

.google.protobuf.Timestamp update_time = 7;

Returns
Type
Description

getUpgrade()

  public 
  
 abstract 
  
 UpgradeOccurrence 
  
 getUpgrade 
 () 
 

Describes an available package upgrade on the linked resource.

.grafeas.v1.UpgradeOccurrence upgrade = 15;

Returns
Type
Description

The upgrade.

getUpgradeOrBuilder()

  public 
  
 abstract 
  
 UpgradeOccurrenceOrBuilder 
  
 getUpgradeOrBuilder 
 () 
 

Describes an available package upgrade on the linked resource.

.grafeas.v1.UpgradeOccurrence upgrade = 15;

Returns
Type
Description

getVulnerability()

  public 
  
 abstract 
  
 VulnerabilityOccurrence 
  
 getVulnerability 
 () 
 

Describes a security vulnerability.

.grafeas.v1.VulnerabilityOccurrence vulnerability = 8;

Returns
Type
Description

The vulnerability.

getVulnerabilityOrBuilder()

  public 
  
 abstract 
  
 VulnerabilityOccurrenceOrBuilder 
  
 getVulnerabilityOrBuilder 
 () 
 

Describes a security vulnerability.

.grafeas.v1.VulnerabilityOccurrence vulnerability = 8;

Returns
Type
Description

hasAttestation()

  public 
  
 abstract 
  
 boolean 
  
 hasAttestation 
 () 
 

Describes an attestation of an artifact.

.grafeas.v1.AttestationOccurrence attestation = 14;

Returns
Type
Description

Whether the attestation field is set.

hasBuild()

  public 
  
 abstract 
  
 boolean 
  
 hasBuild 
 () 
 

Describes a verifiable build.

.grafeas.v1.BuildOccurrence build = 9;

Returns
Type
Description

Whether the build field is set.

hasCompliance()

  public 
  
 abstract 
  
 boolean 
  
 hasCompliance 
 () 
 

Describes a compliance violation on a linked resource.

.grafeas.v1.ComplianceOccurrence compliance = 16;

Returns
Type
Description

Whether the compliance field is set.

hasCreateTime()

  public 
  
 abstract 
  
 boolean 
  
 hasCreateTime 
 () 
 

Output only. The time this occurrence was created.

.google.protobuf.Timestamp create_time = 6;

Returns
Type
Description

Whether the createTime field is set.

hasDeployment()

  public 
  
 abstract 
  
 boolean 
  
 hasDeployment 
 () 
 

Describes the deployment of an artifact on a runtime.

.grafeas.v1.DeploymentOccurrence deployment = 12;

Returns
Type
Description

Whether the deployment field is set.

hasDiscovery()

  public 
  
 abstract 
  
 boolean 
  
 hasDiscovery 
 () 
 

Describes when a resource was discovered.

.grafeas.v1.DiscoveryOccurrence discovery = 13;

Returns
Type
Description

Whether the discovery field is set.

hasDsseAttestation()

  public 
  
 abstract 
  
 boolean 
  
 hasDsseAttestation 
 () 
 

Describes an attestation of an artifact using dsse.

.grafeas.v1.DSSEAttestationOccurrence dsse_attestation = 17;

Returns
Type
Description

Whether the dsseAttestation field is set.

hasEnvelope()

  public 
  
 abstract 
  
 boolean 
  
 hasEnvelope 
 () 
 

https://github.com/secure-systems-lab/dsse

.grafeas.v1.Envelope envelope = 18;

Returns
Type
Description

Whether the envelope field is set.

hasImage()

  public 
  
 abstract 
  
 boolean 
  
 hasImage 
 () 
 

Describes how this resource derives from the basis in the associated note.

.grafeas.v1.ImageOccurrence image = 10;

Returns
Type
Description

Whether the image field is set.

hasPackage()

  public 
  
 abstract 
  
 boolean 
  
 hasPackage 
 () 
 

Describes the installation of a package on the linked resource.

.grafeas.v1.PackageOccurrence package = 11;

Returns
Type
Description

Whether the package field is set.

hasUpdateTime()

  public 
  
 abstract 
  
 boolean 
  
 hasUpdateTime 
 () 
 

Output only. The time this occurrence was last updated.

.google.protobuf.Timestamp update_time = 7;

Returns
Type
Description

Whether the updateTime field is set.

hasUpgrade()

  public 
  
 abstract 
  
 boolean 
  
 hasUpgrade 
 () 
 

Describes an available package upgrade on the linked resource.

.grafeas.v1.UpgradeOccurrence upgrade = 15;

Returns
Type
Description

Whether the upgrade field is set.

hasVulnerability()

  public 
  
 abstract 
  
 boolean 
  
 hasVulnerability 
 () 
 

Describes a security vulnerability.

.grafeas.v1.VulnerabilityOccurrence vulnerability = 8;

Returns
Type
Description

Whether the vulnerability field is set.

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