public static final class File.InodeDirectoryEntry extends com.google.protobuf.GeneratedMessageV3 implements File.InodeDirectoryEntryOrBuilder
next available id: 21Protobuf type
alluxio.proto.journal.InodeDirectoryEntry
Modifier and Type | Class and Description |
---|---|
static class |
File.InodeDirectoryEntry.Builder
next available id: 21
|
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 |
ACL_FIELD_NUMBER |
static int |
CREATION_TIME_MS_FIELD_NUMBER |
static int |
DEFAULTACL_FIELD_NUMBER |
static int |
DIRECT_CHILDREN_LOADED_FIELD_NUMBER |
static int |
GROUP_FIELD_NUMBER |
static int |
ID_FIELD_NUMBER |
static int |
LAST_ACCESS_TIME_MS_FIELD_NUMBER |
static int |
LAST_MODIFICATION_TIME_MS_FIELD_NUMBER |
static int |
MEDIUM_TYPE_FIELD_NUMBER |
static int |
MODE_FIELD_NUMBER |
static int |
MOUNT_POINT_FIELD_NUMBER |
static int |
NAME_FIELD_NUMBER |
static int |
OWNER_FIELD_NUMBER |
static int |
PARENT_ID_FIELD_NUMBER |
static com.google.protobuf.Parser<File.InodeDirectoryEntry> |
PARSER
Deprecated.
|
static int |
PATH_FIELD_NUMBER |
static int |
PERSISTENCE_STATE_FIELD_NUMBER |
static int |
PINNED_FIELD_NUMBER |
static int |
TTL_FIELD_NUMBER |
static int |
TTLACTION_FIELD_NUMBER |
static int |
XATTR_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
boolean |
containsXAttr(String key)
map<string, bytes> xAttr = 19; |
boolean |
equals(Object obj) |
Acl.AccessControlList |
getAcl()
optional .alluxio.proto.shared.AccessControlList acl = 15; |
Acl.AccessControlListOrBuilder |
getAclOrBuilder()
optional .alluxio.proto.shared.AccessControlList acl = 15; |
long |
getCreationTimeMs()
optional int64 creation_time_ms = 6; |
Acl.AccessControlList |
getDefaultAcl()
optional .alluxio.proto.shared.AccessControlList defaultAcl = 16; |
Acl.AccessControlListOrBuilder |
getDefaultAclOrBuilder()
optional .alluxio.proto.shared.AccessControlList defaultAcl = 16; |
static File.InodeDirectoryEntry |
getDefaultInstance() |
File.InodeDirectoryEntry |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
boolean |
getDirectChildrenLoaded()
optional bool direct_children_loaded = 12; |
String |
getGroup()
optional string group = 9; |
com.google.protobuf.ByteString |
getGroupBytes()
optional string group = 9; |
long |
getId()
optional int64 id = 1; |
long |
getLastAccessTimeMs()
optional int64 last_access_time_ms = 20; |
long |
getLastModificationTimeMs()
optional int64 last_modification_time_ms = 7; |
String |
getMediumType(int index)
repeated string medium_type = 18; |
com.google.protobuf.ByteString |
getMediumTypeBytes(int index)
repeated string medium_type = 18; |
int |
getMediumTypeCount()
repeated string medium_type = 18; |
com.google.protobuf.ProtocolStringList |
getMediumTypeList()
repeated string medium_type = 18; |
int |
getMode()
optional int32 mode = 10; |
boolean |
getMountPoint()
optional bool mount_point = 11; |
String |
getName()
optional string name = 3; |
com.google.protobuf.ByteString |
getNameBytes()
optional string name = 3; |
String |
getOwner()
optional string owner = 8; |
com.google.protobuf.ByteString |
getOwnerBytes()
optional string owner = 8; |
long |
getParentId()
optional int64 parent_id = 2; |
com.google.protobuf.Parser<File.InodeDirectoryEntry> |
getParserForType() |
String |
getPath()
optional string path = 17; |
com.google.protobuf.ByteString |
getPathBytes()
optional string path = 17; |
String |
getPersistenceState()
optional string persistence_state = 4; |
com.google.protobuf.ByteString |
getPersistenceStateBytes()
optional string persistence_state = 4; |
boolean |
getPinned()
optional bool pinned = 5; |
int |
getSerializedSize() |
long |
getTtl()
optional int64 ttl = 13; |
File.PTtlAction |
getTtlAction()
optional .alluxio.proto.journal.PTtlAction ttlAction = 14 [default = DELETE]; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
Map<String,com.google.protobuf.ByteString> |
getXAttr()
Deprecated.
|
int |
getXAttrCount()
map<string, bytes> xAttr = 19; |
Map<String,com.google.protobuf.ByteString> |
getXAttrMap()
map<string, bytes> xAttr = 19; |
com.google.protobuf.ByteString |
getXAttrOrDefault(String key,
com.google.protobuf.ByteString defaultValue)
map<string, bytes> xAttr = 19; |
com.google.protobuf.ByteString |
getXAttrOrThrow(String key)
map<string, bytes> xAttr = 19; |
boolean |
hasAcl()
optional .alluxio.proto.shared.AccessControlList acl = 15; |
boolean |
hasCreationTimeMs()
optional int64 creation_time_ms = 6; |
boolean |
hasDefaultAcl()
optional .alluxio.proto.shared.AccessControlList defaultAcl = 16; |
boolean |
hasDirectChildrenLoaded()
optional bool direct_children_loaded = 12; |
boolean |
hasGroup()
optional string group = 9; |
int |
hashCode() |
boolean |
hasId()
optional int64 id = 1; |
boolean |
hasLastAccessTimeMs()
optional int64 last_access_time_ms = 20; |
boolean |
hasLastModificationTimeMs()
optional int64 last_modification_time_ms = 7; |
boolean |
hasMode()
optional int32 mode = 10; |
boolean |
hasMountPoint()
optional bool mount_point = 11; |
boolean |
hasName()
optional string name = 3; |
boolean |
hasOwner()
optional string owner = 8; |
boolean |
hasParentId()
optional int64 parent_id = 2; |
boolean |
hasPath()
optional string path = 17; |
boolean |
hasPersistenceState()
optional string persistence_state = 4; |
boolean |
hasPinned()
optional bool pinned = 5; |
boolean |
hasTtl()
optional int64 ttl = 13; |
boolean |
hasTtlAction()
optional .alluxio.proto.journal.PTtlAction ttlAction = 14 [default = DELETE]; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
protected com.google.protobuf.MapField |
internalGetMapField(int number) |
boolean |
isInitialized() |
static File.InodeDirectoryEntry.Builder |
newBuilder() |
static File.InodeDirectoryEntry.Builder |
newBuilder(File.InodeDirectoryEntry prototype) |
File.InodeDirectoryEntry.Builder |
newBuilderForType() |
protected File.InodeDirectoryEntry.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static File.InodeDirectoryEntry |
parseDelimitedFrom(InputStream input) |
static File.InodeDirectoryEntry |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static File.InodeDirectoryEntry |
parseFrom(byte[] data) |
static File.InodeDirectoryEntry |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static File.InodeDirectoryEntry |
parseFrom(ByteBuffer data) |
static File.InodeDirectoryEntry |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static File.InodeDirectoryEntry |
parseFrom(com.google.protobuf.ByteString data) |
static File.InodeDirectoryEntry |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static File.InodeDirectoryEntry |
parseFrom(com.google.protobuf.CodedInputStream input) |
static File.InodeDirectoryEntry |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static File.InodeDirectoryEntry |
parseFrom(InputStream input) |
static File.InodeDirectoryEntry |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<File.InodeDirectoryEntry> |
parser() |
File.InodeDirectoryEntry.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, 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 PARENT_ID_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
public static final int PERSISTENCE_STATE_FIELD_NUMBER
public static final int PINNED_FIELD_NUMBER
public static final int CREATION_TIME_MS_FIELD_NUMBER
public static final int LAST_MODIFICATION_TIME_MS_FIELD_NUMBER
public static final int OWNER_FIELD_NUMBER
public static final int GROUP_FIELD_NUMBER
public static final int MODE_FIELD_NUMBER
public static final int MOUNT_POINT_FIELD_NUMBER
public static final int DIRECT_CHILDREN_LOADED_FIELD_NUMBER
public static final int TTL_FIELD_NUMBER
public static final int TTLACTION_FIELD_NUMBER
public static final int ACL_FIELD_NUMBER
public static final int DEFAULTACL_FIELD_NUMBER
public static final int PATH_FIELD_NUMBER
public static final int MEDIUM_TYPE_FIELD_NUMBER
public static final int XATTR_FIELD_NUMBER
public static final int LAST_ACCESS_TIME_MS_FIELD_NUMBER
@Deprecated public static final com.google.protobuf.Parser<File.InodeDirectoryEntry> 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.MapField internalGetMapField(int number)
internalGetMapField
in class com.google.protobuf.GeneratedMessageV3
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.InodeDirectoryEntryOrBuilder
public long getId()
optional int64 id = 1;
getId
in interface File.InodeDirectoryEntryOrBuilder
public boolean hasParentId()
optional int64 parent_id = 2;
hasParentId
in interface File.InodeDirectoryEntryOrBuilder
public long getParentId()
optional int64 parent_id = 2;
getParentId
in interface File.InodeDirectoryEntryOrBuilder
public boolean hasName()
optional string name = 3;
hasName
in interface File.InodeDirectoryEntryOrBuilder
public String getName()
optional string name = 3;
getName
in interface File.InodeDirectoryEntryOrBuilder
public com.google.protobuf.ByteString getNameBytes()
optional string name = 3;
getNameBytes
in interface File.InodeDirectoryEntryOrBuilder
public boolean hasPersistenceState()
optional string persistence_state = 4;
hasPersistenceState
in interface File.InodeDirectoryEntryOrBuilder
public String getPersistenceState()
optional string persistence_state = 4;
getPersistenceState
in interface File.InodeDirectoryEntryOrBuilder
public com.google.protobuf.ByteString getPersistenceStateBytes()
optional string persistence_state = 4;
getPersistenceStateBytes
in interface File.InodeDirectoryEntryOrBuilder
public boolean hasPinned()
optional bool pinned = 5;
hasPinned
in interface File.InodeDirectoryEntryOrBuilder
public boolean getPinned()
optional bool pinned = 5;
getPinned
in interface File.InodeDirectoryEntryOrBuilder
public boolean hasCreationTimeMs()
optional int64 creation_time_ms = 6;
hasCreationTimeMs
in interface File.InodeDirectoryEntryOrBuilder
public long getCreationTimeMs()
optional int64 creation_time_ms = 6;
getCreationTimeMs
in interface File.InodeDirectoryEntryOrBuilder
public boolean hasLastModificationTimeMs()
optional int64 last_modification_time_ms = 7;
hasLastModificationTimeMs
in interface File.InodeDirectoryEntryOrBuilder
public long getLastModificationTimeMs()
optional int64 last_modification_time_ms = 7;
getLastModificationTimeMs
in interface File.InodeDirectoryEntryOrBuilder
public boolean hasOwner()
optional string owner = 8;
hasOwner
in interface File.InodeDirectoryEntryOrBuilder
public String getOwner()
optional string owner = 8;
getOwner
in interface File.InodeDirectoryEntryOrBuilder
public com.google.protobuf.ByteString getOwnerBytes()
optional string owner = 8;
getOwnerBytes
in interface File.InodeDirectoryEntryOrBuilder
public boolean hasGroup()
optional string group = 9;
hasGroup
in interface File.InodeDirectoryEntryOrBuilder
public String getGroup()
optional string group = 9;
getGroup
in interface File.InodeDirectoryEntryOrBuilder
public com.google.protobuf.ByteString getGroupBytes()
optional string group = 9;
getGroupBytes
in interface File.InodeDirectoryEntryOrBuilder
public boolean hasMode()
optional int32 mode = 10;
hasMode
in interface File.InodeDirectoryEntryOrBuilder
public int getMode()
optional int32 mode = 10;
getMode
in interface File.InodeDirectoryEntryOrBuilder
public boolean hasMountPoint()
optional bool mount_point = 11;
hasMountPoint
in interface File.InodeDirectoryEntryOrBuilder
public boolean getMountPoint()
optional bool mount_point = 11;
getMountPoint
in interface File.InodeDirectoryEntryOrBuilder
public boolean hasDirectChildrenLoaded()
optional bool direct_children_loaded = 12;
hasDirectChildrenLoaded
in interface File.InodeDirectoryEntryOrBuilder
public boolean getDirectChildrenLoaded()
optional bool direct_children_loaded = 12;
getDirectChildrenLoaded
in interface File.InodeDirectoryEntryOrBuilder
public boolean hasTtl()
optional int64 ttl = 13;
hasTtl
in interface File.InodeDirectoryEntryOrBuilder
public long getTtl()
optional int64 ttl = 13;
getTtl
in interface File.InodeDirectoryEntryOrBuilder
public boolean hasTtlAction()
optional .alluxio.proto.journal.PTtlAction ttlAction = 14 [default = DELETE];
hasTtlAction
in interface File.InodeDirectoryEntryOrBuilder
public File.PTtlAction getTtlAction()
optional .alluxio.proto.journal.PTtlAction ttlAction = 14 [default = DELETE];
getTtlAction
in interface File.InodeDirectoryEntryOrBuilder
public boolean hasAcl()
optional .alluxio.proto.shared.AccessControlList acl = 15;
hasAcl
in interface File.InodeDirectoryEntryOrBuilder
public Acl.AccessControlList getAcl()
optional .alluxio.proto.shared.AccessControlList acl = 15;
getAcl
in interface File.InodeDirectoryEntryOrBuilder
public Acl.AccessControlListOrBuilder getAclOrBuilder()
optional .alluxio.proto.shared.AccessControlList acl = 15;
getAclOrBuilder
in interface File.InodeDirectoryEntryOrBuilder
public boolean hasDefaultAcl()
optional .alluxio.proto.shared.AccessControlList defaultAcl = 16;
hasDefaultAcl
in interface File.InodeDirectoryEntryOrBuilder
public Acl.AccessControlList getDefaultAcl()
optional .alluxio.proto.shared.AccessControlList defaultAcl = 16;
getDefaultAcl
in interface File.InodeDirectoryEntryOrBuilder
public Acl.AccessControlListOrBuilder getDefaultAclOrBuilder()
optional .alluxio.proto.shared.AccessControlList defaultAcl = 16;
getDefaultAclOrBuilder
in interface File.InodeDirectoryEntryOrBuilder
public boolean hasPath()
optional string path = 17;
hasPath
in interface File.InodeDirectoryEntryOrBuilder
public String getPath()
optional string path = 17;
getPath
in interface File.InodeDirectoryEntryOrBuilder
public com.google.protobuf.ByteString getPathBytes()
optional string path = 17;
getPathBytes
in interface File.InodeDirectoryEntryOrBuilder
public com.google.protobuf.ProtocolStringList getMediumTypeList()
repeated string medium_type = 18;
getMediumTypeList
in interface File.InodeDirectoryEntryOrBuilder
public int getMediumTypeCount()
repeated string medium_type = 18;
getMediumTypeCount
in interface File.InodeDirectoryEntryOrBuilder
public String getMediumType(int index)
repeated string medium_type = 18;
getMediumType
in interface File.InodeDirectoryEntryOrBuilder
index
- The index of the element to return.public com.google.protobuf.ByteString getMediumTypeBytes(int index)
repeated string medium_type = 18;
getMediumTypeBytes
in interface File.InodeDirectoryEntryOrBuilder
index
- The index of the value to return.public int getXAttrCount()
File.InodeDirectoryEntryOrBuilder
map<string, bytes> xAttr = 19;
getXAttrCount
in interface File.InodeDirectoryEntryOrBuilder
public boolean containsXAttr(String key)
map<string, bytes> xAttr = 19;
containsXAttr
in interface File.InodeDirectoryEntryOrBuilder
@Deprecated public Map<String,com.google.protobuf.ByteString> getXAttr()
getXAttrMap()
instead.getXAttr
in interface File.InodeDirectoryEntryOrBuilder
public Map<String,com.google.protobuf.ByteString> getXAttrMap()
map<string, bytes> xAttr = 19;
getXAttrMap
in interface File.InodeDirectoryEntryOrBuilder
public com.google.protobuf.ByteString getXAttrOrDefault(String key, com.google.protobuf.ByteString defaultValue)
map<string, bytes> xAttr = 19;
getXAttrOrDefault
in interface File.InodeDirectoryEntryOrBuilder
public com.google.protobuf.ByteString getXAttrOrThrow(String key)
map<string, bytes> xAttr = 19;
getXAttrOrThrow
in interface File.InodeDirectoryEntryOrBuilder
public boolean hasLastAccessTimeMs()
optional int64 last_access_time_ms = 20;
hasLastAccessTimeMs
in interface File.InodeDirectoryEntryOrBuilder
public long getLastAccessTimeMs()
optional int64 last_access_time_ms = 20;
getLastAccessTimeMs
in interface File.InodeDirectoryEntryOrBuilder
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.InodeDirectoryEntry parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static File.InodeDirectoryEntry parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static File.InodeDirectoryEntry parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static File.InodeDirectoryEntry parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static File.InodeDirectoryEntry parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static File.InodeDirectoryEntry parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static File.InodeDirectoryEntry parseFrom(InputStream input) throws IOException
IOException
public static File.InodeDirectoryEntry parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static File.InodeDirectoryEntry parseDelimitedFrom(InputStream input) throws IOException
IOException
public static File.InodeDirectoryEntry parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static File.InodeDirectoryEntry parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static File.InodeDirectoryEntry parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public File.InodeDirectoryEntry.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static File.InodeDirectoryEntry.Builder newBuilder()
public static File.InodeDirectoryEntry.Builder newBuilder(File.InodeDirectoryEntry prototype)
public File.InodeDirectoryEntry.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected File.InodeDirectoryEntry.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessageV3
public static File.InodeDirectoryEntry getDefaultInstance()
public static com.google.protobuf.Parser<File.InodeDirectoryEntry> parser()
public com.google.protobuf.Parser<File.InodeDirectoryEntry> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessageV3
public File.InodeDirectoryEntry getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
Copyright © 2023. All Rights Reserved.