public static final class Search.GroupByRange.Builder extends com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.Builder<Search.GroupByRange.Builder> implements Search.GroupByRangeOrBuilder
com.alicloud.openservices.tablestore.core.protocol.GroupByRange| 限定符和类型 | 方法和说明 |
|---|---|
Search.GroupByRange.Builder |
addAllRanges(Iterable<? extends Search.Range> values)
repeated .com.alicloud.openservices.tablestore.core.protocol.Range ranges = 2; |
Search.GroupByRange.Builder |
addRanges(int index,
Search.Range.Builder builderForValue)
repeated .com.alicloud.openservices.tablestore.core.protocol.Range ranges = 2; |
Search.GroupByRange.Builder |
addRanges(int index,
Search.Range value)
repeated .com.alicloud.openservices.tablestore.core.protocol.Range ranges = 2; |
Search.GroupByRange.Builder |
addRanges(Search.Range.Builder builderForValue)
repeated .com.alicloud.openservices.tablestore.core.protocol.Range ranges = 2; |
Search.GroupByRange.Builder |
addRanges(Search.Range value)
repeated .com.alicloud.openservices.tablestore.core.protocol.Range ranges = 2; |
Search.Range.Builder |
addRangesBuilder()
repeated .com.alicloud.openservices.tablestore.core.protocol.Range ranges = 2; |
Search.Range.Builder |
addRangesBuilder(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.Range ranges = 2; |
Search.GroupByRange |
build() |
Search.GroupByRange |
buildPartial() |
Search.GroupByRange.Builder |
clear() |
Search.GroupByRange.Builder |
clearFieldName()
optional string field_name = 1; |
Search.GroupByRange.Builder |
clearRanges()
repeated .com.alicloud.openservices.tablestore.core.protocol.Range ranges = 2; |
Search.GroupByRange.Builder |
clearSubAggs()
optional .com.alicloud.openservices.tablestore.core.protocol.Aggregations sub_aggs = 3; |
Search.GroupByRange.Builder |
clearSubGroupBys()
optional .com.alicloud.openservices.tablestore.core.protocol.GroupBys sub_group_bys = 4; |
Search.GroupByRange |
getDefaultInstanceForType() |
static com.aliyun.ots.thirdparty.com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.aliyun.ots.thirdparty.com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getFieldName()
optional string field_name = 1; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getFieldNameBytes()
optional string field_name = 1; |
Search.Range |
getRanges(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.Range ranges = 2; |
Search.Range.Builder |
getRangesBuilder(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.Range ranges = 2; |
List<Search.Range.Builder> |
getRangesBuilderList()
repeated .com.alicloud.openservices.tablestore.core.protocol.Range ranges = 2; |
int |
getRangesCount()
repeated .com.alicloud.openservices.tablestore.core.protocol.Range ranges = 2; |
List<Search.Range> |
getRangesList()
repeated .com.alicloud.openservices.tablestore.core.protocol.Range ranges = 2; |
Search.RangeOrBuilder |
getRangesOrBuilder(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.Range ranges = 2; |
List<? extends Search.RangeOrBuilder> |
getRangesOrBuilderList()
repeated .com.alicloud.openservices.tablestore.core.protocol.Range ranges = 2; |
Search.Aggregations |
getSubAggs()
optional .com.alicloud.openservices.tablestore.core.protocol.Aggregations sub_aggs = 3; |
Search.Aggregations.Builder |
getSubAggsBuilder()
optional .com.alicloud.openservices.tablestore.core.protocol.Aggregations sub_aggs = 3; |
Search.AggregationsOrBuilder |
getSubAggsOrBuilder()
optional .com.alicloud.openservices.tablestore.core.protocol.Aggregations sub_aggs = 3; |
Search.GroupBys |
getSubGroupBys()
optional .com.alicloud.openservices.tablestore.core.protocol.GroupBys sub_group_bys = 4; |
Search.GroupBys.Builder |
getSubGroupBysBuilder()
optional .com.alicloud.openservices.tablestore.core.protocol.GroupBys sub_group_bys = 4; |
Search.GroupBysOrBuilder |
getSubGroupBysOrBuilder()
optional .com.alicloud.openservices.tablestore.core.protocol.GroupBys sub_group_bys = 4; |
boolean |
hasFieldName()
optional string field_name = 1; |
boolean |
hasSubAggs()
optional .com.alicloud.openservices.tablestore.core.protocol.Aggregations sub_aggs = 3; |
boolean |
hasSubGroupBys()
optional .com.alicloud.openservices.tablestore.core.protocol.GroupBys sub_group_bys = 4; |
protected com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
Search.GroupByRange.Builder |
mergeFrom(com.aliyun.ots.thirdparty.com.google.protobuf.CodedInputStream input,
com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Search.GroupByRange.Builder |
mergeFrom(com.aliyun.ots.thirdparty.com.google.protobuf.Message other) |
Search.GroupByRange.Builder |
mergeFrom(Search.GroupByRange other) |
Search.GroupByRange.Builder |
mergeSubAggs(Search.Aggregations value)
optional .com.alicloud.openservices.tablestore.core.protocol.Aggregations sub_aggs = 3; |
Search.GroupByRange.Builder |
mergeSubGroupBys(Search.GroupBys value)
optional .com.alicloud.openservices.tablestore.core.protocol.GroupBys sub_group_bys = 4; |
Search.GroupByRange.Builder |
removeRanges(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.Range ranges = 2; |
Search.GroupByRange.Builder |
setFieldName(String value)
optional string field_name = 1; |
Search.GroupByRange.Builder |
setFieldNameBytes(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
optional string field_name = 1; |
Search.GroupByRange.Builder |
setRanges(int index,
Search.Range.Builder builderForValue)
repeated .com.alicloud.openservices.tablestore.core.protocol.Range ranges = 2; |
Search.GroupByRange.Builder |
setRanges(int index,
Search.Range value)
repeated .com.alicloud.openservices.tablestore.core.protocol.Range ranges = 2; |
Search.GroupByRange.Builder |
setSubAggs(Search.Aggregations.Builder builderForValue)
optional .com.alicloud.openservices.tablestore.core.protocol.Aggregations sub_aggs = 3; |
Search.GroupByRange.Builder |
setSubAggs(Search.Aggregations value)
optional .com.alicloud.openservices.tablestore.core.protocol.Aggregations sub_aggs = 3; |
Search.GroupByRange.Builder |
setSubGroupBys(Search.GroupBys.Builder builderForValue)
optional .com.alicloud.openservices.tablestore.core.protocol.GroupBys sub_group_bys = 4; |
Search.GroupByRange.Builder |
setSubGroupBys(Search.GroupBys value)
optional .com.alicloud.openservices.tablestore.core.protocol.GroupBys sub_group_bys = 4; |
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownFields, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionpublic static final com.aliyun.ots.thirdparty.com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable 在类中 com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.Builder<Search.GroupByRange.Builder>public Search.GroupByRange.Builder clear()
clear 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.Message.Builderclear 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageLite.Builderclear 在类中 com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.Builder<Search.GroupByRange.Builder>public com.aliyun.ots.thirdparty.com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.Message.BuildergetDescriptorForType 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageOrBuildergetDescriptorForType 在类中 com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.Builder<Search.GroupByRange.Builder>public Search.GroupByRange getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageOrBuilderpublic Search.GroupByRange build()
build 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.Message.Builderbuild 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageLite.Builderpublic Search.GroupByRange buildPartial()
buildPartial 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.Message.BuilderbuildPartial 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageLite.Builderpublic Search.GroupByRange.Builder mergeFrom(com.aliyun.ots.thirdparty.com.google.protobuf.Message other)
mergeFrom 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.Message.BuildermergeFrom 在类中 com.aliyun.ots.thirdparty.com.google.protobuf.AbstractMessage.Builder<Search.GroupByRange.Builder>public Search.GroupByRange.Builder mergeFrom(Search.GroupByRange other)
public final boolean isInitialized()
isInitialized 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageLiteOrBuilderisInitialized 在类中 com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.Builder<Search.GroupByRange.Builder>public Search.GroupByRange.Builder mergeFrom(com.aliyun.ots.thirdparty.com.google.protobuf.CodedInputStream input, com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.Message.BuildermergeFrom 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageLite.BuildermergeFrom 在类中 com.aliyun.ots.thirdparty.com.google.protobuf.AbstractMessage.Builder<Search.GroupByRange.Builder>IOExceptionpublic boolean hasFieldName()
optional string field_name = 1;hasFieldName 在接口中 Search.GroupByRangeOrBuilderpublic String getFieldName()
optional string field_name = 1;getFieldName 在接口中 Search.GroupByRangeOrBuilderpublic com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getFieldNameBytes()
optional string field_name = 1;getFieldNameBytes 在接口中 Search.GroupByRangeOrBuilderpublic Search.GroupByRange.Builder setFieldName(String value)
optional string field_name = 1;value - The fieldName to set.public Search.GroupByRange.Builder clearFieldName()
optional string field_name = 1;public Search.GroupByRange.Builder setFieldNameBytes(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
optional string field_name = 1;value - The bytes for fieldName to set.public List<Search.Range> getRangesList()
repeated .com.alicloud.openservices.tablestore.core.protocol.Range ranges = 2;getRangesList 在接口中 Search.GroupByRangeOrBuilderpublic int getRangesCount()
repeated .com.alicloud.openservices.tablestore.core.protocol.Range ranges = 2;getRangesCount 在接口中 Search.GroupByRangeOrBuilderpublic Search.Range getRanges(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.Range ranges = 2;getRanges 在接口中 Search.GroupByRangeOrBuilderpublic Search.GroupByRange.Builder setRanges(int index, Search.Range value)
repeated .com.alicloud.openservices.tablestore.core.protocol.Range ranges = 2;public Search.GroupByRange.Builder setRanges(int index, Search.Range.Builder builderForValue)
repeated .com.alicloud.openservices.tablestore.core.protocol.Range ranges = 2;public Search.GroupByRange.Builder addRanges(Search.Range value)
repeated .com.alicloud.openservices.tablestore.core.protocol.Range ranges = 2;public Search.GroupByRange.Builder addRanges(int index, Search.Range value)
repeated .com.alicloud.openservices.tablestore.core.protocol.Range ranges = 2;public Search.GroupByRange.Builder addRanges(Search.Range.Builder builderForValue)
repeated .com.alicloud.openservices.tablestore.core.protocol.Range ranges = 2;public Search.GroupByRange.Builder addRanges(int index, Search.Range.Builder builderForValue)
repeated .com.alicloud.openservices.tablestore.core.protocol.Range ranges = 2;public Search.GroupByRange.Builder addAllRanges(Iterable<? extends Search.Range> values)
repeated .com.alicloud.openservices.tablestore.core.protocol.Range ranges = 2;public Search.GroupByRange.Builder clearRanges()
repeated .com.alicloud.openservices.tablestore.core.protocol.Range ranges = 2;public Search.GroupByRange.Builder removeRanges(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.Range ranges = 2;public Search.Range.Builder getRangesBuilder(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.Range ranges = 2;public Search.RangeOrBuilder getRangesOrBuilder(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.Range ranges = 2;public List<? extends Search.RangeOrBuilder> getRangesOrBuilderList()
repeated .com.alicloud.openservices.tablestore.core.protocol.Range ranges = 2;public Search.Range.Builder addRangesBuilder()
repeated .com.alicloud.openservices.tablestore.core.protocol.Range ranges = 2;public Search.Range.Builder addRangesBuilder(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.Range ranges = 2;public List<Search.Range.Builder> getRangesBuilderList()
repeated .com.alicloud.openservices.tablestore.core.protocol.Range ranges = 2;public boolean hasSubAggs()
optional .com.alicloud.openservices.tablestore.core.protocol.Aggregations sub_aggs = 3;hasSubAggs 在接口中 Search.GroupByRangeOrBuilderpublic Search.Aggregations getSubAggs()
optional .com.alicloud.openservices.tablestore.core.protocol.Aggregations sub_aggs = 3;getSubAggs 在接口中 Search.GroupByRangeOrBuilderpublic Search.GroupByRange.Builder setSubAggs(Search.Aggregations value)
optional .com.alicloud.openservices.tablestore.core.protocol.Aggregations sub_aggs = 3;public Search.GroupByRange.Builder setSubAggs(Search.Aggregations.Builder builderForValue)
optional .com.alicloud.openservices.tablestore.core.protocol.Aggregations sub_aggs = 3;public Search.GroupByRange.Builder mergeSubAggs(Search.Aggregations value)
optional .com.alicloud.openservices.tablestore.core.protocol.Aggregations sub_aggs = 3;public Search.GroupByRange.Builder clearSubAggs()
optional .com.alicloud.openservices.tablestore.core.protocol.Aggregations sub_aggs = 3;public Search.Aggregations.Builder getSubAggsBuilder()
optional .com.alicloud.openservices.tablestore.core.protocol.Aggregations sub_aggs = 3;public Search.AggregationsOrBuilder getSubAggsOrBuilder()
optional .com.alicloud.openservices.tablestore.core.protocol.Aggregations sub_aggs = 3;public boolean hasSubGroupBys()
optional .com.alicloud.openservices.tablestore.core.protocol.GroupBys sub_group_bys = 4;hasSubGroupBys 在接口中 Search.GroupByRangeOrBuilderpublic Search.GroupBys getSubGroupBys()
optional .com.alicloud.openservices.tablestore.core.protocol.GroupBys sub_group_bys = 4;getSubGroupBys 在接口中 Search.GroupByRangeOrBuilderpublic Search.GroupByRange.Builder setSubGroupBys(Search.GroupBys value)
optional .com.alicloud.openservices.tablestore.core.protocol.GroupBys sub_group_bys = 4;public Search.GroupByRange.Builder setSubGroupBys(Search.GroupBys.Builder builderForValue)
optional .com.alicloud.openservices.tablestore.core.protocol.GroupBys sub_group_bys = 4;public Search.GroupByRange.Builder mergeSubGroupBys(Search.GroupBys value)
optional .com.alicloud.openservices.tablestore.core.protocol.GroupBys sub_group_bys = 4;public Search.GroupByRange.Builder clearSubGroupBys()
optional .com.alicloud.openservices.tablestore.core.protocol.GroupBys sub_group_bys = 4;public Search.GroupBys.Builder getSubGroupBysBuilder()
optional .com.alicloud.openservices.tablestore.core.protocol.GroupBys sub_group_bys = 4;public Search.GroupBysOrBuilder getSubGroupBysOrBuilder()
optional .com.alicloud.openservices.tablestore.core.protocol.GroupBys sub_group_bys = 4;Copyright © 2025. All Rights Reserved.