public static interface Timeseries.QueryTimeseriesMetaRequestOrBuilder
extends com.aliyun.ots.thirdparty.com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
Timeseries.MetaQueryCondition |
getCondition()
optional .com.alicloud.openservices.tablestore.core.protocol.timeseries.MetaQueryCondition condition = 2; |
Timeseries.MetaQueryConditionOrBuilder |
getConditionOrBuilder()
optional .com.alicloud.openservices.tablestore.core.protocol.timeseries.MetaQueryCondition condition = 2; |
boolean |
getGetTotalHit()
optional bool get_total_hit = 3; |
int |
getLimit()
optional int32 limit = 5; |
long |
getSupportedTableVersion()
optional int64 supported_table_version = 6; |
String |
getTableName()
required string table_name = 1; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getTableNameBytes()
required string table_name = 1; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getToken()
optional bytes token = 4; |
boolean |
hasCondition()
optional .com.alicloud.openservices.tablestore.core.protocol.timeseries.MetaQueryCondition condition = 2; |
boolean |
hasGetTotalHit()
optional bool get_total_hit = 3; |
boolean |
hasLimit()
optional int32 limit = 5; |
boolean |
hasSupportedTableVersion()
optional int64 supported_table_version = 6; |
boolean |
hasTableName()
required string table_name = 1; |
boolean |
hasToken()
optional bytes token = 4; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasTableName()
required string table_name = 1;String getTableName()
required string table_name = 1;com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getTableNameBytes()
required string table_name = 1;boolean hasCondition()
optional .com.alicloud.openservices.tablestore.core.protocol.timeseries.MetaQueryCondition condition = 2;Timeseries.MetaQueryCondition getCondition()
optional .com.alicloud.openservices.tablestore.core.protocol.timeseries.MetaQueryCondition condition = 2;Timeseries.MetaQueryConditionOrBuilder getConditionOrBuilder()
optional .com.alicloud.openservices.tablestore.core.protocol.timeseries.MetaQueryCondition condition = 2;boolean hasGetTotalHit()
optional bool get_total_hit = 3;boolean getGetTotalHit()
optional bool get_total_hit = 3;boolean hasToken()
optional bytes token = 4;com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getToken()
optional bytes token = 4;boolean hasLimit()
optional int32 limit = 5;int getLimit()
optional int32 limit = 5;boolean hasSupportedTableVersion()
optional int64 supported_table_version = 6;long getSupportedTableVersion()
optional int64 supported_table_version = 6;Copyright © 2025. All Rights Reserved.