Show / Hide Table of Contents

Class Event

Carries information about events that occur during pipeline execution.

Inheritance
object
Event
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.CloudLifeSciences.v2beta.Data
Assembly: Google.Apis.CloudLifeSciences.v2beta.dll
Syntax
public class Event : IDirectResponseSchema

Properties

ContainerKilled

See google.cloud.lifesciences.v2beta.ContainerKilledEvent.

Declaration
[JsonProperty("containerKilled")]
public virtual ContainerKilledEvent ContainerKilled { get; set; }
Property Value
Type Description
ContainerKilledEvent

ContainerStarted

See google.cloud.lifesciences.v2beta.ContainerStartedEvent.

Declaration
[JsonProperty("containerStarted")]
public virtual ContainerStartedEvent ContainerStarted { get; set; }
Property Value
Type Description
ContainerStartedEvent

ContainerStopped

See google.cloud.lifesciences.v2beta.ContainerStoppedEvent.

Declaration
[JsonProperty("containerStopped")]
public virtual ContainerStoppedEvent ContainerStopped { get; set; }
Property Value
Type Description
ContainerStoppedEvent

Delayed

See google.cloud.lifesciences.v2beta.DelayedEvent.

Declaration
[JsonProperty("delayed")]
public virtual DelayedEvent Delayed { get; set; }
Property Value
Type Description
DelayedEvent

Description

A human-readable description of the event. Note that these strings can change at any time without notice. Any application logic must use the information in the details field.

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

Failed

See google.cloud.lifesciences.v2beta.FailedEvent.

Declaration
[JsonProperty("failed")]
public virtual FailedEvent Failed { get; set; }
Property Value
Type Description
FailedEvent

PullStarted

See google.cloud.lifesciences.v2beta.PullStartedEvent.

Declaration
[JsonProperty("pullStarted")]
public virtual PullStartedEvent PullStarted { get; set; }
Property Value
Type Description
PullStartedEvent

PullStopped

See google.cloud.lifesciences.v2beta.PullStoppedEvent.

Declaration
[JsonProperty("pullStopped")]
public virtual PullStoppedEvent PullStopped { get; set; }
Property Value
Type Description
PullStoppedEvent

Timestamp

object representation of TimestampRaw.

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

TimestampDateTimeOffset

DateTimeOffset representation of TimestampRaw.

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

TimestampRaw

The time at which the event occurred.

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

UnexpectedExitStatus

See google.cloud.lifesciences.v2beta.UnexpectedExitStatusEvent.

Declaration
[JsonProperty("unexpectedExitStatus")]
public virtual UnexpectedExitStatusEvent UnexpectedExitStatus { get; set; }
Property Value
Type Description
UnexpectedExitStatusEvent

WorkerAssigned

See google.cloud.lifesciences.v2beta.WorkerAssignedEvent.

Declaration
[JsonProperty("workerAssigned")]
public virtual WorkerAssignedEvent WorkerAssigned { get; set; }
Property Value
Type Description
WorkerAssignedEvent

WorkerReleased

See google.cloud.lifesciences.v2beta.WorkerReleasedEvent.

Declaration
[JsonProperty("workerReleased")]
public virtual WorkerReleasedEvent WorkerReleased { get; set; }
Property Value
Type Description
WorkerReleasedEvent

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX