public interface ArtifactSource
Modifier and Type | Method and Description |
---|---|
void |
getArtifact(java.lang.String name,
io.grpc.stub.StreamObserver<org.apache.beam.model.jobmanagement.v1.ArtifactApi.ArtifactChunk> responseObserver)
Get an artifact by its name.
|
org.apache.beam.model.jobmanagement.v1.ArtifactApi.Manifest |
getManifest()
Get the artifact manifest available from this source.
|
org.apache.beam.model.jobmanagement.v1.ArtifactApi.Manifest getManifest() throws java.io.IOException
java.io.IOException
void getArtifact(java.lang.String name, io.grpc.stub.StreamObserver<org.apache.beam.model.jobmanagement.v1.ArtifactApi.ArtifactChunk> responseObserver)