public sealed class DelayedEvent : IMessage<DelayedEvent>, IEquatable<DelayedEvent>, IDeepCloneable<DelayedEvent>, IBufferMessage, IMessage
An event generated whenever a resource limitation or transient error delays execution of a pipeline that was otherwise ready to run.
Implements
IMessage<DelayedEvent>, IEquatable<DelayedEvent>, IDeepCloneable<DelayedEvent>, IBufferMessage, IMessageNamespace
Google.Cloud.LifeSciences.V2BetaAssembly
Google.Cloud.LifeSciences.V2Beta.dll
Constructors
DelayedEvent()
public DelayedEvent()
DelayedEvent(DelayedEvent)
public DelayedEvent(DelayedEvent other)
Parameter | |
---|---|
Name | Description |
other | DelayedEvent |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
RepeatedField<String> |