Struct google_remotebuildexecution2::api::BuildBazelRemoteExecutionV2BatchUpdateBlobsResponseResponse
source · pub struct BuildBazelRemoteExecutionV2BatchUpdateBlobsResponseResponse {
pub digest: Option<BuildBazelRemoteExecutionV2Digest>,
pub status: Option<GoogleRpcStatus>,
}Expand description
A response corresponding to a single blob that the client tried to upload.
This type is not used in any activity, and only used as part of another schema.
Fields§
§digest: Option<BuildBazelRemoteExecutionV2Digest>The blob digest to which this response corresponds.
status: Option<GoogleRpcStatus>The result of attempting to upload that blob.
Trait Implementations§
source§impl Clone for BuildBazelRemoteExecutionV2BatchUpdateBlobsResponseResponse
impl Clone for BuildBazelRemoteExecutionV2BatchUpdateBlobsResponseResponse
source§fn clone(&self) -> BuildBazelRemoteExecutionV2BatchUpdateBlobsResponseResponse
fn clone(&self) -> BuildBazelRemoteExecutionV2BatchUpdateBlobsResponseResponse
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Default for BuildBazelRemoteExecutionV2BatchUpdateBlobsResponseResponse
impl Default for BuildBazelRemoteExecutionV2BatchUpdateBlobsResponseResponse
source§fn default() -> BuildBazelRemoteExecutionV2BatchUpdateBlobsResponseResponse
fn default() -> BuildBazelRemoteExecutionV2BatchUpdateBlobsResponseResponse
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for BuildBazelRemoteExecutionV2BatchUpdateBlobsResponseResponse
impl<'de> Deserialize<'de> for BuildBazelRemoteExecutionV2BatchUpdateBlobsResponseResponse
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more