Interface Ops.FileActionSymlinkOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Ops.FileActionSymlink
,Ops.FileActionSymlink.Builder
- Enclosing class:
Ops
public static interface Ops.FileActionSymlinkOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionsource path for the linkcom.google.protobuf.ByteString
source path for the linkdestination path for the new file representing the linkcom.google.protobuf.ByteString
destination path for the new file representing the linkgetOwner()
optional owner for the new fileoptional owner 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
-
getOldpath
String getOldpath()destination path for the new file representing the link
string oldpath = 1;
- Returns:
- The oldpath.
-
getOldpathBytes
com.google.protobuf.ByteString getOldpathBytes()destination path for the new file representing the link
string oldpath = 1;
- Returns:
- The bytes for oldpath.
-
getNewpath
-
getNewpathBytes
com.google.protobuf.ByteString getNewpathBytes()source path for the link
string newpath = 2;
- Returns:
- The bytes for newpath.
-
hasOwner
boolean hasOwner()optional owner for the new file
.pb.ChownOpt owner = 3;
- Returns:
- Whether the owner field is set.
-
getOwner
-
getOwnerOrBuilder
Ops.ChownOptOrBuilder getOwnerOrBuilder()optional owner for the new file
.pb.ChownOpt owner = 3;
-
getTimestamp
long getTimestamp()optional created time override
int64 timestamp = 4;
- Returns:
- The timestamp.
-