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 Summary
Modifier and TypeMethodDescriptiongetCopy()
FileActionCopy copies files from secondaryInput on top of inputFileActionCopy copies files from secondaryInput on top of inputlong
getInput()
changes to this structure must be represented in json.go.getMkdir()
FileActionMkDir creates a new directoryFileActionMkDir creates a new directoryFileActionMkFile creates a new fileFileActionMkFile creates a new filelong
int64 output = 3;
getRm()
FileActionRm removes a fileFileActionRm removes a filelong
--//--FileActionSymlink creates a symlinkFileActionSymlink creates a symlinkboolean
hasCopy()
FileActionCopy copies files from secondaryInput on top of inputboolean
hasMkdir()
FileActionMkDir creates a new directoryboolean
FileActionMkFile creates a new fileboolean
hasRm()
FileActionRm removes a fileboolean
FileActionSymlink creates a symlinkMethods 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
-
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
Ops.FileActionCopy 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
Ops.FileActionMkFile 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
Ops.FileActionMkDir 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
-
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()
-