Google Cloud Deploy v1 API - Class DeployJobRunMetadata (2.15.0)

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

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

DeployJobRunMetadata surfaces information associated with a DeployJobRun to the user.

Inheritance

object > DeployJobRunMetadata

Namespace

Google.Cloud.Deploy.V1

Assembly

Google.Cloud.Deploy.V1.dll

Constructors

DeployJobRunMetadata()

public DeployJobRunMetadata()

DeployJobRunMetadata(DeployJobRunMetadata)

public DeployJobRunMetadata(DeployJobRunMetadata other)
Parameter
NameDescription
otherDeployJobRunMetadata

Properties

CloudRun

public CloudRunMetadata CloudRun { get; set; }

Output only. The name of the Cloud Run Service that is associated with a DeployJobRun.

Property Value
TypeDescription
CloudRunMetadata

Custom

public CustomMetadata Custom { get; set; }

Output only. Custom metadata provided by user-defined deploy operation.

Property Value
TypeDescription
CustomMetadata

CustomTarget

public CustomTargetDeployMetadata CustomTarget { get; set; }

Output only. Custom Target metadata associated with a DeployJobRun.

Property Value
TypeDescription
CustomTargetDeployMetadata