Class: Google::Apis::ContaineranalysisV1beta1::GrafeasV1beta1ImageDetails
- Inherits:
-
Object
- Object
- Google::Apis::ContaineranalysisV1beta1::GrafeasV1beta1ImageDetails
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/containeranalysis_v1beta1/classes.rb,
lib/google/apis/containeranalysis_v1beta1/representations.rb,
lib/google/apis/containeranalysis_v1beta1/representations.rb
Overview
Details of an image occurrence.
Instance Attribute Summary collapse
-
#derived_image ⇒ Google::Apis::ContaineranalysisV1beta1::Derived
Derived describes the derived image portion (Occurrence) of the DockerImage relationship.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GrafeasV1beta1ImageDetails
constructor
A new instance of GrafeasV1beta1ImageDetails.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GrafeasV1beta1ImageDetails
Returns a new instance of GrafeasV1beta1ImageDetails.
3645 3646 3647 |
# File 'lib/google/apis/containeranalysis_v1beta1/classes.rb', line 3645 def initialize(**args) update!(**args) end |
Instance Attribute Details
#derived_image ⇒ Google::Apis::ContaineranalysisV1beta1::Derived
Derived describes the derived image portion (Occurrence) of the DockerImage
relationship. This image would be produced from a Dockerfile with FROM .
Corresponds to the JSON property derivedImage
3643 3644 3645 |
# File 'lib/google/apis/containeranalysis_v1beta1/classes.rb', line 3643 def derived_image @derived_image end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3650 3651 3652 |
# File 'lib/google/apis/containeranalysis_v1beta1/classes.rb', line 3650 def update!(**args) @derived_image = args[:derived_image] if args.key?(:derived_image) end |