Class: Google::Cloud::Compute::V1::ReservationSubBlocksGetVersionRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::ReservationSubBlocksGetVersionRequest
- 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. Check the SbomSelections enum for the list of possible values.
66024 66025 66026 66027 66028 66029 66030 66031 66032 66033 66034 66035 66036 66037 66038 66039 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 66024 class ReservationSubBlocksGetVersionRequest 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 |