public enum RunAssetDiscoveryResponse.State extends Enum<RunAssetDiscoveryResponse.State> implements ProtocolMessageEnum
The state of an asset discovery run.
Protobuf enum google.cloud.securitycenter.v1.RunAssetDiscoveryResponse.State
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
COMPLETED |
Asset discovery run completed successfully. |
COMPLETED_VALUE |
Asset discovery run completed successfully. |
STATE_UNSPECIFIED |
Asset discovery run state was unspecified. |
STATE_UNSPECIFIED_VALUE |
Asset discovery run state was unspecified. |
SUPERSEDED |
Asset discovery run was cancelled with tasks still pending, as another run for the same organization was started with a higher priority. |
SUPERSEDED_VALUE |
Asset discovery run was cancelled with tasks still pending, as another run for the same organization was started with a higher priority. |
TERMINATED |
Asset discovery run was killed and terminated. |
TERMINATED_VALUE |
Asset discovery run was killed and terminated. |
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() |