Enum AuditReport.ReportGenerationState (0.3.0)

public enum AuditReport.ReportGenerationState extends Enum<AuditReport.ReportGenerationState> implements ProtocolMessageEnum

The different states of the Audit Manager report generation.

Protobuf enum google.cloud.auditmanager.v1.AuditReport.ReportGenerationState

Implements

ProtocolMessageEnum

Static Fields

Name Description
COMPLETED

Audit report generation process is completed. Operation state is OPERATION_STATE_DONE.

COMPLETED = 2;

COMPLETED_VALUE

Audit report generation process is completed. Operation state is OPERATION_STATE_DONE.

COMPLETED = 2;

FAILED

Audit report generation process has failed. Operation state is OPERATION_STATE_FAILED.

FAILED = 3;

FAILED_VALUE

Audit report generation process has failed. Operation state is OPERATION_STATE_FAILED.

FAILED = 3;

IN_PROGRESS

Audit report generation process is in progress, ie. operation state is neither OPERATION_STATE_DONE nor OPERATION_STATE_FAILED.

IN_PROGRESS = 1;

IN_PROGRESS_VALUE

Audit report generation process is in progress, ie. operation state is neither OPERATION_STATE_DONE nor OPERATION_STATE_FAILED.

IN_PROGRESS = 1;

REPORT_GENERATION_STATE_UNSPECIFIED

Unspecified. Invalid state.

REPORT_GENERATION_STATE_UNSPECIFIED = 0;

REPORT_GENERATION_STATE_UNSPECIFIED_VALUE

Unspecified. Invalid state.

REPORT_GENERATION_STATE_UNSPECIFIED = 0;

SUMMARY_UNKNOWN

Audit report generation process has completed. But report summary is unknown. This is valid for older reports.

SUMMARY_UNKNOWN = 4;

SUMMARY_UNKNOWN_VALUE

Audit report generation process has completed. But report summary is unknown. This is valid for older reports.

SUMMARY_UNKNOWN = 4;

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()