public interface UpdateMountPRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getAlluxioPath()
the path of alluxio mount point
|
com.google.protobuf.ByteString |
getAlluxioPathBytes()
the path of alluxio mount point
|
MountPOptions |
getOptions()
optional .alluxio.grpc.file.MountPOptions options = 3; |
MountPOptionsOrBuilder |
getOptionsOrBuilder()
optional .alluxio.grpc.file.MountPOptions options = 3; |
boolean |
hasAlluxioPath()
the path of alluxio mount point
|
boolean |
hasOptions()
optional .alluxio.grpc.file.MountPOptions options = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasAlluxioPath()
the path of alluxio mount point
optional string alluxioPath = 1;
String getAlluxioPath()
the path of alluxio mount point
optional string alluxioPath = 1;
com.google.protobuf.ByteString getAlluxioPathBytes()
the path of alluxio mount point
optional string alluxioPath = 1;
boolean hasOptions()
optional .alluxio.grpc.file.MountPOptions options = 3;
MountPOptions getOptions()
optional .alluxio.grpc.file.MountPOptions options = 3;
MountPOptionsOrBuilder getOptionsOrBuilder()
optional .alluxio.grpc.file.MountPOptions options = 3;
Copyright © 2023. All Rights Reserved.