class Google::Apis::CloudbuildV1::Results
Results describes the artifacts created by the build pipeline.
Attributes
images[RW]
Images that were built as a part of the build. Corresponds to the JSON property `images` @return [Array<Google::Apis::CloudbuildV1::BuiltImage>]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/cloudbuild_v1/classes.rb, line 310 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File generated/google/apis/cloudbuild_v1/classes.rb, line 315 def update!(**args) @images = args[:images] if args.key?(:images) end