public final class PAcl extends com.google.protobuf.GeneratedMessageV3 implements PAclOrBuilder
alluxio.grpc.file.PAcl
Modifier and Type | Class and Description |
---|---|
static class |
PAcl.Builder
Protobuf type
alluxio.grpc.file.PAcl |
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 |
ENTRIES_FIELD_NUMBER |
static int |
ISDEFAULT_FIELD_NUMBER |
static int |
ISDEFAULTEMPTY_FIELD_NUMBER |
static int |
MODE_FIELD_NUMBER |
static int |
OWNER_FIELD_NUMBER |
static int |
OWNINGGROUP_FIELD_NUMBER |
static com.google.protobuf.Parser<PAcl> |
PARSER
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
static PAcl |
getDefaultInstance() |
PAcl |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
PAclEntry |
getEntries(int index)
repeated .alluxio.grpc.file.PAclEntry entries = 3; |
int |
getEntriesCount()
repeated .alluxio.grpc.file.PAclEntry entries = 3; |
List<PAclEntry> |
getEntriesList()
repeated .alluxio.grpc.file.PAclEntry entries = 3; |
PAclEntryOrBuilder |
getEntriesOrBuilder(int index)
repeated .alluxio.grpc.file.PAclEntry entries = 3; |
List<? extends PAclEntryOrBuilder> |
getEntriesOrBuilderList()
repeated .alluxio.grpc.file.PAclEntry entries = 3; |
boolean |
getIsDefault()
optional bool isDefault = 5; |
boolean |
getIsDefaultEmpty()
optional bool isDefaultEmpty = 6; |
int |
getMode()
optional int32 mode = 4; |
String |
getOwner()
optional string owner = 1; |
com.google.protobuf.ByteString |
getOwnerBytes()
optional string owner = 1; |
String |
getOwningGroup()
optional string owningGroup = 2; |
com.google.protobuf.ByteString |
getOwningGroupBytes()
optional string owningGroup = 2; |
com.google.protobuf.Parser<PAcl> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
boolean |
hasIsDefault()
optional bool isDefault = 5; |
boolean |
hasIsDefaultEmpty()
optional bool isDefaultEmpty = 6; |
boolean |
hasMode()
optional int32 mode = 4; |
boolean |
hasOwner()
optional string owner = 1; |
boolean |
hasOwningGroup()
optional string owningGroup = 2; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static PAcl.Builder |
newBuilder() |
static PAcl.Builder |
newBuilder(PAcl prototype) |
PAcl.Builder |
newBuilderForType() |
protected PAcl.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static PAcl |
parseDelimitedFrom(InputStream input) |
static PAcl |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PAcl |
parseFrom(byte[] data) |
static PAcl |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PAcl |
parseFrom(ByteBuffer data) |
static PAcl |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PAcl |
parseFrom(com.google.protobuf.ByteString data) |
static PAcl |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PAcl |
parseFrom(com.google.protobuf.CodedInputStream input) |
static PAcl |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PAcl |
parseFrom(InputStream input) |
static PAcl |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<PAcl> |
parser() |
PAcl.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 OWNER_FIELD_NUMBER
public static final int OWNINGGROUP_FIELD_NUMBER
public static final int ENTRIES_FIELD_NUMBER
public static final int MODE_FIELD_NUMBER
public static final int ISDEFAULT_FIELD_NUMBER
public static final int ISDEFAULTEMPTY_FIELD_NUMBER
@Deprecated public static final com.google.protobuf.Parser<PAcl> 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 hasOwner()
optional string owner = 1;
hasOwner
in interface PAclOrBuilder
public String getOwner()
optional string owner = 1;
getOwner
in interface PAclOrBuilder
public com.google.protobuf.ByteString getOwnerBytes()
optional string owner = 1;
getOwnerBytes
in interface PAclOrBuilder
public boolean hasOwningGroup()
optional string owningGroup = 2;
hasOwningGroup
in interface PAclOrBuilder
public String getOwningGroup()
optional string owningGroup = 2;
getOwningGroup
in interface PAclOrBuilder
public com.google.protobuf.ByteString getOwningGroupBytes()
optional string owningGroup = 2;
getOwningGroupBytes
in interface PAclOrBuilder
public List<PAclEntry> getEntriesList()
repeated .alluxio.grpc.file.PAclEntry entries = 3;
getEntriesList
in interface PAclOrBuilder
public List<? extends PAclEntryOrBuilder> getEntriesOrBuilderList()
repeated .alluxio.grpc.file.PAclEntry entries = 3;
getEntriesOrBuilderList
in interface PAclOrBuilder
public int getEntriesCount()
repeated .alluxio.grpc.file.PAclEntry entries = 3;
getEntriesCount
in interface PAclOrBuilder
public PAclEntry getEntries(int index)
repeated .alluxio.grpc.file.PAclEntry entries = 3;
getEntries
in interface PAclOrBuilder
public PAclEntryOrBuilder getEntriesOrBuilder(int index)
repeated .alluxio.grpc.file.PAclEntry entries = 3;
getEntriesOrBuilder
in interface PAclOrBuilder
public boolean hasMode()
optional int32 mode = 4;
hasMode
in interface PAclOrBuilder
public int getMode()
optional int32 mode = 4;
getMode
in interface PAclOrBuilder
public boolean hasIsDefault()
optional bool isDefault = 5;
hasIsDefault
in interface PAclOrBuilder
public boolean getIsDefault()
optional bool isDefault = 5;
getIsDefault
in interface PAclOrBuilder
public boolean hasIsDefaultEmpty()
optional bool isDefaultEmpty = 6;
hasIsDefaultEmpty
in interface PAclOrBuilder
public boolean getIsDefaultEmpty()
optional bool isDefaultEmpty = 6;
getIsDefaultEmpty
in interface PAclOrBuilder
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 PAcl parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static PAcl parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static PAcl parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static PAcl parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static PAcl parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static PAcl parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static PAcl parseFrom(InputStream input) throws IOException
IOException
public static PAcl parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static PAcl parseDelimitedFrom(InputStream input) throws IOException
IOException
public static PAcl parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static PAcl parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static PAcl parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public PAcl.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static PAcl.Builder newBuilder()
public static PAcl.Builder newBuilder(PAcl prototype)
public PAcl.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected PAcl.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessageV3
public static PAcl getDefaultInstance()
public static com.google.protobuf.Parser<PAcl> parser()
public com.google.protobuf.Parser<PAcl> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessageV3
public PAcl getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
Copyright © 2023. All Rights Reserved.