public static final class OtsInternalApi.SQLQueryResponse.Builder extends com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.Builder<OtsInternalApi.SQLQueryResponse.Builder> implements OtsInternalApi.SQLQueryResponseOrBuilder
com.alicloud.openservices.tablestore.core.protocol.SQLQueryResponse| 限定符和类型 | 方法和说明 |
|---|---|
OtsInternalApi.SQLQueryResponse.Builder |
addAllConsumes(Iterable<? extends OtsInternalApi.TableConsumedCapacity> values)
repeated .com.alicloud.openservices.tablestore.core.protocol.TableConsumedCapacity consumes = 1; |
OtsInternalApi.SQLQueryResponse.Builder |
addConsumes(int index,
OtsInternalApi.TableConsumedCapacity.Builder builderForValue)
repeated .com.alicloud.openservices.tablestore.core.protocol.TableConsumedCapacity consumes = 1; |
OtsInternalApi.SQLQueryResponse.Builder |
addConsumes(int index,
OtsInternalApi.TableConsumedCapacity value)
repeated .com.alicloud.openservices.tablestore.core.protocol.TableConsumedCapacity consumes = 1; |
OtsInternalApi.SQLQueryResponse.Builder |
addConsumes(OtsInternalApi.TableConsumedCapacity.Builder builderForValue)
repeated .com.alicloud.openservices.tablestore.core.protocol.TableConsumedCapacity consumes = 1; |
OtsInternalApi.SQLQueryResponse.Builder |
addConsumes(OtsInternalApi.TableConsumedCapacity value)
repeated .com.alicloud.openservices.tablestore.core.protocol.TableConsumedCapacity consumes = 1; |
OtsInternalApi.TableConsumedCapacity.Builder |
addConsumesBuilder()
repeated .com.alicloud.openservices.tablestore.core.protocol.TableConsumedCapacity consumes = 1; |
OtsInternalApi.TableConsumedCapacity.Builder |
addConsumesBuilder(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.TableConsumedCapacity consumes = 1; |
OtsInternalApi.SQLQueryResponse |
build() |
OtsInternalApi.SQLQueryResponse |
buildPartial() |
OtsInternalApi.SQLQueryResponse.Builder |
clear() |
OtsInternalApi.SQLQueryResponse.Builder |
clearConsumes()
repeated .com.alicloud.openservices.tablestore.core.protocol.TableConsumedCapacity consumes = 1; |
OtsInternalApi.SQLQueryResponse.Builder |
clearNextSearchToken()
optional string next_search_token = 8; |
OtsInternalApi.SQLQueryResponse.Builder |
clearRows()
optional bytes rows = 2; |
OtsInternalApi.SQLQueryResponse.Builder |
clearType()
optional .com.alicloud.openservices.tablestore.core.protocol.SQLStatementType type = 4; |
OtsInternalApi.SQLQueryResponse.Builder |
clearVersion()
optional .com.alicloud.openservices.tablestore.core.protocol.SQLPayloadVersion version = 3; |
OtsInternalApi.TableConsumedCapacity |
getConsumes(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.TableConsumedCapacity consumes = 1; |
OtsInternalApi.TableConsumedCapacity.Builder |
getConsumesBuilder(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.TableConsumedCapacity consumes = 1; |
List<OtsInternalApi.TableConsumedCapacity.Builder> |
getConsumesBuilderList()
repeated .com.alicloud.openservices.tablestore.core.protocol.TableConsumedCapacity consumes = 1; |
int |
getConsumesCount()
repeated .com.alicloud.openservices.tablestore.core.protocol.TableConsumedCapacity consumes = 1; |
List<OtsInternalApi.TableConsumedCapacity> |
getConsumesList()
repeated .com.alicloud.openservices.tablestore.core.protocol.TableConsumedCapacity consumes = 1; |
OtsInternalApi.TableConsumedCapacityOrBuilder |
getConsumesOrBuilder(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.TableConsumedCapacity consumes = 1; |
List<? extends OtsInternalApi.TableConsumedCapacityOrBuilder> |
getConsumesOrBuilderList()
repeated .com.alicloud.openservices.tablestore.core.protocol.TableConsumedCapacity consumes = 1; |
OtsInternalApi.SQLQueryResponse |
getDefaultInstanceForType() |
static com.aliyun.ots.thirdparty.com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.aliyun.ots.thirdparty.com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getNextSearchToken()
optional string next_search_token = 8; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getNextSearchTokenBytes()
optional string next_search_token = 8; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getRows()
optional bytes rows = 2; |
OtsInternalApi.SQLStatementType |
getType()
optional .com.alicloud.openservices.tablestore.core.protocol.SQLStatementType type = 4; |
OtsInternalApi.SQLPayloadVersion |
getVersion()
optional .com.alicloud.openservices.tablestore.core.protocol.SQLPayloadVersion version = 3; |
boolean |
hasNextSearchToken()
optional string next_search_token = 8; |
boolean |
hasRows()
optional bytes rows = 2; |
boolean |
hasType()
optional .com.alicloud.openservices.tablestore.core.protocol.SQLStatementType type = 4; |
boolean |
hasVersion()
optional .com.alicloud.openservices.tablestore.core.protocol.SQLPayloadVersion version = 3; |
protected com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
OtsInternalApi.SQLQueryResponse.Builder |
mergeFrom(com.aliyun.ots.thirdparty.com.google.protobuf.CodedInputStream input,
com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
OtsInternalApi.SQLQueryResponse.Builder |
mergeFrom(com.aliyun.ots.thirdparty.com.google.protobuf.Message other) |
OtsInternalApi.SQLQueryResponse.Builder |
mergeFrom(OtsInternalApi.SQLQueryResponse other) |
OtsInternalApi.SQLQueryResponse.Builder |
removeConsumes(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.TableConsumedCapacity consumes = 1; |
OtsInternalApi.SQLQueryResponse.Builder |
setConsumes(int index,
OtsInternalApi.TableConsumedCapacity.Builder builderForValue)
repeated .com.alicloud.openservices.tablestore.core.protocol.TableConsumedCapacity consumes = 1; |
OtsInternalApi.SQLQueryResponse.Builder |
setConsumes(int index,
OtsInternalApi.TableConsumedCapacity value)
repeated .com.alicloud.openservices.tablestore.core.protocol.TableConsumedCapacity consumes = 1; |
OtsInternalApi.SQLQueryResponse.Builder |
setNextSearchToken(String value)
optional string next_search_token = 8; |
OtsInternalApi.SQLQueryResponse.Builder |
setNextSearchTokenBytes(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
optional string next_search_token = 8; |
OtsInternalApi.SQLQueryResponse.Builder |
setRows(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
optional bytes rows = 2; |
OtsInternalApi.SQLQueryResponse.Builder |
setType(OtsInternalApi.SQLStatementType value)
optional .com.alicloud.openservices.tablestore.core.protocol.SQLStatementType type = 4; |
OtsInternalApi.SQLQueryResponse.Builder |
setVersion(OtsInternalApi.SQLPayloadVersion value)
optional .com.alicloud.openservices.tablestore.core.protocol.SQLPayloadVersion version = 3; |
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<OtsInternalApi.SQLQueryResponse.Builder>public OtsInternalApi.SQLQueryResponse.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<OtsInternalApi.SQLQueryResponse.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<OtsInternalApi.SQLQueryResponse.Builder>public OtsInternalApi.SQLQueryResponse getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageOrBuilderpublic OtsInternalApi.SQLQueryResponse build()
build 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.Message.Builderbuild 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageLite.Builderpublic OtsInternalApi.SQLQueryResponse buildPartial()
buildPartial 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.Message.BuilderbuildPartial 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageLite.Builderpublic OtsInternalApi.SQLQueryResponse.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<OtsInternalApi.SQLQueryResponse.Builder>public OtsInternalApi.SQLQueryResponse.Builder mergeFrom(OtsInternalApi.SQLQueryResponse other)
public final boolean isInitialized()
isInitialized 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageLiteOrBuilderisInitialized 在类中 com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.Builder<OtsInternalApi.SQLQueryResponse.Builder>public OtsInternalApi.SQLQueryResponse.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<OtsInternalApi.SQLQueryResponse.Builder>IOExceptionpublic List<OtsInternalApi.TableConsumedCapacity> getConsumesList()
repeated .com.alicloud.openservices.tablestore.core.protocol.TableConsumedCapacity consumes = 1;public int getConsumesCount()
repeated .com.alicloud.openservices.tablestore.core.protocol.TableConsumedCapacity consumes = 1;public OtsInternalApi.TableConsumedCapacity getConsumes(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.TableConsumedCapacity consumes = 1;public OtsInternalApi.SQLQueryResponse.Builder setConsumes(int index, OtsInternalApi.TableConsumedCapacity value)
repeated .com.alicloud.openservices.tablestore.core.protocol.TableConsumedCapacity consumes = 1;public OtsInternalApi.SQLQueryResponse.Builder setConsumes(int index, OtsInternalApi.TableConsumedCapacity.Builder builderForValue)
repeated .com.alicloud.openservices.tablestore.core.protocol.TableConsumedCapacity consumes = 1;public OtsInternalApi.SQLQueryResponse.Builder addConsumes(OtsInternalApi.TableConsumedCapacity value)
repeated .com.alicloud.openservices.tablestore.core.protocol.TableConsumedCapacity consumes = 1;public OtsInternalApi.SQLQueryResponse.Builder addConsumes(int index, OtsInternalApi.TableConsumedCapacity value)
repeated .com.alicloud.openservices.tablestore.core.protocol.TableConsumedCapacity consumes = 1;public OtsInternalApi.SQLQueryResponse.Builder addConsumes(OtsInternalApi.TableConsumedCapacity.Builder builderForValue)
repeated .com.alicloud.openservices.tablestore.core.protocol.TableConsumedCapacity consumes = 1;public OtsInternalApi.SQLQueryResponse.Builder addConsumes(int index, OtsInternalApi.TableConsumedCapacity.Builder builderForValue)
repeated .com.alicloud.openservices.tablestore.core.protocol.TableConsumedCapacity consumes = 1;public OtsInternalApi.SQLQueryResponse.Builder addAllConsumes(Iterable<? extends OtsInternalApi.TableConsumedCapacity> values)
repeated .com.alicloud.openservices.tablestore.core.protocol.TableConsumedCapacity consumes = 1;public OtsInternalApi.SQLQueryResponse.Builder clearConsumes()
repeated .com.alicloud.openservices.tablestore.core.protocol.TableConsumedCapacity consumes = 1;public OtsInternalApi.SQLQueryResponse.Builder removeConsumes(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.TableConsumedCapacity consumes = 1;public OtsInternalApi.TableConsumedCapacity.Builder getConsumesBuilder(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.TableConsumedCapacity consumes = 1;public OtsInternalApi.TableConsumedCapacityOrBuilder getConsumesOrBuilder(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.TableConsumedCapacity consumes = 1;public List<? extends OtsInternalApi.TableConsumedCapacityOrBuilder> getConsumesOrBuilderList()
repeated .com.alicloud.openservices.tablestore.core.protocol.TableConsumedCapacity consumes = 1;public OtsInternalApi.TableConsumedCapacity.Builder addConsumesBuilder()
repeated .com.alicloud.openservices.tablestore.core.protocol.TableConsumedCapacity consumes = 1;public OtsInternalApi.TableConsumedCapacity.Builder addConsumesBuilder(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.TableConsumedCapacity consumes = 1;public List<OtsInternalApi.TableConsumedCapacity.Builder> getConsumesBuilderList()
repeated .com.alicloud.openservices.tablestore.core.protocol.TableConsumedCapacity consumes = 1;public boolean hasRows()
optional bytes rows = 2;hasRows 在接口中 OtsInternalApi.SQLQueryResponseOrBuilderpublic com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getRows()
optional bytes rows = 2;getRows 在接口中 OtsInternalApi.SQLQueryResponseOrBuilderpublic OtsInternalApi.SQLQueryResponse.Builder setRows(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
optional bytes rows = 2;value - The rows to set.public OtsInternalApi.SQLQueryResponse.Builder clearRows()
optional bytes rows = 2;public boolean hasVersion()
optional .com.alicloud.openservices.tablestore.core.protocol.SQLPayloadVersion version = 3;hasVersion 在接口中 OtsInternalApi.SQLQueryResponseOrBuilderpublic OtsInternalApi.SQLPayloadVersion getVersion()
optional .com.alicloud.openservices.tablestore.core.protocol.SQLPayloadVersion version = 3;getVersion 在接口中 OtsInternalApi.SQLQueryResponseOrBuilderpublic OtsInternalApi.SQLQueryResponse.Builder setVersion(OtsInternalApi.SQLPayloadVersion value)
optional .com.alicloud.openservices.tablestore.core.protocol.SQLPayloadVersion version = 3;value - The version to set.public OtsInternalApi.SQLQueryResponse.Builder clearVersion()
optional .com.alicloud.openservices.tablestore.core.protocol.SQLPayloadVersion version = 3;public boolean hasType()
optional .com.alicloud.openservices.tablestore.core.protocol.SQLStatementType type = 4;hasType 在接口中 OtsInternalApi.SQLQueryResponseOrBuilderpublic OtsInternalApi.SQLStatementType getType()
optional .com.alicloud.openservices.tablestore.core.protocol.SQLStatementType type = 4;getType 在接口中 OtsInternalApi.SQLQueryResponseOrBuilderpublic OtsInternalApi.SQLQueryResponse.Builder setType(OtsInternalApi.SQLStatementType value)
optional .com.alicloud.openservices.tablestore.core.protocol.SQLStatementType type = 4;value - The type to set.public OtsInternalApi.SQLQueryResponse.Builder clearType()
optional .com.alicloud.openservices.tablestore.core.protocol.SQLStatementType type = 4;public boolean hasNextSearchToken()
optional string next_search_token = 8;hasNextSearchToken 在接口中 OtsInternalApi.SQLQueryResponseOrBuilderpublic String getNextSearchToken()
optional string next_search_token = 8;getNextSearchToken 在接口中 OtsInternalApi.SQLQueryResponseOrBuilderpublic com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getNextSearchTokenBytes()
optional string next_search_token = 8;getNextSearchTokenBytes 在接口中 OtsInternalApi.SQLQueryResponseOrBuilderpublic OtsInternalApi.SQLQueryResponse.Builder setNextSearchToken(String value)
optional string next_search_token = 8;value - The nextSearchToken to set.public OtsInternalApi.SQLQueryResponse.Builder clearNextSearchToken()
optional string next_search_token = 8;public OtsInternalApi.SQLQueryResponse.Builder setNextSearchTokenBytes(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
optional string next_search_token = 8;value - The bytes for nextSearchToken to set.Copyright © 2025. All Rights Reserved.