public static final class Acl.AccessControlList extends com.google.protobuf.GeneratedMessageV3 implements Acl.AccessControlListOrBuilder
next available id: 9Protobuf type
alluxio.proto.shared.AccessControlList
Modifier and Type | Class and Description |
---|---|
static class |
Acl.AccessControlList.Builder
next available id: 9
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
Modifier and Type | Field and Description |
---|---|
static int |
GROUPACTIONS_FIELD_NUMBER |
static int |
ISDEFAULT_FIELD_NUMBER |
static int |
ISEMPTY_FIELD_NUMBER |
static int |
MASKACTIONS_FIELD_NUMBER |
static int |
OTHERACTIONS_FIELD_NUMBER |
static int |
OWNINGGROUP_FIELD_NUMBER |
static int |
OWNINGUSER_FIELD_NUMBER |
static com.google.protobuf.Parser<Acl.AccessControlList> |
PARSER
Deprecated.
|
static int |
USERACTIONS_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
static Acl.AccessControlList |
getDefaultInstance() |
Acl.AccessControlList |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
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; |
com.google.protobuf.Parser<Acl.AccessControlList> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
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; |
int |
hashCode() |
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; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Acl.AccessControlList.Builder |
newBuilder() |
static Acl.AccessControlList.Builder |
newBuilder(Acl.AccessControlList prototype) |
Acl.AccessControlList.Builder |
newBuilderForType() |
protected Acl.AccessControlList.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static Acl.AccessControlList |
parseDelimitedFrom(InputStream input) |
static Acl.AccessControlList |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Acl.AccessControlList |
parseFrom(byte[] data) |
static Acl.AccessControlList |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Acl.AccessControlList |
parseFrom(ByteBuffer data) |
static Acl.AccessControlList |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Acl.AccessControlList |
parseFrom(com.google.protobuf.ByteString data) |
static Acl.AccessControlList |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Acl.AccessControlList |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Acl.AccessControlList |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Acl.AccessControlList |
parseFrom(InputStream input) |
static Acl.AccessControlList |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<Acl.AccessControlList> |
parser() |
Acl.AccessControlList.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static final int OWNINGUSER_FIELD_NUMBER
public static final int OWNINGGROUP_FIELD_NUMBER
public static final int USERACTIONS_FIELD_NUMBER
public static final int GROUPACTIONS_FIELD_NUMBER
public static final int MASKACTIONS_FIELD_NUMBER
public static final int OTHERACTIONS_FIELD_NUMBER
public static final int ISDEFAULT_FIELD_NUMBER
public static final int ISEMPTY_FIELD_NUMBER
@Deprecated public static final com.google.protobuf.Parser<Acl.AccessControlList> PARSER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance
in class com.google.protobuf.GeneratedMessageV3
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface com.google.protobuf.MessageOrBuilder
getUnknownFields
in class com.google.protobuf.GeneratedMessageV3
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessageV3
public boolean hasOwningUser()
optional string owningUser = 1;
hasOwningUser
in interface Acl.AccessControlListOrBuilder
public String getOwningUser()
optional string owningUser = 1;
getOwningUser
in interface Acl.AccessControlListOrBuilder
public com.google.protobuf.ByteString getOwningUserBytes()
optional string owningUser = 1;
getOwningUserBytes
in interface Acl.AccessControlListOrBuilder
public boolean hasOwningGroup()
optional string owningGroup = 2;
hasOwningGroup
in interface Acl.AccessControlListOrBuilder
public String getOwningGroup()
optional string owningGroup = 2;
getOwningGroup
in interface Acl.AccessControlListOrBuilder
public com.google.protobuf.ByteString getOwningGroupBytes()
optional string owningGroup = 2;
getOwningGroupBytes
in interface Acl.AccessControlListOrBuilder
public List<Acl.NamedAclActions> getUserActionsList()
repeated .alluxio.proto.shared.NamedAclActions userActions = 3;
getUserActionsList
in interface Acl.AccessControlListOrBuilder
public List<? extends Acl.NamedAclActionsOrBuilder> getUserActionsOrBuilderList()
repeated .alluxio.proto.shared.NamedAclActions userActions = 3;
getUserActionsOrBuilderList
in interface Acl.AccessControlListOrBuilder
public int getUserActionsCount()
repeated .alluxio.proto.shared.NamedAclActions userActions = 3;
getUserActionsCount
in interface Acl.AccessControlListOrBuilder
public Acl.NamedAclActions getUserActions(int index)
repeated .alluxio.proto.shared.NamedAclActions userActions = 3;
getUserActions
in interface Acl.AccessControlListOrBuilder
public Acl.NamedAclActionsOrBuilder getUserActionsOrBuilder(int index)
repeated .alluxio.proto.shared.NamedAclActions userActions = 3;
getUserActionsOrBuilder
in interface Acl.AccessControlListOrBuilder
public List<Acl.NamedAclActions> getGroupActionsList()
repeated .alluxio.proto.shared.NamedAclActions groupActions = 4;
getGroupActionsList
in interface Acl.AccessControlListOrBuilder
public List<? extends Acl.NamedAclActionsOrBuilder> getGroupActionsOrBuilderList()
repeated .alluxio.proto.shared.NamedAclActions groupActions = 4;
getGroupActionsOrBuilderList
in interface Acl.AccessControlListOrBuilder
public int getGroupActionsCount()
repeated .alluxio.proto.shared.NamedAclActions groupActions = 4;
getGroupActionsCount
in interface Acl.AccessControlListOrBuilder
public Acl.NamedAclActions getGroupActions(int index)
repeated .alluxio.proto.shared.NamedAclActions groupActions = 4;
getGroupActions
in interface Acl.AccessControlListOrBuilder
public Acl.NamedAclActionsOrBuilder getGroupActionsOrBuilder(int index)
repeated .alluxio.proto.shared.NamedAclActions groupActions = 4;
getGroupActionsOrBuilder
in interface Acl.AccessControlListOrBuilder
public boolean hasMaskActions()
optional .alluxio.proto.shared.AclActions maskActions = 5;
hasMaskActions
in interface Acl.AccessControlListOrBuilder
public Acl.AclActions getMaskActions()
optional .alluxio.proto.shared.AclActions maskActions = 5;
getMaskActions
in interface Acl.AccessControlListOrBuilder
public Acl.AclActionsOrBuilder getMaskActionsOrBuilder()
optional .alluxio.proto.shared.AclActions maskActions = 5;
getMaskActionsOrBuilder
in interface Acl.AccessControlListOrBuilder
public boolean hasOtherActions()
optional .alluxio.proto.shared.AclActions otherActions = 6;
hasOtherActions
in interface Acl.AccessControlListOrBuilder
public Acl.AclActions getOtherActions()
optional .alluxio.proto.shared.AclActions otherActions = 6;
getOtherActions
in interface Acl.AccessControlListOrBuilder
public Acl.AclActionsOrBuilder getOtherActionsOrBuilder()
optional .alluxio.proto.shared.AclActions otherActions = 6;
getOtherActionsOrBuilder
in interface Acl.AccessControlListOrBuilder
public boolean hasIsDefault()
optional bool isDefault = 7;
hasIsDefault
in interface Acl.AccessControlListOrBuilder
public boolean getIsDefault()
optional bool isDefault = 7;
getIsDefault
in interface Acl.AccessControlListOrBuilder
public boolean hasIsEmpty()
optional bool isEmpty = 8;
hasIsEmpty
in interface Acl.AccessControlListOrBuilder
public boolean getIsEmpty()
optional bool isEmpty = 8;
getIsEmpty
in interface Acl.AccessControlListOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.GeneratedMessageV3
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.GeneratedMessageV3
public boolean equals(Object obj)
equals
in interface com.google.protobuf.Message
equals
in class com.google.protobuf.AbstractMessage
public int hashCode()
hashCode
in interface com.google.protobuf.Message
hashCode
in class com.google.protobuf.AbstractMessage
public static Acl.AccessControlList parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Acl.AccessControlList parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Acl.AccessControlList parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Acl.AccessControlList parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Acl.AccessControlList parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Acl.AccessControlList parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Acl.AccessControlList parseFrom(InputStream input) throws IOException
IOException
public static Acl.AccessControlList parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Acl.AccessControlList parseDelimitedFrom(InputStream input) throws IOException
IOException
public static Acl.AccessControlList parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Acl.AccessControlList parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static Acl.AccessControlList parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public Acl.AccessControlList.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static Acl.AccessControlList.Builder newBuilder()
public static Acl.AccessControlList.Builder newBuilder(Acl.AccessControlList prototype)
public Acl.AccessControlList.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected Acl.AccessControlList.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessageV3
public static Acl.AccessControlList getDefaultInstance()
public static com.google.protobuf.Parser<Acl.AccessControlList> parser()
public com.google.protobuf.Parser<Acl.AccessControlList> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessageV3
public Acl.AccessControlList getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
Copyright © 2023. All Rights Reserved.