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