Show / Hide Table of Contents

Class RoutineBuildStatus

The status of a routine build.

Inheritance
object
RoutineBuildStatus
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.Bigquery.v2.Data
Assembly: Google.Apis.Bigquery.v2.dll
Syntax
public class RoutineBuildStatus : IDirectResponseSchema

Properties

BuildDuration

Output only. The time taken for the image build. Populated only after the build succeeds or fails.

Declaration
[JsonProperty("buildDuration")]
public virtual object BuildDuration { get; set; }
Property Value
Type Description
object

BuildState

Output only. The current build state of the routine.

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

BuildStateUpdateTime

object representation of BuildStateUpdateTimeRaw.

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

BuildStateUpdateTimeDateTimeOffset

DateTimeOffset representation of BuildStateUpdateTimeRaw.

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

BuildStateUpdateTimeRaw

Output only. The time when the build state was updated last.

Declaration
[JsonProperty("buildStateUpdateTime")]
public virtual string BuildStateUpdateTimeRaw { 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

ErrorResult

Output only. A result object that will be present only if the build has failed.

Declaration
[JsonProperty("errorResult")]
public virtual ErrorProto ErrorResult { get; set; }
Property Value
Type Description
ErrorProto

ImageSizeBytes

Output only. The size of the image in bytes. Populated only after the build succeeds.

Declaration
[JsonProperty("imageSizeBytes")]
public virtual long? ImageSizeBytes { get; set; }
Property Value
Type Description
long?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX