Module add_artifacts_request

Source
Expand description

Nested message and enum types in AddArtifactsRequest.

Structs§

ArtifactChunk
A chunk of an Artifact.
Batch
A number of SingleChunkArtifact batched into a single RPC.
BeginChunkedArtifact
Signals the beginning/start of a chunked artifact. A large artifact is transferred through a payload of BeginChunkedArtifact followed by a sequence of ArtifactChunks.
SingleChunkArtifact
An artifact that is contained in a single ArtifactChunk. Generally, this message represents tiny artifacts such as REPL-generated class files.

Enums§

Payload
The payload is either a batch of artifacts or a partial chunk of a large artifact.