Interface FindingDetailsOrBuilder (0.7.0)

public interface FindingDetailsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getComplianceState()

public abstract ComplianceState getComplianceState()

Output only. The compliance state of the finding.

.google.cloud.cloudsecuritycompliance.v1.ComplianceState compliance_state = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ComplianceState

The complianceState.

getComplianceStateValue()

public abstract int getComplianceStateValue()

Output only. The compliance state of the finding.

.google.cloud.cloudsecuritycompliance.v1.ComplianceState compliance_state = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The enum numeric value on the wire for complianceState.

getEvidence()

public abstract EvidenceDetails getEvidence()

Output only. The evidence details for the finding.

.google.cloud.cloudsecuritycompliance.v1.EvidenceDetails evidence = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
EvidenceDetails

The evidence.

getEvidenceOrBuilder()

public abstract EvidenceDetailsOrBuilder getEvidenceOrBuilder()

Output only. The evidence details for the finding.

.google.cloud.cloudsecuritycompliance.v1.EvidenceDetails evidence = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
EvidenceDetailsOrBuilder

getName()

public abstract String getName()

Output only. The name of the finding.

string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Output only. The name of the finding.

string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for name.

getObservation()

public abstract ObservationDetails getObservation()

Output only. The observation details for the finding.

.google.cloud.cloudsecuritycompliance.v1.ObservationDetails observation = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ObservationDetails

The observation.

getObservationOrBuilder()

public abstract ObservationDetailsOrBuilder getObservationOrBuilder()

Output only. The observation details for the finding.

.google.cloud.cloudsecuritycompliance.v1.ObservationDetails observation = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ObservationDetailsOrBuilder

hasEvidence()

public abstract boolean hasEvidence()

Output only. The evidence details for the finding.

.google.cloud.cloudsecuritycompliance.v1.EvidenceDetails evidence = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the evidence field is set.

hasObservation()

public abstract boolean hasObservation()

Output only. The observation details for the finding.

.google.cloud.cloudsecuritycompliance.v1.ObservationDetails observation = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the observation field is set.