Search.TermsAgg.Builder |
Search.TermsAgg.Builder.clear() |
Search.TermsAgg.Builder |
Search.TermsAgg.Builder.clearAgg()
optional .com.alicloud.openservices.tablestore.core.protocol.Agg agg = 3;
|
Search.TermsAgg.Builder |
Search.TermsAgg.Builder.clearFieldName()
optional string field_name = 1;
|
Search.TermsAgg.Builder |
Search.TermsAgg.Builder.clearSize()
optional int32 size = 2;
|
Search.TermsAgg.Builder |
Search.TermsAgg.Builder.mergeAgg(Search.Agg value)
optional .com.alicloud.openservices.tablestore.core.protocol.Agg agg = 3;
|
Search.TermsAgg.Builder |
Search.TermsAgg.Builder.mergeFrom(com.aliyun.ots.thirdparty.com.google.protobuf.CodedInputStream input,
com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Search.TermsAgg.Builder |
Search.TermsAgg.Builder.mergeFrom(com.aliyun.ots.thirdparty.com.google.protobuf.Message other) |
Search.TermsAgg.Builder |
Search.TermsAgg.Builder.mergeFrom(Search.TermsAgg other) |
static Search.TermsAgg.Builder |
Search.TermsAgg.newBuilder() |
static Search.TermsAgg.Builder |
Search.TermsAgg.newBuilder(Search.TermsAgg prototype) |
Search.TermsAgg.Builder |
Search.TermsAgg.newBuilderForType() |
protected Search.TermsAgg.Builder |
Search.TermsAgg.newBuilderForType(com.aliyun.ots.thirdparty.com.google.protobuf.AbstractMessage.BuilderParent parent) |
Search.TermsAgg.Builder |
Search.TermsAgg.Builder.setAgg(Search.Agg.Builder builderForValue)
optional .com.alicloud.openservices.tablestore.core.protocol.Agg agg = 3;
|
Search.TermsAgg.Builder |
Search.TermsAgg.Builder.setAgg(Search.Agg value)
optional .com.alicloud.openservices.tablestore.core.protocol.Agg agg = 3;
|
Search.TermsAgg.Builder |
Search.TermsAgg.Builder.setFieldName(String value)
optional string field_name = 1;
|
Search.TermsAgg.Builder |
Search.TermsAgg.Builder.setFieldNameBytes(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
optional string field_name = 1;
|
Search.TermsAgg.Builder |
Search.TermsAgg.Builder.setSize(int value)
optional int32 size = 2;
|
Search.TermsAgg.Builder |
Search.TermsAgg.toBuilder() |