Google Cloud Audit Manager V1 Client - Class OperationState (0.1.0)

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 \ V1

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

OPERATION_STATE_UNSPECIFIED

Value: 0

Unspecified. Invalid state.

Generated from protobuf enum OPERATION_STATE_UNSPECIFIED = 0;

OPERATION_STATE_NOT_STARTED

Value: 10

Audit report generation process has not started.

Generated from protobuf enum OPERATION_STATE_NOT_STARTED = 10;

OPERATION_STATE_EVALUATION_IN_PROGRESS

Value: 20

Audit Manager is currently evaluating the workloads against specific standard.

Generated from protobuf enum OPERATION_STATE_EVALUATION_IN_PROGRESS = 20;

OPERATION_STATE_EVALUATION_DONE

Value: 21

Audit Manager has completed Evaluation for the workload.

Generated from protobuf enum OPERATION_STATE_EVALUATION_DONE = 21;

OPERATION_STATE_EVIDENCE_REPORT_GENERATION_IN_PROGRESS

Value: 30

Audit 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: 31

Audit 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: 40

Audit 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: 50

Audit report generation process is completed.

Generated from protobuf enum OPERATION_STATE_DONE = 50;

OPERATION_STATE_FAILED

Value: 60

Audit report generation process has failed.

Generated from protobuf enum OPERATION_STATE_FAILED = 60;