public static final class File.InodeFileEntry extends com.google.protobuf.GeneratedMessageV3 implements File.InodeFileEntryOrBuilder
next available id: 30Protobuf type
alluxio.proto.journal.InodeFileEntry
Modifier and Type | Class and Description |
---|---|
static class |
File.InodeFileEntry.Builder
next available id: 30
|
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 | Method and Description |
---|---|
boolean |
containsXAttr(String key)
map<string, bytes> xAttr = 28; |
boolean |
equals(Object obj) |
Acl.AccessControlList |
getAcl()
optional .alluxio.proto.shared.AccessControlList acl = 19; |
Acl.AccessControlListOrBuilder |
getAclOrBuilder()
optional .alluxio.proto.shared.AccessControlList acl = 19; |
long |
getBlocks(int index)
repeated int64 blocks = 12; |
int |
getBlocksCount()
repeated int64 blocks = 12; |
long |
getBlockSizeBytes()
optional int64 block_size_bytes = 8; |
List<Long> |
getBlocksList()
repeated int64 blocks = 12; |
boolean |
getCacheable()
optional bool cacheable = 11; |
boolean |
getCompleted()
optional bool completed = 10; |
long |
getCreationTimeMs()
optional int64 creation_time_ms = 6; |
static File.InodeFileEntry |
getDefaultInstance() |
File.InodeFileEntry |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getGroup()
optional string group = 15; |
com.google.protobuf.ByteString |
getGroupBytes()
optional string group = 15; |
long |
getId()
optional int64 id = 1; |
long |
getLastAccessTimeMs()
optional int64 last_access_time_ms = 29; |
long |
getLastModificationTimeMs()
optional int64 last_modification_time_ms = 7; |
long |
getLength()
optional int64 length = 9; |
String |
getMediumType(int index)
repeated string medium_type = 26; |
com.google.protobuf.ByteString |
getMediumTypeBytes(int index)
repeated string medium_type = 26; |
int |
getMediumTypeCount()
repeated string medium_type = 26; |
com.google.protobuf.ProtocolStringList |
getMediumTypeList()
repeated string medium_type = 26; |
int |
getMode()
optional int32 mode = 16; |
String |
getName()
optional string name = 3; |
com.google.protobuf.ByteString |
getNameBytes()
optional string name = 3; |
String |
getOwner()
optional string owner = 14; |
com.google.protobuf.ByteString |
getOwnerBytes()
optional string owner = 14; |
long |
getParentId()
optional int64 parent_id = 2; |
com.google.protobuf.Parser<File.InodeFileEntry> |
getParserForType() |
String |
getPath()
optional string path = 25; |
com.google.protobuf.ByteString |
getPathBytes()
optional string path = 25; |
String |
getPersistenceState()
optional string persistence_state = 4; |
com.google.protobuf.ByteString |
getPersistenceStateBytes()
optional string persistence_state = 4; |
long |
getPersistJobId()
optional int64 persist_job_id = 22; |
boolean |
getPinned()
optional bool pinned = 5; |
int |
getReplicationDurable()
optional int32 replication_durable = 24; |
int |
getReplicationMax()
optional int32 replication_max = 20; |
int |
getReplicationMin()
optional int32 replication_min = 21; |
int |
getSerializedSize() |
long |
getShouldPersistTime()
optional int64 should_persist_time = 27; |
String |
getTempUfsPath()
optional string temp_ufs_path = 23; |
com.google.protobuf.ByteString |
getTempUfsPathBytes()
optional string temp_ufs_path = 23; |
long |
getTtl()
optional int64 ttl = 13; |
File.PTtlAction |
getTtlAction()
optional .alluxio.proto.journal.PTtlAction ttlAction = 17 [default = DELETE]; |
String |
getUfsFingerprint()
optional string ufs_fingerprint = 18; |
com.google.protobuf.ByteString |
getUfsFingerprintBytes()
optional string ufs_fingerprint = 18; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
Map<String,com.google.protobuf.ByteString> |
getXAttr()
Deprecated.
|
int |
getXAttrCount()
map<string, bytes> xAttr = 28; |
Map<String,com.google.protobuf.ByteString> |
getXAttrMap()
map<string, bytes> xAttr = 28; |
com.google.protobuf.ByteString |
getXAttrOrDefault(String key,
com.google.protobuf.ByteString defaultValue)
map<string, bytes> xAttr = 28; |
com.google.protobuf.ByteString |
getXAttrOrThrow(String key)
map<string, bytes> xAttr = 28; |
boolean |
hasAcl()
optional .alluxio.proto.shared.AccessControlList acl = 19; |
boolean |
hasBlockSizeBytes()
optional int64 block_size_bytes = 8; |
boolean |
hasCacheable()
optional bool cacheable = 11; |
boolean |
hasCompleted()
optional bool completed = 10; |
boolean |
hasCreationTimeMs()
optional int64 creation_time_ms = 6; |
boolean |
hasGroup()
optional string group = 15; |
int |
hashCode() |
boolean |
hasId()
optional int64 id = 1; |
boolean |
hasLastAccessTimeMs()
optional int64 last_access_time_ms = 29; |
boolean |
hasLastModificationTimeMs()
optional int64 last_modification_time_ms = 7; |
boolean |
hasLength()
optional int64 length = 9; |
boolean |
hasMode()
optional int32 mode = 16; |
boolean |
hasName()
optional string name = 3; |
boolean |
hasOwner()
optional string owner = 14; |
boolean |
hasParentId()
optional int64 parent_id = 2; |
boolean |
hasPath()
optional string path = 25; |
boolean |
hasPersistenceState()
optional string persistence_state = 4; |
boolean |
hasPersistJobId()
optional int64 persist_job_id = 22; |
boolean |
hasPinned()
optional bool pinned = 5; |
boolean |
hasReplicationDurable()
optional int32 replication_durable = 24; |
boolean |
hasReplicationMax()
optional int32 replication_max = 20; |
boolean |
hasReplicationMin()
optional int32 replication_min = 21; |
boolean |
hasShouldPersistTime()
optional int64 should_persist_time = 27; |
boolean |
hasTempUfsPath()
optional string temp_ufs_path = 23; |
boolean |
hasTtl()
optional int64 ttl = 13; |
boolean |
hasTtlAction()
optional .alluxio.proto.journal.PTtlAction ttlAction = 17 [default = DELETE]; |
boolean |
hasUfsFingerprint()
optional string ufs_fingerprint = 18; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
protected com.google.protobuf.MapField |
internalGetMapField(int number) |
boolean |
isInitialized() |
static File.InodeFileEntry.Builder |
newBuilder() |
static File.InodeFileEntry.Builder |
newBuilder(File.InodeFileEntry prototype) |
File.InodeFileEntry.Builder |
newBuilderForType() |
protected File.InodeFileEntry.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static File.InodeFileEntry |
parseDelimitedFrom(InputStream input) |
static File.InodeFileEntry |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static File.InodeFileEntry |
parseFrom(byte[] data) |
static File.InodeFileEntry |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static File.InodeFileEntry |
parseFrom(ByteBuffer data) |
static File.InodeFileEntry |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static File.InodeFileEntry |
parseFrom(com.google.protobuf.ByteString data) |
static File.InodeFileEntry |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static File.InodeFileEntry |
parseFrom(com.google.protobuf.CodedInputStream input) |
static File.InodeFileEntry |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static File.InodeFileEntry |
parseFrom(InputStream input) |
static File.InodeFileEntry |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<File.InodeFileEntry> |
parser() |
File.InodeFileEntry.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 BLOCK_SIZE_BYTES_FIELD_NUMBER
public static final int LENGTH_FIELD_NUMBER
public static final int COMPLETED_FIELD_NUMBER
public static final int CACHEABLE_FIELD_NUMBER
public static final int BLOCKS_FIELD_NUMBER
public static final int TTL_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 TTLACTION_FIELD_NUMBER
public static final int UFS_FINGERPRINT_FIELD_NUMBER
public static final int ACL_FIELD_NUMBER
public static final int REPLICATION_MAX_FIELD_NUMBER
public static final int REPLICATION_MIN_FIELD_NUMBER
public static final int PERSIST_JOB_ID_FIELD_NUMBER
public static final int TEMP_UFS_PATH_FIELD_NUMBER
public static final int REPLICATION_DURABLE_FIELD_NUMBER
public static final int PATH_FIELD_NUMBER
public static final int MEDIUM_TYPE_FIELD_NUMBER
public static final int SHOULD_PERSIST_TIME_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.InodeFileEntry> 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.InodeFileEntryOrBuilder
public long getId()
optional int64 id = 1;
getId
in interface File.InodeFileEntryOrBuilder
public boolean hasParentId()
optional int64 parent_id = 2;
hasParentId
in interface File.InodeFileEntryOrBuilder
public long getParentId()
optional int64 parent_id = 2;
getParentId
in interface File.InodeFileEntryOrBuilder
public boolean hasName()
optional string name = 3;
hasName
in interface File.InodeFileEntryOrBuilder
public String getName()
optional string name = 3;
getName
in interface File.InodeFileEntryOrBuilder
public com.google.protobuf.ByteString getNameBytes()
optional string name = 3;
getNameBytes
in interface File.InodeFileEntryOrBuilder
public boolean hasPersistenceState()
optional string persistence_state = 4;
hasPersistenceState
in interface File.InodeFileEntryOrBuilder
public String getPersistenceState()
optional string persistence_state = 4;
getPersistenceState
in interface File.InodeFileEntryOrBuilder
public com.google.protobuf.ByteString getPersistenceStateBytes()
optional string persistence_state = 4;
getPersistenceStateBytes
in interface File.InodeFileEntryOrBuilder
public boolean hasPinned()
optional bool pinned = 5;
hasPinned
in interface File.InodeFileEntryOrBuilder
public boolean getPinned()
optional bool pinned = 5;
getPinned
in interface File.InodeFileEntryOrBuilder
public boolean hasCreationTimeMs()
optional int64 creation_time_ms = 6;
hasCreationTimeMs
in interface File.InodeFileEntryOrBuilder
public long getCreationTimeMs()
optional int64 creation_time_ms = 6;
getCreationTimeMs
in interface File.InodeFileEntryOrBuilder
public boolean hasLastModificationTimeMs()
optional int64 last_modification_time_ms = 7;
hasLastModificationTimeMs
in interface File.InodeFileEntryOrBuilder
public long getLastModificationTimeMs()
optional int64 last_modification_time_ms = 7;
getLastModificationTimeMs
in interface File.InodeFileEntryOrBuilder
public boolean hasBlockSizeBytes()
optional int64 block_size_bytes = 8;
hasBlockSizeBytes
in interface File.InodeFileEntryOrBuilder
public long getBlockSizeBytes()
optional int64 block_size_bytes = 8;
getBlockSizeBytes
in interface File.InodeFileEntryOrBuilder
public boolean hasLength()
optional int64 length = 9;
hasLength
in interface File.InodeFileEntryOrBuilder
public long getLength()
optional int64 length = 9;
getLength
in interface File.InodeFileEntryOrBuilder
public boolean hasCompleted()
optional bool completed = 10;
hasCompleted
in interface File.InodeFileEntryOrBuilder
public boolean getCompleted()
optional bool completed = 10;
getCompleted
in interface File.InodeFileEntryOrBuilder
public boolean hasCacheable()
optional bool cacheable = 11;
hasCacheable
in interface File.InodeFileEntryOrBuilder
public boolean getCacheable()
optional bool cacheable = 11;
getCacheable
in interface File.InodeFileEntryOrBuilder
public List<Long> getBlocksList()
repeated int64 blocks = 12;
getBlocksList
in interface File.InodeFileEntryOrBuilder
public int getBlocksCount()
repeated int64 blocks = 12;
getBlocksCount
in interface File.InodeFileEntryOrBuilder
public long getBlocks(int index)
repeated int64 blocks = 12;
getBlocks
in interface File.InodeFileEntryOrBuilder
index
- The index of the element to return.public boolean hasTtl()
optional int64 ttl = 13;
hasTtl
in interface File.InodeFileEntryOrBuilder
public long getTtl()
optional int64 ttl = 13;
getTtl
in interface File.InodeFileEntryOrBuilder
public boolean hasOwner()
optional string owner = 14;
hasOwner
in interface File.InodeFileEntryOrBuilder
public String getOwner()
optional string owner = 14;
getOwner
in interface File.InodeFileEntryOrBuilder
public com.google.protobuf.ByteString getOwnerBytes()
optional string owner = 14;
getOwnerBytes
in interface File.InodeFileEntryOrBuilder
public boolean hasGroup()
optional string group = 15;
hasGroup
in interface File.InodeFileEntryOrBuilder
public String getGroup()
optional string group = 15;
getGroup
in interface File.InodeFileEntryOrBuilder
public com.google.protobuf.ByteString getGroupBytes()
optional string group = 15;
getGroupBytes
in interface File.InodeFileEntryOrBuilder
public boolean hasMode()
optional int32 mode = 16;
hasMode
in interface File.InodeFileEntryOrBuilder
public int getMode()
optional int32 mode = 16;
getMode
in interface File.InodeFileEntryOrBuilder
public boolean hasTtlAction()
optional .alluxio.proto.journal.PTtlAction ttlAction = 17 [default = DELETE];
hasTtlAction
in interface File.InodeFileEntryOrBuilder
public File.PTtlAction getTtlAction()
optional .alluxio.proto.journal.PTtlAction ttlAction = 17 [default = DELETE];
getTtlAction
in interface File.InodeFileEntryOrBuilder
public boolean hasUfsFingerprint()
optional string ufs_fingerprint = 18;
hasUfsFingerprint
in interface File.InodeFileEntryOrBuilder
public String getUfsFingerprint()
optional string ufs_fingerprint = 18;
getUfsFingerprint
in interface File.InodeFileEntryOrBuilder
public com.google.protobuf.ByteString getUfsFingerprintBytes()
optional string ufs_fingerprint = 18;
getUfsFingerprintBytes
in interface File.InodeFileEntryOrBuilder
public boolean hasAcl()
optional .alluxio.proto.shared.AccessControlList acl = 19;
hasAcl
in interface File.InodeFileEntryOrBuilder
public Acl.AccessControlList getAcl()
optional .alluxio.proto.shared.AccessControlList acl = 19;
getAcl
in interface File.InodeFileEntryOrBuilder
public Acl.AccessControlListOrBuilder getAclOrBuilder()
optional .alluxio.proto.shared.AccessControlList acl = 19;
getAclOrBuilder
in interface File.InodeFileEntryOrBuilder
public boolean hasReplicationMax()
optional int32 replication_max = 20;
hasReplicationMax
in interface File.InodeFileEntryOrBuilder
public int getReplicationMax()
optional int32 replication_max = 20;
getReplicationMax
in interface File.InodeFileEntryOrBuilder
public boolean hasReplicationMin()
optional int32 replication_min = 21;
hasReplicationMin
in interface File.InodeFileEntryOrBuilder
public int getReplicationMin()
optional int32 replication_min = 21;
getReplicationMin
in interface File.InodeFileEntryOrBuilder
public boolean hasPersistJobId()
optional int64 persist_job_id = 22;
hasPersistJobId
in interface File.InodeFileEntryOrBuilder
public long getPersistJobId()
optional int64 persist_job_id = 22;
getPersistJobId
in interface File.InodeFileEntryOrBuilder
public boolean hasTempUfsPath()
optional string temp_ufs_path = 23;
hasTempUfsPath
in interface File.InodeFileEntryOrBuilder
public String getTempUfsPath()
optional string temp_ufs_path = 23;
getTempUfsPath
in interface File.InodeFileEntryOrBuilder
public com.google.protobuf.ByteString getTempUfsPathBytes()
optional string temp_ufs_path = 23;
getTempUfsPathBytes
in interface File.InodeFileEntryOrBuilder
public boolean hasReplicationDurable()
optional int32 replication_durable = 24;
hasReplicationDurable
in interface File.InodeFileEntryOrBuilder
public int getReplicationDurable()
optional int32 replication_durable = 24;
getReplicationDurable
in interface File.InodeFileEntryOrBuilder
public boolean hasPath()
optional string path = 25;
hasPath
in interface File.InodeFileEntryOrBuilder
public String getPath()
optional string path = 25;
getPath
in interface File.InodeFileEntryOrBuilder
public com.google.protobuf.ByteString getPathBytes()
optional string path = 25;
getPathBytes
in interface File.InodeFileEntryOrBuilder
public com.google.protobuf.ProtocolStringList getMediumTypeList()
repeated string medium_type = 26;
getMediumTypeList
in interface File.InodeFileEntryOrBuilder
public int getMediumTypeCount()
repeated string medium_type = 26;
getMediumTypeCount
in interface File.InodeFileEntryOrBuilder
public String getMediumType(int index)
repeated string medium_type = 26;
getMediumType
in interface File.InodeFileEntryOrBuilder
index
- The index of the element to return.public com.google.protobuf.ByteString getMediumTypeBytes(int index)
repeated string medium_type = 26;
getMediumTypeBytes
in interface File.InodeFileEntryOrBuilder
index
- The index of the value to return.public boolean hasShouldPersistTime()
optional int64 should_persist_time = 27;
hasShouldPersistTime
in interface File.InodeFileEntryOrBuilder
public long getShouldPersistTime()
optional int64 should_persist_time = 27;
getShouldPersistTime
in interface File.InodeFileEntryOrBuilder
public int getXAttrCount()
File.InodeFileEntryOrBuilder
map<string, bytes> xAttr = 28;
getXAttrCount
in interface File.InodeFileEntryOrBuilder
public boolean containsXAttr(String key)
map<string, bytes> xAttr = 28;
containsXAttr
in interface File.InodeFileEntryOrBuilder
@Deprecated public Map<String,com.google.protobuf.ByteString> getXAttr()
getXAttrMap()
instead.getXAttr
in interface File.InodeFileEntryOrBuilder
public Map<String,com.google.protobuf.ByteString> getXAttrMap()
map<string, bytes> xAttr = 28;
getXAttrMap
in interface File.InodeFileEntryOrBuilder
public com.google.protobuf.ByteString getXAttrOrDefault(String key, com.google.protobuf.ByteString defaultValue)
map<string, bytes> xAttr = 28;
getXAttrOrDefault
in interface File.InodeFileEntryOrBuilder
public com.google.protobuf.ByteString getXAttrOrThrow(String key)
map<string, bytes> xAttr = 28;
getXAttrOrThrow
in interface File.InodeFileEntryOrBuilder
public boolean hasLastAccessTimeMs()
optional int64 last_access_time_ms = 29;
hasLastAccessTimeMs
in interface File.InodeFileEntryOrBuilder
public long getLastAccessTimeMs()
optional int64 last_access_time_ms = 29;
getLastAccessTimeMs
in interface File.InodeFileEntryOrBuilder
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.InodeFileEntry parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static File.InodeFileEntry parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static File.InodeFileEntry parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static File.InodeFileEntry parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static File.InodeFileEntry parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static File.InodeFileEntry parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static File.InodeFileEntry parseFrom(InputStream input) throws IOException
IOException
public static File.InodeFileEntry parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static File.InodeFileEntry parseDelimitedFrom(InputStream input) throws IOException
IOException
public static File.InodeFileEntry parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static File.InodeFileEntry parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static File.InodeFileEntry parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public File.InodeFileEntry.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static File.InodeFileEntry.Builder newBuilder()
public static File.InodeFileEntry.Builder newBuilder(File.InodeFileEntry prototype)
public File.InodeFileEntry.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected File.InodeFileEntry.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessageV3
public static File.InodeFileEntry getDefaultInstance()
public static com.google.protobuf.Parser<File.InodeFileEntry> parser()
public com.google.protobuf.Parser<File.InodeFileEntry> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessageV3
public File.InodeFileEntry getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
Copyright © 2023. All Rights Reserved.