Interface Ops.FileActionMkDirOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Ops.FileActionMkDir
,Ops.FileActionMkDir.Builder
- Enclosing class:
Ops
public static interface Ops.FileActionMkDirOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionboolean
makeParents creates parent directories as well if neededint
getMode()
permission bitsgetOwner()
optional owner for the new directoryoptional owner for the new directorygetPath()
path for the new directorycom.google.protobuf.ByteString
path for the new directorylong
optional created time overrideboolean
hasOwner()
optional owner for the new directoryMethods 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 for the new directory
string path = 1;
- Returns:
- The bytes for path.
-
getMode
int getMode()permission bits
int32 mode = 2;
- Returns:
- The mode.
-
getMakeParents
boolean getMakeParents()makeParents creates parent directories as well if needed
bool makeParents = 3;
- Returns:
- The makeParents.
-
hasOwner
boolean hasOwner()optional owner for the new directory
.pb.ChownOpt owner = 4;
- Returns:
- Whether the owner field is set.
-
getOwner
Ops.ChownOpt getOwner()optional owner for the new directory
.pb.ChownOpt owner = 4;
- Returns:
- The owner.
-
getOwnerOrBuilder
Ops.ChownOptOrBuilder getOwnerOrBuilder()optional owner for the new directory
.pb.ChownOpt owner = 4;
-
getTimestamp
long getTimestamp()optional created time override
int64 timestamp = 5;
- Returns:
- The timestamp.
-