public interface PersistFileOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getBlockIds(int index)
repeated int64 blockIds = 2; |
int |
getBlockIdsCount()
repeated int64 blockIds = 2; |
List<Long> |
getBlockIdsList()
repeated int64 blockIds = 2; |
long |
getFileId()
optional int64 fileId = 1; |
boolean |
hasFileId()
optional int64 fileId = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasFileId()
optional int64 fileId = 1;
long getFileId()
optional int64 fileId = 1;
List<Long> getBlockIdsList()
repeated int64 blockIds = 2;
int getBlockIdsCount()
repeated int64 blockIds = 2;
long getBlockIds(int index)
repeated int64 blockIds = 2;
index
- The index of the element to return.Copyright © 2023. All Rights Reserved.