public static interface Acl.AclActionsOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Acl.AclAction |
getActions(int index)
repeated .alluxio.proto.shared.AclAction actions = 1; |
int |
getActionsCount()
repeated .alluxio.proto.shared.AclAction actions = 1; |
List<Acl.AclAction> |
getActionsList()
repeated .alluxio.proto.shared.AclAction actions = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
List<Acl.AclAction> getActionsList()
repeated .alluxio.proto.shared.AclAction actions = 1;
int getActionsCount()
repeated .alluxio.proto.shared.AclAction actions = 1;
Acl.AclAction getActions(int index)
repeated .alluxio.proto.shared.AclAction actions = 1;
index
- The index of the element to return.Copyright © 2023. All Rights Reserved.