Interface Ops.FileActionOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Ops.FileAction, Ops.FileAction.Builder
Enclosing class:
Ops

public static interface Ops.FileActionOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getInput

      long getInput()
       changes to this structure must be represented in json.go.
       
      int64 input = 1;
      Returns:
      The input.
    • getSecondaryInput

      long getSecondaryInput()
       --//--
       
      int64 secondaryInput = 2;
      Returns:
      The secondaryInput.
    • getOutput

      long getOutput()
      int64 output = 3;
      Returns:
      The output.
    • hasCopy

      boolean hasCopy()
       FileActionCopy copies files from secondaryInput on top of input
       
      .pb.FileActionCopy copy = 4;
      Returns:
      Whether the copy field is set.
    • getCopy

       FileActionCopy copies files from secondaryInput on top of input
       
      .pb.FileActionCopy copy = 4;
      Returns:
      The copy.
    • getCopyOrBuilder

      Ops.FileActionCopyOrBuilder getCopyOrBuilder()
       FileActionCopy copies files from secondaryInput on top of input
       
      .pb.FileActionCopy copy = 4;
    • hasMkfile

      boolean hasMkfile()
       FileActionMkFile creates a new file
       
      .pb.FileActionMkFile mkfile = 5;
      Returns:
      Whether the mkfile field is set.
    • getMkfile

       FileActionMkFile creates a new file
       
      .pb.FileActionMkFile mkfile = 5;
      Returns:
      The mkfile.
    • getMkfileOrBuilder

      Ops.FileActionMkFileOrBuilder getMkfileOrBuilder()
       FileActionMkFile creates a new file
       
      .pb.FileActionMkFile mkfile = 5;
    • hasMkdir

      boolean hasMkdir()
       FileActionMkDir creates a new directory
       
      .pb.FileActionMkDir mkdir = 6;
      Returns:
      Whether the mkdir field is set.
    • getMkdir

       FileActionMkDir creates a new directory
       
      .pb.FileActionMkDir mkdir = 6;
      Returns:
      The mkdir.
    • getMkdirOrBuilder

      Ops.FileActionMkDirOrBuilder getMkdirOrBuilder()
       FileActionMkDir creates a new directory
       
      .pb.FileActionMkDir mkdir = 6;
    • hasRm

      boolean hasRm()
       FileActionRm removes a file
       
      .pb.FileActionRm rm = 7;
      Returns:
      Whether the rm field is set.
    • getRm

       FileActionRm removes a file
       
      .pb.FileActionRm rm = 7;
      Returns:
      The rm.
    • getRmOrBuilder

      Ops.FileActionRmOrBuilder getRmOrBuilder()
       FileActionRm removes a file
       
      .pb.FileActionRm rm = 7;
    • hasSymlink

      boolean hasSymlink()
       FileActionSymlink creates a symlink
       
      .pb.FileActionSymlink symlink = 8;
      Returns:
      Whether the symlink field is set.
    • getSymlink

      Ops.FileActionSymlink getSymlink()
       FileActionSymlink creates a symlink
       
      .pb.FileActionSymlink symlink = 8;
      Returns:
      The symlink.
    • getSymlinkOrBuilder

      Ops.FileActionSymlinkOrBuilder getSymlinkOrBuilder()
       FileActionSymlink creates a symlink
       
      .pb.FileActionSymlink symlink = 8;
    • getActionCase

      Ops.FileAction.ActionCase getActionCase()