google_api_remote_build_execution v0.7.0 GoogleApi.RemoteBuildExecution.V2.Model.BuildBazelRemoteExecutionV2BatchUpdateBlobsResponseResponse View Source
A response corresponding to a single blob that the client tried to upload.
Attributes
digest
(type:GoogleApi.RemoteBuildExecution.V2.Model.BuildBazelRemoteExecutionV2Digest.t
, default:nil
) - The blob digest to which this response corresponds.status
(type:GoogleApi.RemoteBuildExecution.V2.Model.GoogleRpcStatus.t
, default:nil
) - The result of attempting to upload that blob.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.RemoteBuildExecution.V2.Model.BuildBazelRemoteExecutionV2BatchUpdateBlobsResponseResponse{ digest: GoogleApi.RemoteBuildExecution.V2.Model.BuildBazelRemoteExecutionV2Digest.t(), status: GoogleApi.RemoteBuildExecution.V2.Model.GoogleRpcStatus.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.