public interface RemovePathConfigurationPRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getKeys(int index)
repeated string keys = 2; |
com.google.protobuf.ByteString |
getKeysBytes(int index)
repeated string keys = 2; |
int |
getKeysCount()
repeated string keys = 2; |
List<String> |
getKeysList()
repeated string keys = 2; |
RemovePathConfigurationPOptions |
getOptions()
optional .alluxio.grpc.meta.RemovePathConfigurationPOptions options = 3; |
RemovePathConfigurationPOptionsOrBuilder |
getOptionsOrBuilder()
optional .alluxio.grpc.meta.RemovePathConfigurationPOptions options = 3; |
String |
getPath()
optional string path = 1; |
com.google.protobuf.ByteString |
getPathBytes()
optional string path = 1; |
boolean |
hasOptions()
optional .alluxio.grpc.meta.RemovePathConfigurationPOptions options = 3; |
boolean |
hasPath()
optional string path = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasPath()
optional string path = 1;
String getPath()
optional string path = 1;
com.google.protobuf.ByteString getPathBytes()
optional string path = 1;
List<String> getKeysList()
repeated string keys = 2;
int getKeysCount()
repeated string keys = 2;
String getKeys(int index)
repeated string keys = 2;
index
- The index of the element to return.com.google.protobuf.ByteString getKeysBytes(int index)
repeated string keys = 2;
index
- The index of the value to return.boolean hasOptions()
optional .alluxio.grpc.meta.RemovePathConfigurationPOptions options = 3;
RemovePathConfigurationPOptions getOptions()
optional .alluxio.grpc.meta.RemovePathConfigurationPOptions options = 3;
RemovePathConfigurationPOptionsOrBuilder getOptionsOrBuilder()
optional .alluxio.grpc.meta.RemovePathConfigurationPOptions options = 3;
Copyright © 2023. All Rights Reserved.