Reference documentation and code samples for the Google Cloud Security Command Center V1 Client class State.
The state of an asset discovery run.
Protobuf type google.cloud.securitycenter.v1.RunAssetDiscoveryResponse.State
Namespace
Google \ Cloud \ SecurityCenter \ V1 \ RunAssetDiscoveryResponseMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0Asset discovery run state was unspecified.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
COMPLETED
Value: 1Asset discovery run completed successfully.
Generated from protobuf enum COMPLETED = 1;
SUPERSEDED
Value: 2Asset discovery run was cancelled with tasks still pending, as another run for the same organization was started with a higher priority.
Generated from protobuf enum SUPERSEDED = 2;
TERMINATED
Value: 3Asset discovery run was killed and terminated.
Generated from protobuf enum TERMINATED = 3;