public interface ControlDetailsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getComplianceState()
public abstract ComplianceState getComplianceState()Output only. Overall status of the findings for the control.
.google.cloud.auditmanager.v1.ComplianceState compliance_state = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ComplianceState |
The complianceState. |
getComplianceStateValue()
public abstract int getComplianceStateValue()Output only. Overall status of the findings for the control.
.google.cloud.auditmanager.v1.ComplianceState compliance_state = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for complianceState. |
getControl()
public abstract Control getControl()The control for which the findings are being reported.
.google.cloud.auditmanager.v1.Control control = 1;
| Returns | |
|---|---|
| Type | Description |
Control |
The control. |
getControlOrBuilder()
public abstract ControlOrBuilder getControlOrBuilder()The control for which the findings are being reported.
.google.cloud.auditmanager.v1.Control control = 1;
| Returns | |
|---|---|
| Type | Description |
ControlOrBuilder |
|
getControlReportSummary()
public abstract ReportSummary getControlReportSummary()Report summary with compliance, violation counts etc.
.google.cloud.auditmanager.v1.ReportSummary control_report_summary = 3;
| Returns | |
|---|---|
| Type | Description |
ReportSummary |
The controlReportSummary. |
getControlReportSummaryOrBuilder()
public abstract ReportSummaryOrBuilder getControlReportSummaryOrBuilder()Report summary with compliance, violation counts etc.
.google.cloud.auditmanager.v1.ReportSummary control_report_summary = 3;
| Returns | |
|---|---|
| Type | Description |
ReportSummaryOrBuilder |
|
hasControl()
public abstract boolean hasControl()The control for which the findings are being reported.
.google.cloud.auditmanager.v1.Control control = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the control field is set. |
hasControlReportSummary()
public abstract boolean hasControlReportSummary()Report summary with compliance, violation counts etc.
.google.cloud.auditmanager.v1.ReportSummary control_report_summary = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the controlReportSummary field is set. |