Show / Hide Table of Contents

Class DeployJobRunMetadata

DeployJobRunMetadata surfaces information associated with a DeployJobRun to the user.

Inheritance
object
DeployJobRunMetadata
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX