public interface FileSystemCommandOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
FileSystemCommandOptions |
getCommandOptions()
optional .alluxio.grpc.file.FileSystemCommandOptions commandOptions = 2; |
FileSystemCommandOptionsOrBuilder |
getCommandOptionsOrBuilder()
optional .alluxio.grpc.file.FileSystemCommandOptions commandOptions = 2; |
CommandType |
getCommandType()
optional .alluxio.grpc.CommandType commandType = 1; |
boolean |
hasCommandOptions()
optional .alluxio.grpc.file.FileSystemCommandOptions commandOptions = 2; |
boolean |
hasCommandType()
optional .alluxio.grpc.CommandType commandType = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasCommandType()
optional .alluxio.grpc.CommandType commandType = 1;
CommandType getCommandType()
optional .alluxio.grpc.CommandType commandType = 1;
boolean hasCommandOptions()
optional .alluxio.grpc.file.FileSystemCommandOptions commandOptions = 2;
FileSystemCommandOptions getCommandOptions()
optional .alluxio.grpc.file.FileSystemCommandOptions commandOptions = 2;
FileSystemCommandOptionsOrBuilder getCommandOptionsOrBuilder()
optional .alluxio.grpc.file.FileSystemCommandOptions commandOptions = 2;
Copyright © 2023. All Rights Reserved.