class Google::Apis::ContaineranalysisV1::ContaineranalysisGoogleDevtoolsCloudbuildV1ArtifactsArtifactObjects
Files in the workspace to upload to Cloud Storage upon successful completion of all build steps.
Attributes
Cloud Storage bucket and optional object path, in the form “gs://bucket/path/ to/somewhere/”. (see [Bucket Name Requirements](cloud.google.com/ storage/docs/bucket-naming#requirements)). Files in the workspace matching any path pattern will be uploaded to Cloud Storage with this location as a prefix. Corresponds to the JSON property ‘location` @return [String]
Path globs used to match files in the build’s workspace. Corresponds to the JSON property ‘paths` @return [Array<String>]
Start and end times for a build execution phase. Corresponds to the JSON property ‘timing` @return [Google::Apis::ContaineranalysisV1::ContaineranalysisGoogleDevtoolsCloudbuildV1TimeSpan]
Public Class Methods
# File lib/google/apis/containeranalysis_v1/classes.rb, line 1076 def initialize(**args) update!(**args) end
Public Instance Methods
Update properties of this object
# File lib/google/apis/containeranalysis_v1/classes.rb, line 1081 def update!(**args) @location = args[:location] if args.key?(:location) @paths = args[:paths] if args.key?(:paths) @timing = args[:timing] if args.key?(:timing) end