public static class GrpcProtocol.GrpcOutputFile extends Object implements Protocol.OutputFile
Constructor and Description |
---|
GrpcOutputFile(build.bazel.remote.execution.v2.OutputFile outputFile) |
Modifier and Type | Method and Description |
---|---|
Protocol.Digest |
getDigest() |
boolean |
getIsExecutable() |
String |
getPath() |
public GrpcOutputFile(build.bazel.remote.execution.v2.OutputFile outputFile)
public String getPath()
getPath
in interface Protocol.OutputFile
public Protocol.Digest getDigest()
getDigest
in interface Protocol.OutputFile
public boolean getIsExecutable()
getIsExecutable
in interface Protocol.OutputFile