public enum FrameworkAudit.State extends Enum<FrameworkAudit.State> implements ProtocolMessageEnumThe state of the framework audit.
Protobuf enum google.cloud.cloudsecuritycompliance.v1.FrameworkAudit.State
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
FAILED |
The audit failed. |
FAILED_VALUE |
The audit failed. |
RUNNING |
The audit is running. |
RUNNING_VALUE |
The audit is running. |
SCHEDULED |
The audit is scheduled. |
SCHEDULED_VALUE |
The audit is scheduled. |
STATE_UNSPECIFIED |
Default value. This value is unused. |
STATE_UNSPECIFIED_VALUE |
Default value. This value is unused. |
SUCCEEDED |
The audit completed successfully. |
SUCCEEDED_VALUE |
The audit completed successfully. |
UNRECOGNIZED |
|
UPLOADING |
The audit results are being uploaded. |
UPLOADING_VALUE |
The audit results are being uploaded. |
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() |
|