public static interface Acl.AclEntryOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Acl.AclAction |
getActions(int index)
repeated .alluxio.proto.shared.AclAction actions = 3; |
int |
getActionsCount()
repeated .alluxio.proto.shared.AclAction actions = 3; |
List<Acl.AclAction> |
getActionsList()
repeated .alluxio.proto.shared.AclAction actions = 3; |
boolean |
getIsDefault()
optional bool isDefault = 4; |
String |
getSubject()
optional string subject = 2; |
com.google.protobuf.ByteString |
getSubjectBytes()
optional string subject = 2; |
Acl.AclEntryType |
getType()
optional .alluxio.proto.shared.AclEntryType type = 1; |
boolean |
hasIsDefault()
optional bool isDefault = 4; |
boolean |
hasSubject()
optional string subject = 2; |
boolean |
hasType()
optional .alluxio.proto.shared.AclEntryType type = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasType()
optional .alluxio.proto.shared.AclEntryType type = 1;
Acl.AclEntryType getType()
optional .alluxio.proto.shared.AclEntryType type = 1;
boolean hasSubject()
optional string subject = 2;
String getSubject()
optional string subject = 2;
com.google.protobuf.ByteString getSubjectBytes()
optional string subject = 2;
List<Acl.AclAction> getActionsList()
repeated .alluxio.proto.shared.AclAction actions = 3;
int getActionsCount()
repeated .alluxio.proto.shared.AclAction actions = 3;
Acl.AclAction getActions(int index)
repeated .alluxio.proto.shared.AclAction actions = 3;
index
- The index of the element to return.boolean hasIsDefault()
optional bool isDefault = 4;
boolean getIsDefault()
optional bool isDefault = 4;
Copyright © 2023. All Rights Reserved.