public interface HitsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
long |
getIDs(int index)
repeated int64 IDs = 1; |
int |
getIDsCount()
repeated int64 IDs = 1; |
List<Long> |
getIDsList()
repeated int64 IDs = 1; |
com.google.protobuf.ByteString |
getRowData(int index)
repeated bytes row_data = 2; |
int |
getRowDataCount()
repeated bytes row_data = 2; |
List<com.google.protobuf.ByteString> |
getRowDataList()
repeated bytes row_data = 2; |
float |
getScores(int index)
repeated float scores = 3; |
int |
getScoresCount()
repeated float scores = 3; |
List<Float> |
getScoresList()
repeated float scores = 3; |
int getIDsCount()
repeated int64 IDs = 1;long getIDs(int index)
repeated int64 IDs = 1;index - The index of the element to return.List<com.google.protobuf.ByteString> getRowDataList()
repeated bytes row_data = 2;int getRowDataCount()
repeated bytes row_data = 2;com.google.protobuf.ByteString getRowData(int index)
repeated bytes row_data = 2;index - The index of the element to return.List<Float> getScoresList()
repeated float scores = 3;int getScoresCount()
repeated float scores = 3;float getScores(int index)
repeated float scores = 3;index - The index of the element to return.Copyright © 2023. All rights reserved.