- 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
interface
OccurrenceOrBuilder
extends
MessageOrBuilder
Implements
MessageOrBuilderMethods
getAttestation()
public
abstract
AttestationOccurrence
getAttestation
()
Describes an attestation of an artifact.
.grafeas.v1.AttestationOccurrence attestation = 14;
getAttestationOrBuilder()
public
abstract
AttestationOccurrenceOrBuilder
getAttestationOrBuilder
()
Describes an attestation of an artifact.
.grafeas.v1.AttestationOccurrence attestation = 14;
getBuild()
public
abstract
BuildOccurrence
getBuild
()
Describes a verifiable build.
.grafeas.v1.BuildOccurrence build = 9;
getBuildOrBuilder()
public
abstract
BuildOccurrenceOrBuilder
getBuildOrBuilder
()
Describes a verifiable build.
.grafeas.v1.BuildOccurrence build = 9;
getCompliance()
public
abstract
ComplianceOccurrence
getCompliance
()
Describes a compliance violation on a linked resource.
.grafeas.v1.ComplianceOccurrence compliance = 16;
getComplianceOrBuilder()
public
abstract
ComplianceOccurrenceOrBuilder
getComplianceOrBuilder
()
Describes a compliance violation on a linked resource.
.grafeas.v1.ComplianceOccurrence compliance = 16;
getCreateTime()
public
abstract
Timestamp
getCreateTime
()
Output only. The time this occurrence was created.
.google.protobuf.Timestamp create_time = 6;
getCreateTimeOrBuilder()
public
abstract
TimestampOrBuilder
getCreateTimeOrBuilder
()
Output only. The time this occurrence was created.
.google.protobuf.Timestamp create_time = 6;
getDeployment()
public
abstract
DeploymentOccurrence
getDeployment
()
Describes the deployment of an artifact on a runtime.
.grafeas.v1.DeploymentOccurrence deployment = 12;
getDeploymentOrBuilder()
public
abstract
DeploymentOccurrenceOrBuilder
getDeploymentOrBuilder
()
Describes the deployment of an artifact on a runtime.
.grafeas.v1.DeploymentOccurrence deployment = 12;
getDetailsCase()
public
abstract
Occurrence
.
DetailsCase
getDetailsCase
()
getDiscovery()
public
abstract
DiscoveryOccurrence
getDiscovery
()
Describes when a resource was discovered.
.grafeas.v1.DiscoveryOccurrence discovery = 13;
getDiscoveryOrBuilder()
public
abstract
DiscoveryOccurrenceOrBuilder
getDiscoveryOrBuilder
()
Describes when a resource was discovered.
.grafeas.v1.DiscoveryOccurrence discovery = 13;
getDsseAttestation()
public
abstract
DSSEAttestationOccurrence
getDsseAttestation
()
Describes an attestation of an artifact using dsse.
.grafeas.v1.DSSEAttestationOccurrence dsse_attestation = 17;
getDsseAttestationOrBuilder()
public
abstract
DSSEAttestationOccurrenceOrBuilder
getDsseAttestationOrBuilder
()
Describes an attestation of an artifact using dsse.
.grafeas.v1.DSSEAttestationOccurrence dsse_attestation = 17;
getEnvelope()
public
abstract
Envelope
getEnvelope
()
https://github.com/secure-systems-lab/dsse
.grafeas.v1.Envelope envelope = 18;
getEnvelopeOrBuilder()
public
abstract
EnvelopeOrBuilder
getEnvelopeOrBuilder
()
https://github.com/secure-systems-lab/dsse
.grafeas.v1.Envelope envelope = 18;
getImage()
public
abstract
ImageOccurrence
getImage
()
Describes how this resource derives from the basis in the associated note.
.grafeas.v1.ImageOccurrence image = 10;
getImageOrBuilder()
public
abstract
ImageOccurrenceOrBuilder
getImageOrBuilder
()
Describes how this resource derives from the basis in the associated note.
.grafeas.v1.ImageOccurrence image = 10;
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;
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;
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;
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;
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;
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;
getPackage()
public
abstract
PackageOccurrence
getPackage
()
Describes the installation of a package on the linked resource.
.grafeas.v1.PackageOccurrence package = 11;
getPackageOrBuilder()
public
abstract
PackageOccurrenceOrBuilder
getPackageOrBuilder
()
Describes the installation of a package on the linked resource.
.grafeas.v1.PackageOccurrence package = 11;
getRemediation()
public
abstract
String
getRemediation
()
A description of actions that can be taken to remedy the note.
string remediation = 5;
getRemediationBytes()
public
abstract
ByteString
getRemediationBytes
()
A description of actions that can be taken to remedy the note.
string remediation = 5;
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;
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;
getSbomReference()
public
abstract
SBOMReferenceOccurrence
getSbomReference
()
Describes a specific SBOM reference occurrences.
.grafeas.v1.SBOMReferenceOccurrence sbom_reference = 19;
getSbomReferenceOrBuilder()
public
abstract
SBOMReferenceOccurrenceOrBuilder
getSbomReferenceOrBuilder
()
Describes a specific SBOM reference occurrences.
.grafeas.v1.SBOMReferenceOccurrence sbom_reference = 19;
getSecret()
public
abstract
SecretOccurrence
getSecret
()
Describes a secret.
.grafeas.v1.SecretOccurrence secret = 20;
getSecretOrBuilder()
public
abstract
SecretOccurrenceOrBuilder
getSecretOrBuilder
()
Describes a secret.
.grafeas.v1.SecretOccurrence secret = 20;
getUpdateTime()
public
abstract
Timestamp
getUpdateTime
()
Output only. The time this occurrence was last updated.
.google.protobuf.Timestamp update_time = 7;
getUpdateTimeOrBuilder()
public
abstract
TimestampOrBuilder
getUpdateTimeOrBuilder
()
Output only. The time this occurrence was last updated.
.google.protobuf.Timestamp update_time = 7;
getUpgrade()
public
abstract
UpgradeOccurrence
getUpgrade
()
Describes an available package upgrade on the linked resource.
.grafeas.v1.UpgradeOccurrence upgrade = 15;
getUpgradeOrBuilder()
public
abstract
UpgradeOccurrenceOrBuilder
getUpgradeOrBuilder
()
Describes an available package upgrade on the linked resource.
.grafeas.v1.UpgradeOccurrence upgrade = 15;
getVulnerability()
public
abstract
VulnerabilityOccurrence
getVulnerability
()
Describes a security vulnerability.
.grafeas.v1.VulnerabilityOccurrence vulnerability = 8;
getVulnerabilityOrBuilder()
public
abstract
VulnerabilityOccurrenceOrBuilder
getVulnerabilityOrBuilder
()
Describes a security vulnerability.
.grafeas.v1.VulnerabilityOccurrence vulnerability = 8;
hasAttestation()
public
abstract
boolean
hasAttestation
()
Describes an attestation of an artifact.
.grafeas.v1.AttestationOccurrence attestation = 14;
hasBuild()
public
abstract
boolean
hasBuild
()
Describes a verifiable build.
.grafeas.v1.BuildOccurrence build = 9;
hasCompliance()
public
abstract
boolean
hasCompliance
()
Describes a compliance violation on a linked resource.
.grafeas.v1.ComplianceOccurrence compliance = 16;
hasCreateTime()
public
abstract
boolean
hasCreateTime
()
Output only. The time this occurrence was created.
.google.protobuf.Timestamp create_time = 6;
hasDeployment()
public
abstract
boolean
hasDeployment
()
Describes the deployment of an artifact on a runtime.
.grafeas.v1.DeploymentOccurrence deployment = 12;
hasDiscovery()
public
abstract
boolean
hasDiscovery
()
Describes when a resource was discovered.
.grafeas.v1.DiscoveryOccurrence discovery = 13;
hasDsseAttestation()
public
abstract
boolean
hasDsseAttestation
()
Describes an attestation of an artifact using dsse.
.grafeas.v1.DSSEAttestationOccurrence dsse_attestation = 17;
hasEnvelope()
public
abstract
boolean
hasEnvelope
()
https://github.com/secure-systems-lab/dsse
.grafeas.v1.Envelope envelope = 18;
hasImage()
public
abstract
boolean
hasImage
()
Describes how this resource derives from the basis in the associated note.
.grafeas.v1.ImageOccurrence image = 10;
hasPackage()
public
abstract
boolean
hasPackage
()
Describes the installation of a package on the linked resource.
.grafeas.v1.PackageOccurrence package = 11;
hasSbomReference()
public
abstract
boolean
hasSbomReference
()
Describes a specific SBOM reference occurrences.
.grafeas.v1.SBOMReferenceOccurrence sbom_reference = 19;
hasSecret()
public
abstract
boolean
hasSecret
()
Describes a secret.
.grafeas.v1.SecretOccurrence secret = 20;
hasUpdateTime()
public
abstract
boolean
hasUpdateTime
()
Output only. The time this occurrence was last updated.
.google.protobuf.Timestamp update_time = 7;
hasUpgrade()
public
abstract
boolean
hasUpgrade
()
Describes an available package upgrade on the linked resource.
.grafeas.v1.UpgradeOccurrence upgrade = 15;
hasVulnerability()
public
abstract
boolean
hasVulnerability
()
Describes a security vulnerability.
.grafeas.v1.VulnerabilityOccurrence vulnerability = 8;