public enum OperationState extends Enum<OperationState> implements ProtocolMessageEnumThe different execution states of the Audit Manager service.
Protobuf enum google.cloud.auditmanager.v1.OperationState
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
OPERATION_STATE_DONE |
Audit report generation process is completed. |
OPERATION_STATE_DONE_VALUE |
Audit report generation process is completed. |
OPERATION_STATE_EVALUATION_DONE |
Audit Manager has completed Evaluation for the workload. |
OPERATION_STATE_EVALUATION_DONE_VALUE |
Audit Manager has completed Evaluation for the workload. |
OPERATION_STATE_EVALUATION_IN_PROGRESS |
Audit Manager is currently evaluating the workloads against specific standard. |
OPERATION_STATE_EVALUATION_IN_PROGRESS_VALUE |
Audit Manager is currently evaluating the workloads against specific standard. |
OPERATION_STATE_EVIDENCE_REPORT_GENERATION_DONE |
Audit Manager has completed generation of the audit report. |
OPERATION_STATE_EVIDENCE_REPORT_GENERATION_DONE_VALUE |
Audit Manager has completed generation of the audit report. |
OPERATION_STATE_EVIDENCE_REPORT_GENERATION_IN_PROGRESS |
Audit Manager is creating audit report from the evaluated data. |
OPERATION_STATE_EVIDENCE_REPORT_GENERATION_IN_PROGRESS_VALUE |
Audit Manager is creating audit report from the evaluated data. |
OPERATION_STATE_EVIDENCE_UPLOAD_IN_PROGRESS |
Audit Manager is uploading the audit report and evidences to the customer provided destination. |
OPERATION_STATE_EVIDENCE_UPLOAD_IN_PROGRESS_VALUE |
Audit Manager is uploading the audit report and evidences to the customer provided destination. |
OPERATION_STATE_FAILED |
Audit report generation process has failed. |
OPERATION_STATE_FAILED_VALUE |
Audit report generation process has failed. |
OPERATION_STATE_NOT_STARTED |
Audit report generation process has not started. |
OPERATION_STATE_NOT_STARTED_VALUE |
Audit report generation process has not started. |
OPERATION_STATE_UNSPECIFIED |
Unspecified. Invalid state. |
OPERATION_STATE_UNSPECIFIED_VALUE |
Unspecified. Invalid state. |
UNRECOGNIZED |
|
Static Methods |
|
|---|---|
| Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
|
Methods |
|
|---|---|
| Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |
|