Class DeployJobRunMetadata
DeployJobRunMetadata surfaces information associated with a DeployJobRun
to the user.
Implements
Inherited Members
Namespace: Google.Apis.CloudDeploy.v1.Data
Assembly: Google.Apis.CloudDeploy.v1.dll
Syntax
public class DeployJobRunMetadata : IDirectResponseSchema
Properties
CloudRun
Output only. The name of the Cloud Run Service that is associated with a DeployJobRun
.
Declaration
[JsonProperty("cloudRun")]
public virtual CloudRunMetadata CloudRun { get; set; }
Property Value
Type | Description |
---|---|
CloudRunMetadata |
Custom
Output only. Custom metadata provided by user-defined deploy operation.
Declaration
[JsonProperty("custom")]
public virtual CustomMetadata Custom { get; set; }
Property Value
Type | Description |
---|---|
CustomMetadata |
CustomTarget
Output only. Custom Target metadata associated with a DeployJobRun
.
Declaration
[JsonProperty("customTarget")]
public virtual CustomTargetDeployMetadata CustomTarget { get; set; }
Property Value
Type | Description |
---|---|
CustomTargetDeployMetadata |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |