public interface CompleteFilePRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
CompleteFilePOptions |
getOptions()
optional .alluxio.grpc.file.CompleteFilePOptions options = 2; |
CompleteFilePOptionsOrBuilder |
getOptionsOrBuilder()
optional .alluxio.grpc.file.CompleteFilePOptions options = 2; |
String |
getPath()
the path of the file
|
com.google.protobuf.ByteString |
getPathBytes()
the path of the file
|
String |
getUuid()
optional string uuid = 3; |
com.google.protobuf.ByteString |
getUuidBytes()
optional string uuid = 3; |
boolean |
hasOptions()
optional .alluxio.grpc.file.CompleteFilePOptions options = 2; |
boolean |
hasPath()
the path of the file
|
boolean |
hasUuid()
optional string uuid = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasPath()
the path of the file
optional string path = 1;
String getPath()
the path of the file
optional string path = 1;
com.google.protobuf.ByteString getPathBytes()
the path of the file
optional string path = 1;
boolean hasOptions()
optional .alluxio.grpc.file.CompleteFilePOptions options = 2;
CompleteFilePOptions getOptions()
optional .alluxio.grpc.file.CompleteFilePOptions options = 2;
CompleteFilePOptionsOrBuilder getOptionsOrBuilder()
optional .alluxio.grpc.file.CompleteFilePOptions options = 2;
boolean hasUuid()
optional string uuid = 3;
String getUuid()
optional string uuid = 3;
com.google.protobuf.ByteString getUuidBytes()
optional string uuid = 3;
Copyright © 2023. All Rights Reserved.