Interface CloudControlAssessmentDetailsOrBuilder (0.7.0)

public interface CloudControlAssessmentDetailsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEvaluationState()

public abstract EvaluationState getEvaluationState()

Output only. The evaluation status of the cloud control.

.google.cloud.cloudsecuritycompliance.v1.EvaluationState evaluation_state = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
EvaluationState

The evaluationState.

getEvaluationStateValue()

public abstract int getEvaluationStateValue()

Output only. The evaluation status of the cloud control.

.google.cloud.cloudsecuritycompliance.v1.EvaluationState evaluation_state = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The enum numeric value on the wire for evaluationState.

getFindingsCount()

public abstract int getFindingsCount()

The number of findings for the cloud control.

int32 findings_count = 1;

Returns
Type Description
int

The findingsCount.