Class: Google::Apis::ContaineranalysisV1beta1::RunDetails
- Inherits:
-
Object
- Object
- Google::Apis::ContaineranalysisV1beta1::RunDetails
- 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
Instance Attribute Summary collapse
-
#builder ⇒ Google::Apis::ContaineranalysisV1beta1::ProvenanceBuilder
Corresponds to the JSON property
builder
. -
#byproducts ⇒ Array<Google::Apis::ContaineranalysisV1beta1::ResourceDescriptor>
Corresponds to the JSON property
byproducts
. -
#metadata ⇒ Google::Apis::ContaineranalysisV1beta1::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.
6043 6044 6045 |
# File 'lib/google/apis/containeranalysis_v1beta1/classes.rb', line 6043 def initialize(**args) update!(**args) end |
Instance Attribute Details
#builder ⇒ Google::Apis::ContaineranalysisV1beta1::ProvenanceBuilder
Corresponds to the JSON property builder
6031 6032 6033 |
# File 'lib/google/apis/containeranalysis_v1beta1/classes.rb', line 6031 def builder @builder end |
#byproducts ⇒ Array<Google::Apis::ContaineranalysisV1beta1::ResourceDescriptor>
Corresponds to the JSON property byproducts
6036 6037 6038 |
# File 'lib/google/apis/containeranalysis_v1beta1/classes.rb', line 6036 def byproducts @byproducts end |
#metadata ⇒ Google::Apis::ContaineranalysisV1beta1::BuildMetadata
Corresponds to the JSON property metadata
6041 6042 6043 |
# File 'lib/google/apis/containeranalysis_v1beta1/classes.rb', line 6041 def @metadata end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
6048 6049 6050 6051 6052 |
# File 'lib/google/apis/containeranalysis_v1beta1/classes.rb', line 6048 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 |