Expand description

Nested message and enum types in AddArtifactsRequest.

Structs

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

Enums

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