src/main/java/com/google/devtools/build/remote/client/RemoteClientOptions.java [140:148]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public File file = null;

    @Parameter(
        names = {"--digest", "-d"},
        converter = DigestConverter.class,
        description = "Action digest in the form hex_hash/size_bytes. Use for V2 API.")
    public Digest actionDigest = null;

    @Parameter(
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/main/java/com/google/devtools/build/remote/client/RemoteClientOptions.java [198:206]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public File file = null;

    @Parameter(
        names = {"--digest", "-d"},
        converter = DigestConverter.class,
        description = "Action digest in the form hex_hash/size_bytes. Use for V2 API.")
    public Digest actionDigest = null;

    @Parameter(
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



