Show / Hide Table of Contents

Class CheckInRequest

The parameters to the CheckIn method.

Inheritance
object
CheckInRequest
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.Genomics.v2alpha1.Data
Assembly: Google.Apis.Genomics.v2alpha1.dll
Syntax
public class CheckInRequest : IDirectResponseSchema

Properties

DeadlineExpired

The deadline has expired and the worker needs more time.

Declaration
[JsonProperty("deadlineExpired")]
public virtual Empty DeadlineExpired { get; set; }
Property Value
Type Description
Empty

ETag

The ETag of the item.

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

Event__

A workflow specific event occurred.

Declaration
[JsonProperty("event")]
public virtual IDictionary<string, object> Event__ { get; set; }
Property Value
Type Description
System.Collections.Generic.IDictionary<TKey, TValue><string, object>

Events

A list of timestamped events.

Declaration
[JsonProperty("events")]
public virtual IList<TimestampedEvent> Events { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<T><TimestampedEvent>

Result

The operation has finished with the given result.

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

SosReport

An SOS report for an unexpected VM failure.

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

WorkerStatus

Data about the status of the worker VM.

Declaration
[JsonProperty("workerStatus")]
public virtual WorkerStatus WorkerStatus { get; set; }
Property Value
Type Description
WorkerStatus

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX