public
final
class
Occurrence
extends
GeneratedMessageV3
implements
OccurrenceOrBuilder
An instance of an analysis type that has been found on a resource.
Protobuf type grafeas.v1.Occurrence
Fields
ATTESTATION_FIELD_NUMBER
public
static
final
int
ATTESTATION_FIELD_NUMBER
Field Value
BUILD_FIELD_NUMBER
public
static
final
int
BUILD_FIELD_NUMBER
Field Value
CREATE_TIME_FIELD_NUMBER
public
static
final
int
CREATE_TIME_FIELD_NUMBER
Field Value
DEPLOYMENT_FIELD_NUMBER
public
static
final
int
DEPLOYMENT_FIELD_NUMBER
Field Value
DISCOVERY_FIELD_NUMBER
public
static
final
int
DISCOVERY_FIELD_NUMBER
Field Value
IMAGE_FIELD_NUMBER
public
static
final
int
IMAGE_FIELD_NUMBER
Field Value
KIND_FIELD_NUMBER
public
static
final
int
KIND_FIELD_NUMBER
Field Value
NAME_FIELD_NUMBER
public
static
final
int
NAME_FIELD_NUMBER
Field Value
NOTE_NAME_FIELD_NUMBER
public
static
final
int
NOTE_NAME_FIELD_NUMBER
Field Value
PACKAGE_FIELD_NUMBER
public
static
final
int
PACKAGE_FIELD_NUMBER
Field Value
public
static
final
int
REMEDIATION_FIELD_NUMBER
Field Value
RESOURCE_URI_FIELD_NUMBER
public
static
final
int
RESOURCE_URI_FIELD_NUMBER
Field Value
UPDATE_TIME_FIELD_NUMBER
public
static
final
int
UPDATE_TIME_FIELD_NUMBER
Field Value
UPGRADE_FIELD_NUMBER
public
static
final
int
UPGRADE_FIELD_NUMBER
Field Value
VULNERABILITY_FIELD_NUMBER
public
static
final
int
VULNERABILITY_FIELD_NUMBER
Field Value
Methods
equals(Object obj)
public
boolean
equals
(
Object
obj
)
Parameter
Returns
Overrides
getAttestation()
public
AttestationOccurrence
getAttestation
()
Describes an attestation of an artifact.
.grafeas.v1.AttestationOccurrence attestation = 14;
Returns
getAttestationOrBuilder()
public
AttestationOccurrenceOrBuilder
getAttestationOrBuilder
()
Describes an attestation of an artifact.
.grafeas.v1.AttestationOccurrence attestation = 14;
Returns
getBuild()
public
BuildOccurrence
getBuild
()
Describes a verifiable build.
.grafeas.v1.BuildOccurrence build = 9;
Returns
getBuildOrBuilder()
public
BuildOccurrenceOrBuilder
getBuildOrBuilder
()
Describes a verifiable build.
.grafeas.v1.BuildOccurrence build = 9;
Returns
getCreateTime()
public
Timestamp
getCreateTime
()
Output only. The time this occurrence was created.
.google.protobuf.Timestamp create_time = 6;
Returns
getCreateTimeOrBuilder()
public
TimestampOrBuilder
getCreateTimeOrBuilder
()
Output only. The time this occurrence was created.
.google.protobuf.Timestamp create_time = 6;
Returns
getDefaultInstance()
public
static
Occurrence
getDefaultInstance
()
Returns
getDefaultInstanceForType()
public
Occurrence
getDefaultInstanceForType
()
Returns
getDeployment()
public
DeploymentOccurrence
getDeployment
()
Describes the deployment of an artifact on a runtime.
.grafeas.v1.DeploymentOccurrence deployment = 12;
Returns
getDeploymentOrBuilder()
public
DeploymentOccurrenceOrBuilder
getDeploymentOrBuilder
()
Describes the deployment of an artifact on a runtime.
.grafeas.v1.DeploymentOccurrence deployment = 12;
Returns
getDescriptor()
public
static
final
Descriptors
.
Descriptor
getDescriptor
()
Returns
getDetailsCase()
public
Occurrence
.
DetailsCase
getDetailsCase
()
Returns
getDiscovery()
public
DiscoveryOccurrence
getDiscovery
()
Describes when a resource was discovered.
.grafeas.v1.DiscoveryOccurrence discovery = 13;
Returns
getDiscoveryOrBuilder()
public
DiscoveryOccurrenceOrBuilder
getDiscoveryOrBuilder
()
Describes when a resource was discovered.
.grafeas.v1.DiscoveryOccurrence discovery = 13;
Returns
getImage()
public
ImageOccurrence
getImage
()
Describes how this resource derives from the basis in the associated
note.
.grafeas.v1.ImageOccurrence image = 10;
Returns
getImageOrBuilder()
public
ImageOccurrenceOrBuilder
getImageOrBuilder
()
Describes how this resource derives from the basis in the associated
note.
.grafeas.v1.ImageOccurrence image = 10;
Returns
getKind()
public
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
getKindValue()
public
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()
Output only. The name of the occurrence in the form of projects/[PROJECT_ID]/occurrences/[OCCURRENCE_ID]
.
string name = 1;
Returns
getNameBytes()
public
ByteString
getNameBytes
()
Output only. The name of the occurrence in the form of projects/[PROJECT_ID]/occurrences/[OCCURRENCE_ID]
.
string name = 1;
Returns
getNoteName()
public
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
getNoteNameBytes()
public
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
getPackage()
public
PackageOccurrence
getPackage
()
Describes the installation of a package on the linked resource.
.grafeas.v1.PackageOccurrence package = 11;
Returns
getPackageOrBuilder()
public
PackageOccurrenceOrBuilder
getPackageOrBuilder
()
Describes the installation of a package on the linked resource.
.grafeas.v1.PackageOccurrence package = 11;
Returns
getParserForType()
public
Parser<Occurrence>
getParserForType
()
Returns
Overrides
public
String
getRemediation
()
A description of actions that can be taken to remedy the note.
string remediation = 5;
Returns
public
ByteString
getRemediationBytes
()
A description of actions that can be taken to remedy the note.
string remediation = 5;
Returns Type |
Description |
ByteString
|
The bytes for remediation.
|
getResourceUri()
public
String
getResourceUri
()
Returns
getResourceUriBytes()
public
ByteString
getResourceUriBytes
()
Returns Type |
Description |
ByteString
|
The bytes for resourceUri.
|
getSerializedSize()
public
int
getSerializedSize
()
Returns
Overrides
getUnknownFields()
public
final
UnknownFieldSet
getUnknownFields
()
Returns
Overrides
getUpdateTime()
public
Timestamp
getUpdateTime
()
Output only. The time this occurrence was last updated.
.google.protobuf.Timestamp update_time = 7;
Returns
getUpdateTimeOrBuilder()
public
TimestampOrBuilder
getUpdateTimeOrBuilder
()
Output only. The time this occurrence was last updated.
.google.protobuf.Timestamp update_time = 7;
Returns
getUpgrade()
public
UpgradeOccurrence
getUpgrade
()
Describes an available package upgrade on the linked resource.
.grafeas.v1.UpgradeOccurrence upgrade = 15;
Returns
getUpgradeOrBuilder()
public
UpgradeOccurrenceOrBuilder
getUpgradeOrBuilder
()
Describes an available package upgrade on the linked resource.
.grafeas.v1.UpgradeOccurrence upgrade = 15;
Returns
getVulnerability()
public
VulnerabilityOccurrence
getVulnerability
()
Describes a security vulnerability.
.grafeas.v1.VulnerabilityOccurrence vulnerability = 8;
Returns
getVulnerabilityOrBuilder()
public
VulnerabilityOccurrenceOrBuilder
getVulnerabilityOrBuilder
()
Describes a security vulnerability.
.grafeas.v1.VulnerabilityOccurrence vulnerability = 8;
Returns
hasAttestation()
public
boolean
hasAttestation
()
Describes an attestation of an artifact.
.grafeas.v1.AttestationOccurrence attestation = 14;
Returns Type |
Description |
boolean
|
Whether the attestation field is set.
|
hasBuild()
public
boolean
hasBuild
()
Describes a verifiable build.
.grafeas.v1.BuildOccurrence build = 9;
Returns Type |
Description |
boolean
|
Whether the build field is set.
|
hasCreateTime()
public
boolean
hasCreateTime
()
Output only. The time this occurrence was created.
.google.protobuf.Timestamp create_time = 6;
Returns Type |
Description |
boolean
|
Whether the createTime field is set.
|
hasDeployment()
public
boolean
hasDeployment
()
Describes the deployment of an artifact on a runtime.
.grafeas.v1.DeploymentOccurrence deployment = 12;
Returns Type |
Description |
boolean
|
Whether the deployment field is set.
|
hasDiscovery()
public
boolean
hasDiscovery
()
Describes when a resource was discovered.
.grafeas.v1.DiscoveryOccurrence discovery = 13;
Returns Type |
Description |
boolean
|
Whether the discovery field is set.
|
hasImage()
public
boolean
hasImage
()
Describes how this resource derives from the basis in the associated
note.
.grafeas.v1.ImageOccurrence image = 10;
Returns Type |
Description |
boolean
|
Whether the image field is set.
|
hasPackage()
public
boolean
hasPackage
()
Describes the installation of a package on the linked resource.
.grafeas.v1.PackageOccurrence package = 11;
Returns Type |
Description |
boolean
|
Whether the package field is set.
|
hasUpdateTime()
public
boolean
hasUpdateTime
()
Output only. The time this occurrence was last updated.
.google.protobuf.Timestamp update_time = 7;
Returns Type |
Description |
boolean
|
Whether the updateTime field is set.
|
hasUpgrade()
public
boolean
hasUpgrade
()
Describes an available package upgrade on the linked resource.
.grafeas.v1.UpgradeOccurrence upgrade = 15;
Returns Type |
Description |
boolean
|
Whether the upgrade field is set.
|
hasVulnerability()
public
boolean
hasVulnerability
()
Describes a security vulnerability.
.grafeas.v1.VulnerabilityOccurrence vulnerability = 8;
Returns Type |
Description |
boolean
|
Whether the vulnerability field is set.
|
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected
GeneratedMessageV3
.
FieldAccessorTable
internalGetFieldAccessorTable
()
Returns
Overrides
isInitialized()
public
final
boolean
isInitialized
()
Returns
Overrides
newBuilder()
public
static
Occurrence
.
Builder
newBuilder
()
Returns
newBuilder(Occurrence prototype)
public
static
Occurrence
.
Builder
newBuilder
(
Occurrence
prototype
)
Parameter
Returns
newBuilderForType()
public
Occurrence
.
Builder
newBuilderForType
()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected
Occurrence
.
Builder
newBuilderForType
(
GeneratedMessageV3
.
BuilderParent
parent
)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected
Object
newInstance
(
GeneratedMessageV3
.
UnusedPrivateParameter
unused
)
Parameter
Returns
Overrides
public
static
Occurrence
parseDelimitedFrom
(
InputStream
input
)
Parameter
Returns
Exceptions
public
static
Occurrence
parseDelimitedFrom
(
InputStream
input
,
ExtensionRegistryLite
extensionRegistry
)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public
static
Occurrence
parseFrom
(
byte
[]
data
)
Parameter
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public
static
Occurrence
parseFrom
(
byte
[]
data
,
ExtensionRegistryLite
extensionRegistry
)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public
static
Occurrence
parseFrom
(
ByteString
data
)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public
static
Occurrence
parseFrom
(
ByteString
data
,
ExtensionRegistryLite
extensionRegistry
)
Parameters
Returns
Exceptions
public
static
Occurrence
parseFrom
(
CodedInputStream
input
)
Parameter
Returns
Exceptions
public
static
Occurrence
parseFrom
(
CodedInputStream
input
,
ExtensionRegistryLite
extensionRegistry
)
Parameters
Returns
Exceptions
public
static
Occurrence
parseFrom
(
InputStream
input
)
Parameter
Returns
Exceptions
public
static
Occurrence
parseFrom
(
InputStream
input
,
ExtensionRegistryLite
extensionRegistry
)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public
static
Occurrence
parseFrom
(
ByteBuffer
data
)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public
static
Occurrence
parseFrom
(
ByteBuffer
data
,
ExtensionRegistryLite
extensionRegistry
)
Parameters
Returns
Exceptions
parser()
public
static
Parser<Occurrence>
parser
()
Returns
toBuilder()
public
Occurrence
.
Builder
toBuilder
()
Returns
writeTo(CodedOutputStream output)
public
void
writeTo
(
CodedOutputStream
output
)
Parameter
Overrides
Exceptions