Struct google_api_proto::google::devtools::resultstore::v2::DownloadMetadata
source · pub struct DownloadMetadata {
pub name: String,
pub upload_status: i32,
pub create_time: Option<Timestamp>,
pub finalize_time: Option<Timestamp>,
pub immutable_time: Option<Timestamp>,
}
Expand description
The download metadata for an invocation
Fields§
§name: String
The name of the download metadata. Its format will be: invocations/${INVOCATION_ID}/downloadMetadata
upload_status: i32
Indicates the upload status of the invocation, whether it is post-processing, or immutable, etc.
create_time: Option<Timestamp>
If populated, the time when CreateInvocation is called. This does not necessarily line up with the start time of the invocation. Please use invocation.timing.start_time for that purpose.
finalize_time: Option<Timestamp>
If populated, the time when FinalizeInvocation is called or when invocation is automatically finalized. This field is populated when upload_status becomes POST_PROCESSING.
immutable_time: Option<Timestamp>
If populated, the time when all post processing is done and the invocation is marked as immutable. This field is populated when upload_status becomes IMMUTABLE.
Implementations§
source§impl DownloadMetadata
impl DownloadMetadata
sourcepub fn upload_status(&self) -> UploadStatus
pub fn upload_status(&self) -> UploadStatus
Returns the enum value of upload_status
, or the default if the field is set to an invalid enum value.
sourcepub fn set_upload_status(&mut self, value: UploadStatus)
pub fn set_upload_status(&mut self, value: UploadStatus)
Sets upload_status
to the provided enum value.
Trait Implementations§
source§impl Clone for DownloadMetadata
impl Clone for DownloadMetadata
source§fn clone(&self) -> DownloadMetadata
fn clone(&self) -> DownloadMetadata
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for DownloadMetadata
impl Debug for DownloadMetadata
source§impl Default for DownloadMetadata
impl Default for DownloadMetadata
source§impl Message for DownloadMetadata
impl Message for DownloadMetadata
source§fn encoded_len(&self) -> usize
fn encoded_len(&self) -> usize
source§fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
source§fn encode_to_vec(&self) -> Vec<u8>where
Self: Sized,
fn encode_to_vec(&self) -> Vec<u8>where
Self: Sized,
source§fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
source§fn encode_length_delimited_to_vec(&self) -> Vec<u8>where
Self: Sized,
fn encode_length_delimited_to_vec(&self) -> Vec<u8>where
Self: Sized,
source§fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
source§fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
source§fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
self
. Read moresource§fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
self
.source§impl PartialEq for DownloadMetadata
impl PartialEq for DownloadMetadata
source§fn eq(&self, other: &DownloadMetadata) -> bool
fn eq(&self, other: &DownloadMetadata) -> bool
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DownloadMetadata
Auto Trait Implementations§
impl Freeze for DownloadMetadata
impl RefUnwindSafe for DownloadMetadata
impl Send for DownloadMetadata
impl Sync for DownloadMetadata
impl Unpin for DownloadMetadata
impl UnwindSafe for DownloadMetadata
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
T
in a tonic::Request