public interface SetAclPRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
SetAclAction |
getAction()
the set action to perform
|
PAclEntry |
getEntries(int index)
the list of ACL entries
|
int |
getEntriesCount()
the list of ACL entries
|
List<PAclEntry> |
getEntriesList()
the list of ACL entries
|
PAclEntryOrBuilder |
getEntriesOrBuilder(int index)
the list of ACL entries
|
List<? extends PAclEntryOrBuilder> |
getEntriesOrBuilderList()
the list of ACL entries
|
SetAclPOptions |
getOptions()
the method options
|
SetAclPOptionsOrBuilder |
getOptionsOrBuilder()
the method options
|
String |
getPath()
the path of the file or directory
|
com.google.protobuf.ByteString |
getPathBytes()
the path of the file or directory
|
boolean |
hasAction()
the set action to perform
|
boolean |
hasOptions()
the method options
|
boolean |
hasPath()
the path of the file or directory
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasPath()
the path of the file or directory
optional string path = 1;
String getPath()
the path of the file or directory
optional string path = 1;
com.google.protobuf.ByteString getPathBytes()
the path of the file or directory
optional string path = 1;
boolean hasAction()
the set action to perform
optional .alluxio.grpc.file.SetAclAction action = 2;
SetAclAction getAction()
the set action to perform
optional .alluxio.grpc.file.SetAclAction action = 2;
List<PAclEntry> getEntriesList()
the list of ACL entries
repeated .alluxio.grpc.file.PAclEntry entries = 3;
PAclEntry getEntries(int index)
the list of ACL entries
repeated .alluxio.grpc.file.PAclEntry entries = 3;
int getEntriesCount()
the list of ACL entries
repeated .alluxio.grpc.file.PAclEntry entries = 3;
List<? extends PAclEntryOrBuilder> getEntriesOrBuilderList()
the list of ACL entries
repeated .alluxio.grpc.file.PAclEntry entries = 3;
PAclEntryOrBuilder getEntriesOrBuilder(int index)
the list of ACL entries
repeated .alluxio.grpc.file.PAclEntry entries = 3;
boolean hasOptions()
the method options
optional .alluxio.grpc.file.SetAclPOptions options = 4;
SetAclPOptions getOptions()
the method options
optional .alluxio.grpc.file.SetAclPOptions options = 4;
SetAclPOptionsOrBuilder getOptionsOrBuilder()
the method options
optional .alluxio.grpc.file.SetAclPOptions options = 4;
Copyright © 2023. All Rights Reserved.