public sealed class DeployArtifact : IMessage<DeployArtifact>, IEquatable<DeployArtifact>, IDeepCloneable<DeployArtifact>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Deploy v1 API class DeployArtifact.
The artifacts produced by a deploy operation.
Implements
IMessageDeployArtifact, IEquatableDeployArtifact, IDeepCloneableDeployArtifact, IBufferMessage, IMessageNamespace
Google.Cloud.Deploy.V1Assembly
Google.Cloud.Deploy.V1.dll
Constructors
DeployArtifact()
public DeployArtifact()DeployArtifact(DeployArtifact)
public DeployArtifact(DeployArtifact other)| Parameter | |
|---|---|
| Name | Description |
other |
DeployArtifact |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|