Interface AuditReportOrBuilder (0.3.0)

public interface AuditReportOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getComplianceFramework()

public abstract String getComplianceFramework()

Output only. Compliance Framework of Audit Report

string compliance_framework = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The complianceFramework.

getComplianceFrameworkBytes()

public abstract ByteString getComplianceFrameworkBytes()

Output only. Compliance Framework of Audit Report

string compliance_framework = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for complianceFramework.

getComplianceStandard()

public abstract String getComplianceStandard()

Output only. Compliance Standard.

string compliance_standard = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The complianceStandard.

getComplianceStandardBytes()

public abstract ByteString getComplianceStandardBytes()

Output only. Compliance Standard.

string compliance_standard = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for complianceStandard.

getControlDetails(int index)

public abstract ControlDetails getControlDetails(int index)

Output only. The overall status of controls

repeated .google.cloud.auditmanager.v1.ControlDetails control_details = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int
Returns
Type Description
ControlDetails

getControlDetailsCount()

public abstract int getControlDetailsCount()

Output only. The overall status of controls

repeated .google.cloud.auditmanager.v1.ControlDetails control_details = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

getControlDetailsList()

public abstract List<ControlDetails> getControlDetailsList()

Output only. The overall status of controls

repeated .google.cloud.auditmanager.v1.ControlDetails control_details = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
List<ControlDetails>

getControlDetailsOrBuilder(int index)

public abstract ControlDetailsOrBuilder getControlDetailsOrBuilder(int index)

Output only. The overall status of controls

repeated .google.cloud.auditmanager.v1.ControlDetails control_details = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int
Returns
Type Description
ControlDetailsOrBuilder

getControlDetailsOrBuilderList()

public abstract List<? extends ControlDetailsOrBuilder> getControlDetailsOrBuilderList()

Output only. The overall status of controls

repeated .google.cloud.auditmanager.v1.ControlDetails control_details = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
List<? extends com.google.cloud.auditmanager.v1.ControlDetailsOrBuilder>

getCreateTime()

public abstract Timestamp getCreateTime()

Output only. Creation time of the audit report.

.google.protobuf.Timestamp create_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Timestamp

The createTime.

getCreateTimeOrBuilder()

public abstract TimestampOrBuilder getCreateTimeOrBuilder()

Output only. Creation time of the audit report.

.google.protobuf.Timestamp create_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
TimestampOrBuilder

getDestinationDetails()

public abstract DestinationDetails getDestinationDetails()

Output only. The location where the generated report will be uploaded.

.google.cloud.auditmanager.v1.DestinationDetails destination_details = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
DestinationDetails

The destinationDetails.

getDestinationDetailsOrBuilder()

public abstract DestinationDetailsOrBuilder getDestinationDetailsOrBuilder()

Output only. The location where the generated report will be uploaded.

.google.cloud.auditmanager.v1.DestinationDetails destination_details = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
DestinationDetailsOrBuilder

getName()

public abstract String getName()

Identifier. The name of this Audit Report, in the format of scope given in request.

string name = 1 [(.google.api.field_behavior) = IDENTIFIER];

Returns
Type Description
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Identifier. The name of this Audit Report, in the format of scope given in request.

string name = 1 [(.google.api.field_behavior) = IDENTIFIER];

Returns
Type Description
ByteString

The bytes for name.

getOperationId()

public abstract String getOperationId()

Output only. ClientOperationId

string operation_id = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The operationId.

getOperationIdBytes()

public abstract ByteString getOperationIdBytes()

Output only. ClientOperationId

string operation_id = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for operationId.

getReportGenerationState()

public abstract AuditReport.ReportGenerationState getReportGenerationState()

Output only. The state of Audit Report Generation.

.google.cloud.auditmanager.v1.AuditReport.ReportGenerationState report_generation_state = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
AuditReport.ReportGenerationState

The reportGenerationState.

getReportGenerationStateValue()

public abstract int getReportGenerationStateValue()

Output only. The state of Audit Report Generation.

.google.cloud.auditmanager.v1.AuditReport.ReportGenerationState report_generation_state = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The enum numeric value on the wire for reportGenerationState.

getReportSummary()

public abstract ReportSummary getReportSummary()

Output only. Report summary with compliance, violation counts etc.

.google.cloud.auditmanager.v1.ReportSummary report_summary = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ReportSummary

The reportSummary.

getReportSummaryOrBuilder()

public abstract ReportSummaryOrBuilder getReportSummaryOrBuilder()

Output only. Report summary with compliance, violation counts etc.

.google.cloud.auditmanager.v1.ReportSummary report_summary = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ReportSummaryOrBuilder

getScope()

public abstract String getScope()

Output only. The parent scope on which the report was generated.

string scope = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The scope.

getScopeBytes()

public abstract ByteString getScopeBytes()

Output only. The parent scope on which the report was generated.

string scope = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for scope.

getScopeId()

public abstract String getScopeId()

Output only. The ID/ Number for the scope on which the audit report was generated.

string scope_id = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The scopeId.

getScopeIdBytes()

public abstract ByteString getScopeIdBytes()

Output only. The ID/ Number for the scope on which the audit report was generated.

string scope_id = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for scopeId.

hasCreateTime()

public abstract boolean hasCreateTime()

Output only. Creation time of the audit report.

.google.protobuf.Timestamp create_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the createTime field is set.

hasDestinationDetails()

public abstract boolean hasDestinationDetails()

Output only. The location where the generated report will be uploaded.

.google.cloud.auditmanager.v1.DestinationDetails destination_details = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the destinationDetails field is set.

hasReportSummary()

public abstract boolean hasReportSummary()

Output only. Report summary with compliance, violation counts etc.

.google.cloud.auditmanager.v1.ReportSummary report_summary = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the reportSummary field is set.