Struct gapi_grpc::google::devtools::resultstore::v2::UploadMetadata[][src]

pub struct UploadMetadata {
    pub name: String,
    pub resume_token: String,
    pub uploader_state: Vec<u8>,
}
[]

The upload metadata for an invocation

Fields

name: String
[]

The name of the upload metadata. Its format will be: invocations/${INVOCATION_ID}/uploadMetadata

resume_token: String
[]

The resume token of the last batch that was committed in the most recent batch upload. More information with resume_token could be found in resultstore_upload.proto

uploader_state: Vec<u8>
[]

Client-specific data used to resume batch upload if an error occurs and retry action is needed.

Trait Implementations

impl Clone for UploadMetadata[src][+]

impl Debug for UploadMetadata[src][+]

impl Default for UploadMetadata[src][+]

impl Message for UploadMetadata[src][+]

impl PartialEq<UploadMetadata> for UploadMetadata[src][+]

impl StructuralPartialEq for UploadMetadata[src]

Auto Trait Implementations

impl RefUnwindSafe for UploadMetadata

impl Send for UploadMetadata

impl Sync for UploadMetadata

impl Unpin for UploadMetadata

impl UnwindSafe for UploadMetadata

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][+]