public final class ControlComplianceSummary extends GeneratedMessageV3 implements ControlComplianceSummaryOrBuilder
The details for control compliance.
Protobuf type google.cloud.cloudsecuritycompliance.v1.ControlComplianceSummary
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_REPORTS_FIELD_NUMBER
public static final int CLOUD_CONTROL_REPORTS_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
COMPLIANCE_FRAMEWORKS_FIELD_NUMBER
public static final int COMPLIANCE_FRAMEWORKS_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
CONTROL_FIELD_NUMBER
public static final int CONTROL_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
CONTROL_RESPONSIBILITY_TYPE_FIELD_NUMBER
public static final int CONTROL_RESPONSIBILITY_TYPE_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
DESCRIPTION_FIELD_NUMBER
public static final int DESCRIPTION_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
DISPLAY_NAME_FIELD_NUMBER
public static final int DISPLAY_NAME_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
IS_FAKE_CONTROL_FIELD_NUMBER
public static final int IS_FAKE_CONTROL_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
OVERALL_EVALUATION_STATE_FIELD_NUMBER
public static final int OVERALL_EVALUATION_STATE_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
SIMILAR_CONTROLS_FIELD_NUMBER
public static final int SIMILAR_CONTROLS_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
TOTAL_FINDINGS_COUNT_FIELD_NUMBER
public static final int TOTAL_FINDINGS_COUNT_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static ControlComplianceSummary getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static ControlComplianceSummary.Builder newBuilder()
newBuilder(ControlComplianceSummary prototype)
public static ControlComplianceSummary.Builder newBuilder(ControlComplianceSummary prototype)
public static ControlComplianceSummary parseDelimitedFrom(InputStream input)
public static ControlComplianceSummary parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static ControlComplianceSummary parseFrom(byte[] data)
| Parameter |
| Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ControlComplianceSummary parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static ControlComplianceSummary parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ControlComplianceSummary parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ControlComplianceSummary parseFrom(CodedInputStream input)
public static ControlComplianceSummary parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ControlComplianceSummary parseFrom(InputStream input)
public static ControlComplianceSummary parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static ControlComplianceSummary parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ControlComplianceSummary parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<ControlComplianceSummary> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
| Parameter |
| Name |
Description |
obj |
Object
|
Overrides
getCloudControlReports(int index)
public CloudControlReport getCloudControlReports(int index)
The list of cloud control reports.
repeated .google.cloud.cloudsecuritycompliance.v1.CloudControlReport cloud_control_reports = 8;
| Parameter |
| Name |
Description |
index |
int
|
getCloudControlReportsCount()
public int getCloudControlReportsCount()
The list of cloud control reports.
repeated .google.cloud.cloudsecuritycompliance.v1.CloudControlReport cloud_control_reports = 8;
| Returns |
| Type |
Description |
int |
|
getCloudControlReportsList()
public List<CloudControlReport> getCloudControlReportsList()
The list of cloud control reports.
repeated .google.cloud.cloudsecuritycompliance.v1.CloudControlReport cloud_control_reports = 8;
getCloudControlReportsOrBuilder(int index)
public CloudControlReportOrBuilder getCloudControlReportsOrBuilder(int index)
The list of cloud control reports.
repeated .google.cloud.cloudsecuritycompliance.v1.CloudControlReport cloud_control_reports = 8;
| Parameter |
| Name |
Description |
index |
int
|
getCloudControlReportsOrBuilderList()
public List<? extends CloudControlReportOrBuilder> getCloudControlReportsOrBuilderList()
The list of cloud control reports.
repeated .google.cloud.cloudsecuritycompliance.v1.CloudControlReport cloud_control_reports = 8;
| Returns |
| Type |
Description |
List<? extends com.google.cloud.cloudsecuritycompliance.v1.CloudControlReportOrBuilder> |
|
getComplianceFrameworks(int index)
public String getComplianceFrameworks(int index)
The list of compliance frameworks that the control belongs to.
repeated string compliance_frameworks = 6;
| Parameter |
| Name |
Description |
index |
int
The index of the element to return.
|
| Returns |
| Type |
Description |
String |
The complianceFrameworks at the given index.
|
getComplianceFrameworksBytes(int index)
public ByteString getComplianceFrameworksBytes(int index)
The list of compliance frameworks that the control belongs to.
repeated string compliance_frameworks = 6;
| Parameter |
| Name |
Description |
index |
int
The index of the value to return.
|
| Returns |
| Type |
Description |
ByteString |
The bytes of the complianceFrameworks at the given index.
|
getComplianceFrameworksCount()
public int getComplianceFrameworksCount()
The list of compliance frameworks that the control belongs to.
repeated string compliance_frameworks = 6;
| Returns |
| Type |
Description |
int |
The count of complianceFrameworks.
|
getComplianceFrameworksList()
public ProtocolStringList getComplianceFrameworksList()
The list of compliance frameworks that the control belongs to.
repeated string compliance_frameworks = 6;
getControl()
public String getControl()
The name of the control.
string control = 1;
| Returns |
| Type |
Description |
String |
The control.
|
getControlBytes()
public ByteString getControlBytes()
The name of the control.
string control = 1;
| Returns |
| Type |
Description |
ByteString |
The bytes for control.
|
getControlResponsibilityType()
public RegulatoryControlResponsibilityType getControlResponsibilityType()
The responsibility type for the control.
.google.cloud.cloudsecuritycompliance.v1.RegulatoryControlResponsibilityType control_responsibility_type = 9;
getControlResponsibilityTypeValue()
public int getControlResponsibilityTypeValue()
The responsibility type for the control.
.google.cloud.cloudsecuritycompliance.v1.RegulatoryControlResponsibilityType control_responsibility_type = 9;
| Returns |
| Type |
Description |
int |
The enum numeric value on the wire for controlResponsibilityType.
|
getDefaultInstanceForType()
public ControlComplianceSummary getDefaultInstanceForType()
getDescription()
public String getDescription()
The description of the control.
string description = 3;
| Returns |
| Type |
Description |
String |
The description.
|
getDescriptionBytes()
public ByteString getDescriptionBytes()
The description of the control.
string description = 3;
| Returns |
| Type |
Description |
ByteString |
The bytes for description.
|
getDisplayName()
public String getDisplayName()
The display name of the control.
string display_name = 2;
| Returns |
| Type |
Description |
String |
The displayName.
|
getDisplayNameBytes()
public ByteString getDisplayNameBytes()
The display name of the control.
string display_name = 2;
| Returns |
| Type |
Description |
ByteString |
The bytes for displayName.
|
getIsFakeControl()
public boolean getIsFakeControl()
Whether the control is a fake control. Fake controls are created
and mapped to cloud controls that don't belong to a control group.
bool is_fake_control = 10;
| Returns |
| Type |
Description |
boolean |
The isFakeControl.
|
getName()
Identifier. The name of the control compliance summary.
string name = 11 [(.google.api.field_behavior) = IDENTIFIER];
| Returns |
| Type |
Description |
String |
The name.
|
getNameBytes()
public ByteString getNameBytes()
Identifier. The name of the control compliance summary.
string name = 11 [(.google.api.field_behavior) = IDENTIFIER];
| Returns |
| Type |
Description |
ByteString |
The bytes for name.
|
getOverallEvaluationState()
public EvaluationState getOverallEvaluationState()
Output only. The overall evaluation status of the control.
.google.cloud.cloudsecuritycompliance.v1.EvaluationState overall_evaluation_state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
getOverallEvaluationStateValue()
public int getOverallEvaluationStateValue()
Output only. The overall evaluation status of the control.
.google.cloud.cloudsecuritycompliance.v1.EvaluationState overall_evaluation_state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
int |
The enum numeric value on the wire for overallEvaluationState.
|
getParserForType()
public Parser<ControlComplianceSummary> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
| Returns |
| Type |
Description |
int |
|
Overrides
getSimilarControls(int index)
public SimilarControls getSimilarControls(int index)
The list of similar controls.
repeated .google.cloud.cloudsecuritycompliance.v1.SimilarControls similar_controls = 7;
| Parameter |
| Name |
Description |
index |
int
|
getSimilarControlsCount()
public int getSimilarControlsCount()
The list of similar controls.
repeated .google.cloud.cloudsecuritycompliance.v1.SimilarControls similar_controls = 7;
| Returns |
| Type |
Description |
int |
|
getSimilarControlsList()
public List<SimilarControls> getSimilarControlsList()
The list of similar controls.
repeated .google.cloud.cloudsecuritycompliance.v1.SimilarControls similar_controls = 7;
getSimilarControlsOrBuilder(int index)
public SimilarControlsOrBuilder getSimilarControlsOrBuilder(int index)
The list of similar controls.
repeated .google.cloud.cloudsecuritycompliance.v1.SimilarControls similar_controls = 7;
| Parameter |
| Name |
Description |
index |
int
|
getSimilarControlsOrBuilderList()
public List<? extends SimilarControlsOrBuilder> getSimilarControlsOrBuilderList()
The list of similar controls.
repeated .google.cloud.cloudsecuritycompliance.v1.SimilarControls similar_controls = 7;
| Returns |
| Type |
Description |
List<? extends com.google.cloud.cloudsecuritycompliance.v1.SimilarControlsOrBuilder> |
|
getTotalFindingsCount()
public int getTotalFindingsCount()
The total number of findings for the control.
int32 total_findings_count = 5;
| Returns |
| Type |
Description |
int |
The totalFindingsCount.
|
hashCode()
| Returns |
| Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public ControlComplianceSummary.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ControlComplianceSummary.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
| Returns |
| Type |
Description |
Object |
|
Overrides
toBuilder()
public ControlComplianceSummary.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides