public interface CreateFilePResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
FileInfo |
getFileInfo()
optional .alluxio.grpc.file.FileInfo fileInfo = 1; |
FileInfoOrBuilder |
getFileInfoOrBuilder()
optional .alluxio.grpc.file.FileInfo fileInfo = 1; |
String |
getUuid()
uuid of its open file handle
|
com.google.protobuf.ByteString |
getUuidBytes()
uuid of its open file handle
|
boolean |
hasFileInfo()
optional .alluxio.grpc.file.FileInfo fileInfo = 1; |
boolean |
hasUuid()
uuid of its open file handle
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasFileInfo()
optional .alluxio.grpc.file.FileInfo fileInfo = 1;
FileInfo getFileInfo()
optional .alluxio.grpc.file.FileInfo fileInfo = 1;
FileInfoOrBuilder getFileInfoOrBuilder()
optional .alluxio.grpc.file.FileInfo fileInfo = 1;
boolean hasUuid()
uuid of its open file handle
optional string uuid = 2;
String getUuid()
uuid of its open file handle
optional string uuid = 2;
com.google.protobuf.ByteString getUuidBytes()
uuid of its open file handle
optional string uuid = 2;
Copyright © 2023. All Rights Reserved.