Expand description
Nested message and enum types in AddArtifactsRequest
.
Structs§
- Artifact
Chunk - A chunk of an Artifact.
- Batch
- A number of
SingleChunkArtifact
batched into a single RPC. - Begin
Chunked Artifact - Signals the beginning/start of a chunked artifact.
A large artifact is transferred through a payload of
BeginChunkedArtifact
followed by a sequence ofArtifactChunk
s. - Single
Chunk Artifact - 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.