Reference documentation and code samples for the Google Cloud Audit Manager V1 Client class ReportGenerationState.
The different states of the Audit Manager report generation.
Protobuf type google.cloud.auditmanager.v1.AuditReport.ReportGenerationState
Namespace
Google \ Cloud \ AuditManager \ V1 \ AuditReportMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
REPORT_GENERATION_STATE_UNSPECIFIED
Value: 0Unspecified. Invalid state.
Generated from protobuf enum REPORT_GENERATION_STATE_UNSPECIFIED = 0;
IN_PROGRESS
Value: 1Audit report generation process is in progress, ie. operation state is neither OPERATION_STATE_DONE nor OPERATION_STATE_FAILED.
Generated from protobuf enum IN_PROGRESS = 1;
COMPLETED
Value: 2Audit report generation process is completed. Operation state is OPERATION_STATE_DONE.
Generated from protobuf enum COMPLETED = 2;
FAILED
Value: 3Audit report generation process has failed. Operation state is OPERATION_STATE_FAILED.
Generated from protobuf enum FAILED = 3;
SUMMARY_UNKNOWN
Value: 4Audit report generation process has completed. But report summary is unknown. This is valid for older reports.
Generated from protobuf enum SUMMARY_UNKNOWN = 4;