Search.SearchInnerHit.Builder |
Search.SearchInnerHit.Builder.addAllSearchHits(Iterable<? extends Search.SearchHit> values)
repeated .com.alicloud.openservices.tablestore.core.protocol.SearchHit search_hits = 2;
|
Search.SearchInnerHit.Builder |
Search.SearchInnerHit.Builder.addSearchHits(int index,
Search.SearchHit.Builder builderForValue)
repeated .com.alicloud.openservices.tablestore.core.protocol.SearchHit search_hits = 2;
|
Search.SearchInnerHit.Builder |
Search.SearchInnerHit.Builder.addSearchHits(int index,
Search.SearchHit value)
repeated .com.alicloud.openservices.tablestore.core.protocol.SearchHit search_hits = 2;
|
Search.SearchInnerHit.Builder |
Search.SearchInnerHit.Builder.addSearchHits(Search.SearchHit.Builder builderForValue)
repeated .com.alicloud.openservices.tablestore.core.protocol.SearchHit search_hits = 2;
|
Search.SearchInnerHit.Builder |
Search.SearchInnerHit.Builder.addSearchHits(Search.SearchHit value)
repeated .com.alicloud.openservices.tablestore.core.protocol.SearchHit search_hits = 2;
|
Search.SearchInnerHit.Builder |
Search.SearchHit.Builder.addSearchInnerHitsBuilder()
repeated .com.alicloud.openservices.tablestore.core.protocol.SearchInnerHit search_inner_hits = 5;
|
Search.SearchInnerHit.Builder |
Search.SearchHit.Builder.addSearchInnerHitsBuilder(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.SearchInnerHit search_inner_hits = 5;
|
Search.SearchInnerHit.Builder |
Search.SearchInnerHit.Builder.clear() |
Search.SearchInnerHit.Builder |
Search.SearchInnerHit.Builder.clearPath()
optional string path = 1;
|
Search.SearchInnerHit.Builder |
Search.SearchInnerHit.Builder.clearSearchHits()
repeated .com.alicloud.openservices.tablestore.core.protocol.SearchHit search_hits = 2;
|
Search.SearchInnerHit.Builder |
Search.SearchHit.Builder.getSearchInnerHitsBuilder(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.SearchInnerHit search_inner_hits = 5;
|
Search.SearchInnerHit.Builder |
Search.SearchInnerHit.Builder.mergeFrom(com.aliyun.ots.thirdparty.com.google.protobuf.CodedInputStream input,
com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Search.SearchInnerHit.Builder |
Search.SearchInnerHit.Builder.mergeFrom(com.aliyun.ots.thirdparty.com.google.protobuf.Message other) |
Search.SearchInnerHit.Builder |
Search.SearchInnerHit.Builder.mergeFrom(Search.SearchInnerHit other) |
static Search.SearchInnerHit.Builder |
Search.SearchInnerHit.newBuilder() |
static Search.SearchInnerHit.Builder |
Search.SearchInnerHit.newBuilder(Search.SearchInnerHit prototype) |
Search.SearchInnerHit.Builder |
Search.SearchInnerHit.newBuilderForType() |
protected Search.SearchInnerHit.Builder |
Search.SearchInnerHit.newBuilderForType(com.aliyun.ots.thirdparty.com.google.protobuf.AbstractMessage.BuilderParent parent) |
Search.SearchInnerHit.Builder |
Search.SearchInnerHit.Builder.removeSearchHits(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.SearchHit search_hits = 2;
|
Search.SearchInnerHit.Builder |
Search.SearchInnerHit.Builder.setPath(String value)
optional string path = 1;
|
Search.SearchInnerHit.Builder |
Search.SearchInnerHit.Builder.setPathBytes(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
optional string path = 1;
|
Search.SearchInnerHit.Builder |
Search.SearchInnerHit.Builder.setSearchHits(int index,
Search.SearchHit.Builder builderForValue)
repeated .com.alicloud.openservices.tablestore.core.protocol.SearchHit search_hits = 2;
|
Search.SearchInnerHit.Builder |
Search.SearchInnerHit.Builder.setSearchHits(int index,
Search.SearchHit value)
repeated .com.alicloud.openservices.tablestore.core.protocol.SearchHit search_hits = 2;
|
Search.SearchInnerHit.Builder |
Search.SearchInnerHit.toBuilder() |