public static interface Acl.AccessControlListOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Acl.NamedAclActions |
getGroupActions(int index)
repeated .alluxio.proto.shared.NamedAclActions groupActions = 4; |
int |
getGroupActionsCount()
repeated .alluxio.proto.shared.NamedAclActions groupActions = 4; |
List<Acl.NamedAclActions> |
getGroupActionsList()
repeated .alluxio.proto.shared.NamedAclActions groupActions = 4; |
Acl.NamedAclActionsOrBuilder |
getGroupActionsOrBuilder(int index)
repeated .alluxio.proto.shared.NamedAclActions groupActions = 4; |
List<? extends Acl.NamedAclActionsOrBuilder> |
getGroupActionsOrBuilderList()
repeated .alluxio.proto.shared.NamedAclActions groupActions = 4; |
boolean |
getIsDefault()
optional bool isDefault = 7; |
boolean |
getIsEmpty()
optional bool isEmpty = 8; |
Acl.AclActions |
getMaskActions()
optional .alluxio.proto.shared.AclActions maskActions = 5; |
Acl.AclActionsOrBuilder |
getMaskActionsOrBuilder()
optional .alluxio.proto.shared.AclActions maskActions = 5; |
Acl.AclActions |
getOtherActions()
optional .alluxio.proto.shared.AclActions otherActions = 6; |
Acl.AclActionsOrBuilder |
getOtherActionsOrBuilder()
optional .alluxio.proto.shared.AclActions otherActions = 6; |
String |
getOwningGroup()
optional string owningGroup = 2; |
com.google.protobuf.ByteString |
getOwningGroupBytes()
optional string owningGroup = 2; |
String |
getOwningUser()
optional string owningUser = 1; |
com.google.protobuf.ByteString |
getOwningUserBytes()
optional string owningUser = 1; |
Acl.NamedAclActions |
getUserActions(int index)
repeated .alluxio.proto.shared.NamedAclActions userActions = 3; |
int |
getUserActionsCount()
repeated .alluxio.proto.shared.NamedAclActions userActions = 3; |
List<Acl.NamedAclActions> |
getUserActionsList()
repeated .alluxio.proto.shared.NamedAclActions userActions = 3; |
Acl.NamedAclActionsOrBuilder |
getUserActionsOrBuilder(int index)
repeated .alluxio.proto.shared.NamedAclActions userActions = 3; |
List<? extends Acl.NamedAclActionsOrBuilder> |
getUserActionsOrBuilderList()
repeated .alluxio.proto.shared.NamedAclActions userActions = 3; |
boolean |
hasIsDefault()
optional bool isDefault = 7; |
boolean |
hasIsEmpty()
optional bool isEmpty = 8; |
boolean |
hasMaskActions()
optional .alluxio.proto.shared.AclActions maskActions = 5; |
boolean |
hasOtherActions()
optional .alluxio.proto.shared.AclActions otherActions = 6; |
boolean |
hasOwningGroup()
optional string owningGroup = 2; |
boolean |
hasOwningUser()
optional string owningUser = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasOwningUser()
optional string owningUser = 1;
String getOwningUser()
optional string owningUser = 1;
com.google.protobuf.ByteString getOwningUserBytes()
optional string owningUser = 1;
boolean hasOwningGroup()
optional string owningGroup = 2;
String getOwningGroup()
optional string owningGroup = 2;
com.google.protobuf.ByteString getOwningGroupBytes()
optional string owningGroup = 2;
List<Acl.NamedAclActions> getUserActionsList()
repeated .alluxio.proto.shared.NamedAclActions userActions = 3;
Acl.NamedAclActions getUserActions(int index)
repeated .alluxio.proto.shared.NamedAclActions userActions = 3;
int getUserActionsCount()
repeated .alluxio.proto.shared.NamedAclActions userActions = 3;
List<? extends Acl.NamedAclActionsOrBuilder> getUserActionsOrBuilderList()
repeated .alluxio.proto.shared.NamedAclActions userActions = 3;
Acl.NamedAclActionsOrBuilder getUserActionsOrBuilder(int index)
repeated .alluxio.proto.shared.NamedAclActions userActions = 3;
List<Acl.NamedAclActions> getGroupActionsList()
repeated .alluxio.proto.shared.NamedAclActions groupActions = 4;
Acl.NamedAclActions getGroupActions(int index)
repeated .alluxio.proto.shared.NamedAclActions groupActions = 4;
int getGroupActionsCount()
repeated .alluxio.proto.shared.NamedAclActions groupActions = 4;
List<? extends Acl.NamedAclActionsOrBuilder> getGroupActionsOrBuilderList()
repeated .alluxio.proto.shared.NamedAclActions groupActions = 4;
Acl.NamedAclActionsOrBuilder getGroupActionsOrBuilder(int index)
repeated .alluxio.proto.shared.NamedAclActions groupActions = 4;
boolean hasMaskActions()
optional .alluxio.proto.shared.AclActions maskActions = 5;
Acl.AclActions getMaskActions()
optional .alluxio.proto.shared.AclActions maskActions = 5;
Acl.AclActionsOrBuilder getMaskActionsOrBuilder()
optional .alluxio.proto.shared.AclActions maskActions = 5;
boolean hasOtherActions()
optional .alluxio.proto.shared.AclActions otherActions = 6;
Acl.AclActions getOtherActions()
optional .alluxio.proto.shared.AclActions otherActions = 6;
Acl.AclActionsOrBuilder getOtherActionsOrBuilder()
optional .alluxio.proto.shared.AclActions otherActions = 6;
boolean hasIsDefault()
optional bool isDefault = 7;
boolean getIsDefault()
optional bool isDefault = 7;
boolean hasIsEmpty()
optional bool isEmpty = 8;
boolean getIsEmpty()
optional bool isEmpty = 8;
Copyright © 2023. All Rights Reserved.