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
Methods
name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0
Asset discovery run state was unspecified.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
COMPLETED
Value: 1
Asset discovery run completed successfully.
Generated from protobuf enum COMPLETED = 1;
SUPERSEDED
Value: 2
Asset 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: 3
Asset discovery run was killed and terminated.
Generated from protobuf enum TERMINATED = 3;