Cloud Life Sciences v2beta API - Class DelayedEvent (2.0.0-beta05)

public sealed class DelayedEvent : IMessage<DelayedEvent>, IEquatable<DelayedEvent>, IDeepCloneable<DelayedEvent>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Life Sciences v2beta API class DelayedEvent.

An event generated whenever a resource limitation or transient error delays execution of a pipeline that was otherwise ready to run.

Inheritance

object > DelayedEvent

Namespace

Google.Cloud.LifeSciences.V2Beta

Assembly

Google.Cloud.LifeSciences.V2Beta.dll

Constructors

DelayedEvent()

public DelayedEvent()

DelayedEvent(DelayedEvent)

public DelayedEvent(DelayedEvent other)
Parameter
NameDescription
otherDelayedEvent

Properties

Cause

public string Cause { get; set; }

A textual description of the cause of the delay. The string can change without notice because it is often generated by another service (such as Compute Engine).

Property Value
TypeDescription
string

Metrics

public RepeatedField<string> Metrics { get; }

If the delay was caused by a resource shortage, this field lists the Compute Engine metrics that are preventing this operation from running (for example, CPUS or INSTANCES). If the particular metric is not known, a single UNKNOWN metric will be present.

Property Value
TypeDescription
RepeatedFieldstring