Struct gapi_grpc::google::genomics::v1alpha2::SetOperationStatusRequest[][src]

pub struct SetOperationStatusRequest {
    pub operation_id: String,
    pub timestamp_events: Vec<TimestampEvent>,
    pub error_code: i32,
    pub error_message: String,
    pub validation_token: u64,
}

Request to set operation status. Should only be used by VMs created by the Pipelines Service and not by end users.

Fields

operation_id: Stringtimestamp_events: Vec<TimestampEvent>error_code: i32error_message: Stringvalidation_token: u64

Implementations

impl SetOperationStatusRequest[src]

pub fn error_code(&self) -> Code[src]

Returns the enum value of error_code, or the default if the field is set to an invalid enum value.

pub fn set_error_code(&mut self, value: Code)[src]

Sets error_code to the provided enum value.

Trait Implementations

impl Clone for SetOperationStatusRequest[src]

impl Debug for SetOperationStatusRequest[src]

impl Default for SetOperationStatusRequest[src]

impl Message for SetOperationStatusRequest[src]

impl PartialEq<SetOperationStatusRequest> for SetOperationStatusRequest[src]

impl StructuralPartialEq for SetOperationStatusRequest[src]

Auto Trait Implementations

impl RefUnwindSafe for SetOperationStatusRequest

impl Send for SetOperationStatusRequest

impl Sync for SetOperationStatusRequest

impl Unpin for SetOperationStatusRequest

impl UnwindSafe for SetOperationStatusRequest

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]