Interface Ops.FileActionRmOrBuilder

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

public static interface Ops.FileActionRmOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    allowNotFound doesn't fail the rm if file is not found
    boolean
    allowWildcard allows filepath.Match wildcards in path
    path to remove
    com.google.protobuf.ByteString
    path to remove

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getPath

      String getPath()
       path to remove
       
      string path = 1;
      Returns:
      The path.
    • getPathBytes

      com.google.protobuf.ByteString getPathBytes()
       path to remove
       
      string path = 1;
      Returns:
      The bytes for path.
    • getAllowNotFound

      boolean getAllowNotFound()
       allowNotFound doesn't fail the rm if file is not found
       
      bool allowNotFound = 2;
      Returns:
      The allowNotFound.
    • getAllowWildcard

      boolean getAllowWildcard()
       allowWildcard allows filepath.Match wildcards in path
       
      bool allowWildcard = 3;
      Returns:
      The allowWildcard.