Reference documentation and code samples for the Grafeas V1 Client class SBOMState.
An enum indicating the progress of the SBOM generation.
Protobuf type grafeas.v1.DiscoveryOccurrence.SBOMStatus.SBOMState
Namespace
Grafeas \ V1 \ DiscoveryOccurrence \ SBOMStatusMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
SBOM_STATE_UNSPECIFIED
Value: 0Default unknown state.
Generated from protobuf enum SBOM_STATE_UNSPECIFIED = 0;
PENDING
Value: 1SBOM scanning is pending.
Generated from protobuf enum PENDING = 1;
COMPLETE
Value: 2SBOM scanning has completed.
Generated from protobuf enum COMPLETE = 2;