public static interface Timeseries.CreateTimeseriesLastpointIndexRequestOrBuilder
extends com.aliyun.ots.thirdparty.com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
getCreateOnWideColumnTable()
optional bool create_on_wide_column_table = 4; |
boolean |
getIncludeBaseData()
optional bool include_base_data = 3; |
String |
getIndexPrimaryKeyNames(int index)
repeated string index_primary_key_names = 5; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getIndexPrimaryKeyNamesBytes(int index)
repeated string index_primary_key_names = 5; |
int |
getIndexPrimaryKeyNamesCount()
repeated string index_primary_key_names = 5; |
List<String> |
getIndexPrimaryKeyNamesList()
repeated string index_primary_key_names = 5; |
String |
getIndexTableName()
required string index_table_name = 2; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getIndexTableNameBytes()
required string index_table_name = 2; |
String |
getMainTableName()
required string main_table_name = 1; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getMainTableNameBytes()
required string main_table_name = 1; |
boolean |
hasCreateOnWideColumnTable()
optional bool create_on_wide_column_table = 4; |
boolean |
hasIncludeBaseData()
optional bool include_base_data = 3; |
boolean |
hasIndexTableName()
required string index_table_name = 2; |
boolean |
hasMainTableName()
required string main_table_name = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasMainTableName()
required string main_table_name = 1;String getMainTableName()
required string main_table_name = 1;com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getMainTableNameBytes()
required string main_table_name = 1;boolean hasIndexTableName()
required string index_table_name = 2;String getIndexTableName()
required string index_table_name = 2;com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getIndexTableNameBytes()
required string index_table_name = 2;boolean hasIncludeBaseData()
optional bool include_base_data = 3;boolean getIncludeBaseData()
optional bool include_base_data = 3;boolean hasCreateOnWideColumnTable()
optional bool create_on_wide_column_table = 4;boolean getCreateOnWideColumnTable()
optional bool create_on_wide_column_table = 4;List<String> getIndexPrimaryKeyNamesList()
repeated string index_primary_key_names = 5;int getIndexPrimaryKeyNamesCount()
repeated string index_primary_key_names = 5;String getIndexPrimaryKeyNames(int index)
repeated string index_primary_key_names = 5;index - The index of the element to return.com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getIndexPrimaryKeyNamesBytes(int index)
repeated string index_primary_key_names = 5;index - The index of the value to return.Copyright © 2025. All Rights Reserved.