public interface DeletePOptionsOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
getAlluxioOnly()
optional bool alluxioOnly = 2; |
FileSystemMasterCommonPOptions |
getCommonOptions()
optional .alluxio.grpc.file.FileSystemMasterCommonPOptions commonOptions = 4; |
FileSystemMasterCommonPOptionsOrBuilder |
getCommonOptionsOrBuilder()
optional .alluxio.grpc.file.FileSystemMasterCommonPOptions commonOptions = 4; |
boolean |
getRecursive()
optional bool recursive = 1; |
boolean |
getUnchecked()
optional bool unchecked = 3; |
boolean |
hasAlluxioOnly()
optional bool alluxioOnly = 2; |
boolean |
hasCommonOptions()
optional .alluxio.grpc.file.FileSystemMasterCommonPOptions commonOptions = 4; |
boolean |
hasRecursive()
optional bool recursive = 1; |
boolean |
hasUnchecked()
optional bool unchecked = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasRecursive()
optional bool recursive = 1;
boolean getRecursive()
optional bool recursive = 1;
boolean hasAlluxioOnly()
optional bool alluxioOnly = 2;
boolean getAlluxioOnly()
optional bool alluxioOnly = 2;
boolean hasUnchecked()
optional bool unchecked = 3;
boolean getUnchecked()
optional bool unchecked = 3;
boolean hasCommonOptions()
optional .alluxio.grpc.file.FileSystemMasterCommonPOptions commonOptions = 4;
FileSystemMasterCommonPOptions getCommonOptions()
optional .alluxio.grpc.file.FileSystemMasterCommonPOptions commonOptions = 4;
FileSystemMasterCommonPOptionsOrBuilder getCommonOptionsOrBuilder()
optional .alluxio.grpc.file.FileSystemMasterCommonPOptions commonOptions = 4;
Copyright © 2023. All Rights Reserved.