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 TypeMethodDescriptionboolean
allowNotFound doesn't fail the rm if file is not foundboolean
allowWildcard allows filepath.Match wildcards in pathgetPath()
path to removecom.google.protobuf.ByteString
path to removeMethods 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
-
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.
-