[][src]Struct google_storagetransfer1::TransferOperation

pub struct TransferOperation {
    pub status: Option<String>,
    pub transfer_spec: Option<TransferSpec>,
    pub transfer_job_name: Option<String>,
    pub name: Option<String>,
    pub project_id: Option<String>,
    pub error_breakdowns: Option<Vec<ErrorSummary>>,
    pub start_time: Option<String>,
    pub end_time: Option<String>,
    pub counters: Option<TransferCounters>,
}

A description of the execution of a transfer.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

status: Option<String>

Status of the transfer operation.

transfer_spec: Option<TransferSpec>

Transfer specification.

transfer_job_name: Option<String>

The name of the transfer job that triggers this transfer operation.

name: Option<String>

A globally unique ID assigned by the system.

project_id: Option<String>

The ID of the Google Cloud Platform Project that owns the operation.

error_breakdowns: Option<Vec<ErrorSummary>>

Summarizes errors encountered with sample error log entries.

start_time: Option<String>

Start time of this transfer execution.

end_time: Option<String>

End time of this transfer execution.

counters: Option<TransferCounters>

Information about the progress of the transfer operation.

Trait Implementations

impl Resource for TransferOperation[src]

impl Clone for TransferOperation[src]

impl Default for TransferOperation[src]

impl Debug for TransferOperation[src]

impl Serialize for TransferOperation[src]

impl<'de> Deserialize<'de> for TransferOperation[src]

Auto Trait Implementations

Blanket Implementations

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

impl<T, U> Into<U> for T where
    U: From<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 = !

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<T> Borrow<T> for T where
    T: ?Sized
[src]

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

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

impl<T> Typeable for T where
    T: Any

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]