Show / Hide Table of Contents

Class ScheduledReleaseRecord

A record of an attempt to create a compilation result for this release config.

Inheritance
object
ScheduledReleaseRecord
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.Dataform.v1beta1.Data
Assembly: Google.Apis.Dataform.v1beta1.dll
Syntax
public class ScheduledReleaseRecord : IDirectResponseSchema

Properties

CompilationResult

The name of the created compilation result, if one was successfully created. Must be in the format projects/*/locations/*/repositories/*/compilationResults/*.

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

ETag

The ETag of the item.

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

ErrorStatus

The error status encountered upon this attempt to create the compilation result, if the attempt was unsuccessful.

Declaration
[JsonProperty("errorStatus")]
public virtual Status ErrorStatus { get; set; }
Property Value
Type Description
Status

ReleaseTime

object representation of ReleaseTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use ReleaseTimeDateTimeOffset instead.")]
public virtual object ReleaseTime { get; set; }
Property Value
Type Description
object

ReleaseTimeDateTimeOffset

DateTimeOffset representation of ReleaseTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? ReleaseTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

ReleaseTimeRaw

Output only. The timestamp of this release attempt.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX