Reference documentation and code samples for the Google Cloud Audit Manager V1 Client class OperationState.
The different execution states of the Audit Manager service.
Protobuf type google.cloud.auditmanager.v1.OperationState
Namespace
Google \ Cloud \ AuditManager \ V1Methods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
OPERATION_STATE_UNSPECIFIED
Value: 0Unspecified. Invalid state.
Generated from protobuf enum OPERATION_STATE_UNSPECIFIED = 0;
OPERATION_STATE_NOT_STARTED
Value: 10Audit report generation process has not started.
Generated from protobuf enum OPERATION_STATE_NOT_STARTED = 10;
OPERATION_STATE_EVALUATION_IN_PROGRESS
Value: 20Audit Manager is currently evaluating the workloads against specific standard.
Generated from protobuf enum OPERATION_STATE_EVALUATION_IN_PROGRESS = 20;
OPERATION_STATE_EVALUATION_DONE
Value: 21Audit Manager has completed Evaluation for the workload.
Generated from protobuf enum OPERATION_STATE_EVALUATION_DONE = 21;
OPERATION_STATE_EVIDENCE_REPORT_GENERATION_IN_PROGRESS
Value: 30Audit Manager is creating audit report from the evaluated data.
Generated from protobuf enum OPERATION_STATE_EVIDENCE_REPORT_GENERATION_IN_PROGRESS = 30;
OPERATION_STATE_EVIDENCE_REPORT_GENERATION_DONE
Value: 31Audit Manager has completed generation of the audit report.
Generated from protobuf enum OPERATION_STATE_EVIDENCE_REPORT_GENERATION_DONE = 31;
OPERATION_STATE_EVIDENCE_UPLOAD_IN_PROGRESS
Value: 40Audit Manager is uploading the audit report and evidences to the customer provided destination.
Generated from protobuf enum OPERATION_STATE_EVIDENCE_UPLOAD_IN_PROGRESS = 40;
OPERATION_STATE_DONE
Value: 50Audit report generation process is completed.
Generated from protobuf enum OPERATION_STATE_DONE = 50;
OPERATION_STATE_FAILED
Value: 60Audit report generation process has failed.
Generated from protobuf enum OPERATION_STATE_FAILED = 60;