Class: Google::Cloud::Compute::V1::ReservationSlotsGetVersionRequest

Inherits:
Object
  • Object
show all
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

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.

Returns:

  • (::Array<::String>)

    The SBOM selection to return. Duplicate values in the list will be ignored. Check the SbomSelections enum for the list of possible values.



65839
65840
65841
65842
65843
65844
65845
65846
65847
65848
65849
65850
65851
65852
65853
65854
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 65839

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