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