public sealed class DeployJobRunMetadata : IMessage<DeployJobRunMetadata>, IEquatable<DeployJobRunMetadata>, IDeepCloneable<DeployJobRunMetadata>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Deploy v1 API class DeployJobRunMetadata.
DeployJobRunMetadata surfaces information associated with a DeployJobRun to
the user.
Implements
IMessageDeployJobRunMetadata, IEquatableDeployJobRunMetadata, IDeepCloneableDeployJobRunMetadata, IBufferMessage, IMessageNamespace
Google.Cloud.Deploy.V1Assembly
Google.Cloud.Deploy.V1.dll
Constructors
DeployJobRunMetadata()
public DeployJobRunMetadata()DeployJobRunMetadata(DeployJobRunMetadata)
public DeployJobRunMetadata(DeployJobRunMetadata other)| Parameter | |
|---|---|
| Name | Description |
other |
DeployJobRunMetadata |
Properties
CloudRun
public CloudRunMetadata CloudRun { get; set; }Output only. The name of the Cloud Run Service that is associated with a
DeployJobRun.
| Property Value | |
|---|---|
| Type | Description |
CloudRunMetadata |
|
Custom
public CustomMetadata Custom { get; set; }Output only. Custom metadata provided by user-defined deploy operation.
| Property Value | |
|---|---|
| Type | Description |
CustomMetadata |
|
CustomTarget
public CustomTargetDeployMetadata CustomTarget { get; set; }Output only. Custom Target metadata associated with a DeployJobRun.
| Property Value | |
|---|---|
| Type | Description |
CustomTargetDeployMetadata |
|