google_api_cloud_build v0.7.0 GoogleApi.CloudBuild.V1.Model.ArtifactObjects View Source
Files in the workspace to upload to Cloud Storage upon successful completion of all build steps.
Attributes
- location (String.t): Cloud Storage bucket and optional object path, in the form "gs://bucket/path/to/somewhere/". (see Bucket Name Requirements).
Files in the workspace matching any path pattern will be uploaded to
Cloud Storage with this location as a prefix. Defaults to nil.
- paths (list(String.t)): Path globs used to match files in the build's workspace. Defaults to
nil. - timing (GoogleApi.CloudBuild.V1.Model.TimeSpan.t): Output only. Stores timing information for pushing all artifact objects. Defaults to
nil.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.CloudBuild.V1.Model.ArtifactObjects{
location: String.t(),
paths: [String.t()],
timing: GoogleApi.CloudBuild.V1.Model.TimeSpan.t()
}
t() :: %GoogleApi.CloudBuild.V1.Model.ArtifactObjects{
location: String.t(),
paths: [String.t()],
timing: GoogleApi.CloudBuild.V1.Model.TimeSpan.t()
}
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.