Struct gapi_grpc::google::storagetransfer::v1::TransferSpec[][src]

pub struct TransferSpec {
    pub object_conditions: Option<ObjectConditions>,
    pub transfer_options: Option<TransferOptions>,
    pub data_source: Option<DataSource>,
    pub data_sink: Option<DataSink>,
}

Configuration for running a transfer.

Fields

object_conditions: Option<ObjectConditions>

Only objects that satisfy these object conditions are included in the set of data source and data sink objects. Object conditions based on objects’ lastModificationTime do not exclude objects in a data sink.

transfer_options: Option<TransferOptions>

If the option deleteObjectsUniqueInSink is true, object conditions based on objects’ lastModificationTime are ignored and do not exclude objects in a data source or a data sink.

data_source: Option<DataSource>

The read source of the data.

data_sink: Option<DataSink>

The write sink for the data.

Trait Implementations

impl Clone for TransferSpec[src]

impl Debug for TransferSpec[src]

impl Default for TransferSpec[src]

impl Message for TransferSpec[src]

impl PartialEq<TransferSpec> for TransferSpec[src]

impl StructuralPartialEq for TransferSpec[src]

Auto Trait Implementations

impl RefUnwindSafe for TransferSpec

impl Send for TransferSpec

impl Sync for TransferSpec

impl Unpin for TransferSpec

impl UnwindSafe for TransferSpec

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]