Struct gapi_grpc::google::cloud::saasaccelerator::management::logs::v1::InstanceEvent[][src]

pub struct InstanceEvent {
    pub verb: String,
    pub stage: String,
    pub msg: String,
    pub trace_id: String,
    pub node_id: String,
}

Fields

verb: String

The type of the event, e.g. Create, Update, etc.

stage: String

The state of the instance, e.g. “RETRYING_CREATE_INSTANCE”.

msg: String

A human-readable log message, e.g. “error in stage: CREATING, err: location not available”.

trace_id: String

The ID to uniquely locate all logs associated with a given request.

node_id: String

The instance node which is the subject of the operation, if known. Currently unused as tf actuation does not manage nodes.

Trait Implementations

impl Clone for InstanceEvent[src]

impl Debug for InstanceEvent[src]

impl Default for InstanceEvent[src]

impl Message for InstanceEvent[src]

impl PartialEq<InstanceEvent> for InstanceEvent[src]

impl StructuralPartialEq for InstanceEvent[src]

Auto Trait Implementations

impl RefUnwindSafe for InstanceEvent

impl Send for InstanceEvent

impl Sync for InstanceEvent

impl Unpin for InstanceEvent

impl UnwindSafe for InstanceEvent

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]