Class ReportGenerationProgress (0.1.0)

ReportGenerationProgress(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The ReportGenerationProgress is part of google.longrunning.Operation][google.longrunning.Operation] returned to the client for every GetOperation request.

Attributes

Name Description
state google.cloud.auditmanager_v1.types.OperationState
Output only. The current state of execution for report generation.
failure_reason str
Output only. States the reason of failure during the audit report generation process. This field is set only if the state attribute is OPERATION_STATE_FAILED.
evaluation_percent_complete float
Shows the progress of the CESS service evaluation process. The progress is defined in terms of percentage complete and is being fetched from the CESS service.
report_generation_percent_complete float
Shows the report generation progress of the CESS Result Processor Service. The // progress is defined in terms of percentage complete and is being fetched from the CESS service. If report_generation_in_progress is non zero then evaluation_percent_complete will be 100%.
report_uploading_percent_complete float
Shows the report uploading progress of the CESS Result Processor Service. The progress is defined in terms of percentage complete and is being fetched from the CESS service. If report_uploading_in_progress is non zero then evaluation_percent_complete and report_generation_percent_complete will be 100%.
destination_gcs_bucket str
Output only. The Cloud Storage bucket where the audit report will be uploaded once the evaluation process is completed.
audit_report str
Output only. The name of the audit report.