public final class FrameworkAudit extends GeneratedMessageV3 implements FrameworkAuditOrBuilder
A framework audit.
Protobuf type google.cloud.cloudsecuritycompliance.v1.FrameworkAudit
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_AUDIT_DETAILS_FIELD_NUMBER
public static final int CLOUD_CONTROL_AUDIT_DETAILS_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
CLOUD_CONTROL_GROUP_AUDIT_DETAILS_FIELD_NUMBER
public static final int CLOUD_CONTROL_GROUP_AUDIT_DETAILS_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
COMPLIANCE_FRAMEWORK_FIELD_NUMBER
public static final int COMPLIANCE_FRAMEWORK_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
COMPLIANCE_STATE_FIELD_NUMBER
public static final int COMPLIANCE_STATE_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
FINISH_TIME_FIELD_NUMBER
public static final int FINISH_TIME_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
FRAMEWORK_AUDIT_DESTINATION_FIELD_NUMBER
public static final int FRAMEWORK_AUDIT_DESTINATION_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
FRAMEWORK_AUDIT_ID_FIELD_NUMBER
public static final int FRAMEWORK_AUDIT_ID_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
OPERATION_ID_FIELD_NUMBER
public static final int OPERATION_ID_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
REPORT_SUMMARY_FIELD_NUMBER
public static final int REPORT_SUMMARY_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
SCOPE_FIELD_NUMBER
public static final int SCOPE_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
START_TIME_FIELD_NUMBER
public static final int START_TIME_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
STATE_FIELD_NUMBER
public static final int STATE_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static FrameworkAudit getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static FrameworkAudit.Builder newBuilder()
newBuilder(FrameworkAudit prototype)
public static FrameworkAudit.Builder newBuilder(FrameworkAudit prototype)
public static FrameworkAudit parseDelimitedFrom(InputStream input)
public static FrameworkAudit parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static FrameworkAudit parseFrom(byte[] data)
| Parameter |
| Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static FrameworkAudit parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static FrameworkAudit parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static FrameworkAudit parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static FrameworkAudit parseFrom(CodedInputStream input)
public static FrameworkAudit parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static FrameworkAudit parseFrom(InputStream input)
public static FrameworkAudit parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static FrameworkAudit parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static FrameworkAudit parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<FrameworkAudit> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
| Parameter |
| Name |
Description |
obj |
Object
|
Overrides
getCloudControlAuditDetails(int index)
public CloudControlAuditDetails getCloudControlAuditDetails(int index)
Optional. The details for the cloud controls within this audit.
repeated .google.cloud.cloudsecuritycompliance.v1.CloudControlAuditDetails cloud_control_audit_details = 11 [(.google.api.field_behavior) = OPTIONAL];
| Parameter |
| Name |
Description |
index |
int
|
getCloudControlAuditDetailsCount()
public int getCloudControlAuditDetailsCount()
Optional. The details for the cloud controls within this audit.
repeated .google.cloud.cloudsecuritycompliance.v1.CloudControlAuditDetails cloud_control_audit_details = 11 [(.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
int |
|
getCloudControlAuditDetailsList()
public List<CloudControlAuditDetails> getCloudControlAuditDetailsList()
Optional. The details for the cloud controls within this audit.
repeated .google.cloud.cloudsecuritycompliance.v1.CloudControlAuditDetails cloud_control_audit_details = 11 [(.google.api.field_behavior) = OPTIONAL];
getCloudControlAuditDetailsOrBuilder(int index)
public CloudControlAuditDetailsOrBuilder getCloudControlAuditDetailsOrBuilder(int index)
Optional. The details for the cloud controls within this audit.
repeated .google.cloud.cloudsecuritycompliance.v1.CloudControlAuditDetails cloud_control_audit_details = 11 [(.google.api.field_behavior) = OPTIONAL];
| Parameter |
| Name |
Description |
index |
int
|
getCloudControlAuditDetailsOrBuilderList()
public List<? extends CloudControlAuditDetailsOrBuilder> getCloudControlAuditDetailsOrBuilderList()
Optional. The details for the cloud controls within this audit.
repeated .google.cloud.cloudsecuritycompliance.v1.CloudControlAuditDetails cloud_control_audit_details = 11 [(.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
List<? extends com.google.cloud.cloudsecuritycompliance.v1.CloudControlAuditDetailsOrBuilder> |
|
getCloudControlGroupAuditDetails(int index)
public CloudControlGroupAuditDetails getCloudControlGroupAuditDetails(int index)
Optional. The details for the cloud control groups within this audit.
repeated .google.cloud.cloudsecuritycompliance.v1.CloudControlGroupAuditDetails cloud_control_group_audit_details = 10 [(.google.api.field_behavior) = OPTIONAL];
| Parameter |
| Name |
Description |
index |
int
|
getCloudControlGroupAuditDetailsCount()
public int getCloudControlGroupAuditDetailsCount()
Optional. The details for the cloud control groups within this audit.
repeated .google.cloud.cloudsecuritycompliance.v1.CloudControlGroupAuditDetails cloud_control_group_audit_details = 10 [(.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
int |
|
getCloudControlGroupAuditDetailsList()
public List<CloudControlGroupAuditDetails> getCloudControlGroupAuditDetailsList()
Optional. The details for the cloud control groups within this audit.
repeated .google.cloud.cloudsecuritycompliance.v1.CloudControlGroupAuditDetails cloud_control_group_audit_details = 10 [(.google.api.field_behavior) = OPTIONAL];
getCloudControlGroupAuditDetailsOrBuilder(int index)
public CloudControlGroupAuditDetailsOrBuilder getCloudControlGroupAuditDetailsOrBuilder(int index)
Optional. The details for the cloud control groups within this audit.
repeated .google.cloud.cloudsecuritycompliance.v1.CloudControlGroupAuditDetails cloud_control_group_audit_details = 10 [(.google.api.field_behavior) = OPTIONAL];
| Parameter |
| Name |
Description |
index |
int
|
getCloudControlGroupAuditDetailsOrBuilderList()
public List<? extends CloudControlGroupAuditDetailsOrBuilder> getCloudControlGroupAuditDetailsOrBuilderList()
Optional. The details for the cloud control groups within this audit.
repeated .google.cloud.cloudsecuritycompliance.v1.CloudControlGroupAuditDetails cloud_control_group_audit_details = 10 [(.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
List<? extends com.google.cloud.cloudsecuritycompliance.v1.CloudControlGroupAuditDetailsOrBuilder> |
|
getComplianceFramework()
public String getComplianceFramework()
Output only. The compliance framework used for the audit.
string compliance_framework = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
String |
The complianceFramework.
|
getComplianceFrameworkBytes()
public ByteString getComplianceFrameworkBytes()
Output only. The compliance framework used for the audit.
string compliance_framework = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
ByteString |
The bytes for complianceFramework.
|
getComplianceState()
public ComplianceState getComplianceState()
Output only. The overall compliance state of the audit.
.google.cloud.cloudsecuritycompliance.v1.ComplianceState compliance_state = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
getComplianceStateValue()
public int getComplianceStateValue()
Output only. The overall compliance state of the audit.
.google.cloud.cloudsecuritycompliance.v1.ComplianceState compliance_state = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
int |
The enum numeric value on the wire for complianceState.
|
getDefaultInstanceForType()
public FrameworkAudit getDefaultInstanceForType()
getFinishTime()
public Timestamp getFinishTime()
Output only. The time that the audit finished.
.google.protobuf.Timestamp finish_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
Timestamp |
The finishTime.
|
getFinishTimeOrBuilder()
public TimestampOrBuilder getFinishTimeOrBuilder()
Output only. The time that the audit finished.
.google.protobuf.Timestamp finish_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
getFrameworkAuditDestination()
public FrameworkAuditDestination getFrameworkAuditDestination()
Required. The destination for the audit reports.
.google.cloud.cloudsecuritycompliance.v1.FrameworkAuditDestination framework_audit_destination = 5 [(.google.api.field_behavior) = REQUIRED];
getFrameworkAuditDestinationOrBuilder()
public FrameworkAuditDestinationOrBuilder getFrameworkAuditDestinationOrBuilder()
Required. The destination for the audit reports.
.google.cloud.cloudsecuritycompliance.v1.FrameworkAuditDestination framework_audit_destination = 5 [(.google.api.field_behavior) = REQUIRED];
getFrameworkAuditId()
public String getFrameworkAuditId()
Output only. The ID of the framework audit.
string framework_audit_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
String |
The frameworkAuditId.
|
getFrameworkAuditIdBytes()
public ByteString getFrameworkAuditIdBytes()
Output only. The ID of the framework audit.
string framework_audit_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
ByteString |
The bytes for frameworkAuditId.
|
getName()
Output only. Identifier. The name of the framework audit.
string name = 1 [(.google.api.field_behavior) = IDENTIFIER, (.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
String |
The name.
|
getNameBytes()
public ByteString getNameBytes()
Output only. Identifier. The name of the framework audit.
string name = 1 [(.google.api.field_behavior) = IDENTIFIER, (.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
ByteString |
The bytes for name.
|
getOperationId()
public String getOperationId()
Output only. The ID of the long-running operation.
string operation_id = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
String |
The operationId.
|
getOperationIdBytes()
public ByteString getOperationIdBytes()
Output only. The ID of the long-running operation.
string operation_id = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
ByteString |
The bytes for operationId.
|
getParserForType()
public Parser<FrameworkAudit> getParserForType()
Overrides
getReportSummary()
public ReportSummary getReportSummary()
Output only. The summary of the report.
.google.cloud.cloudsecuritycompliance.v1.ReportSummary report_summary = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
getReportSummaryOrBuilder()
public ReportSummaryOrBuilder getReportSummaryOrBuilder()
Output only. The summary of the report.
.google.cloud.cloudsecuritycompliance.v1.ReportSummary report_summary = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
getScope()
Output only. The scope of the audit.
string scope = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
String |
The scope.
|
getScopeBytes()
public ByteString getScopeBytes()
Output only. The scope of the audit.
string scope = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
ByteString |
The bytes for scope.
|
getSerializedSize()
public int getSerializedSize()
| Returns |
| Type |
Description |
int |
|
Overrides
getStartTime()
public Timestamp getStartTime()
Output only. The time that the audit started.
.google.protobuf.Timestamp start_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
Timestamp |
The startTime.
|
getStartTimeOrBuilder()
public TimestampOrBuilder getStartTimeOrBuilder()
Output only. The time that the audit started.
.google.protobuf.Timestamp start_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
getState()
public FrameworkAudit.State getState()
Output only. The framework audit state of the audit.
.google.cloud.cloudsecuritycompliance.v1.FrameworkAudit.State state = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
getStateValue()
public int getStateValue()
Output only. The framework audit state of the audit.
.google.cloud.cloudsecuritycompliance.v1.FrameworkAudit.State state = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
int |
The enum numeric value on the wire for state.
|
hasFinishTime()
public boolean hasFinishTime()
Output only. The time that the audit finished.
.google.protobuf.Timestamp finish_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
boolean |
Whether the finishTime field is set.
|
hasFrameworkAuditDestination()
public boolean hasFrameworkAuditDestination()
Required. The destination for the audit reports.
.google.cloud.cloudsecuritycompliance.v1.FrameworkAuditDestination framework_audit_destination = 5 [(.google.api.field_behavior) = REQUIRED];
| Returns |
| Type |
Description |
boolean |
Whether the frameworkAuditDestination field is set.
|
hasReportSummary()
public boolean hasReportSummary()
Output only. The summary of the report.
.google.cloud.cloudsecuritycompliance.v1.ReportSummary report_summary = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
boolean |
Whether the reportSummary field is set.
|
hasStartTime()
public boolean hasStartTime()
Output only. The time that the audit started.
.google.protobuf.Timestamp start_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
boolean |
Whether the startTime field is set.
|
hashCode()
| Returns |
| Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public FrameworkAudit.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected FrameworkAudit.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
| Returns |
| Type |
Description |
Object |
|
Overrides
toBuilder()
public FrameworkAudit.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides