public interface GetFileInfoPRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getFileId()
the id of the file
|
GetFileInfoPOptions |
getOptions()
optional .alluxio.grpc.file.GetFileInfoPOptions options = 2; |
GetFileInfoPOptionsOrBuilder |
getOptionsOrBuilder()
optional .alluxio.grpc.file.GetFileInfoPOptions options = 2; |
boolean |
hasFileId()
the id of the file
|
boolean |
hasOptions()
optional .alluxio.grpc.file.GetFileInfoPOptions options = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasFileId()
the id of the file
optional int64 fileId = 1;
long getFileId()
the id of the file
optional int64 fileId = 1;
boolean hasOptions()
optional .alluxio.grpc.file.GetFileInfoPOptions options = 2;
GetFileInfoPOptions getOptions()
optional .alluxio.grpc.file.GetFileInfoPOptions options = 2;
GetFileInfoPOptionsOrBuilder getOptionsOrBuilder()
optional .alluxio.grpc.file.GetFileInfoPOptions options = 2;
Copyright © 2023. All Rights Reserved.