Class Ops.FileAction

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
pb.Ops.FileAction
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable, Ops.FileActionOrBuilder
Enclosing class:
Ops

public static final class Ops.FileAction extends com.google.protobuf.GeneratedMessage implements Ops.FileActionOrBuilder
Protobuf type pb.FileAction
See Also:
  • Field Details

  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage
    • getActionCase

      public Ops.FileAction.ActionCase getActionCase()
      Specified by:
      getActionCase in interface Ops.FileActionOrBuilder
    • getInput

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

      public long getSecondaryInput()
       --//--
       
      int64 secondaryInput = 2;
      Specified by:
      getSecondaryInput in interface Ops.FileActionOrBuilder
      Returns:
      The secondaryInput.
    • getOutput

      public long getOutput()
      int64 output = 3;
      Specified by:
      getOutput in interface Ops.FileActionOrBuilder
      Returns:
      The output.
    • hasCopy

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

      public Ops.FileActionCopy getCopy()
       FileActionCopy copies files from secondaryInput on top of input
       
      .pb.FileActionCopy copy = 4;
      Specified by:
      getCopy in interface Ops.FileActionOrBuilder
      Returns:
      The copy.
    • getCopyOrBuilder

      public Ops.FileActionCopyOrBuilder getCopyOrBuilder()
       FileActionCopy copies files from secondaryInput on top of input
       
      .pb.FileActionCopy copy = 4;
      Specified by:
      getCopyOrBuilder in interface Ops.FileActionOrBuilder
    • hasMkfile

      public boolean hasMkfile()
       FileActionMkFile creates a new file
       
      .pb.FileActionMkFile mkfile = 5;
      Specified by:
      hasMkfile in interface Ops.FileActionOrBuilder
      Returns:
      Whether the mkfile field is set.
    • getMkfile

      public Ops.FileActionMkFile getMkfile()
       FileActionMkFile creates a new file
       
      .pb.FileActionMkFile mkfile = 5;
      Specified by:
      getMkfile in interface Ops.FileActionOrBuilder
      Returns:
      The mkfile.
    • getMkfileOrBuilder

      public Ops.FileActionMkFileOrBuilder getMkfileOrBuilder()
       FileActionMkFile creates a new file
       
      .pb.FileActionMkFile mkfile = 5;
      Specified by:
      getMkfileOrBuilder in interface Ops.FileActionOrBuilder
    • hasMkdir

      public boolean hasMkdir()
       FileActionMkDir creates a new directory
       
      .pb.FileActionMkDir mkdir = 6;
      Specified by:
      hasMkdir in interface Ops.FileActionOrBuilder
      Returns:
      Whether the mkdir field is set.
    • getMkdir

      public Ops.FileActionMkDir getMkdir()
       FileActionMkDir creates a new directory
       
      .pb.FileActionMkDir mkdir = 6;
      Specified by:
      getMkdir in interface Ops.FileActionOrBuilder
      Returns:
      The mkdir.
    • getMkdirOrBuilder

      public Ops.FileActionMkDirOrBuilder getMkdirOrBuilder()
       FileActionMkDir creates a new directory
       
      .pb.FileActionMkDir mkdir = 6;
      Specified by:
      getMkdirOrBuilder in interface Ops.FileActionOrBuilder
    • hasRm

      public boolean hasRm()
       FileActionRm removes a file
       
      .pb.FileActionRm rm = 7;
      Specified by:
      hasRm in interface Ops.FileActionOrBuilder
      Returns:
      Whether the rm field is set.
    • getRm

      public Ops.FileActionRm getRm()
       FileActionRm removes a file
       
      .pb.FileActionRm rm = 7;
      Specified by:
      getRm in interface Ops.FileActionOrBuilder
      Returns:
      The rm.
    • getRmOrBuilder

      public Ops.FileActionRmOrBuilder getRmOrBuilder()
       FileActionRm removes a file
       
      .pb.FileActionRm rm = 7;
      Specified by:
      getRmOrBuilder in interface Ops.FileActionOrBuilder
    • hasSymlink

      public boolean hasSymlink()
       FileActionSymlink creates a symlink
       
      .pb.FileActionSymlink symlink = 8;
      Specified by:
      hasSymlink in interface Ops.FileActionOrBuilder
      Returns:
      Whether the symlink field is set.
    • getSymlink

      public Ops.FileActionSymlink getSymlink()
       FileActionSymlink creates a symlink
       
      .pb.FileActionSymlink symlink = 8;
      Specified by:
      getSymlink in interface Ops.FileActionOrBuilder
      Returns:
      The symlink.
    • getSymlinkOrBuilder

      public Ops.FileActionSymlinkOrBuilder getSymlinkOrBuilder()
       FileActionSymlink creates a symlink
       
      .pb.FileActionSymlink symlink = 8;
      Specified by:
      getSymlinkOrBuilder in interface Ops.FileActionOrBuilder
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessage
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessage
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static Ops.FileAction parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Ops.FileAction parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Ops.FileAction parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Ops.FileAction parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Ops.FileAction parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Ops.FileAction parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Ops.FileAction parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Ops.FileAction parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static Ops.FileAction parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static Ops.FileAction parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Ops.FileAction parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Ops.FileAction parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public Ops.FileAction.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static Ops.FileAction.Builder newBuilder()
    • newBuilder

      public static Ops.FileAction.Builder newBuilder(Ops.FileAction prototype)
    • toBuilder

      public Ops.FileAction.Builder toBuilder()
      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected Ops.FileAction.Builder newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)
      Overrides:
      newBuilderForType in class com.google.protobuf.AbstractMessage
    • getDefaultInstance

      public static Ops.FileAction getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<Ops.FileAction> parser()
    • getParserForType

      public com.google.protobuf.Parser<Ops.FileAction> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessage
    • getDefaultInstanceForType

      public Ops.FileAction getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder