Google Cloud Deploy v1 API - Class DeployArtifact (2.15.0)

public sealed class DeployArtifact : IMessage<DeployArtifact>, IEquatable<DeployArtifact>, IDeepCloneable<DeployArtifact>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Deploy v1 API class DeployArtifact.

The artifacts produced by a deploy operation.

Inheritance

object > DeployArtifact

Namespace

Google.Cloud.Deploy.V1

Assembly

Google.Cloud.Deploy.V1.dll

Constructors

DeployArtifact()

public DeployArtifact()

DeployArtifact(DeployArtifact)

public DeployArtifact(DeployArtifact other)
Parameter
NameDescription
otherDeployArtifact

Properties

ArtifactUri

public string ArtifactUri { get; set; }

Output only. URI of a directory containing the artifacts. All paths are relative to this location.

Property Value
TypeDescription
string

ManifestPaths

public RepeatedField<string> ManifestPaths { get; }

Output only. File paths of the manifests applied during the deploy operation relative to the URI.

Property Value
TypeDescription
RepeatedFieldstring