Struct gapi_grpc::google::cloud::lifesciences::v2beta::DelayedEvent[][src]

pub struct DelayedEvent {
    pub cause: String,
    pub metrics: Vec<String>,
}

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

Fields

cause: String

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).

metrics: Vec<String>

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.

Trait Implementations

impl Clone for DelayedEvent[src]

impl Debug for DelayedEvent[src]

impl Default for DelayedEvent[src]

impl Message for DelayedEvent[src]

impl PartialEq<DelayedEvent> for DelayedEvent[src]

impl StructuralPartialEq for DelayedEvent[src]

Auto Trait Implementations

impl RefUnwindSafe for DelayedEvent

impl Send for DelayedEvent

impl Sync for DelayedEvent

impl Unpin for DelayedEvent

impl UnwindSafe for DelayedEvent

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> IntoRequest<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]

impl<T> WithSubscriber for T[src]