Class: Grafeas::V1::VulnerabilityAssessmentNote::Product

Inherits:
Object
  • Object
show all
Extended by:
Google::Protobuf::MessageExts::ClassMethods
Includes:
Google::Protobuf::MessageExts
Defined in:
proto_docs/grafeas/v1/vex.rb

Overview

Product contains information about a product and how to uniquely identify it. (-- api-linter: core::0123::resource-annotation=disabled aip.dev/not-precedent: Product is not a separate resource. --)

Instance Attribute Summary collapse

Instance Attribute Details

#generic_uri::String

Returns Contains a URI which is vendor-specific. Example: The artifact repository URL of an image.

Returns:

  • (::String)

    Contains a URI which is vendor-specific. Example: The artifact repository URL of an image.



90
91
92
93
# File 'proto_docs/grafeas/v1/vex.rb', line 90

class Product
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#id::String

Returns Token that identifies a product so that it can be referred to from other parts in the document. There is no predefined format as long as it uniquely identifies a group in the context of the current document.

Returns:

  • (::String)

    Token that identifies a product so that it can be referred to from other parts in the document. There is no predefined format as long as it uniquely identifies a group in the context of the current document.



90
91
92
93
# File 'proto_docs/grafeas/v1/vex.rb', line 90

class Product
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#name::String

Returns Name of the product.

Returns:

  • (::String)

    Name of the product.



90
91
92
93
# File 'proto_docs/grafeas/v1/vex.rb', line 90

class Product
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end