public static final class File.SetAclEntry extends com.google.protobuf.GeneratedMessageV3 implements File.SetAclEntryOrBuilder
next available id: 6Protobuf type
alluxio.proto.journal.SetAclEntry
Modifier and Type | Class and Description |
---|---|
static class |
File.SetAclEntry.Builder
next available id: 6
|
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 |
ACTION_FIELD_NUMBER |
static int |
ENTRIES_FIELD_NUMBER |
static int |
ID_FIELD_NUMBER |
static int |
OP_TIME_MS_FIELD_NUMBER |
static com.google.protobuf.Parser<File.SetAclEntry> |
PARSER
Deprecated.
|
static int |
RECURSIVE_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
File.PSetAclAction |
getAction()
optional .alluxio.proto.journal.PSetAclAction action = 3; |
static File.SetAclEntry |
getDefaultInstance() |
File.SetAclEntry |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
Acl.AclEntry |
getEntries(int index)
repeated .alluxio.proto.shared.AclEntry entries = 4; |
int |
getEntriesCount()
repeated .alluxio.proto.shared.AclEntry entries = 4; |
List<Acl.AclEntry> |
getEntriesList()
repeated .alluxio.proto.shared.AclEntry entries = 4; |
Acl.AclEntryOrBuilder |
getEntriesOrBuilder(int index)
repeated .alluxio.proto.shared.AclEntry entries = 4; |
List<? extends Acl.AclEntryOrBuilder> |
getEntriesOrBuilderList()
repeated .alluxio.proto.shared.AclEntry entries = 4; |
long |
getId()
optional int64 id = 1; |
long |
getOpTimeMs()
optional int64 op_time_ms = 2; |
com.google.protobuf.Parser<File.SetAclEntry> |
getParserForType() |
boolean |
getRecursive()
optional bool recursive = 5; |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasAction()
optional .alluxio.proto.journal.PSetAclAction action = 3; |
int |
hashCode() |
boolean |
hasId()
optional int64 id = 1; |
boolean |
hasOpTimeMs()
optional int64 op_time_ms = 2; |
boolean |
hasRecursive()
optional bool recursive = 5; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static File.SetAclEntry.Builder |
newBuilder() |
static File.SetAclEntry.Builder |
newBuilder(File.SetAclEntry prototype) |
File.SetAclEntry.Builder |
newBuilderForType() |
protected File.SetAclEntry.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static File.SetAclEntry |
parseDelimitedFrom(InputStream input) |
static File.SetAclEntry |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static File.SetAclEntry |
parseFrom(byte[] data) |
static File.SetAclEntry |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static File.SetAclEntry |
parseFrom(ByteBuffer data) |
static File.SetAclEntry |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static File.SetAclEntry |
parseFrom(com.google.protobuf.ByteString data) |
static File.SetAclEntry |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static File.SetAclEntry |
parseFrom(com.google.protobuf.CodedInputStream input) |
static File.SetAclEntry |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static File.SetAclEntry |
parseFrom(InputStream input) |
static File.SetAclEntry |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<File.SetAclEntry> |
parser() |
File.SetAclEntry.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 ID_FIELD_NUMBER
public static final int OP_TIME_MS_FIELD_NUMBER
public static final int ACTION_FIELD_NUMBER
public static final int ENTRIES_FIELD_NUMBER
public static final int RECURSIVE_FIELD_NUMBER
@Deprecated public static final com.google.protobuf.Parser<File.SetAclEntry> 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 hasId()
optional int64 id = 1;
hasId
in interface File.SetAclEntryOrBuilder
public long getId()
optional int64 id = 1;
getId
in interface File.SetAclEntryOrBuilder
public boolean hasOpTimeMs()
optional int64 op_time_ms = 2;
hasOpTimeMs
in interface File.SetAclEntryOrBuilder
public long getOpTimeMs()
optional int64 op_time_ms = 2;
getOpTimeMs
in interface File.SetAclEntryOrBuilder
public boolean hasAction()
optional .alluxio.proto.journal.PSetAclAction action = 3;
hasAction
in interface File.SetAclEntryOrBuilder
public File.PSetAclAction getAction()
optional .alluxio.proto.journal.PSetAclAction action = 3;
getAction
in interface File.SetAclEntryOrBuilder
public List<Acl.AclEntry> getEntriesList()
repeated .alluxio.proto.shared.AclEntry entries = 4;
getEntriesList
in interface File.SetAclEntryOrBuilder
public List<? extends Acl.AclEntryOrBuilder> getEntriesOrBuilderList()
repeated .alluxio.proto.shared.AclEntry entries = 4;
getEntriesOrBuilderList
in interface File.SetAclEntryOrBuilder
public int getEntriesCount()
repeated .alluxio.proto.shared.AclEntry entries = 4;
getEntriesCount
in interface File.SetAclEntryOrBuilder
public Acl.AclEntry getEntries(int index)
repeated .alluxio.proto.shared.AclEntry entries = 4;
getEntries
in interface File.SetAclEntryOrBuilder
public Acl.AclEntryOrBuilder getEntriesOrBuilder(int index)
repeated .alluxio.proto.shared.AclEntry entries = 4;
getEntriesOrBuilder
in interface File.SetAclEntryOrBuilder
public boolean hasRecursive()
optional bool recursive = 5;
hasRecursive
in interface File.SetAclEntryOrBuilder
public boolean getRecursive()
optional bool recursive = 5;
getRecursive
in interface File.SetAclEntryOrBuilder
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 File.SetAclEntry parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static File.SetAclEntry parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static File.SetAclEntry parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static File.SetAclEntry parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static File.SetAclEntry parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static File.SetAclEntry parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static File.SetAclEntry parseFrom(InputStream input) throws IOException
IOException
public static File.SetAclEntry parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static File.SetAclEntry parseDelimitedFrom(InputStream input) throws IOException
IOException
public static File.SetAclEntry parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static File.SetAclEntry parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static File.SetAclEntry parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public File.SetAclEntry.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static File.SetAclEntry.Builder newBuilder()
public static File.SetAclEntry.Builder newBuilder(File.SetAclEntry prototype)
public File.SetAclEntry.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected File.SetAclEntry.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessageV3
public static File.SetAclEntry getDefaultInstance()
public static com.google.protobuf.Parser<File.SetAclEntry> parser()
public com.google.protobuf.Parser<File.SetAclEntry> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessageV3
public File.SetAclEntry getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
Copyright © 2023. All Rights Reserved.