Class: Google::Cloud::Compute::V1::ReservationSlotsGetVersionRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::ReservationSlotsGetVersionRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Defined Under Namespace
Modules: SbomSelections
Instance Attribute Summary collapse
-
#sbom_selections ⇒ ::Array<::String>
The SBOM selection to return.
Instance Attribute Details
#sbom_selections ⇒ ::Array<::String>
Returns The SBOM selection to return. Duplicate values in the list will be ignored. Check the SbomSelections enum for the list of possible values.
64754 64755 64756 64757 64758 64759 64760 64761 64762 64763 64764 64765 64766 64767 64768 64769 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 64754 class ReservationSlotsGetVersionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods module SbomSelections # A value indicating that the enum field is not set. UNDEFINED_SBOM_SELECTIONS = 0 SBOM_SELECTION_CURRENT = 423_856_692 SBOM_SELECTION_TARGET = 152_837_462 SBOM_SELECTION_UNSPECIFIED = 379_615_858 end end |