Interface Ops.FileActionMkFileOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Ops.FileActionMkFile
,Ops.FileActionMkFile.Builder
- Enclosing class:
Ops
public static interface Ops.FileActionMkFileOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.ByteString
getData()
data is the new file contentsint
getMode()
permission bitsgetOwner()
optional owner for the new fileoptional owner for the new filegetPath()
path for the new filecom.google.protobuf.ByteString
path for the new filelong
optional created time overrideboolean
hasOwner()
optional owner for the new fileMethods 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 file
string path = 1;
- Returns:
- The bytes for path.
-
getMode
int getMode()permission bits
int32 mode = 2;
- Returns:
- The mode.
-
getData
com.google.protobuf.ByteString getData()data is the new file contents
bytes data = 3;
- Returns:
- The data.
-
hasOwner
boolean hasOwner()optional owner for the new file
.pb.ChownOpt owner = 4;
- Returns:
- Whether the owner field is set.
-
getOwner
-
getOwnerOrBuilder
Ops.ChownOptOrBuilder getOwnerOrBuilder()optional owner for the new file
.pb.ChownOpt owner = 4;
-
getTimestamp
long getTimestamp()optional created time override
int64 timestamp = 5;
- Returns:
- The timestamp.
-