Struct google_remotebuildexecution2::api::BuildBazelRemoteExecutionV2BatchUpdateBlobsRequestRequest
source · pub struct BuildBazelRemoteExecutionV2BatchUpdateBlobsRequestRequest {
pub data: Option<Vec<u8>>,
pub digest: Option<BuildBazelRemoteExecutionV2Digest>,
}Expand description
A request corresponding to a single blob that the client wants to upload.
This type is not used in any activity, and only used as part of another schema.
Fields§
§data: Option<Vec<u8>>The raw binary data.
digest: Option<BuildBazelRemoteExecutionV2Digest>The digest of the blob. This MUST be the digest of data.
Trait Implementations§
source§impl Clone for BuildBazelRemoteExecutionV2BatchUpdateBlobsRequestRequest
impl Clone for BuildBazelRemoteExecutionV2BatchUpdateBlobsRequestRequest
source§fn clone(&self) -> BuildBazelRemoteExecutionV2BatchUpdateBlobsRequestRequest
fn clone(&self) -> BuildBazelRemoteExecutionV2BatchUpdateBlobsRequestRequest
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 BuildBazelRemoteExecutionV2BatchUpdateBlobsRequestRequest
impl Default for BuildBazelRemoteExecutionV2BatchUpdateBlobsRequestRequest
source§fn default() -> BuildBazelRemoteExecutionV2BatchUpdateBlobsRequestRequest
fn default() -> BuildBazelRemoteExecutionV2BatchUpdateBlobsRequestRequest
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for BuildBazelRemoteExecutionV2BatchUpdateBlobsRequestRequest
impl<'de> Deserialize<'de> for BuildBazelRemoteExecutionV2BatchUpdateBlobsRequestRequest
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