public interface GetNewBlockIdForFilePRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
GetNewBlockIdForFilePOptions |
getOptions()
optional .alluxio.grpc.file.GetNewBlockIdForFilePOptions options = 2; |
GetNewBlockIdForFilePOptionsOrBuilder |
getOptionsOrBuilder()
optional .alluxio.grpc.file.GetNewBlockIdForFilePOptions options = 2; |
String |
getPath()
the path of the file
|
com.google.protobuf.ByteString |
getPathBytes()
the path of the file
|
boolean |
hasOptions()
optional .alluxio.grpc.file.GetNewBlockIdForFilePOptions options = 2; |
boolean |
hasPath()
the path of the file
|
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.GetNewBlockIdForFilePOptions options = 2;
GetNewBlockIdForFilePOptions getOptions()
optional .alluxio.grpc.file.GetNewBlockIdForFilePOptions options = 2;
GetNewBlockIdForFilePOptionsOrBuilder getOptionsOrBuilder()
optional .alluxio.grpc.file.GetNewBlockIdForFilePOptions options = 2;
Copyright © 2023. All Rights Reserved.