package google.bytestream

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

service ByteStream

bytestream.proto:46

#### Introduction The Byte Stream API enables a client to read and write a stream of bytes to and from a resource. Resources have names, and these names are supplied in the API calls below to identify the resource that is being read from or written to. All implementations of the Byte Stream API export the interface defined here: * `Read()`: Reads the contents of a resource. * `Write()`: Writes the contents of a resource. The client can call `Write()` multiple times with the same resource and can check the status of the write by calling `QueryWriteStatus()`. #### Service parameters and metadata The ByteStream API provides no direct way to access/modify any metadata associated with the resource. #### Errors The errors returned by the service are in the Google canonical error space.

message QueryWriteStatusRequest

bytestream.proto:165

Request object for ByteStream.QueryWriteStatus.

Used as request type in: ByteStream.QueryWriteStatus

Used as field type in: com.github.trace_machina.nativelink.events.RequestEvent

message QueryWriteStatusResponse

bytestream.proto:171

Response object for ByteStream.QueryWriteStatus.

Used as response type in: ByteStream.QueryWriteStatus

Used as field type in: com.github.trace_machina.nativelink.events.ResponseEvent

message ReadRequest

bytestream.proto:95

Request object for ByteStream.Read.

Used as request type in: ByteStream.Read

Used as field type in: com.github.trace_machina.nativelink.events.RequestEvent

message WriteResponse

bytestream.proto:159

Response object for ByteStream.Write.

Used as response type in: ByteStream.Write

Used as field type in: com.github.trace_machina.nativelink.events.ResponseEvent