Grafeas V1 API - Class Grafeas::V1::VulnerabilityAssessmentNote::Product (v0.16.1)

Reference documentation and code samples for the Grafeas V1 API class Grafeas::V1::VulnerabilityAssessmentNote::Product.

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. --)

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#generic_uri

def generic_uri() -> ::String
Returns
  • (::String) — Contains a URI which is vendor-specific. Example: The artifact repository URL of an image.

#generic_uri=

def generic_uri=(value) -> ::String
Parameter
  • value (::String) — 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.

#id

def id() -> ::String
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.

#id=

def id=(value) -> ::String
Parameter
  • value (::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.
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.

#name

def name() -> ::String
Returns
  • (::String) — Name of the product.

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — Name of the product.
Returns
  • (::String) — Name of the product.