Cloud Build v1 API - Class Artifacts.Types.ArtifactObjects (2.9.0)

public sealed class Artifacts.Types.ArtifactObjects : IMessage<Artifacts.Types.ArtifactObjects>, IEquatable<Artifacts.Types.ArtifactObjects>, IDeepCloneable<Artifacts.Types.ArtifactObjects>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Build v1 API class Artifacts.Types.ArtifactObjects.

Files in the workspace to upload to Cloud Storage upon successful completion of all build steps.

Inheritance

object > Artifacts.Types.ArtifactObjects

Namespace

Google.Cloud.CloudBuild.V1

Assembly

Google.Cloud.CloudBuild.V1.dll

Constructors

ArtifactObjects()

public ArtifactObjects()

ArtifactObjects(ArtifactObjects)

public ArtifactObjects(Artifacts.Types.ArtifactObjects other)
Parameter
NameDescription
otherArtifactsTypesArtifactObjects

Properties

Location

public string Location { get; set; }

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.

Property Value
TypeDescription
string

Paths

public RepeatedField<string> Paths { get; }

Path globs used to match files in the build's workspace.

Property Value
TypeDescription
RepeatedFieldstring

Timing

public TimeSpan Timing { get; set; }

Output only. Stores timing information for pushing all artifact objects.

Property Value
TypeDescription
TimeSpan