Show / Hide Table of Contents

Class TargetRender

Details of rendering for a single target.

Inheritance
object
TargetRender
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 TargetRender : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

FailureCause

Output only. Reason this render failed. This will always be unspecified while the render in progress.

Declaration
[JsonProperty("failureCause")]
public virtual string FailureCause { get; set; }
Property Value
Type Description
string

FailureMessage

Output only. Additional information about the render failure, if available.

Declaration
[JsonProperty("failureMessage")]
public virtual string FailureMessage { get; set; }
Property Value
Type Description
string

Metadata

Output only. Metadata related to the Release render for this Target.

Declaration
[JsonProperty("metadata")]
public virtual RenderMetadata Metadata { get; set; }
Property Value
Type Description
RenderMetadata

RenderingBuild

Output only. The resource name of the Cloud Build Build object that is used to render the manifest for this target. Format is projects/{project}/locations/{location}/builds/{build}.

Declaration
[JsonProperty("renderingBuild")]
public virtual string RenderingBuild { get; set; }
Property Value
Type Description
string

RenderingState

Output only. Current state of the render operation for this Target.

Declaration
[JsonProperty("renderingState")]
public virtual string RenderingState { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX