Send feedback
Class CloudControlAuditDetails (0.7.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version latestkeyboard_arrow_down
public final class CloudControlAuditDetails extends GeneratedMessageV3 implements CloudControlAuditDetailsOrBuilder
The details for a cloud control audit.
Protobuf type google.cloud.cloudsecuritycompliance.v1.CloudControlAuditDetails
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
CLOUD_CONTROL_DESCRIPTION_FIELD_NUMBER
public static final int CLOUD_CONTROL_DESCRIPTION_FIELD_NUMBER
Field Value
Type
Description
int
CLOUD_CONTROL_FIELD_NUMBER
public static final int CLOUD_CONTROL_FIELD_NUMBER
Field Value
Type
Description
int
CLOUD_CONTROL_ID_FIELD_NUMBER
public static final int CLOUD_CONTROL_ID_FIELD_NUMBER
Field Value
Type
Description
int
COMPLIANCE_STATE_FIELD_NUMBER
public static final int COMPLIANCE_STATE_FIELD_NUMBER
Field Value
Type
Description
int
FINDINGS_FIELD_NUMBER
public static final int FINDINGS_FIELD_NUMBER
Field Value
Type
Description
int
REPORT_SUMMARY_FIELD_NUMBER
public static final int REPORT_SUMMARY_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
getDefaultInstance()
public static CloudControlAuditDetails getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static CloudControlAuditDetails . Builder newBuilder ()
newBuilder(CloudControlAuditDetails prototype)
public static CloudControlAuditDetails . Builder newBuilder ( CloudControlAuditDetails prototype )
public static CloudControlAuditDetails parseDelimitedFrom ( InputStream input )
public static CloudControlAuditDetails parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static CloudControlAuditDetails parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static CloudControlAuditDetails parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static CloudControlAuditDetails parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static CloudControlAuditDetails parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static CloudControlAuditDetails parseFrom ( CodedInputStream input )
public static CloudControlAuditDetails parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static CloudControlAuditDetails parseFrom ( InputStream input )
public static CloudControlAuditDetails parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static CloudControlAuditDetails parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static CloudControlAuditDetails parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<CloudControlAuditDetails> parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
getCloudControl()
public 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 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 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 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 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 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 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];
getComplianceStateValue()
public 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.
getDefaultInstanceForType()
public CloudControlAuditDetails getDefaultInstanceForType ()
getFindings(int index)
public 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
getFindingsCount()
public 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 List<FindingDetails> getFindingsList ()
Output only. The findings for the control.
repeated .google.cloud.cloudsecuritycompliance.v1.FindingDetails findings = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
getFindingsOrBuilder(int index)
public 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
getFindingsOrBuilderList()
public 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 >
getParserForType()
public Parser<CloudControlAuditDetails> getParserForType ()
Overrides
getReportSummary()
public ReportSummary getReportSummary ()
Output only. The summary of the report.
.google.cloud.cloudsecuritycompliance.v1.ReportSummary report_summary = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
getReportSummaryOrBuilder()
public ReportSummaryOrBuilder getReportSummaryOrBuilder ()
Output only. The summary of the report.
.google.cloud.cloudsecuritycompliance.v1.ReportSummary report_summary = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
getSerializedSize()
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
hasReportSummary()
public 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.
hashCode()
Returns
Type
Description
int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public CloudControlAuditDetails . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected CloudControlAuditDetails . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
toBuilder()
public CloudControlAuditDetails . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-11-19 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-11-19 UTC."],[],[]]