Class: Google::Apis::ContaineranalysisV1::RunDetails
- Inherits:
-
Object
- Object
- Google::Apis::ContaineranalysisV1::RunDetails
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/containeranalysis_v1/classes.rb,
lib/google/apis/containeranalysis_v1/representations.rb,
lib/google/apis/containeranalysis_v1/representations.rb
Instance Attribute Summary collapse
-
#builder ⇒ Google::Apis::ContaineranalysisV1::ProvenanceBuilder
Corresponds to the JSON property
builder. -
#byproducts ⇒ Array<Google::Apis::ContaineranalysisV1::ResourceDescriptor>
Corresponds to the JSON property
byproducts. -
#metadata ⇒ Google::Apis::ContaineranalysisV1::BuildMetadata
Corresponds to the JSON property
metadata.
Instance Method Summary collapse
-
#initialize(**args) ⇒ RunDetails
constructor
A new instance of RunDetails.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ RunDetails
Returns a new instance of RunDetails.
6742 6743 6744 |
# File 'lib/google/apis/containeranalysis_v1/classes.rb', line 6742 def initialize(**args) update!(**args) end |
Instance Attribute Details
#builder ⇒ Google::Apis::ContaineranalysisV1::ProvenanceBuilder
Corresponds to the JSON property builder
6730 6731 6732 |
# File 'lib/google/apis/containeranalysis_v1/classes.rb', line 6730 def builder @builder end |
#byproducts ⇒ Array<Google::Apis::ContaineranalysisV1::ResourceDescriptor>
Corresponds to the JSON property byproducts
6735 6736 6737 |
# File 'lib/google/apis/containeranalysis_v1/classes.rb', line 6735 def byproducts @byproducts end |
#metadata ⇒ Google::Apis::ContaineranalysisV1::BuildMetadata
Corresponds to the JSON property metadata
6740 6741 6742 |
# File 'lib/google/apis/containeranalysis_v1/classes.rb', line 6740 def @metadata end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
6747 6748 6749 6750 6751 |
# File 'lib/google/apis/containeranalysis_v1/classes.rb', line 6747 def update!(**args) @builder = args[:builder] if args.key?(:builder) @byproducts = args[:byproducts] if args.key?(:byproducts) @metadata = args[:metadata] if args.key?(:metadata) end |