public interface CloudControlAuditDetailsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCloudControl()
public abstract String getCloudControl()Output only. The name of the cloud control.
string cloud_control = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The cloudControl. |
getCloudControlBytes()
public abstract ByteString getCloudControlBytes()Output only. The name of the cloud control.
string cloud_control = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for cloudControl. |
getCloudControlDescription()
public abstract String getCloudControlDescription()Output only. The description of the cloud control.
string cloud_control_description = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The cloudControlDescription. |
getCloudControlDescriptionBytes()
public abstract ByteString getCloudControlDescriptionBytes()Output only. The description of the cloud control.
string cloud_control_description = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for cloudControlDescription. |
getCloudControlId()
public abstract String getCloudControlId()Output only. The ID of the cloud control.
string cloud_control_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The cloudControlId. |
getCloudControlIdBytes()
public abstract ByteString getCloudControlIdBytes()Output only. The ID of the cloud control.
string cloud_control_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for cloudControlId. |
getComplianceState()
public abstract ComplianceState getComplianceState()Output only. The overall status of the findings for the control.
.google.cloud.cloudsecuritycompliance.v1.ComplianceState compliance_state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ComplianceState |
The complianceState. |
getComplianceStateValue()
public abstract int getComplianceStateValue()Output only. The overall status of the findings for the control.
.google.cloud.cloudsecuritycompliance.v1.ComplianceState compliance_state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for complianceState. |
getFindings(int index)
public abstract FindingDetails getFindings(int index)Output only. The findings for the control.
repeated .google.cloud.cloudsecuritycompliance.v1.FindingDetails findings = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
FindingDetails |
|
getFindingsCount()
public abstract int getFindingsCount()Output only. The findings for the control.
repeated .google.cloud.cloudsecuritycompliance.v1.FindingDetails findings = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
|
getFindingsList()
public abstract List<FindingDetails> getFindingsList()Output only. The findings for the control.
repeated .google.cloud.cloudsecuritycompliance.v1.FindingDetails findings = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
List<FindingDetails> |
|
getFindingsOrBuilder(int index)
public abstract FindingDetailsOrBuilder getFindingsOrBuilder(int index)Output only. The findings for the control.
repeated .google.cloud.cloudsecuritycompliance.v1.FindingDetails findings = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
FindingDetailsOrBuilder |
|
getFindingsOrBuilderList()
public abstract List<? extends FindingDetailsOrBuilder> getFindingsOrBuilderList()Output only. The findings for the control.
repeated .google.cloud.cloudsecuritycompliance.v1.FindingDetails findings = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.cloudsecuritycompliance.v1.FindingDetailsOrBuilder> |
|
getReportSummary()
public abstract ReportSummary getReportSummary()Output only. The summary of the report.
.google.cloud.cloudsecuritycompliance.v1.ReportSummary report_summary = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ReportSummary |
The reportSummary. |
getReportSummaryOrBuilder()
public abstract ReportSummaryOrBuilder getReportSummaryOrBuilder()Output only. The summary of the report.
.google.cloud.cloudsecuritycompliance.v1.ReportSummary report_summary = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ReportSummaryOrBuilder |
|
hasReportSummary()
public abstract boolean hasReportSummary()Output only. The summary of the report.
.google.cloud.cloudsecuritycompliance.v1.ReportSummary report_summary = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the reportSummary field is set. |