Reference documentation and code samples for the Grafeas V1 API class Grafeas::V1::DiscoveryOccurrence::SBOMStatus.
The status of an SBOM generation.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#error
def error() -> ::String
Returns
- (::String) — If there was an error generating an SBOM, this will indicate what that error was.
#error=
def error=(value) -> ::String
Parameter
- value (::String) — If there was an error generating an SBOM, this will indicate what that error was.
Returns
- (::String) — If there was an error generating an SBOM, this will indicate what that error was.
#sbom_state
def sbom_state() -> ::Grafeas::V1::DiscoveryOccurrence::SBOMStatus::SBOMState
Returns
- (::Grafeas::V1::DiscoveryOccurrence::SBOMStatus::SBOMState) — The progress of the SBOM generation.
#sbom_state=
def sbom_state=(value) -> ::Grafeas::V1::DiscoveryOccurrence::SBOMStatus::SBOMState
Parameter
- value (::Grafeas::V1::DiscoveryOccurrence::SBOMStatus::SBOMState) — The progress of the SBOM generation.
Returns
- (::Grafeas::V1::DiscoveryOccurrence::SBOMStatus::SBOMState) — The progress of the SBOM generation.