class Google::Apis::ContaineranalysisV1::ContaineranalysisGoogleDevtoolsCloudbuildV1Artifacts
Artifacts produced by a build that should be uploaded upon successful completion of all build steps.
Attributes
A list of images to be pushed upon the successful completion of all build steps. The images will be pushed using the builder service account’s credentials. The digests of the pushed images will be stored in the Build resource’s results field. If any of the images fail to be pushed, the build is marked FAILURE. Corresponds to the JSON property ‘images` @return [Array<String>]
Files in the workspace to upload to Cloud Storage upon successful completion of all build steps. Corresponds to the JSON property ‘objects` @return [Google::Apis::ContaineranalysisV1::ContaineranalysisGoogleDevtoolsCloudbuildV1ArtifactsArtifactObjects]
Public Class Methods
# File lib/google/apis/containeranalysis_v1/classes.rb, line 1042 def initialize(**args) update!(**args) end
Public Instance Methods
Update properties of this object
# File lib/google/apis/containeranalysis_v1/classes.rb, line 1047 def update!(**args) @images = args[:images] if args.key?(:images) @objects = args[:objects] if args.key?(:objects) end