Class: Google::Cloud::ContainerAnalysis::V1::ExportSBOMRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/devtools/containeranalysis/v1/containeranalysis.rb

Overview

The request to generate and export SBOM. Target must be specified for the request.

Defined Under Namespace

Classes: CloudStorageLocation

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_storage_location::Google::Cloud::ContainerAnalysis::V1::ExportSBOMRequest::CloudStorageLocation

Returns Optional. Empty placeholder to denote that this is a Google Cloud Storage export request.

Returns:



34
35
36
37
38
39
40
41
42
43
44
# File 'proto_docs/google/devtools/containeranalysis/v1/containeranalysis.rb', line 34

class ExportSBOMRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Empty placeholder to denote that this is a Google Cloud Storage
  # export request.
  class CloudStorageLocation
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#name::String

Returns Required. The name of the resource in the form of projects/[PROJECT_ID]/resources/[RESOURCE_URL].

Returns:

  • (::String)

    Required. The name of the resource in the form of projects/[PROJECT_ID]/resources/[RESOURCE_URL].



34
35
36
37
38
39
40
41
42
43
44
# File 'proto_docs/google/devtools/containeranalysis/v1/containeranalysis.rb', line 34

class ExportSBOMRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Empty placeholder to denote that this is a Google Cloud Storage
  # export request.
  class CloudStorageLocation
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end