Struct gapi_grpc::google::cloud::bigquery::storage::v1beta2::BatchCommitWriteStreamsResponse[][src]

pub struct BatchCommitWriteStreamsResponse {
    pub commit_time: Option<Timestamp>,
    pub stream_errors: Vec<StorageError>,
}

Response message for BatchCommitWriteStreams.

Fields

commit_time: Option<Timestamp>

The time at which streams were committed in microseconds granularity. This field will only exist when there are no stream errors. Note if this field is not set, it means the commit was not successful.

stream_errors: Vec<StorageError>

Stream level error if commit failed. Only streams with error will be in the list. If empty, there is no error and all streams are committed successfully. If non empty, certain streams have errors and ZERO stream is committed due to atomicity guarantee.

Trait Implementations

impl Clone for BatchCommitWriteStreamsResponse[src]

impl Debug for BatchCommitWriteStreamsResponse[src]

impl Default for BatchCommitWriteStreamsResponse[src]

impl Message for BatchCommitWriteStreamsResponse[src]

impl PartialEq<BatchCommitWriteStreamsResponse> for BatchCommitWriteStreamsResponse[src]

impl StructuralPartialEq for BatchCommitWriteStreamsResponse[src]

Auto Trait Implementations

impl RefUnwindSafe for BatchCommitWriteStreamsResponse

impl Send for BatchCommitWriteStreamsResponse

impl Sync for BatchCommitWriteStreamsResponse

impl Unpin for BatchCommitWriteStreamsResponse

impl UnwindSafe for BatchCommitWriteStreamsResponse

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]