public interface RenamePRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getDstPath()
the destination path
|
com.google.protobuf.ByteString |
getDstPathBytes()
the destination path
|
RenamePOptions |
getOptions()
optional .alluxio.grpc.file.RenamePOptions options = 3; |
RenamePOptionsOrBuilder |
getOptionsOrBuilder()
optional .alluxio.grpc.file.RenamePOptions options = 3; |
String |
getPath()
the source path of the file or directory
|
com.google.protobuf.ByteString |
getPathBytes()
the source path of the file or directory
|
boolean |
hasDstPath()
the destination path
|
boolean |
hasOptions()
optional .alluxio.grpc.file.RenamePOptions options = 3; |
boolean |
hasPath()
the source path of the file or directory
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasPath()
the source path of the file or directory
optional string path = 1;
String getPath()
the source path of the file or directory
optional string path = 1;
com.google.protobuf.ByteString getPathBytes()
the source path of the file or directory
optional string path = 1;
boolean hasDstPath()
the destination path
optional string dstPath = 2;
String getDstPath()
the destination path
optional string dstPath = 2;
com.google.protobuf.ByteString getDstPathBytes()
the destination path
optional string dstPath = 2;
boolean hasOptions()
optional .alluxio.grpc.file.RenamePOptions options = 3;
RenamePOptions getOptions()
optional .alluxio.grpc.file.RenamePOptions options = 3;
RenamePOptionsOrBuilder getOptionsOrBuilder()
optional .alluxio.grpc.file.RenamePOptions options = 3;
Copyright © 2023. All Rights Reserved.