public final class FileInfo extends com.google.protobuf.GeneratedMessageV3 implements FileInfoOrBuilder
alluxio.grpc.file.FileInfo
Modifier and Type | Class and Description |
---|---|
static class |
FileInfo.Builder
Protobuf type
alluxio.grpc.file.FileInfo |
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 = 32; |
boolean |
equals(Object obj) |
PAcl |
getAcl()
optional .alluxio.grpc.file.PAcl acl = 27; |
PAclOrBuilder |
getAclOrBuilder()
optional .alluxio.grpc.file.PAcl acl = 27; |
long |
getBlockIds(int index)
repeated int64 blockIds = 13; |
int |
getBlockIdsCount()
repeated int64 blockIds = 13; |
List<Long> |
getBlockIdsList()
repeated int64 blockIds = 13; |
long |
getBlockSizeBytes()
optional int64 blockSizeBytes = 6; |
boolean |
getCacheable()
optional bool cacheable = 11; |
boolean |
getCompleted()
optional bool completed = 8; |
long |
getCreationTimeMs()
optional int64 creationTimeMs = 7; |
PAcl |
getDefaultAcl()
optional .alluxio.grpc.file.PAcl defaultAcl = 28; |
PAclOrBuilder |
getDefaultAclOrBuilder()
optional .alluxio.grpc.file.PAcl defaultAcl = 28; |
static FileInfo |
getDefaultInstance() |
FileInfo |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
FileBlockInfo |
getFileBlockInfos(int index)
repeated .alluxio.grpc.file.FileBlockInfo fileBlockInfos = 21; |
int |
getFileBlockInfosCount()
repeated .alluxio.grpc.file.FileBlockInfo fileBlockInfos = 21; |
List<FileBlockInfo> |
getFileBlockInfosList()
repeated .alluxio.grpc.file.FileBlockInfo fileBlockInfos = 21; |
FileBlockInfoOrBuilder |
getFileBlockInfosOrBuilder(int index)
repeated .alluxio.grpc.file.FileBlockInfo fileBlockInfos = 21; |
List<? extends FileBlockInfoOrBuilder> |
getFileBlockInfosOrBuilderList()
repeated .alluxio.grpc.file.FileBlockInfo fileBlockInfos = 21; |
long |
getFileId()
optional int64 fileId = 1; |
boolean |
getFolder()
optional bool folder = 9; |
String |
getGroup()
optional string group = 17; |
com.google.protobuf.ByteString |
getGroupBytes()
optional string group = 17; |
int |
getInAlluxioPercentage()
optional int32 inAlluxioPercentage = 24; |
int |
getInMemoryPercentage()
optional int32 inMemoryPercentage = 25; |
long |
getLastAccessTimeMs()
optional int64 lastAccessTimeMs = 31; |
long |
getLastModificationTimeMs()
optional int64 lastModificationTimeMs = 14; |
long |
getLength()
optional int64 length = 5; |
int |
getMode()
optional int32 mode = 18; |
long |
getMountId()
optional int64 mountId = 23; |
boolean |
getMountPoint()
optional bool mountPoint = 20; |
String |
getName()
optional string name = 2; |
com.google.protobuf.ByteString |
getNameBytes()
optional string name = 2; |
String |
getOwner()
optional string owner = 16; |
com.google.protobuf.ByteString |
getOwnerBytes()
optional string owner = 16; |
com.google.protobuf.Parser<FileInfo> |
getParserForType() |
String |
getPath()
optional string path = 3; |
com.google.protobuf.ByteString |
getPathBytes()
optional string path = 3; |
boolean |
getPersisted()
optional bool persisted = 12; |
String |
getPersistenceState()
optional string persistenceState = 19; |
com.google.protobuf.ByteString |
getPersistenceStateBytes()
optional string persistenceState = 19; |
boolean |
getPinned()
optional bool pinned = 10; |
int |
getReplicationMax()
optional int32 replicationMax = 29; |
int |
getReplicationMin()
optional int32 replicationMin = 30; |
int |
getSerializedSize() |
long |
getTtl()
optional int64 ttl = 15; |
TtlAction |
getTtlAction()
optional .alluxio.grpc.TtlAction ttlAction = 22; |
String |
getUfsFingerprint()
optional string ufsFingerprint = 26; |
com.google.protobuf.ByteString |
getUfsFingerprintBytes()
optional string ufsFingerprint = 26; |
String |
getUfsPath()
optional string ufsPath = 4; |
com.google.protobuf.ByteString |
getUfsPathBytes()
optional string ufsPath = 4; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
Map<String,com.google.protobuf.ByteString> |
getXattr()
Deprecated.
|
int |
getXattrCount()
map<string, bytes> xattr = 32; |
Map<String,com.google.protobuf.ByteString> |
getXattrMap()
map<string, bytes> xattr = 32; |
com.google.protobuf.ByteString |
getXattrOrDefault(String key,
com.google.protobuf.ByteString defaultValue)
map<string, bytes> xattr = 32; |
com.google.protobuf.ByteString |
getXattrOrThrow(String key)
map<string, bytes> xattr = 32; |
boolean |
hasAcl()
optional .alluxio.grpc.file.PAcl acl = 27; |
boolean |
hasBlockSizeBytes()
optional int64 blockSizeBytes = 6; |
boolean |
hasCacheable()
optional bool cacheable = 11; |
boolean |
hasCompleted()
optional bool completed = 8; |
boolean |
hasCreationTimeMs()
optional int64 creationTimeMs = 7; |
boolean |
hasDefaultAcl()
optional .alluxio.grpc.file.PAcl defaultAcl = 28; |
boolean |
hasFileId()
optional int64 fileId = 1; |
boolean |
hasFolder()
optional bool folder = 9; |
boolean |
hasGroup()
optional string group = 17; |
int |
hashCode() |
boolean |
hasInAlluxioPercentage()
optional int32 inAlluxioPercentage = 24; |
boolean |
hasInMemoryPercentage()
optional int32 inMemoryPercentage = 25; |
boolean |
hasLastAccessTimeMs()
optional int64 lastAccessTimeMs = 31; |
boolean |
hasLastModificationTimeMs()
optional int64 lastModificationTimeMs = 14; |
boolean |
hasLength()
optional int64 length = 5; |
boolean |
hasMode()
optional int32 mode = 18; |
boolean |
hasMountId()
optional int64 mountId = 23; |
boolean |
hasMountPoint()
optional bool mountPoint = 20; |
boolean |
hasName()
optional string name = 2; |
boolean |
hasOwner()
optional string owner = 16; |
boolean |
hasPath()
optional string path = 3; |
boolean |
hasPersisted()
optional bool persisted = 12; |
boolean |
hasPersistenceState()
optional string persistenceState = 19; |
boolean |
hasPinned()
optional bool pinned = 10; |
boolean |
hasReplicationMax()
optional int32 replicationMax = 29; |
boolean |
hasReplicationMin()
optional int32 replicationMin = 30; |
boolean |
hasTtl()
optional int64 ttl = 15; |
boolean |
hasTtlAction()
optional .alluxio.grpc.TtlAction ttlAction = 22; |
boolean |
hasUfsFingerprint()
optional string ufsFingerprint = 26; |
boolean |
hasUfsPath()
optional string ufsPath = 4; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
protected com.google.protobuf.MapField |
internalGetMapField(int number) |
boolean |
isInitialized() |
static FileInfo.Builder |
newBuilder() |
static FileInfo.Builder |
newBuilder(FileInfo prototype) |
FileInfo.Builder |
newBuilderForType() |
protected FileInfo.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static FileInfo |
parseDelimitedFrom(InputStream input) |
static FileInfo |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FileInfo |
parseFrom(byte[] data) |
static FileInfo |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FileInfo |
parseFrom(ByteBuffer data) |
static FileInfo |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FileInfo |
parseFrom(com.google.protobuf.ByteString data) |
static FileInfo |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FileInfo |
parseFrom(com.google.protobuf.CodedInputStream input) |
static FileInfo |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FileInfo |
parseFrom(InputStream input) |
static FileInfo |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<FileInfo> |
parser() |
FileInfo.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 FILEID_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
public static final int PATH_FIELD_NUMBER
public static final int UFSPATH_FIELD_NUMBER
public static final int LENGTH_FIELD_NUMBER
public static final int BLOCKSIZEBYTES_FIELD_NUMBER
public static final int CREATIONTIMEMS_FIELD_NUMBER
public static final int COMPLETED_FIELD_NUMBER
public static final int FOLDER_FIELD_NUMBER
public static final int PINNED_FIELD_NUMBER
public static final int CACHEABLE_FIELD_NUMBER
public static final int PERSISTED_FIELD_NUMBER
public static final int BLOCKIDS_FIELD_NUMBER
public static final int LASTMODIFICATIONTIMEMS_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 PERSISTENCESTATE_FIELD_NUMBER
public static final int MOUNTPOINT_FIELD_NUMBER
public static final int FILEBLOCKINFOS_FIELD_NUMBER
public static final int TTLACTION_FIELD_NUMBER
public static final int MOUNTID_FIELD_NUMBER
public static final int INALLUXIOPERCENTAGE_FIELD_NUMBER
public static final int INMEMORYPERCENTAGE_FIELD_NUMBER
public static final int UFSFINGERPRINT_FIELD_NUMBER
public static final int ACL_FIELD_NUMBER
public static final int DEFAULTACL_FIELD_NUMBER
public static final int REPLICATIONMAX_FIELD_NUMBER
public static final int REPLICATIONMIN_FIELD_NUMBER
public static final int LASTACCESSTIMEMS_FIELD_NUMBER
public static final int XATTR_FIELD_NUMBER
@Deprecated public static final com.google.protobuf.Parser<FileInfo> 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 hasFileId()
optional int64 fileId = 1;
hasFileId
in interface FileInfoOrBuilder
public long getFileId()
optional int64 fileId = 1;
getFileId
in interface FileInfoOrBuilder
public boolean hasName()
optional string name = 2;
hasName
in interface FileInfoOrBuilder
public String getName()
optional string name = 2;
getName
in interface FileInfoOrBuilder
public com.google.protobuf.ByteString getNameBytes()
optional string name = 2;
getNameBytes
in interface FileInfoOrBuilder
public boolean hasPath()
optional string path = 3;
hasPath
in interface FileInfoOrBuilder
public String getPath()
optional string path = 3;
getPath
in interface FileInfoOrBuilder
public com.google.protobuf.ByteString getPathBytes()
optional string path = 3;
getPathBytes
in interface FileInfoOrBuilder
public boolean hasUfsPath()
optional string ufsPath = 4;
hasUfsPath
in interface FileInfoOrBuilder
public String getUfsPath()
optional string ufsPath = 4;
getUfsPath
in interface FileInfoOrBuilder
public com.google.protobuf.ByteString getUfsPathBytes()
optional string ufsPath = 4;
getUfsPathBytes
in interface FileInfoOrBuilder
public boolean hasLength()
optional int64 length = 5;
hasLength
in interface FileInfoOrBuilder
public long getLength()
optional int64 length = 5;
getLength
in interface FileInfoOrBuilder
public boolean hasBlockSizeBytes()
optional int64 blockSizeBytes = 6;
hasBlockSizeBytes
in interface FileInfoOrBuilder
public long getBlockSizeBytes()
optional int64 blockSizeBytes = 6;
getBlockSizeBytes
in interface FileInfoOrBuilder
public boolean hasCreationTimeMs()
optional int64 creationTimeMs = 7;
hasCreationTimeMs
in interface FileInfoOrBuilder
public long getCreationTimeMs()
optional int64 creationTimeMs = 7;
getCreationTimeMs
in interface FileInfoOrBuilder
public boolean hasCompleted()
optional bool completed = 8;
hasCompleted
in interface FileInfoOrBuilder
public boolean getCompleted()
optional bool completed = 8;
getCompleted
in interface FileInfoOrBuilder
public boolean hasFolder()
optional bool folder = 9;
hasFolder
in interface FileInfoOrBuilder
public boolean getFolder()
optional bool folder = 9;
getFolder
in interface FileInfoOrBuilder
public boolean hasPinned()
optional bool pinned = 10;
hasPinned
in interface FileInfoOrBuilder
public boolean getPinned()
optional bool pinned = 10;
getPinned
in interface FileInfoOrBuilder
public boolean hasCacheable()
optional bool cacheable = 11;
hasCacheable
in interface FileInfoOrBuilder
public boolean getCacheable()
optional bool cacheable = 11;
getCacheable
in interface FileInfoOrBuilder
public boolean hasPersisted()
optional bool persisted = 12;
hasPersisted
in interface FileInfoOrBuilder
public boolean getPersisted()
optional bool persisted = 12;
getPersisted
in interface FileInfoOrBuilder
public List<Long> getBlockIdsList()
repeated int64 blockIds = 13;
getBlockIdsList
in interface FileInfoOrBuilder
public int getBlockIdsCount()
repeated int64 blockIds = 13;
getBlockIdsCount
in interface FileInfoOrBuilder
public long getBlockIds(int index)
repeated int64 blockIds = 13;
getBlockIds
in interface FileInfoOrBuilder
index
- The index of the element to return.public boolean hasLastModificationTimeMs()
optional int64 lastModificationTimeMs = 14;
hasLastModificationTimeMs
in interface FileInfoOrBuilder
public long getLastModificationTimeMs()
optional int64 lastModificationTimeMs = 14;
getLastModificationTimeMs
in interface FileInfoOrBuilder
public boolean hasTtl()
optional int64 ttl = 15;
hasTtl
in interface FileInfoOrBuilder
public long getTtl()
optional int64 ttl = 15;
getTtl
in interface FileInfoOrBuilder
public boolean hasOwner()
optional string owner = 16;
hasOwner
in interface FileInfoOrBuilder
public String getOwner()
optional string owner = 16;
getOwner
in interface FileInfoOrBuilder
public com.google.protobuf.ByteString getOwnerBytes()
optional string owner = 16;
getOwnerBytes
in interface FileInfoOrBuilder
public boolean hasGroup()
optional string group = 17;
hasGroup
in interface FileInfoOrBuilder
public String getGroup()
optional string group = 17;
getGroup
in interface FileInfoOrBuilder
public com.google.protobuf.ByteString getGroupBytes()
optional string group = 17;
getGroupBytes
in interface FileInfoOrBuilder
public boolean hasMode()
optional int32 mode = 18;
hasMode
in interface FileInfoOrBuilder
public int getMode()
optional int32 mode = 18;
getMode
in interface FileInfoOrBuilder
public boolean hasPersistenceState()
optional string persistenceState = 19;
hasPersistenceState
in interface FileInfoOrBuilder
public String getPersistenceState()
optional string persistenceState = 19;
getPersistenceState
in interface FileInfoOrBuilder
public com.google.protobuf.ByteString getPersistenceStateBytes()
optional string persistenceState = 19;
getPersistenceStateBytes
in interface FileInfoOrBuilder
public boolean hasMountPoint()
optional bool mountPoint = 20;
hasMountPoint
in interface FileInfoOrBuilder
public boolean getMountPoint()
optional bool mountPoint = 20;
getMountPoint
in interface FileInfoOrBuilder
public List<FileBlockInfo> getFileBlockInfosList()
repeated .alluxio.grpc.file.FileBlockInfo fileBlockInfos = 21;
getFileBlockInfosList
in interface FileInfoOrBuilder
public List<? extends FileBlockInfoOrBuilder> getFileBlockInfosOrBuilderList()
repeated .alluxio.grpc.file.FileBlockInfo fileBlockInfos = 21;
getFileBlockInfosOrBuilderList
in interface FileInfoOrBuilder
public int getFileBlockInfosCount()
repeated .alluxio.grpc.file.FileBlockInfo fileBlockInfos = 21;
getFileBlockInfosCount
in interface FileInfoOrBuilder
public FileBlockInfo getFileBlockInfos(int index)
repeated .alluxio.grpc.file.FileBlockInfo fileBlockInfos = 21;
getFileBlockInfos
in interface FileInfoOrBuilder
public FileBlockInfoOrBuilder getFileBlockInfosOrBuilder(int index)
repeated .alluxio.grpc.file.FileBlockInfo fileBlockInfos = 21;
getFileBlockInfosOrBuilder
in interface FileInfoOrBuilder
public boolean hasTtlAction()
optional .alluxio.grpc.TtlAction ttlAction = 22;
hasTtlAction
in interface FileInfoOrBuilder
public TtlAction getTtlAction()
optional .alluxio.grpc.TtlAction ttlAction = 22;
getTtlAction
in interface FileInfoOrBuilder
public boolean hasMountId()
optional int64 mountId = 23;
hasMountId
in interface FileInfoOrBuilder
public long getMountId()
optional int64 mountId = 23;
getMountId
in interface FileInfoOrBuilder
public boolean hasInAlluxioPercentage()
optional int32 inAlluxioPercentage = 24;
hasInAlluxioPercentage
in interface FileInfoOrBuilder
public int getInAlluxioPercentage()
optional int32 inAlluxioPercentage = 24;
getInAlluxioPercentage
in interface FileInfoOrBuilder
public boolean hasInMemoryPercentage()
optional int32 inMemoryPercentage = 25;
hasInMemoryPercentage
in interface FileInfoOrBuilder
public int getInMemoryPercentage()
optional int32 inMemoryPercentage = 25;
getInMemoryPercentage
in interface FileInfoOrBuilder
public boolean hasUfsFingerprint()
optional string ufsFingerprint = 26;
hasUfsFingerprint
in interface FileInfoOrBuilder
public String getUfsFingerprint()
optional string ufsFingerprint = 26;
getUfsFingerprint
in interface FileInfoOrBuilder
public com.google.protobuf.ByteString getUfsFingerprintBytes()
optional string ufsFingerprint = 26;
getUfsFingerprintBytes
in interface FileInfoOrBuilder
public boolean hasAcl()
optional .alluxio.grpc.file.PAcl acl = 27;
hasAcl
in interface FileInfoOrBuilder
public PAcl getAcl()
optional .alluxio.grpc.file.PAcl acl = 27;
getAcl
in interface FileInfoOrBuilder
public PAclOrBuilder getAclOrBuilder()
optional .alluxio.grpc.file.PAcl acl = 27;
getAclOrBuilder
in interface FileInfoOrBuilder
public boolean hasDefaultAcl()
optional .alluxio.grpc.file.PAcl defaultAcl = 28;
hasDefaultAcl
in interface FileInfoOrBuilder
public PAcl getDefaultAcl()
optional .alluxio.grpc.file.PAcl defaultAcl = 28;
getDefaultAcl
in interface FileInfoOrBuilder
public PAclOrBuilder getDefaultAclOrBuilder()
optional .alluxio.grpc.file.PAcl defaultAcl = 28;
getDefaultAclOrBuilder
in interface FileInfoOrBuilder
public boolean hasReplicationMax()
optional int32 replicationMax = 29;
hasReplicationMax
in interface FileInfoOrBuilder
public int getReplicationMax()
optional int32 replicationMax = 29;
getReplicationMax
in interface FileInfoOrBuilder
public boolean hasReplicationMin()
optional int32 replicationMin = 30;
hasReplicationMin
in interface FileInfoOrBuilder
public int getReplicationMin()
optional int32 replicationMin = 30;
getReplicationMin
in interface FileInfoOrBuilder
public boolean hasLastAccessTimeMs()
optional int64 lastAccessTimeMs = 31;
hasLastAccessTimeMs
in interface FileInfoOrBuilder
public long getLastAccessTimeMs()
optional int64 lastAccessTimeMs = 31;
getLastAccessTimeMs
in interface FileInfoOrBuilder
public int getXattrCount()
FileInfoOrBuilder
map<string, bytes> xattr = 32;
getXattrCount
in interface FileInfoOrBuilder
public boolean containsXattr(String key)
map<string, bytes> xattr = 32;
containsXattr
in interface FileInfoOrBuilder
@Deprecated public Map<String,com.google.protobuf.ByteString> getXattr()
getXattrMap()
instead.getXattr
in interface FileInfoOrBuilder
public Map<String,com.google.protobuf.ByteString> getXattrMap()
map<string, bytes> xattr = 32;
getXattrMap
in interface FileInfoOrBuilder
public com.google.protobuf.ByteString getXattrOrDefault(String key, com.google.protobuf.ByteString defaultValue)
map<string, bytes> xattr = 32;
getXattrOrDefault
in interface FileInfoOrBuilder
public com.google.protobuf.ByteString getXattrOrThrow(String key)
map<string, bytes> xattr = 32;
getXattrOrThrow
in interface FileInfoOrBuilder
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 FileInfo parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static FileInfo parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static FileInfo parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static FileInfo parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static FileInfo parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static FileInfo parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static FileInfo parseFrom(InputStream input) throws IOException
IOException
public static FileInfo parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static FileInfo parseDelimitedFrom(InputStream input) throws IOException
IOException
public static FileInfo parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static FileInfo parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static FileInfo parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public FileInfo.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static FileInfo.Builder newBuilder()
public static FileInfo.Builder newBuilder(FileInfo prototype)
public FileInfo.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected FileInfo.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessageV3
public static FileInfo getDefaultInstance()
public static com.google.protobuf.Parser<FileInfo> parser()
public com.google.protobuf.Parser<FileInfo> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessageV3
public FileInfo getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
Copyright © 2023. All Rights Reserved.