Class Ops.FileActionRm.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<Ops.FileActionRm.Builder>
com.google.protobuf.GeneratedMessage.Builder<Ops.FileActionRm.Builder>
pb.Ops.FileActionRm.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable, Ops.FileActionRmOrBuilder
Enclosing class:
Ops.FileActionRm

public static final class Ops.FileActionRm.Builder extends com.google.protobuf.GeneratedMessage.Builder<Ops.FileActionRm.Builder> implements Ops.FileActionRmOrBuilder
Protobuf type pb.FileActionRm
  • 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.Builder<Ops.FileActionRm.Builder>
    • clear

      public Ops.FileActionRm.Builder clear()
      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessage.Builder<Ops.FileActionRm.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<Ops.FileActionRm.Builder>
    • getDefaultInstanceForType

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

      public Ops.FileActionRm build()
      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public Ops.FileActionRm buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • mergeFrom

      public Ops.FileActionRm.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Ops.FileActionRm.Builder>
    • mergeFrom

      public Ops.FileActionRm.Builder mergeFrom(Ops.FileActionRm other)
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage.Builder<Ops.FileActionRm.Builder>
    • mergeFrom

      public Ops.FileActionRm.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Ops.FileActionRm.Builder>
      Throws:
      IOException
    • getPath

      public String getPath()
       path to remove
       
      string path = 1;
      Specified by:
      getPath in interface Ops.FileActionRmOrBuilder
      Returns:
      The path.
    • getPathBytes

      public com.google.protobuf.ByteString getPathBytes()
       path to remove
       
      string path = 1;
      Specified by:
      getPathBytes in interface Ops.FileActionRmOrBuilder
      Returns:
      The bytes for path.
    • setPath

      public Ops.FileActionRm.Builder setPath(String value)
       path to remove
       
      string path = 1;
      Parameters:
      value - The path to set.
      Returns:
      This builder for chaining.
    • clearPath

      public Ops.FileActionRm.Builder clearPath()
       path to remove
       
      string path = 1;
      Returns:
      This builder for chaining.
    • setPathBytes

      public Ops.FileActionRm.Builder setPathBytes(com.google.protobuf.ByteString value)
       path to remove
       
      string path = 1;
      Parameters:
      value - The bytes for path to set.
      Returns:
      This builder for chaining.
    • getAllowNotFound

      public boolean getAllowNotFound()
       allowNotFound doesn't fail the rm if file is not found
       
      bool allowNotFound = 2;
      Specified by:
      getAllowNotFound in interface Ops.FileActionRmOrBuilder
      Returns:
      The allowNotFound.
    • setAllowNotFound

      public Ops.FileActionRm.Builder setAllowNotFound(boolean value)
       allowNotFound doesn't fail the rm if file is not found
       
      bool allowNotFound = 2;
      Parameters:
      value - The allowNotFound to set.
      Returns:
      This builder for chaining.
    • clearAllowNotFound

      public Ops.FileActionRm.Builder clearAllowNotFound()
       allowNotFound doesn't fail the rm if file is not found
       
      bool allowNotFound = 2;
      Returns:
      This builder for chaining.
    • getAllowWildcard

      public boolean getAllowWildcard()
       allowWildcard allows filepath.Match wildcards in path
       
      bool allowWildcard = 3;
      Specified by:
      getAllowWildcard in interface Ops.FileActionRmOrBuilder
      Returns:
      The allowWildcard.
    • setAllowWildcard

      public Ops.FileActionRm.Builder setAllowWildcard(boolean value)
       allowWildcard allows filepath.Match wildcards in path
       
      bool allowWildcard = 3;
      Parameters:
      value - The allowWildcard to set.
      Returns:
      This builder for chaining.
    • clearAllowWildcard

      public Ops.FileActionRm.Builder clearAllowWildcard()
       allowWildcard allows filepath.Match wildcards in path
       
      bool allowWildcard = 3;
      Returns:
      This builder for chaining.