- 2.79.0 (latest)
 - 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
 
public static final class Occurrence.Builder extends GeneratedMessageV3.Builder<Occurrence.Builder> implements OccurrenceOrBuilderAn instance of an analysis type that has been found on a resource.
 Protobuf type grafeas.v1beta1.Occurrence
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Occurrence.BuilderImplements
OccurrenceOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Type | Description | 
| Descriptor | 
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Occurrence.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description | 
| field | FieldDescriptor | 
      
| value | Object | 
      
| Type | Description | 
| Occurrence.Builder | 
build()
public Occurrence build()| Type | Description | 
| Occurrence | 
buildPartial()
public Occurrence buildPartial()| Type | Description | 
| Occurrence | 
clear()
public Occurrence.Builder clear()| Type | Description | 
| Occurrence.Builder | 
clearAttestation()
public Occurrence.Builder clearAttestation()Describes an attestation of an artifact.
 .grafeas.v1beta1.attestation.Details attestation = 14;
| Type | Description | 
| Occurrence.Builder | 
clearBuild()
public Occurrence.Builder clearBuild()Describes a verifiable build.
 .grafeas.v1beta1.build.Details build = 9;
| Type | Description | 
| Occurrence.Builder | 
clearCreateTime()
public Occurrence.Builder clearCreateTime()Output only. The time this occurrence was created.
 .google.protobuf.Timestamp create_time = 6;
| Type | Description | 
| Occurrence.Builder | 
clearDeployment()
public Occurrence.Builder clearDeployment()Describes the deployment of an artifact on a runtime.
 .grafeas.v1beta1.deployment.Details deployment = 12;
| Type | Description | 
| Occurrence.Builder | 
clearDerivedImage()
public Occurrence.Builder clearDerivedImage()Describes how this resource derives from the basis in the associated note.
 .grafeas.v1beta1.image.Details derived_image = 10;
| Type | Description | 
| Occurrence.Builder | 
clearDetails()
public Occurrence.Builder clearDetails()| Type | Description | 
| Occurrence.Builder | 
clearDiscovered()
public Occurrence.Builder clearDiscovered()Describes when a resource was discovered.
 .grafeas.v1beta1.discovery.Details discovered = 13;
| Type | Description | 
| Occurrence.Builder | 
clearField(Descriptors.FieldDescriptor field)
public Occurrence.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description | 
| field | FieldDescriptor | 
      
| Type | Description | 
| Occurrence.Builder | 
clearInstallation()
public Occurrence.Builder clearInstallation()Describes the installation of a package on the linked resource.
 .grafeas.v1beta1.package.Details installation = 11;
| Type | Description | 
| Occurrence.Builder | 
clearKind()
public Occurrence.Builder clearKind()Output only. This explicitly denotes which of the occurrence details are specified. This field can be used as a filter in list requests.
 .grafeas.v1beta1.NoteKind kind = 4;
| Type | Description | 
| Occurrence.Builder | This builder for chaining.  | 
      
clearName()
public Occurrence.Builder clearName() Output only. The name of the occurrence in the form of
 projects/[PROJECT_ID]/occurrences/[OCCURRENCE_ID].
 string name = 1;
| Type | Description | 
| Occurrence.Builder | This builder for chaining.  | 
      
clearNoteName()
public Occurrence.Builder clearNoteName() 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;
| Type | Description | 
| Occurrence.Builder | This builder for chaining.  | 
      
clearOneof(Descriptors.OneofDescriptor oneof)
public Occurrence.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description | 
| oneof | OneofDescriptor | 
      
| Type | Description | 
| Occurrence.Builder | 
clearRemediation()
public Occurrence.Builder clearRemediation()A description of actions that can be taken to remedy the note.
 string remediation = 5;
| Type | Description | 
| Occurrence.Builder | This builder for chaining.  | 
      
clearResource()
public Occurrence.Builder clearResource()Required. Immutable. The resource for which the occurrence applies.
 .grafeas.v1beta1.Resource resource = 2;
| Type | Description | 
| Occurrence.Builder | 
clearUpdateTime()
public Occurrence.Builder clearUpdateTime()Output only. The time this occurrence was last updated.
 .google.protobuf.Timestamp update_time = 7;
| Type | Description | 
| Occurrence.Builder | 
clearVulnerability()
public Occurrence.Builder clearVulnerability()Describes a security vulnerability.
 .grafeas.v1beta1.vulnerability.Details vulnerability = 8;
| Type | Description | 
| Occurrence.Builder | 
clone()
public Occurrence.Builder clone()| Type | Description | 
| Occurrence.Builder | 
getAttestation()
public Details getAttestation()Describes an attestation of an artifact.
 .grafeas.v1beta1.attestation.Details attestation = 14;
| Type | Description | 
| Details | The attestation.  | 
      
getAttestationBuilder()
public Details.Builder getAttestationBuilder()Describes an attestation of an artifact.
 .grafeas.v1beta1.attestation.Details attestation = 14;
| Type | Description | 
| Details.Builder | 
getAttestationOrBuilder()
public DetailsOrBuilder getAttestationOrBuilder()Describes an attestation of an artifact.
 .grafeas.v1beta1.attestation.Details attestation = 14;
| Type | Description | 
| DetailsOrBuilder | 
getBuild()
public Details getBuild()Describes a verifiable build.
 .grafeas.v1beta1.build.Details build = 9;
| Type | Description | 
| Details | The build.  | 
      
getBuildBuilder()
public Details.Builder getBuildBuilder()Describes a verifiable build.
 .grafeas.v1beta1.build.Details build = 9;
| Type | Description | 
| Details.Builder | 
getBuildOrBuilder()
public DetailsOrBuilder getBuildOrBuilder()Describes a verifiable build.
 .grafeas.v1beta1.build.Details build = 9;
| Type | Description | 
| DetailsOrBuilder | 
getCreateTime()
public Timestamp getCreateTime()Output only. The time this occurrence was created.
 .google.protobuf.Timestamp create_time = 6;
| Type | Description | 
| Timestamp | The createTime.  | 
      
getCreateTimeBuilder()
public Timestamp.Builder getCreateTimeBuilder()Output only. The time this occurrence was created.
 .google.protobuf.Timestamp create_time = 6;
| Type | Description | 
| Builder | 
getCreateTimeOrBuilder()
public TimestampOrBuilder getCreateTimeOrBuilder()Output only. The time this occurrence was created.
 .google.protobuf.Timestamp create_time = 6;
| Type | Description | 
| TimestampOrBuilder | 
getDefaultInstanceForType()
public Occurrence getDefaultInstanceForType()| Type | Description | 
| Occurrence | 
getDeployment()
public Details getDeployment()Describes the deployment of an artifact on a runtime.
 .grafeas.v1beta1.deployment.Details deployment = 12;
| Type | Description | 
| Details | The deployment.  | 
      
getDeploymentBuilder()
public Details.Builder getDeploymentBuilder()Describes the deployment of an artifact on a runtime.
 .grafeas.v1beta1.deployment.Details deployment = 12;
| Type | Description | 
| Details.Builder | 
getDeploymentOrBuilder()
public DetailsOrBuilder getDeploymentOrBuilder()Describes the deployment of an artifact on a runtime.
 .grafeas.v1beta1.deployment.Details deployment = 12;
| Type | Description | 
| DetailsOrBuilder | 
getDerivedImage()
public Details getDerivedImage()Describes how this resource derives from the basis in the associated note.
 .grafeas.v1beta1.image.Details derived_image = 10;
| Type | Description | 
| Details | The derivedImage.  | 
      
getDerivedImageBuilder()
public Details.Builder getDerivedImageBuilder()Describes how this resource derives from the basis in the associated note.
 .grafeas.v1beta1.image.Details derived_image = 10;
| Type | Description | 
| Details.Builder | 
getDerivedImageOrBuilder()
public DetailsOrBuilder getDerivedImageOrBuilder()Describes how this resource derives from the basis in the associated note.
 .grafeas.v1beta1.image.Details derived_image = 10;
| Type | Description | 
| DetailsOrBuilder | 
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Type | Description | 
| Descriptor | 
getDetailsCase()
public Occurrence.DetailsCase getDetailsCase()| Type | Description | 
| Occurrence.DetailsCase | 
getDiscovered()
public Details getDiscovered()Describes when a resource was discovered.
 .grafeas.v1beta1.discovery.Details discovered = 13;
| Type | Description | 
| Details | The discovered.  | 
      
getDiscoveredBuilder()
public Details.Builder getDiscoveredBuilder()Describes when a resource was discovered.
 .grafeas.v1beta1.discovery.Details discovered = 13;
| Type | Description | 
| Details.Builder | 
getDiscoveredOrBuilder()
public DetailsOrBuilder getDiscoveredOrBuilder()Describes when a resource was discovered.
 .grafeas.v1beta1.discovery.Details discovered = 13;
| Type | Description | 
| DetailsOrBuilder | 
getInstallation()
public Details getInstallation()Describes the installation of a package on the linked resource.
 .grafeas.v1beta1.package.Details installation = 11;
| Type | Description | 
| Details | The installation.  | 
      
getInstallationBuilder()
public Details.Builder getInstallationBuilder()Describes the installation of a package on the linked resource.
 .grafeas.v1beta1.package.Details installation = 11;
| Type | Description | 
| Details.Builder | 
getInstallationOrBuilder()
public DetailsOrBuilder getInstallationOrBuilder()Describes the installation of a package on the linked resource.
 .grafeas.v1beta1.package.Details installation = 11;
| Type | Description | 
| DetailsOrBuilder | 
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.v1beta1.NoteKind kind = 4;
| Type | Description | 
| NoteKind | The kind.  | 
      
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.v1beta1.NoteKind kind = 4;
| Type | Description | 
| int | The enum numeric value on the wire for kind.  | 
      
getName()
public String getName() Output only. The name of the occurrence in the form of
 projects/[PROJECT_ID]/occurrences/[OCCURRENCE_ID].
 string name = 1;
| Type | Description | 
| String | The name.  | 
      
getNameBytes()
public ByteString getNameBytes() Output only. The name of the occurrence in the form of
 projects/[PROJECT_ID]/occurrences/[OCCURRENCE_ID].
 string name = 1;
| Type | Description | 
| ByteString | The bytes for name.  | 
      
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;
| Type | Description | 
| String | The noteName.  | 
      
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;
| Type | Description | 
| ByteString | The bytes for noteName.  | 
      
getRemediation()
public String getRemediation()A description of actions that can be taken to remedy the note.
 string remediation = 5;
| Type | Description | 
| String | The remediation.  | 
      
getRemediationBytes()
public ByteString getRemediationBytes()A description of actions that can be taken to remedy the note.
 string remediation = 5;
| Type | Description | 
| ByteString | The bytes for remediation.  | 
      
getResource()
public Resource getResource()Required. Immutable. The resource for which the occurrence applies.
 .grafeas.v1beta1.Resource resource = 2;
| Type | Description | 
| Resource | The resource.  | 
      
getResourceBuilder()
public Resource.Builder getResourceBuilder()Required. Immutable. The resource for which the occurrence applies.
 .grafeas.v1beta1.Resource resource = 2;
| Type | Description | 
| Resource.Builder | 
getResourceOrBuilder()
public ResourceOrBuilder getResourceOrBuilder()Required. Immutable. The resource for which the occurrence applies.
 .grafeas.v1beta1.Resource resource = 2;
| Type | Description | 
| ResourceOrBuilder | 
getUpdateTime()
public Timestamp getUpdateTime()Output only. The time this occurrence was last updated.
 .google.protobuf.Timestamp update_time = 7;
| Type | Description | 
| Timestamp | The updateTime.  | 
      
getUpdateTimeBuilder()
public Timestamp.Builder getUpdateTimeBuilder()Output only. The time this occurrence was last updated.
 .google.protobuf.Timestamp update_time = 7;
| Type | Description | 
| Builder | 
getUpdateTimeOrBuilder()
public TimestampOrBuilder getUpdateTimeOrBuilder()Output only. The time this occurrence was last updated.
 .google.protobuf.Timestamp update_time = 7;
| Type | Description | 
| TimestampOrBuilder | 
getVulnerability()
public Details getVulnerability()Describes a security vulnerability.
 .grafeas.v1beta1.vulnerability.Details vulnerability = 8;
| Type | Description | 
| Details | The vulnerability.  | 
      
getVulnerabilityBuilder()
public Details.Builder getVulnerabilityBuilder()Describes a security vulnerability.
 .grafeas.v1beta1.vulnerability.Details vulnerability = 8;
| Type | Description | 
| Details.Builder | 
getVulnerabilityOrBuilder()
public DetailsOrBuilder getVulnerabilityOrBuilder()Describes a security vulnerability.
 .grafeas.v1beta1.vulnerability.Details vulnerability = 8;
| Type | Description | 
| DetailsOrBuilder | 
hasAttestation()
public boolean hasAttestation()Describes an attestation of an artifact.
 .grafeas.v1beta1.attestation.Details attestation = 14;
| Type | Description | 
| boolean | Whether the attestation field is set.  | 
      
hasBuild()
public boolean hasBuild()Describes a verifiable build.
 .grafeas.v1beta1.build.Details build = 9;
| 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;
| Type | Description | 
| boolean | Whether the createTime field is set.  | 
      
hasDeployment()
public boolean hasDeployment()Describes the deployment of an artifact on a runtime.
 .grafeas.v1beta1.deployment.Details deployment = 12;
| Type | Description | 
| boolean | Whether the deployment field is set.  | 
      
hasDerivedImage()
public boolean hasDerivedImage()Describes how this resource derives from the basis in the associated note.
 .grafeas.v1beta1.image.Details derived_image = 10;
| Type | Description | 
| boolean | Whether the derivedImage field is set.  | 
      
hasDiscovered()
public boolean hasDiscovered()Describes when a resource was discovered.
 .grafeas.v1beta1.discovery.Details discovered = 13;
| Type | Description | 
| boolean | Whether the discovered field is set.  | 
      
hasInstallation()
public boolean hasInstallation()Describes the installation of a package on the linked resource.
 .grafeas.v1beta1.package.Details installation = 11;
| Type | Description | 
| boolean | Whether the installation field is set.  | 
      
hasResource()
public boolean hasResource()Required. Immutable. The resource for which the occurrence applies.
 .grafeas.v1beta1.Resource resource = 2;
| Type | Description | 
| boolean | Whether the resource field is set.  | 
      
hasUpdateTime()
public boolean hasUpdateTime()Output only. The time this occurrence was last updated.
 .google.protobuf.Timestamp update_time = 7;
| Type | Description | 
| boolean | Whether the updateTime field is set.  | 
      
hasVulnerability()
public boolean hasVulnerability()Describes a security vulnerability.
 .grafeas.v1beta1.vulnerability.Details vulnerability = 8;
| Type | Description | 
| boolean | Whether the vulnerability field is set.  | 
      
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description | 
| FieldAccessorTable | 
isInitialized()
public final boolean isInitialized()| Type | Description | 
| boolean | 
mergeAttestation(Details value)
public Occurrence.Builder mergeAttestation(Details value)Describes an attestation of an artifact.
 .grafeas.v1beta1.attestation.Details attestation = 14;
| Name | Description | 
| value | Details | 
      
| Type | Description | 
| Occurrence.Builder | 
mergeBuild(Details value)
public Occurrence.Builder mergeBuild(Details value)Describes a verifiable build.
 .grafeas.v1beta1.build.Details build = 9;
| Name | Description | 
| value | Details | 
      
| Type | Description | 
| Occurrence.Builder | 
mergeCreateTime(Timestamp value)
public Occurrence.Builder mergeCreateTime(Timestamp value)Output only. The time this occurrence was created.
 .google.protobuf.Timestamp create_time = 6;
| Name | Description | 
| value | Timestamp | 
      
| Type | Description | 
| Occurrence.Builder | 
mergeDeployment(Details value)
public Occurrence.Builder mergeDeployment(Details value)Describes the deployment of an artifact on a runtime.
 .grafeas.v1beta1.deployment.Details deployment = 12;
| Name | Description | 
| value | Details | 
      
| Type | Description | 
| Occurrence.Builder | 
mergeDerivedImage(Details value)
public Occurrence.Builder mergeDerivedImage(Details value)Describes how this resource derives from the basis in the associated note.
 .grafeas.v1beta1.image.Details derived_image = 10;
| Name | Description | 
| value | Details | 
      
| Type | Description | 
| Occurrence.Builder | 
mergeDiscovered(Details value)
public Occurrence.Builder mergeDiscovered(Details value)Describes when a resource was discovered.
 .grafeas.v1beta1.discovery.Details discovered = 13;
| Name | Description | 
| value | Details | 
      
| Type | Description | 
| Occurrence.Builder | 
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Occurrence.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description | 
| input | CodedInputStream | 
      
| extensionRegistry | ExtensionRegistryLite | 
      
| Type | Description | 
| Occurrence.Builder | 
| Type | Description | 
| IOException | 
mergeFrom(Message other)
public Occurrence.Builder mergeFrom(Message other)| Name | Description | 
| other | Message | 
      
| Type | Description | 
| Occurrence.Builder | 
mergeFrom(Occurrence other)
public Occurrence.Builder mergeFrom(Occurrence other)| Name | Description | 
| other | Occurrence | 
      
| Type | Description | 
| Occurrence.Builder | 
mergeInstallation(Details value)
public Occurrence.Builder mergeInstallation(Details value)Describes the installation of a package on the linked resource.
 .grafeas.v1beta1.package.Details installation = 11;
| Name | Description | 
| value | Details | 
      
| Type | Description | 
| Occurrence.Builder | 
mergeResource(Resource value)
public Occurrence.Builder mergeResource(Resource value)Required. Immutable. The resource for which the occurrence applies.
 .grafeas.v1beta1.Resource resource = 2;
| Name | Description | 
| value | Resource | 
      
| Type | Description | 
| Occurrence.Builder | 
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Occurrence.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description | 
| unknownFields | UnknownFieldSet | 
      
| Type | Description | 
| Occurrence.Builder | 
mergeUpdateTime(Timestamp value)
public Occurrence.Builder mergeUpdateTime(Timestamp value)Output only. The time this occurrence was last updated.
 .google.protobuf.Timestamp update_time = 7;
| Name | Description | 
| value | Timestamp | 
      
| Type | Description | 
| Occurrence.Builder | 
mergeVulnerability(Details value)
public Occurrence.Builder mergeVulnerability(Details value)Describes a security vulnerability.
 .grafeas.v1beta1.vulnerability.Details vulnerability = 8;
| Name | Description | 
| value | Details | 
      
| Type | Description | 
| Occurrence.Builder | 
setAttestation(Details value)
public Occurrence.Builder setAttestation(Details value)Describes an attestation of an artifact.
 .grafeas.v1beta1.attestation.Details attestation = 14;
| Name | Description | 
| value | Details | 
      
| Type | Description | 
| Occurrence.Builder | 
setAttestation(Details.Builder builderForValue)
public Occurrence.Builder setAttestation(Details.Builder builderForValue)Describes an attestation of an artifact.
 .grafeas.v1beta1.attestation.Details attestation = 14;
| Name | Description | 
| builderForValue | Details.Builder | 
      
| Type | Description | 
| Occurrence.Builder | 
setBuild(Details value)
public Occurrence.Builder setBuild(Details value)Describes a verifiable build.
 .grafeas.v1beta1.build.Details build = 9;
| Name | Description | 
| value | Details | 
      
| Type | Description | 
| Occurrence.Builder | 
setBuild(Details.Builder builderForValue)
public Occurrence.Builder setBuild(Details.Builder builderForValue)Describes a verifiable build.
 .grafeas.v1beta1.build.Details build = 9;
| Name | Description | 
| builderForValue | Details.Builder | 
      
| Type | Description | 
| Occurrence.Builder | 
setCreateTime(Timestamp value)
public Occurrence.Builder setCreateTime(Timestamp value)Output only. The time this occurrence was created.
 .google.protobuf.Timestamp create_time = 6;
| Name | Description | 
| value | Timestamp | 
      
| Type | Description | 
| Occurrence.Builder | 
setCreateTime(Timestamp.Builder builderForValue)
public Occurrence.Builder setCreateTime(Timestamp.Builder builderForValue)Output only. The time this occurrence was created.
 .google.protobuf.Timestamp create_time = 6;
| Name | Description | 
| builderForValue | Builder | 
      
| Type | Description | 
| Occurrence.Builder | 
setDeployment(Details value)
public Occurrence.Builder setDeployment(Details value)Describes the deployment of an artifact on a runtime.
 .grafeas.v1beta1.deployment.Details deployment = 12;
| Name | Description | 
| value | Details | 
      
| Type | Description | 
| Occurrence.Builder | 
setDeployment(Details.Builder builderForValue)
public Occurrence.Builder setDeployment(Details.Builder builderForValue)Describes the deployment of an artifact on a runtime.
 .grafeas.v1beta1.deployment.Details deployment = 12;
| Name | Description | 
| builderForValue | Details.Builder | 
      
| Type | Description | 
| Occurrence.Builder | 
setDerivedImage(Details value)
public Occurrence.Builder setDerivedImage(Details value)Describes how this resource derives from the basis in the associated note.
 .grafeas.v1beta1.image.Details derived_image = 10;
| Name | Description | 
| value | Details | 
      
| Type | Description | 
| Occurrence.Builder | 
setDerivedImage(Details.Builder builderForValue)
public Occurrence.Builder setDerivedImage(Details.Builder builderForValue)Describes how this resource derives from the basis in the associated note.
 .grafeas.v1beta1.image.Details derived_image = 10;
| Name | Description | 
| builderForValue | Details.Builder | 
      
| Type | Description | 
| Occurrence.Builder | 
setDiscovered(Details value)
public Occurrence.Builder setDiscovered(Details value)Describes when a resource was discovered.
 .grafeas.v1beta1.discovery.Details discovered = 13;
| Name | Description | 
| value | Details | 
      
| Type | Description | 
| Occurrence.Builder | 
setDiscovered(Details.Builder builderForValue)
public Occurrence.Builder setDiscovered(Details.Builder builderForValue)Describes when a resource was discovered.
 .grafeas.v1beta1.discovery.Details discovered = 13;
| Name | Description | 
| builderForValue | Details.Builder | 
      
| Type | Description | 
| Occurrence.Builder | 
setField(Descriptors.FieldDescriptor field, Object value)
public Occurrence.Builder setField(Descriptors.FieldDescriptor field, Object value)| Name | Description | 
| field | FieldDescriptor | 
      
| value | Object | 
      
| Type | Description | 
| Occurrence.Builder | 
setInstallation(Details value)
public Occurrence.Builder setInstallation(Details value)Describes the installation of a package on the linked resource.
 .grafeas.v1beta1.package.Details installation = 11;
| Name | Description | 
| value | Details | 
      
| Type | Description | 
| Occurrence.Builder | 
setInstallation(Details.Builder builderForValue)
public Occurrence.Builder setInstallation(Details.Builder builderForValue)Describes the installation of a package on the linked resource.
 .grafeas.v1beta1.package.Details installation = 11;
| Name | Description | 
| builderForValue | Details.Builder | 
      
| Type | Description | 
| Occurrence.Builder | 
setKind(NoteKind value)
public Occurrence.Builder setKind(NoteKind value)Output only. This explicitly denotes which of the occurrence details are specified. This field can be used as a filter in list requests.
 .grafeas.v1beta1.NoteKind kind = 4;
| Name | Description | 
| value | NoteKindThe kind to set.  | 
      
| Type | Description | 
| Occurrence.Builder | This builder for chaining.  | 
      
setKindValue(int value)
public Occurrence.Builder setKindValue(int value)Output only. This explicitly denotes which of the occurrence details are specified. This field can be used as a filter in list requests.
 .grafeas.v1beta1.NoteKind kind = 4;
| Name | Description | 
| value | intThe enum numeric value on the wire for kind to set.  | 
      
| Type | Description | 
| Occurrence.Builder | This builder for chaining.  | 
      
setName(String value)
public Occurrence.Builder setName(String value) Output only. The name of the occurrence in the form of
 projects/[PROJECT_ID]/occurrences/[OCCURRENCE_ID].
 string name = 1;
| Name | Description | 
| value | StringThe name to set.  | 
      
| Type | Description | 
| Occurrence.Builder | This builder for chaining.  | 
      
setNameBytes(ByteString value)
public Occurrence.Builder setNameBytes(ByteString value) Output only. The name of the occurrence in the form of
 projects/[PROJECT_ID]/occurrences/[OCCURRENCE_ID].
 string name = 1;
| Name | Description | 
| value | ByteStringThe bytes for name to set.  | 
      
| Type | Description | 
| Occurrence.Builder | This builder for chaining.  | 
      
setNoteName(String value)
public Occurrence.Builder setNoteName(String value) 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;
| Name | Description | 
| value | StringThe noteName to set.  | 
      
| Type | Description | 
| Occurrence.Builder | This builder for chaining.  | 
      
setNoteNameBytes(ByteString value)
public Occurrence.Builder setNoteNameBytes(ByteString value) 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;
| Name | Description | 
| value | ByteStringThe bytes for noteName to set.  | 
      
| Type | Description | 
| Occurrence.Builder | This builder for chaining.  | 
      
setRemediation(String value)
public Occurrence.Builder setRemediation(String value)A description of actions that can be taken to remedy the note.
 string remediation = 5;
| Name | Description | 
| value | StringThe remediation to set.  | 
      
| Type | Description | 
| Occurrence.Builder | This builder for chaining.  | 
      
setRemediationBytes(ByteString value)
public Occurrence.Builder setRemediationBytes(ByteString value)A description of actions that can be taken to remedy the note.
 string remediation = 5;
| Name | Description | 
| value | ByteStringThe bytes for remediation to set.  | 
      
| Type | Description | 
| Occurrence.Builder | This builder for chaining.  | 
      
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Occurrence.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Name | Description | 
| field | FieldDescriptor | 
      
| index | int | 
      
| value | Object | 
      
| Type | Description | 
| Occurrence.Builder | 
setResource(Resource value)
public Occurrence.Builder setResource(Resource value)Required. Immutable. The resource for which the occurrence applies.
 .grafeas.v1beta1.Resource resource = 2;
| Name | Description | 
| value | Resource | 
      
| Type | Description | 
| Occurrence.Builder | 
setResource(Resource.Builder builderForValue)
public Occurrence.Builder setResource(Resource.Builder builderForValue)Required. Immutable. The resource for which the occurrence applies.
 .grafeas.v1beta1.Resource resource = 2;
| Name | Description | 
| builderForValue | Resource.Builder | 
      
| Type | Description | 
| Occurrence.Builder | 
setUnknownFields(UnknownFieldSet unknownFields)
public final Occurrence.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description | 
| unknownFields | UnknownFieldSet | 
      
| Type | Description | 
| Occurrence.Builder | 
setUpdateTime(Timestamp value)
public Occurrence.Builder setUpdateTime(Timestamp value)Output only. The time this occurrence was last updated.
 .google.protobuf.Timestamp update_time = 7;
| Name | Description | 
| value | Timestamp | 
      
| Type | Description | 
| Occurrence.Builder | 
setUpdateTime(Timestamp.Builder builderForValue)
public Occurrence.Builder setUpdateTime(Timestamp.Builder builderForValue)Output only. The time this occurrence was last updated.
 .google.protobuf.Timestamp update_time = 7;
| Name | Description | 
| builderForValue | Builder | 
      
| Type | Description | 
| Occurrence.Builder | 
setVulnerability(Details value)
public Occurrence.Builder setVulnerability(Details value)Describes a security vulnerability.
 .grafeas.v1beta1.vulnerability.Details vulnerability = 8;
| Name | Description | 
| value | Details | 
      
| Type | Description | 
| Occurrence.Builder | 
setVulnerability(Details.Builder builderForValue)
public Occurrence.Builder setVulnerability(Details.Builder builderForValue)Describes a security vulnerability.
 .grafeas.v1beta1.vulnerability.Details vulnerability = 8;
| Name | Description | 
| builderForValue | Details.Builder | 
      
| Type | Description | 
| Occurrence.Builder |