otsprotocol

package
v1.7.14 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 19, 2024 License: Apache-2.0 Imports: 3 Imported by: 2

Documentation

Index

Constants

View Source
const Default_GetRangeRequest_CacheBlocks bool = true
View Source
const Default_GetRangeRequest_ReturnEntirePrimaryKeys bool = true
View Source
const Default_GetRowRequest_CacheBlocks bool = true
View Source
const Default_TableInBatchGetRowRequest_CacheBlocks bool = true

Variables

View Source
var ActionType_name = map[int32]string{
	1: "PUT_ROW",
	2: "UPDATE_ROW",
	3: "DELETE_ROW",
}
View Source
var ActionType_value = map[string]int32{
	"PUT_ROW":    1,
	"UPDATE_ROW": 2,
	"DELETE_ROW": 3,
}
View Source
var AggregationType_name = map[int32]string{
	1: "AGG_AVG",
	6: "AGG_DISTINCT_COUNT",
	2: "AGG_MAX",
	3: "AGG_MIN",
	4: "AGG_SUM",
	5: "AGG_COUNT",
	7: "AGG_TOP_ROWS",
	8: "AGG_PERCENTILES",
}
View Source
var AggregationType_value = map[string]int32{
	"AGG_AVG":            1,
	"AGG_DISTINCT_COUNT": 6,
	"AGG_MAX":            2,
	"AGG_MIN":            3,
	"AGG_SUM":            4,
	"AGG_COUNT":          5,
	"AGG_TOP_ROWS":       7,
	"AGG_PERCENTILES":    8,
}
View Source
var AnalyticalStoreSyncType_name = map[int32]string{
	1: "SYNC_TYPE_FULL",
	2: "SYNC_TYPE_INCR",
}
View Source
var AnalyticalStoreSyncType_value = map[string]int32{
	"SYNC_TYPE_FULL": 1,
	"SYNC_TYPE_INCR": 2,
}
View Source
var BloomFilterType_name = map[int32]string{
	1: "NONE",
	2: "CELL",
	3: "ROW",
}
View Source
var BloomFilterType_value = map[string]int32{
	"NONE": 1,
	"CELL": 2,
	"ROW":  3,
}
View Source
var ColumnReturnType_name = map[int32]string{
	1: "RETURN_ALL",
	2: "RETURN_SPECIFIED",
	3: "RETURN_NONE",
	4: "RETURN_ALL_FROM_INDEX",
}
View Source
var ColumnReturnType_value = map[string]int32{
	"RETURN_ALL":            1,
	"RETURN_SPECIFIED":      2,
	"RETURN_NONE":           3,
	"RETURN_ALL_FROM_INDEX": 4,
}
View Source
var ComparatorType_name = map[int32]string{
	1: "CT_EQUAL",
	2: "CT_NOT_EQUAL",
	3: "CT_GREATER_THAN",
	4: "CT_GREATER_EQUAL",
	5: "CT_LESS_THAN",
	6: "CT_LESS_EQUAL",
}
View Source
var ComparatorType_value = map[string]int32{
	"CT_EQUAL":         1,
	"CT_NOT_EQUAL":     2,
	"CT_GREATER_THAN":  3,
	"CT_GREATER_EQUAL": 4,
	"CT_LESS_THAN":     5,
	"CT_LESS_EQUAL":    6,
}
View Source
var CompressType_name = map[int32]string{
	0: "CPT_NONE",
}
View Source
var CompressType_value = map[string]int32{
	"CPT_NONE": 0,
}
View Source
var DataBlockType_name = map[int32]string{
	0: "DBT_PLAIN_BUFFER",
	1: "DBT_SIMPLE_ROW_MATRIX",
}
View Source
var DataBlockType_value = map[string]int32{
	"DBT_PLAIN_BUFFER":      0,
	"DBT_SIMPLE_ROW_MATRIX": 1,
}
View Source
var DateTimeUnit_name = map[int32]string{
	1: "YEAR",
	2: "QUARTER_YEAR",
	3: "MONTH",
	4: "WEEK",
	5: "DAY",
	6: "HOUR",
	7: "MINUTE",
	8: "SECOND",
}
View Source
var DateTimeUnit_value = map[string]int32{
	"YEAR":         1,
	"QUARTER_YEAR": 2,
	"MONTH":        3,
	"WEEK":         4,
	"DAY":          5,
	"HOUR":         6,
	"MINUTE":       7,
	"SECOND":       8,
}
View Source
var DecayFuncParamType_name = map[int32]string{
	1: "DF_DATE_PARAM",
	2: "DF_NUMERIC_PARAM",
	3: "DF_GEO_PARAM",
}
View Source
var DecayFuncParamType_value = map[string]int32{
	"DF_DATE_PARAM":    1,
	"DF_NUMERIC_PARAM": 2,
	"DF_GEO_PARAM":     3,
}
View Source
var DecayMathFunction_name = map[int32]string{
	1: "GAUSS",
	2: "EXP",
	3: "LINEAR",
}
View Source
var DecayMathFunction_value = map[string]int32{
	"GAUSS":  1,
	"EXP":    2,
	"LINEAR": 3,
}
View Source
var DefinedColumnType_name = map[int32]string{
	1: "DCT_INTEGER",
	2: "DCT_DOUBLE",
	3: "DCT_BOOLEAN",
	4: "DCT_STRING",
	7: "DCT_BLOB",
}
View Source
var DefinedColumnType_value = map[string]int32{
	"DCT_INTEGER": 1,
	"DCT_DOUBLE":  2,
	"DCT_BOOLEAN": 3,
	"DCT_STRING":  4,
	"DCT_BLOB":    7,
}
View Source
var DeliveryTaskType_name = map[int32]string{
	0: "BASE",
	1: "INC",
	2: "BASE_INC",
}
View Source
var DeliveryTaskType_value = map[string]int32{
	"BASE":     0,
	"INC":      1,
	"BASE_INC": 2,
}
View Source
var Direction_name = map[int32]string{
	0: "FORWARD",
	1: "BACKWARD",
}
View Source
var Direction_value = map[string]int32{
	"FORWARD":  0,
	"BACKWARD": 1,
}
View Source
var Encoding_name = map[int32]string{
	0: "PLAIN",
	1: "PLAIN_DICTIONARY",
	2: "DELTA_BINARY_PACKED",
	3: "DELTA_BYTE_ARRAY",
	4: "DELTA_LENGTH_BYTE_ARRAY",
}
View Source
var Encoding_value = map[string]int32{
	"PLAIN":                   0,
	"PLAIN_DICTIONARY":        1,
	"DELTA_BINARY_PACKED":     2,
	"DELTA_BYTE_ARRAY":        3,
	"DELTA_LENGTH_BYTE_ARRAY": 4,
}
View Source
var ErrorType_name = map[int32]string{
	1: "UNAUTHORIZED",
	2: "INVALID_OSS_BUCKET",
}
View Source
var ErrorType_value = map[string]int32{
	"UNAUTHORIZED":       1,
	"INVALID_OSS_BUCKET": 2,
}
View Source
var EventColumnEventTimeFormat_name = map[int32]string{
	1: "RFC822",
	2: "RFC850",
	3: "RFC1123",
	4: "RFC3339",
	5: "Unix",
}
View Source
var EventColumnEventTimeFormat_value = map[string]int32{
	"RFC822":  1,
	"RFC850":  2,
	"RFC1123": 3,
	"RFC3339": 4,
	"Unix":    5,
}
View Source
var FieldType_name = map[int32]string{
	1: "LONG",
	2: "DOUBLE",
	3: "BOOLEAN",
	4: "KEYWORD",
	5: "TEXT",
	6: "NESTED",
	7: "GEO_POINT",
	8: "DATE",
	9: "VECTOR",
}
View Source
var FieldType_value = map[string]int32{
	"LONG":      1,
	"DOUBLE":    2,
	"BOOLEAN":   3,
	"KEYWORD":   4,
	"TEXT":      5,
	"NESTED":    6,
	"GEO_POINT": 7,
	"DATE":      8,
	"VECTOR":    9,
}
View Source
var FilterType_name = map[int32]string{
	1: "FT_SINGLE_COLUMN_VALUE",
	2: "FT_COMPOSITE_COLUMN_VALUE",
	3: "FT_COLUMN_PAGINATION",
}
View Source
var FilterType_value = map[string]int32{
	"FT_SINGLE_COLUMN_VALUE":    1,
	"FT_COMPOSITE_COLUMN_VALUE": 2,
	"FT_COLUMN_PAGINATION":      3,
}
View Source
var Format_name = map[int32]string{
	0: "Parquet",
}
View Source
var Format_value = map[string]int32{
	"Parquet": 0,
}
View Source
var FunctionCombineMode_name = map[int32]string{
	1: "FCM_MULTIPLY",
	2: "FCM_AVG",
	3: "FCM_MAX",
	4: "FCM_SUM",
	5: "FCM_MIN",
	6: "FCM_REPLACE",
}
View Source
var FunctionCombineMode_value = map[string]int32{
	"FCM_MULTIPLY": 1,
	"FCM_AVG":      2,
	"FCM_MAX":      3,
	"FCM_SUM":      4,
	"FCM_MIN":      5,
	"FCM_REPLACE":  6,
}
View Source
var FunctionModifier_name = map[int32]string{
	1:  "FM_NONE",
	2:  "FM_LOG",
	3:  "FM_LOG1P",
	4:  "FM_LOG2P",
	5:  "FM_LN",
	6:  "FM_LN1P",
	7:  "FM_LN2P",
	8:  "FM_SQUARE",
	9:  "FM_SQRT",
	10: "FM_RECIPROCAL",
}
View Source
var FunctionModifier_value = map[string]int32{
	"FM_NONE":       1,
	"FM_LOG":        2,
	"FM_LOG1P":      3,
	"FM_LOG2P":      4,
	"FM_LN":         5,
	"FM_LN1P":       6,
	"FM_LN2P":       7,
	"FM_SQUARE":     8,
	"FM_SQRT":       9,
	"FM_RECIPROCAL": 10,
}
View Source
var FunctionScoreMode_name = map[int32]string{
	1: "FSM_AVG",
	2: "FSM_MAX",
	3: "FSM_SUM",
	4: "FSM_MIN",
	5: "FSM_MULTIPLY",
	6: "FSM_FIRST",
}
View Source
var FunctionScoreMode_value = map[string]int32{
	"FSM_AVG":      1,
	"FSM_MAX":      2,
	"FSM_SUM":      3,
	"FSM_MIN":      4,
	"FSM_MULTIPLY": 5,
	"FSM_FIRST":    6,
}
View Source
var GeoDistanceType_name = map[int32]string{
	0: "GEO_DISTANCE_ARC",
	1: "GEO_DISTANCE_PLANE",
}
View Source
var GeoDistanceType_value = map[string]int32{
	"GEO_DISTANCE_ARC":   0,
	"GEO_DISTANCE_PLANE": 1,
}
View Source
var GeoHashPrecision_name = map[int32]string{
	1:  "GHP_5009KM_4992KM_1",
	2:  "GHP_1252KM_624KM_2",
	3:  "GHP_156KM_156KM_3",
	4:  "GHP_39KM_19KM_4",
	5:  "GHP_4900M_4900M_5",
	6:  "GHP_1200M_609M_6",
	7:  "GHP_152M_152M_7",
	8:  "GHP_38M_19M_8",
	9:  "GHP_480CM_480CM_9",
	10: "GHP_120CM_595MM_10",
	11: "GHP_149MM_149MM_11",
	12: "GHP_37MM_19MM_12",
}
View Source
var GeoHashPrecision_value = map[string]int32{
	"GHP_5009KM_4992KM_1": 1,
	"GHP_1252KM_624KM_2":  2,
	"GHP_156KM_156KM_3":   3,
	"GHP_39KM_19KM_4":     4,
	"GHP_4900M_4900M_5":   5,
	"GHP_1200M_609M_6":    6,
	"GHP_152M_152M_7":     7,
	"GHP_38M_19M_8":       8,
	"GHP_480CM_480CM_9":   9,
	"GHP_120CM_595MM_10":  10,
	"GHP_149MM_149MM_11":  11,
	"GHP_37MM_19MM_12":    12,
}
View Source
var GroupByType_name = map[int32]string{
	1: "GROUP_BY_FIELD",
	2: "GROUP_BY_RANGE",
	3: "GROUP_BY_FILTER",
	4: "GROUP_BY_GEO_DISTANCE",
	5: "GROUP_BY_HISTOGRAM",
	6: "GROUP_BY_DATE_HISTOGRAM",
	7: "GROUP_BY_GEO_GRID",
}
View Source
var GroupByType_value = map[string]int32{
	"GROUP_BY_FIELD":          1,
	"GROUP_BY_RANGE":          2,
	"GROUP_BY_FILTER":         3,
	"GROUP_BY_GEO_DISTANCE":   4,
	"GROUP_BY_HISTOGRAM":      5,
	"GROUP_BY_DATE_HISTOGRAM": 6,
	"GROUP_BY_GEO_GRID":       7,
}
View Source
var HighlightEncoder_name = map[int32]string{
	1: "PLAIN_MODE",
	2: "HTML_MODE",
}
View Source
var HighlightEncoder_value = map[string]int32{
	"PLAIN_MODE": 1,
	"HTML_MODE":  2,
}
View Source
var HighlightFragmentOrder_name = map[int32]string{
	1: "TEXT_SEQUENCE",
	2: "SCORE",
}
View Source
var HighlightFragmentOrder_value = map[string]int32{
	"TEXT_SEQUENCE": 1,
	"SCORE":         2,
}
View Source
var IndexOptions_name = map[int32]string{
	1: "DOCS",
	2: "FREQS",
	3: "POSITIONS",
	4: "OFFSETS",
}
View Source
var IndexOptions_value = map[string]int32{
	"DOCS":      1,
	"FREQS":     2,
	"POSITIONS": 3,
	"OFFSETS":   4,
}
View Source
var IndexSyncPhase_name = map[int32]string{
	0: "ISP_INVALID",
	1: "ISP_FULL",
	2: "ISP_INCR",
}
View Source
var IndexSyncPhase_value = map[string]int32{
	"ISP_INVALID": 0,
	"ISP_FULL":    1,
	"ISP_INCR":    2,
}
View Source
var IndexType_name = map[int32]string{
	0: "IT_GLOBAL_INDEX",
	1: "IT_LOCAL_INDEX",
}
View Source
var IndexType_value = map[string]int32{
	"IT_GLOBAL_INDEX": 0,
	"IT_LOCAL_INDEX":  1,
}
View Source
var IndexUpdateMode_name = map[int32]string{
	0: "IUM_ASYNC_INDEX",
	1: "IUM_SYNC_INDEX",
}
View Source
var IndexUpdateMode_value = map[string]int32{
	"IUM_ASYNC_INDEX": 0,
	"IUM_SYNC_INDEX":  1,
}
View Source
var LogicalOperator_name = map[int32]string{
	1: "LO_NOT",
	2: "LO_AND",
	3: "LO_OR",
}
View Source
var LogicalOperator_value = map[string]int32{
	"LO_NOT": 1,
	"LO_AND": 2,
	"LO_OR":  3,
}
View Source
var MetaQueryCompositeOperator_name = map[int32]string{
	1: "OP_AND",
	2: "OP_OR",
	3: "OP_NOT",
}
View Source
var MetaQueryCompositeOperator_value = map[string]int32{
	"OP_AND": 1,
	"OP_OR":  2,
	"OP_NOT": 3,
}
View Source
var MetaQueryConditionType_name = map[int32]string{
	1: "COMPOSITE_CONDITION",
	2: "MEASUREMENT_CONDITION",
	3: "SOURCE_CONDITION",
	4: "TAG_CONDITION",
	5: "UPDATE_TIME_CONDITION",
	6: "ATTRIBUTE_CONDITION",
}
View Source
var MetaQueryConditionType_value = map[string]int32{
	"COMPOSITE_CONDITION":   1,
	"MEASUREMENT_CONDITION": 2,
	"SOURCE_CONDITION":      3,
	"TAG_CONDITION":         4,
	"UPDATE_TIME_CONDITION": 5,
	"ATTRIBUTE_CONDITION":   6,
}
View Source
var MetaQuerySingleOperator_name = map[int32]string{
	1: "OP_EQUAL",
	2: "OP_GREATER_THAN",
	3: "OP_GREATER_EQUAL",
	4: "OP_LESS_THAN",
	5: "OP_LESS_EQUAL",
	6: "OP_PREFIX",
}
View Source
var MetaQuerySingleOperator_value = map[string]int32{
	"OP_EQUAL":         1,
	"OP_GREATER_THAN":  2,
	"OP_GREATER_EQUAL": 3,
	"OP_LESS_THAN":     4,
	"OP_LESS_EQUAL":    5,
	"OP_PREFIX":        6,
}
View Source
var MetaUpdateMode_name = map[int32]string{
	0: "MUM_NORMAL",
	1: "MUM_IGNORE",
}
View Source
var MetaUpdateMode_value = map[string]int32{
	"MUM_NORMAL": 0,
	"MUM_IGNORE": 1,
}
View Source
var MultiValueMode_name = map[int32]string{
	1: "MVM_MAX",
	2: "MVM_MIN",
	3: "MVM_SUM",
	4: "MVM_AVG",
}
View Source
var MultiValueMode_value = map[string]int32{
	"MVM_MAX": 1,
	"MVM_MIN": 2,
	"MVM_SUM": 3,
	"MVM_AVG": 4,
}
View Source
var OperationType_name = map[int32]string{
	1: "PUT",
	2: "UPDATE",
	3: "DELETE",
}
View Source
var OperationType_value = map[string]int32{
	"PUT":    1,
	"UPDATE": 2,
	"DELETE": 3,
}
View Source
var ParquetSchema_DataType_name = map[int32]string{
	0:  "BOOL",
	1:  "INT64",
	2:  "UTF8",
	3:  "DOUBLE",
	4:  "DATE",
	5:  "DECIMAL",
	6:  "TIME_MILLIS",
	7:  "TIME_MICROS",
	8:  "TIMESTAMP_MILLIS",
	9:  "TIMESTAMP_MICROS",
	10: "LIST",
	11: "MAP",
	12: "INTERVAL",
	13: "FLOAT",
	14: "INT32",
	15: "INT96",
}
View Source
var ParquetSchema_DataType_value = map[string]int32{
	"BOOL":             0,
	"INT64":            1,
	"UTF8":             2,
	"DOUBLE":           3,
	"DATE":             4,
	"DECIMAL":          5,
	"TIME_MILLIS":      6,
	"TIME_MICROS":      7,
	"TIMESTAMP_MILLIS": 8,
	"TIMESTAMP_MICROS": 9,
	"LIST":             10,
	"MAP":              11,
	"INTERVAL":         12,
	"FLOAT":            13,
	"INT32":            14,
	"INT96":            15,
}
View Source
var PrimaryKeyOption_name = map[int32]string{
	1: "AUTO_INCREMENT",
}
View Source
var PrimaryKeyOption_value = map[string]int32{
	"AUTO_INCREMENT": 1,
}
View Source
var PrimaryKeyType_name = map[int32]string{
	1: "INTEGER",
	2: "STRING",
	3: "BINARY",
}
View Source
var PrimaryKeyType_value = map[string]int32{
	"INTEGER": 1,
	"STRING":  2,
	"BINARY":  3,
}
View Source
var QueryOperator_name = map[int32]string{
	1: "OR",
	2: "AND",
}
View Source
var QueryOperator_value = map[string]int32{
	"OR":  1,
	"AND": 2,
}
View Source
var QueryType_name = map[int32]string{
	1:  "MATCH_QUERY",
	2:  "MATCH_PHRASE_QUERY",
	3:  "TERM_QUERY",
	4:  "RANGE_QUERY",
	5:  "PREFIX_QUERY",
	6:  "BOOL_QUERY",
	7:  "CONST_SCORE_QUERY",
	8:  "FUNCTION_SCORE_QUERY",
	9:  "NESTED_QUERY",
	10: "WILDCARD_QUERY",
	11: "MATCH_ALL_QUERY",
	12: "GEO_BOUNDING_BOX_QUERY",
	13: "GEO_DISTANCE_QUERY",
	14: "GEO_POLYGON_QUERY",
	15: "TERMS_QUERY",
	16: "EXISTS_QUERY",
	17: "KNN_VECTOR_QUERY",
	18: "FUNCTIONS_SCORE_QUERY",
}
View Source
var QueryType_value = map[string]int32{
	"MATCH_QUERY":            1,
	"MATCH_PHRASE_QUERY":     2,
	"TERM_QUERY":             3,
	"RANGE_QUERY":            4,
	"PREFIX_QUERY":           5,
	"BOOL_QUERY":             6,
	"CONST_SCORE_QUERY":      7,
	"FUNCTION_SCORE_QUERY":   8,
	"NESTED_QUERY":           9,
	"WILDCARD_QUERY":         10,
	"MATCH_ALL_QUERY":        11,
	"GEO_BOUNDING_BOX_QUERY": 12,
	"GEO_DISTANCE_QUERY":     13,
	"GEO_POLYGON_QUERY":      14,
	"TERMS_QUERY":            15,
	"EXISTS_QUERY":           16,
	"KNN_VECTOR_QUERY":       17,
	"FUNCTIONS_SCORE_QUERY":  18,
}
View Source
var ReturnType_name = map[int32]string{
	0: "RT_NONE",
	1: "RT_PK",
	2: "RT_AFTER_MODIFY",
}
View Source
var ReturnType_value = map[string]int32{
	"RT_NONE":         0,
	"RT_PK":           1,
	"RT_AFTER_MODIFY": 2,
}
View Source
var RowExistenceExpectation_name = map[int32]string{
	0: "IGNORE",
	1: "EXPECT_EXIST",
	2: "EXPECT_NOT_EXIST",
}
View Source
var RowExistenceExpectation_value = map[string]int32{
	"IGNORE":           0,
	"EXPECT_EXIST":     1,
	"EXPECT_NOT_EXIST": 2,
}
View Source
var RowsSerializeType_name = map[int32]string{
	0: "RST_FLAT_BUFFER",
	1: "RST_PLAIN_BUFFER",
	2: "RST_PROTO_BUFFER",
}
View Source
var RowsSerializeType_value = map[string]int32{
	"RST_FLAT_BUFFER":  0,
	"RST_PLAIN_BUFFER": 1,
	"RST_PROTO_BUFFER": 2,
}
View Source
var SQLPayloadVersion_name = map[int32]string{
	1: "SQL_PLAIN_BUFFER",
	2: "SQL_FLAT_BUFFERS",
}
View Source
var SQLPayloadVersion_value = map[string]int32{
	"SQL_PLAIN_BUFFER": 1,
	"SQL_FLAT_BUFFERS": 2,
}
View Source
var SQLStatementType_name = map[int32]string{
	1: "SQL_SELECT",
	2: "SQL_CREATE_TABLE",
	3: "SQL_SHOW_TABLE",
	4: "SQL_DESCRIBE_TABLE",
	5: "SQL_DROP_TABLE",
	6: "SQL_ALTER_TABLE",
}
View Source
var SQLStatementType_value = map[string]int32{
	"SQL_SELECT":         1,
	"SQL_CREATE_TABLE":   2,
	"SQL_SHOW_TABLE":     3,
	"SQL_DESCRIBE_TABLE": 4,
	"SQL_DROP_TABLE":     5,
	"SQL_ALTER_TABLE":    6,
}
View Source
var SSEKeyType_name = map[int32]string{
	1: "SSE_KMS_SERVICE",
	2: "SSE_BYOK",
}
View Source
var SSEKeyType_value = map[string]int32{
	"SSE_KMS_SERVICE": 1,
	"SSE_BYOK":        2,
}
View Source
var ScoreMode_name = map[int32]string{
	1: "SCORE_MODE_NONE",
	2: "SCORE_MODE_AVG",
	3: "SCORE_MODE_MAX",
	4: "SCORE_MODE_TOTAL",
	5: "SCORE_MODE_MIN",
}
View Source
var ScoreMode_value = map[string]int32{
	"SCORE_MODE_NONE":  1,
	"SCORE_MODE_AVG":   2,
	"SCORE_MODE_MAX":   3,
	"SCORE_MODE_TOTAL": 4,
	"SCORE_MODE_MIN":   5,
}
View Source
var SortMode_name = map[int32]string{
	0: "SORT_MODE_MIN",
	1: "SORT_MODE_MAX",
	2: "SORT_MODE_AVG",
}
View Source
var SortMode_value = map[string]int32{
	"SORT_MODE_MIN": 0,
	"SORT_MODE_MAX": 1,
	"SORT_MODE_AVG": 2,
}
View Source
var SortOrder_name = map[int32]string{
	0: "SORT_ORDER_ASC",
	1: "SORT_ORDER_DESC",
}
View Source
var SortOrder_value = map[string]int32{
	"SORT_ORDER_ASC":  0,
	"SORT_ORDER_DESC": 1,
}
View Source
var StreamStatus_name = map[int32]string{
	1: "STREAM_ENABLING",
	2: "STREAM_ACTIVE",
}
View Source
var StreamStatus_value = map[string]int32{
	"STREAM_ENABLING": 1,
	"STREAM_ACTIVE":   2,
}
View Source
var SyncPhase_name = map[int32]string{
	1: "FULL",
	2: "INCR",
}
View Source
var SyncPhase_value = map[string]int32{
	"FULL": 1,
	"INCR": 2,
}
View Source
var TableStatus_name = map[int32]string{
	1: "ACTIVE",
	2: "INACTIVE",
	3: "LOADING",
	4: "UNLOADING",
	5: "UPDATING",
}
View Source
var TableStatus_value = map[string]int32{
	"ACTIVE":    1,
	"INACTIVE":  2,
	"LOADING":   3,
	"UNLOADING": 4,
	"UPDATING":  5,
}
View Source
var TaskSyncStat_TaskSyncPhase_name = map[int32]string{
	0: "INIT",
	1: "FULL",
	2: "INCR",
}
View Source
var TaskSyncStat_TaskSyncPhase_value = map[string]int32{
	"INIT": 0,
	"FULL": 1,
	"INCR": 2,
}
View Source
var TimeFormatter_name = map[int32]string{
	0: "YDMFormatter",
}
View Source
var TimeFormatter_value = map[string]int32{
	"YDMFormatter": 0,
}
View Source
var VariantType_name = map[int32]string{
	0: "VT_INTEGER",
	1: "VT_DOUBLE",
	3: "VT_STRING",
	6: "VT_NULL",
	7: "VT_BLOB",
}
View Source
var VariantType_value = map[string]int32{
	"VT_INTEGER": 0,
	"VT_DOUBLE":  1,
	"VT_STRING":  3,
	"VT_NULL":    6,
	"VT_BLOB":    7,
}
View Source
var VectorDataType_name = map[int32]string{
	1: "VD_INT_8",
	2: "VD_FLOAT_32",
}
View Source
var VectorDataType_value = map[string]int32{
	"VD_INT_8":    1,
	"VD_FLOAT_32": 2,
}
View Source
var VectorIndexType_name = map[int32]string{
	1: "VI_HNSW",
}
View Source
var VectorIndexType_value = map[string]int32{
	"VI_HNSW": 1,
}
View Source
var VectorMetricType_name = map[int32]string{
	0: "VM_EUCLIDEAN",
	1: "VM_COSINE",
	2: "VM_DOT_PRODUCT",
}
View Source
var VectorMetricType_value = map[string]int32{
	"VM_EUCLIDEAN":   0,
	"VM_COSINE":      1,
	"VM_DOT_PRODUCT": 2,
}

Functions

This section is empty.

Types

type AbortTransactionRequest

type AbortTransactionRequest struct {
	TransactionId        *string  `protobuf:"bytes,1,req,name=transaction_id,json=transactionId" json:"transaction_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AbortTransactionRequest) Descriptor

func (*AbortTransactionRequest) Descriptor() ([]byte, []int)

func (*AbortTransactionRequest) GetTransactionId

func (m *AbortTransactionRequest) GetTransactionId() string

func (*AbortTransactionRequest) ProtoMessage

func (*AbortTransactionRequest) ProtoMessage()

func (*AbortTransactionRequest) Reset

func (m *AbortTransactionRequest) Reset()

func (*AbortTransactionRequest) String

func (m *AbortTransactionRequest) String() string

func (*AbortTransactionRequest) XXX_DiscardUnknown added in v1.6.0

func (m *AbortTransactionRequest) XXX_DiscardUnknown()

func (*AbortTransactionRequest) XXX_Marshal added in v1.6.0

func (m *AbortTransactionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AbortTransactionRequest) XXX_Merge added in v1.6.0

func (m *AbortTransactionRequest) XXX_Merge(src proto.Message)

func (*AbortTransactionRequest) XXX_Size added in v1.6.0

func (m *AbortTransactionRequest) XXX_Size() int

func (*AbortTransactionRequest) XXX_Unmarshal added in v1.6.0

func (m *AbortTransactionRequest) XXX_Unmarshal(b []byte) error

type AbortTransactionResponse

type AbortTransactionResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AbortTransactionResponse) Descriptor

func (*AbortTransactionResponse) Descriptor() ([]byte, []int)

func (*AbortTransactionResponse) ProtoMessage

func (*AbortTransactionResponse) ProtoMessage()

func (*AbortTransactionResponse) Reset

func (m *AbortTransactionResponse) Reset()

func (*AbortTransactionResponse) String

func (m *AbortTransactionResponse) String() string

func (*AbortTransactionResponse) XXX_DiscardUnknown added in v1.6.0

func (m *AbortTransactionResponse) XXX_DiscardUnknown()

func (*AbortTransactionResponse) XXX_Marshal added in v1.6.0

func (m *AbortTransactionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AbortTransactionResponse) XXX_Merge added in v1.6.0

func (m *AbortTransactionResponse) XXX_Merge(src proto.Message)

func (*AbortTransactionResponse) XXX_Size added in v1.6.0

func (m *AbortTransactionResponse) XXX_Size() int

func (*AbortTransactionResponse) XXX_Unmarshal added in v1.6.0

func (m *AbortTransactionResponse) XXX_Unmarshal(b []byte) error

type ActionType

type ActionType int32
const (
	ActionType_PUT_ROW    ActionType = 1
	ActionType_UPDATE_ROW ActionType = 2
	ActionType_DELETE_ROW ActionType = 3
)

func (ActionType) Enum

func (x ActionType) Enum() *ActionType

func (ActionType) EnumDescriptor

func (ActionType) EnumDescriptor() ([]byte, []int)

func (ActionType) String

func (x ActionType) String() string

func (*ActionType) UnmarshalJSON

func (x *ActionType) UnmarshalJSON(data []byte) error

type AddDefinedColumnRequest

type AddDefinedColumnRequest struct {
	TableName            *string                `protobuf:"bytes,1,req,name=table_name,json=tableName" json:"table_name,omitempty"`
	Columns              []*DefinedColumnSchema `protobuf:"bytes,2,rep,name=columns" json:"columns,omitempty"`
	XXX_NoUnkeyedLiteral struct{}               `json:"-"`
	XXX_unrecognized     []byte                 `json:"-"`
	XXX_sizecache        int32                  `json:"-"`
}

func (*AddDefinedColumnRequest) Descriptor

func (*AddDefinedColumnRequest) Descriptor() ([]byte, []int)

func (*AddDefinedColumnRequest) GetColumns

func (m *AddDefinedColumnRequest) GetColumns() []*DefinedColumnSchema

func (*AddDefinedColumnRequest) GetTableName

func (m *AddDefinedColumnRequest) GetTableName() string

func (*AddDefinedColumnRequest) ProtoMessage

func (*AddDefinedColumnRequest) ProtoMessage()

func (*AddDefinedColumnRequest) Reset

func (m *AddDefinedColumnRequest) Reset()

func (*AddDefinedColumnRequest) String

func (m *AddDefinedColumnRequest) String() string

func (*AddDefinedColumnRequest) XXX_DiscardUnknown added in v1.6.0

func (m *AddDefinedColumnRequest) XXX_DiscardUnknown()

func (*AddDefinedColumnRequest) XXX_Marshal added in v1.6.0

func (m *AddDefinedColumnRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AddDefinedColumnRequest) XXX_Merge added in v1.6.0

func (m *AddDefinedColumnRequest) XXX_Merge(src proto.Message)

func (*AddDefinedColumnRequest) XXX_Size added in v1.6.0

func (m *AddDefinedColumnRequest) XXX_Size() int

func (*AddDefinedColumnRequest) XXX_Unmarshal added in v1.6.0

func (m *AddDefinedColumnRequest) XXX_Unmarshal(b []byte) error

type AddDefinedColumnResponse

type AddDefinedColumnResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AddDefinedColumnResponse) Descriptor

func (*AddDefinedColumnResponse) Descriptor() ([]byte, []int)

func (*AddDefinedColumnResponse) ProtoMessage

func (*AddDefinedColumnResponse) ProtoMessage()

func (*AddDefinedColumnResponse) Reset

func (m *AddDefinedColumnResponse) Reset()

func (*AddDefinedColumnResponse) String

func (m *AddDefinedColumnResponse) String() string

func (*AddDefinedColumnResponse) XXX_DiscardUnknown added in v1.6.0

func (m *AddDefinedColumnResponse) XXX_DiscardUnknown()

func (*AddDefinedColumnResponse) XXX_Marshal added in v1.6.0

func (m *AddDefinedColumnResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AddDefinedColumnResponse) XXX_Merge added in v1.6.0

func (m *AddDefinedColumnResponse) XXX_Merge(src proto.Message)

func (*AddDefinedColumnResponse) XXX_Size added in v1.6.0

func (m *AddDefinedColumnResponse) XXX_Size() int

func (*AddDefinedColumnResponse) XXX_Unmarshal added in v1.6.0

func (m *AddDefinedColumnResponse) XXX_Unmarshal(b []byte) error

type Aggregation

type Aggregation struct {
	Name                 *string          `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	Type                 *AggregationType `protobuf:"varint,2,opt,name=type,enum=otsprotocol.AggregationType" json:"type,omitempty"`
	Body                 []byte           `protobuf:"bytes,3,opt,name=body" json:"body,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

agg & group by

func (*Aggregation) Descriptor

func (*Aggregation) Descriptor() ([]byte, []int)

func (*Aggregation) GetBody

func (m *Aggregation) GetBody() []byte

func (*Aggregation) GetName

func (m *Aggregation) GetName() string

func (*Aggregation) GetType

func (m *Aggregation) GetType() AggregationType

func (*Aggregation) ProtoMessage

func (*Aggregation) ProtoMessage()

func (*Aggregation) Reset

func (m *Aggregation) Reset()

func (*Aggregation) String

func (m *Aggregation) String() string

func (*Aggregation) XXX_DiscardUnknown

func (m *Aggregation) XXX_DiscardUnknown()

func (*Aggregation) XXX_Marshal

func (m *Aggregation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Aggregation) XXX_Merge

func (m *Aggregation) XXX_Merge(src proto.Message)

func (*Aggregation) XXX_Size

func (m *Aggregation) XXX_Size() int

func (*Aggregation) XXX_Unmarshal

func (m *Aggregation) XXX_Unmarshal(b []byte) error

type AggregationResult

type AggregationResult struct {
	Name                 *string          `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	Type                 *AggregationType `protobuf:"varint,2,opt,name=type,enum=otsprotocol.AggregationType" json:"type,omitempty"`
	AggResult            []byte           `protobuf:"bytes,3,opt,name=agg_result,json=aggResult" json:"agg_result,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*AggregationResult) Descriptor

func (*AggregationResult) Descriptor() ([]byte, []int)

func (*AggregationResult) GetAggResult

func (m *AggregationResult) GetAggResult() []byte

func (*AggregationResult) GetName

func (m *AggregationResult) GetName() string

func (*AggregationResult) GetType

func (m *AggregationResult) GetType() AggregationType

func (*AggregationResult) ProtoMessage

func (*AggregationResult) ProtoMessage()

func (*AggregationResult) Reset

func (m *AggregationResult) Reset()

func (*AggregationResult) String

func (m *AggregationResult) String() string

func (*AggregationResult) XXX_DiscardUnknown

func (m *AggregationResult) XXX_DiscardUnknown()

func (*AggregationResult) XXX_Marshal

func (m *AggregationResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AggregationResult) XXX_Merge

func (m *AggregationResult) XXX_Merge(src proto.Message)

func (*AggregationResult) XXX_Size

func (m *AggregationResult) XXX_Size() int

func (*AggregationResult) XXX_Unmarshal

func (m *AggregationResult) XXX_Unmarshal(b []byte) error

type AggregationType

type AggregationType int32

aggregation & group by

const (
	AggregationType_AGG_AVG            AggregationType = 1
	AggregationType_AGG_DISTINCT_COUNT AggregationType = 6
	AggregationType_AGG_MAX            AggregationType = 2
	AggregationType_AGG_MIN            AggregationType = 3
	AggregationType_AGG_SUM            AggregationType = 4
	AggregationType_AGG_COUNT          AggregationType = 5
	AggregationType_AGG_TOP_ROWS       AggregationType = 7
	AggregationType_AGG_PERCENTILES    AggregationType = 8
)

func (AggregationType) Enum

func (x AggregationType) Enum() *AggregationType

func (AggregationType) EnumDescriptor

func (AggregationType) EnumDescriptor() ([]byte, []int)

func (AggregationType) String

func (x AggregationType) String() string

func (*AggregationType) UnmarshalJSON

func (x *AggregationType) UnmarshalJSON(data []byte) error

type Aggregations

type Aggregations struct {
	Aggs                 []*Aggregation `protobuf:"bytes,1,rep,name=aggs" json:"aggs,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*Aggregations) Descriptor

func (*Aggregations) Descriptor() ([]byte, []int)

func (*Aggregations) GetAggs

func (m *Aggregations) GetAggs() []*Aggregation

func (*Aggregations) ProtoMessage

func (*Aggregations) ProtoMessage()

func (*Aggregations) Reset

func (m *Aggregations) Reset()

func (*Aggregations) String

func (m *Aggregations) String() string

func (*Aggregations) XXX_DiscardUnknown

func (m *Aggregations) XXX_DiscardUnknown()

func (*Aggregations) XXX_Marshal

func (m *Aggregations) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Aggregations) XXX_Merge

func (m *Aggregations) XXX_Merge(src proto.Message)

func (*Aggregations) XXX_Size

func (m *Aggregations) XXX_Size() int

func (*Aggregations) XXX_Unmarshal

func (m *Aggregations) XXX_Unmarshal(b []byte) error

type AggregationsResult

type AggregationsResult struct {
	AggResults           []*AggregationResult `protobuf:"bytes,1,rep,name=agg_results,json=aggResults" json:"agg_results,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*AggregationsResult) Descriptor

func (*AggregationsResult) Descriptor() ([]byte, []int)

func (*AggregationsResult) GetAggResults

func (m *AggregationsResult) GetAggResults() []*AggregationResult

func (*AggregationsResult) ProtoMessage

func (*AggregationsResult) ProtoMessage()

func (*AggregationsResult) Reset

func (m *AggregationsResult) Reset()

func (*AggregationsResult) String

func (m *AggregationsResult) String() string

func (*AggregationsResult) XXX_DiscardUnknown

func (m *AggregationsResult) XXX_DiscardUnknown()

func (*AggregationsResult) XXX_Marshal

func (m *AggregationsResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AggregationsResult) XXX_Merge

func (m *AggregationsResult) XXX_Merge(src proto.Message)

func (*AggregationsResult) XXX_Size

func (m *AggregationsResult) XXX_Size() int

func (*AggregationsResult) XXX_Unmarshal

func (m *AggregationsResult) XXX_Unmarshal(b []byte) error

type AnalyticalStoreStorageSize added in v1.7.8

type AnalyticalStoreStorageSize struct {
	Size                 *int64   `protobuf:"varint,1,opt,name=size" json:"size,omitempty"`
	Timestamp            *int64   `protobuf:"varint,2,opt,name=timestamp" json:"timestamp,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AnalyticalStoreStorageSize) Descriptor added in v1.7.8

func (*AnalyticalStoreStorageSize) Descriptor() ([]byte, []int)

func (*AnalyticalStoreStorageSize) GetSize added in v1.7.8

func (m *AnalyticalStoreStorageSize) GetSize() int64

func (*AnalyticalStoreStorageSize) GetTimestamp added in v1.7.8

func (m *AnalyticalStoreStorageSize) GetTimestamp() int64

func (*AnalyticalStoreStorageSize) ProtoMessage added in v1.7.8

func (*AnalyticalStoreStorageSize) ProtoMessage()

func (*AnalyticalStoreStorageSize) Reset added in v1.7.8

func (m *AnalyticalStoreStorageSize) Reset()

func (*AnalyticalStoreStorageSize) String added in v1.7.8

func (m *AnalyticalStoreStorageSize) String() string

func (*AnalyticalStoreStorageSize) XXX_DiscardUnknown added in v1.7.8

func (m *AnalyticalStoreStorageSize) XXX_DiscardUnknown()

func (*AnalyticalStoreStorageSize) XXX_Marshal added in v1.7.8

func (m *AnalyticalStoreStorageSize) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AnalyticalStoreStorageSize) XXX_Merge added in v1.7.8

func (m *AnalyticalStoreStorageSize) XXX_Merge(src proto.Message)

func (*AnalyticalStoreStorageSize) XXX_Size added in v1.7.8

func (m *AnalyticalStoreStorageSize) XXX_Size() int

func (*AnalyticalStoreStorageSize) XXX_Unmarshal added in v1.7.8

func (m *AnalyticalStoreStorageSize) XXX_Unmarshal(b []byte) error

type AnalyticalStoreSyncStat added in v1.7.8

type AnalyticalStoreSyncStat struct {
	SyncPhase            *AnalyticalStoreSyncType `protobuf:"varint,1,opt,name=sync_phase,enum=otsprotocol.AnalyticalStoreSyncType" json:"sync_phase,omitempty"`
	CurrentSyncTimestamp *int64                   `protobuf:"varint,2,opt,name=current_sync_timestamp" json:"current_sync_timestamp,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                 `json:"-"`
	XXX_unrecognized     []byte                   `json:"-"`
	XXX_sizecache        int32                    `json:"-"`
}

func (*AnalyticalStoreSyncStat) Descriptor added in v1.7.8

func (*AnalyticalStoreSyncStat) Descriptor() ([]byte, []int)

func (*AnalyticalStoreSyncStat) GetCurrentSyncTimestamp added in v1.7.8

func (m *AnalyticalStoreSyncStat) GetCurrentSyncTimestamp() int64

func (*AnalyticalStoreSyncStat) GetSyncPhase added in v1.7.8

func (*AnalyticalStoreSyncStat) ProtoMessage added in v1.7.8

func (*AnalyticalStoreSyncStat) ProtoMessage()

func (*AnalyticalStoreSyncStat) Reset added in v1.7.8

func (m *AnalyticalStoreSyncStat) Reset()

func (*AnalyticalStoreSyncStat) String added in v1.7.8

func (m *AnalyticalStoreSyncStat) String() string

func (*AnalyticalStoreSyncStat) XXX_DiscardUnknown added in v1.7.8

func (m *AnalyticalStoreSyncStat) XXX_DiscardUnknown()

func (*AnalyticalStoreSyncStat) XXX_Marshal added in v1.7.8

func (m *AnalyticalStoreSyncStat) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AnalyticalStoreSyncStat) XXX_Merge added in v1.7.8

func (m *AnalyticalStoreSyncStat) XXX_Merge(src proto.Message)

func (*AnalyticalStoreSyncStat) XXX_Size added in v1.7.8

func (m *AnalyticalStoreSyncStat) XXX_Size() int

func (*AnalyticalStoreSyncStat) XXX_Unmarshal added in v1.7.8

func (m *AnalyticalStoreSyncStat) XXX_Unmarshal(b []byte) error

type AnalyticalStoreSyncType added in v1.7.8

type AnalyticalStoreSyncType int32
const (
	AnalyticalStoreSyncType_SYNC_TYPE_FULL AnalyticalStoreSyncType = 1
	AnalyticalStoreSyncType_SYNC_TYPE_INCR AnalyticalStoreSyncType = 2
)

func (AnalyticalStoreSyncType) Enum added in v1.7.8

func (AnalyticalStoreSyncType) EnumDescriptor added in v1.7.8

func (AnalyticalStoreSyncType) EnumDescriptor() ([]byte, []int)

func (AnalyticalStoreSyncType) String added in v1.7.8

func (x AnalyticalStoreSyncType) String() string

func (*AnalyticalStoreSyncType) UnmarshalJSON added in v1.7.8

func (x *AnalyticalStoreSyncType) UnmarshalJSON(data []byte) error

type AvgAggregation

type AvgAggregation struct {
	FieldName            *string  `protobuf:"bytes,1,opt,name=field_name,json=fieldName" json:"field_name,omitempty"`
	Missing              []byte   `protobuf:"bytes,2,opt,name=missing" json:"missing,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

single agg

func (*AvgAggregation) Descriptor

func (*AvgAggregation) Descriptor() ([]byte, []int)

func (*AvgAggregation) GetFieldName

func (m *AvgAggregation) GetFieldName() string

func (*AvgAggregation) GetMissing

func (m *AvgAggregation) GetMissing() []byte

func (*AvgAggregation) ProtoMessage

func (*AvgAggregation) ProtoMessage()

func (*AvgAggregation) Reset

func (m *AvgAggregation) Reset()

func (*AvgAggregation) String

func (m *AvgAggregation) String() string

func (*AvgAggregation) XXX_DiscardUnknown

func (m *AvgAggregation) XXX_DiscardUnknown()

func (*AvgAggregation) XXX_Marshal

func (m *AvgAggregation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AvgAggregation) XXX_Merge

func (m *AvgAggregation) XXX_Merge(src proto.Message)

func (*AvgAggregation) XXX_Size

func (m *AvgAggregation) XXX_Size() int

func (*AvgAggregation) XXX_Unmarshal

func (m *AvgAggregation) XXX_Unmarshal(b []byte) error

type AvgAggregationResult

type AvgAggregationResult struct {
	Value                *float64 `protobuf:"fixed64,1,opt,name=value" json:"value,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

single agg result

func (*AvgAggregationResult) Descriptor

func (*AvgAggregationResult) Descriptor() ([]byte, []int)

func (*AvgAggregationResult) GetValue

func (m *AvgAggregationResult) GetValue() float64

func (*AvgAggregationResult) ProtoMessage

func (*AvgAggregationResult) ProtoMessage()

func (*AvgAggregationResult) Reset

func (m *AvgAggregationResult) Reset()

func (*AvgAggregationResult) String

func (m *AvgAggregationResult) String() string

func (*AvgAggregationResult) XXX_DiscardUnknown

func (m *AvgAggregationResult) XXX_DiscardUnknown()

func (*AvgAggregationResult) XXX_Marshal

func (m *AvgAggregationResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AvgAggregationResult) XXX_Merge

func (m *AvgAggregationResult) XXX_Merge(src proto.Message)

func (*AvgAggregationResult) XXX_Size

func (m *AvgAggregationResult) XXX_Size() int

func (*AvgAggregationResult) XXX_Unmarshal

func (m *AvgAggregationResult) XXX_Unmarshal(b []byte) error

type BatchGetRowRequest

type BatchGetRowRequest struct {
	Tables               []*TableInBatchGetRowRequest `protobuf:"bytes,1,rep,name=tables" json:"tables,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                     `json:"-"`
	XXX_unrecognized     []byte                       `json:"-"`
	XXX_sizecache        int32                        `json:"-"`
}

func (*BatchGetRowRequest) Descriptor

func (*BatchGetRowRequest) Descriptor() ([]byte, []int)

func (*BatchGetRowRequest) GetTables

func (*BatchGetRowRequest) ProtoMessage

func (*BatchGetRowRequest) ProtoMessage()

func (*BatchGetRowRequest) Reset

func (m *BatchGetRowRequest) Reset()

func (*BatchGetRowRequest) String

func (m *BatchGetRowRequest) String() string

func (*BatchGetRowRequest) XXX_DiscardUnknown added in v1.6.0

func (m *BatchGetRowRequest) XXX_DiscardUnknown()

func (*BatchGetRowRequest) XXX_Marshal added in v1.6.0

func (m *BatchGetRowRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*BatchGetRowRequest) XXX_Merge added in v1.6.0

func (m *BatchGetRowRequest) XXX_Merge(src proto.Message)

func (*BatchGetRowRequest) XXX_Size added in v1.6.0

func (m *BatchGetRowRequest) XXX_Size() int

func (*BatchGetRowRequest) XXX_Unmarshal added in v1.6.0

func (m *BatchGetRowRequest) XXX_Unmarshal(b []byte) error

type BatchGetRowResponse

type BatchGetRowResponse struct {
	Tables               []*TableInBatchGetRowResponse `protobuf:"bytes,1,rep,name=tables" json:"tables,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                      `json:"-"`
	XXX_unrecognized     []byte                        `json:"-"`
	XXX_sizecache        int32                         `json:"-"`
}

func (*BatchGetRowResponse) Descriptor

func (*BatchGetRowResponse) Descriptor() ([]byte, []int)

func (*BatchGetRowResponse) GetTables

func (*BatchGetRowResponse) ProtoMessage

func (*BatchGetRowResponse) ProtoMessage()

func (*BatchGetRowResponse) Reset

func (m *BatchGetRowResponse) Reset()

func (*BatchGetRowResponse) String

func (m *BatchGetRowResponse) String() string

func (*BatchGetRowResponse) XXX_DiscardUnknown added in v1.6.0

func (m *BatchGetRowResponse) XXX_DiscardUnknown()

func (*BatchGetRowResponse) XXX_Marshal added in v1.6.0

func (m *BatchGetRowResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*BatchGetRowResponse) XXX_Merge added in v1.6.0

func (m *BatchGetRowResponse) XXX_Merge(src proto.Message)

func (*BatchGetRowResponse) XXX_Size added in v1.6.0

func (m *BatchGetRowResponse) XXX_Size() int

func (*BatchGetRowResponse) XXX_Unmarshal added in v1.6.0

func (m *BatchGetRowResponse) XXX_Unmarshal(b []byte) error

type BatchWriteRowRequest

type BatchWriteRowRequest struct {
	Tables               []*TableInBatchWriteRowRequest `protobuf:"bytes,1,rep,name=tables" json:"tables,omitempty"`
	TransactionId        *string                        `protobuf:"bytes,2,opt,name=transaction_id,json=transactionId" json:"transaction_id,omitempty"`
	IsAtomic             *bool                          `protobuf:"varint,3,opt,name=is_atomic,json=isAtomic" json:"is_atomic,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                       `json:"-"`
	XXX_unrecognized     []byte                         `json:"-"`
	XXX_sizecache        int32                          `json:"-"`
}

func (*BatchWriteRowRequest) Descriptor

func (*BatchWriteRowRequest) Descriptor() ([]byte, []int)

func (*BatchWriteRowRequest) GetIsAtomic added in v1.6.0

func (m *BatchWriteRowRequest) GetIsAtomic() bool

func (*BatchWriteRowRequest) GetTables

func (*BatchWriteRowRequest) GetTransactionId

func (m *BatchWriteRowRequest) GetTransactionId() string

func (*BatchWriteRowRequest) ProtoMessage

func (*BatchWriteRowRequest) ProtoMessage()

func (*BatchWriteRowRequest) Reset

func (m *BatchWriteRowRequest) Reset()

func (*BatchWriteRowRequest) String

func (m *BatchWriteRowRequest) String() string

func (*BatchWriteRowRequest) XXX_DiscardUnknown added in v1.6.0

func (m *BatchWriteRowRequest) XXX_DiscardUnknown()

func (*BatchWriteRowRequest) XXX_Marshal added in v1.6.0

func (m *BatchWriteRowRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*BatchWriteRowRequest) XXX_Merge added in v1.6.0

func (m *BatchWriteRowRequest) XXX_Merge(src proto.Message)

func (*BatchWriteRowRequest) XXX_Size added in v1.6.0

func (m *BatchWriteRowRequest) XXX_Size() int

func (*BatchWriteRowRequest) XXX_Unmarshal added in v1.6.0

func (m *BatchWriteRowRequest) XXX_Unmarshal(b []byte) error

type BatchWriteRowResponse

type BatchWriteRowResponse struct {
	Tables               []*TableInBatchWriteRowResponse `protobuf:"bytes,1,rep,name=tables" json:"tables,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                        `json:"-"`
	XXX_unrecognized     []byte                          `json:"-"`
	XXX_sizecache        int32                           `json:"-"`
}

func (*BatchWriteRowResponse) Descriptor

func (*BatchWriteRowResponse) Descriptor() ([]byte, []int)

func (*BatchWriteRowResponse) GetTables

func (*BatchWriteRowResponse) ProtoMessage

func (*BatchWriteRowResponse) ProtoMessage()

func (*BatchWriteRowResponse) Reset

func (m *BatchWriteRowResponse) Reset()

func (*BatchWriteRowResponse) String

func (m *BatchWriteRowResponse) String() string

func (*BatchWriteRowResponse) XXX_DiscardUnknown added in v1.6.0

func (m *BatchWriteRowResponse) XXX_DiscardUnknown()

func (*BatchWriteRowResponse) XXX_Marshal added in v1.6.0

func (m *BatchWriteRowResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*BatchWriteRowResponse) XXX_Merge added in v1.6.0

func (m *BatchWriteRowResponse) XXX_Merge(src proto.Message)

func (*BatchWriteRowResponse) XXX_Size added in v1.6.0

func (m *BatchWriteRowResponse) XXX_Size() int

func (*BatchWriteRowResponse) XXX_Unmarshal added in v1.6.0

func (m *BatchWriteRowResponse) XXX_Unmarshal(b []byte) error

type BloomFilterType

type BloomFilterType int32
const (
	BloomFilterType_NONE BloomFilterType = 1
	BloomFilterType_CELL BloomFilterType = 2
	BloomFilterType_ROW  BloomFilterType = 3
)

func (BloomFilterType) Enum

func (x BloomFilterType) Enum() *BloomFilterType

func (BloomFilterType) EnumDescriptor

func (BloomFilterType) EnumDescriptor() ([]byte, []int)

func (BloomFilterType) String

func (x BloomFilterType) String() string

func (*BloomFilterType) UnmarshalJSON

func (x *BloomFilterType) UnmarshalJSON(data []byte) error

type BoolQuery

type BoolQuery struct {
	MustQueries          []*Query `protobuf:"bytes,1,rep,name=must_queries,json=mustQueries" json:"must_queries,omitempty"`
	MustNotQueries       []*Query `protobuf:"bytes,2,rep,name=must_not_queries,json=mustNotQueries" json:"must_not_queries,omitempty"`
	FilterQueries        []*Query `protobuf:"bytes,3,rep,name=filter_queries,json=filterQueries" json:"filter_queries,omitempty"`
	ShouldQueries        []*Query `protobuf:"bytes,4,rep,name=should_queries,json=shouldQueries" json:"should_queries,omitempty"`
	MinimumShouldMatch   *int32   `protobuf:"varint,5,opt,name=minimum_should_match,json=minimumShouldMatch" json:"minimum_should_match,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*BoolQuery) Descriptor

func (*BoolQuery) Descriptor() ([]byte, []int)

func (*BoolQuery) GetFilterQueries

func (m *BoolQuery) GetFilterQueries() []*Query

func (*BoolQuery) GetMinimumShouldMatch

func (m *BoolQuery) GetMinimumShouldMatch() int32

func (*BoolQuery) GetMustNotQueries

func (m *BoolQuery) GetMustNotQueries() []*Query

func (*BoolQuery) GetMustQueries

func (m *BoolQuery) GetMustQueries() []*Query

func (*BoolQuery) GetShouldQueries

func (m *BoolQuery) GetShouldQueries() []*Query

func (*BoolQuery) ProtoMessage

func (*BoolQuery) ProtoMessage()

func (*BoolQuery) Reset

func (m *BoolQuery) Reset()

func (*BoolQuery) String

func (m *BoolQuery) String() string

func (*BoolQuery) XXX_DiscardUnknown

func (m *BoolQuery) XXX_DiscardUnknown()

func (*BoolQuery) XXX_Marshal

func (m *BoolQuery) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*BoolQuery) XXX_Merge

func (m *BoolQuery) XXX_Merge(src proto.Message)

func (*BoolQuery) XXX_Size

func (m *BoolQuery) XXX_Size() int

func (*BoolQuery) XXX_Unmarshal

func (m *BoolQuery) XXX_Unmarshal(b []byte) error

type CapacityUnit

type CapacityUnit struct {
	Read                 *int32   `protobuf:"varint,1,opt,name=read" json:"read,omitempty"`
	Write                *int32   `protobuf:"varint,2,opt,name=write" json:"write,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CapacityUnit) Descriptor

func (*CapacityUnit) Descriptor() ([]byte, []int)

func (*CapacityUnit) GetRead

func (m *CapacityUnit) GetRead() int32

func (*CapacityUnit) GetWrite

func (m *CapacityUnit) GetWrite() int32

func (*CapacityUnit) ProtoMessage

func (*CapacityUnit) ProtoMessage()

func (*CapacityUnit) Reset

func (m *CapacityUnit) Reset()

func (*CapacityUnit) String

func (m *CapacityUnit) String() string

func (*CapacityUnit) XXX_DiscardUnknown added in v1.6.0

func (m *CapacityUnit) XXX_DiscardUnknown()

func (*CapacityUnit) XXX_Marshal added in v1.6.0

func (m *CapacityUnit) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CapacityUnit) XXX_Merge added in v1.6.0

func (m *CapacityUnit) XXX_Merge(src proto.Message)

func (*CapacityUnit) XXX_Size added in v1.6.0

func (m *CapacityUnit) XXX_Size() int

func (*CapacityUnit) XXX_Unmarshal added in v1.6.0

func (m *CapacityUnit) XXX_Unmarshal(b []byte) error

type Collapse

type Collapse struct {
	FieldName            *string  `protobuf:"bytes,1,opt,name=field_name,json=fieldName" json:"field_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Collapse) Descriptor

func (*Collapse) Descriptor() ([]byte, []int)

func (*Collapse) GetFieldName

func (m *Collapse) GetFieldName() string

func (*Collapse) ProtoMessage

func (*Collapse) ProtoMessage()

func (*Collapse) Reset

func (m *Collapse) Reset()

func (*Collapse) String

func (m *Collapse) String() string

func (*Collapse) XXX_DiscardUnknown

func (m *Collapse) XXX_DiscardUnknown()

func (*Collapse) XXX_Marshal

func (m *Collapse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Collapse) XXX_Merge

func (m *Collapse) XXX_Merge(src proto.Message)

func (*Collapse) XXX_Size

func (m *Collapse) XXX_Size() int

func (*Collapse) XXX_Unmarshal

func (m *Collapse) XXX_Unmarshal(b []byte) error

type ColumnPaginationFilter

type ColumnPaginationFilter struct {
	Offset               *int32   `protobuf:"varint,1,req,name=offset" json:"offset,omitempty"`
	Limit                *int32   `protobuf:"varint,2,req,name=limit" json:"limit,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ColumnPaginationFilter) Descriptor

func (*ColumnPaginationFilter) Descriptor() ([]byte, []int)

func (*ColumnPaginationFilter) GetLimit

func (m *ColumnPaginationFilter) GetLimit() int32

func (*ColumnPaginationFilter) GetOffset

func (m *ColumnPaginationFilter) GetOffset() int32

func (*ColumnPaginationFilter) ProtoMessage

func (*ColumnPaginationFilter) ProtoMessage()

func (*ColumnPaginationFilter) Reset

func (m *ColumnPaginationFilter) Reset()

func (*ColumnPaginationFilter) String

func (m *ColumnPaginationFilter) String() string

func (*ColumnPaginationFilter) XXX_DiscardUnknown added in v1.7.13

func (m *ColumnPaginationFilter) XXX_DiscardUnknown()

func (*ColumnPaginationFilter) XXX_Marshal added in v1.7.13

func (m *ColumnPaginationFilter) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ColumnPaginationFilter) XXX_Merge added in v1.7.13

func (m *ColumnPaginationFilter) XXX_Merge(src proto.Message)

func (*ColumnPaginationFilter) XXX_Size added in v1.7.13

func (m *ColumnPaginationFilter) XXX_Size() int

func (*ColumnPaginationFilter) XXX_Unmarshal added in v1.7.13

func (m *ColumnPaginationFilter) XXX_Unmarshal(b []byte) error

type ColumnReturnType

type ColumnReturnType int32
const (
	ColumnReturnType_RETURN_ALL            ColumnReturnType = 1
	ColumnReturnType_RETURN_SPECIFIED      ColumnReturnType = 2
	ColumnReturnType_RETURN_NONE           ColumnReturnType = 3
	ColumnReturnType_RETURN_ALL_FROM_INDEX ColumnReturnType = 4
)

func (ColumnReturnType) Enum

func (ColumnReturnType) EnumDescriptor

func (ColumnReturnType) EnumDescriptor() ([]byte, []int)

func (ColumnReturnType) String

func (x ColumnReturnType) String() string

func (*ColumnReturnType) UnmarshalJSON

func (x *ColumnReturnType) UnmarshalJSON(data []byte) error

type ColumnsToGet

type ColumnsToGet struct {
	ReturnType           *ColumnReturnType `protobuf:"varint,1,opt,name=return_type,json=returnType,enum=otsprotocol.ColumnReturnType" json:"return_type,omitempty"`
	ColumnNames          []string          `protobuf:"bytes,2,rep,name=column_names,json=columnNames" json:"column_names,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*ColumnsToGet) Descriptor

func (*ColumnsToGet) Descriptor() ([]byte, []int)

func (*ColumnsToGet) GetColumnNames

func (m *ColumnsToGet) GetColumnNames() []string

func (*ColumnsToGet) GetReturnType

func (m *ColumnsToGet) GetReturnType() ColumnReturnType

func (*ColumnsToGet) ProtoMessage

func (*ColumnsToGet) ProtoMessage()

func (*ColumnsToGet) Reset

func (m *ColumnsToGet) Reset()

func (*ColumnsToGet) String

func (m *ColumnsToGet) String() string

func (*ColumnsToGet) XXX_DiscardUnknown

func (m *ColumnsToGet) XXX_DiscardUnknown()

func (*ColumnsToGet) XXX_Marshal

func (m *ColumnsToGet) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ColumnsToGet) XXX_Merge

func (m *ColumnsToGet) XXX_Merge(src proto.Message)

func (*ColumnsToGet) XXX_Size

func (m *ColumnsToGet) XXX_Size() int

func (*ColumnsToGet) XXX_Unmarshal

func (m *ColumnsToGet) XXX_Unmarshal(b []byte) error

type CommitTransactionRequest

type CommitTransactionRequest struct {
	TransactionId        *string  `protobuf:"bytes,1,req,name=transaction_id,json=transactionId" json:"transaction_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CommitTransactionRequest) Descriptor

func (*CommitTransactionRequest) Descriptor() ([]byte, []int)

func (*CommitTransactionRequest) GetTransactionId

func (m *CommitTransactionRequest) GetTransactionId() string

func (*CommitTransactionRequest) ProtoMessage

func (*CommitTransactionRequest) ProtoMessage()

func (*CommitTransactionRequest) Reset

func (m *CommitTransactionRequest) Reset()

func (*CommitTransactionRequest) String

func (m *CommitTransactionRequest) String() string

func (*CommitTransactionRequest) XXX_DiscardUnknown added in v1.6.0

func (m *CommitTransactionRequest) XXX_DiscardUnknown()

func (*CommitTransactionRequest) XXX_Marshal added in v1.6.0

func (m *CommitTransactionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CommitTransactionRequest) XXX_Merge added in v1.6.0

func (m *CommitTransactionRequest) XXX_Merge(src proto.Message)

func (*CommitTransactionRequest) XXX_Size added in v1.6.0

func (m *CommitTransactionRequest) XXX_Size() int

func (*CommitTransactionRequest) XXX_Unmarshal added in v1.6.0

func (m *CommitTransactionRequest) XXX_Unmarshal(b []byte) error

type CommitTransactionResponse

type CommitTransactionResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CommitTransactionResponse) Descriptor

func (*CommitTransactionResponse) Descriptor() ([]byte, []int)

func (*CommitTransactionResponse) ProtoMessage

func (*CommitTransactionResponse) ProtoMessage()

func (*CommitTransactionResponse) Reset

func (m *CommitTransactionResponse) Reset()

func (*CommitTransactionResponse) String

func (m *CommitTransactionResponse) String() string

func (*CommitTransactionResponse) XXX_DiscardUnknown added in v1.6.0

func (m *CommitTransactionResponse) XXX_DiscardUnknown()

func (*CommitTransactionResponse) XXX_Marshal added in v1.6.0

func (m *CommitTransactionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CommitTransactionResponse) XXX_Merge added in v1.6.0

func (m *CommitTransactionResponse) XXX_Merge(src proto.Message)

func (*CommitTransactionResponse) XXX_Size added in v1.6.0

func (m *CommitTransactionResponse) XXX_Size() int

func (*CommitTransactionResponse) XXX_Unmarshal added in v1.6.0

func (m *CommitTransactionResponse) XXX_Unmarshal(b []byte) error

type ComparatorType

type ComparatorType int32
const (
	ComparatorType_CT_EQUAL         ComparatorType = 1
	ComparatorType_CT_NOT_EQUAL     ComparatorType = 2
	ComparatorType_CT_GREATER_THAN  ComparatorType = 3
	ComparatorType_CT_GREATER_EQUAL ComparatorType = 4
	ComparatorType_CT_LESS_THAN     ComparatorType = 5
	ComparatorType_CT_LESS_EQUAL    ComparatorType = 6
)

func (ComparatorType) Enum

func (x ComparatorType) Enum() *ComparatorType

func (ComparatorType) EnumDescriptor

func (ComparatorType) EnumDescriptor() ([]byte, []int)

func (ComparatorType) String

func (x ComparatorType) String() string

func (*ComparatorType) UnmarshalJSON

func (x *ComparatorType) UnmarshalJSON(data []byte) error

type CompositeColumnValueFilter

type CompositeColumnValueFilter struct {
	Combinator           *LogicalOperator `protobuf:"varint,1,req,name=combinator,enum=otsprotocol.LogicalOperator" json:"combinator,omitempty"`
	SubFilters           []*Filter        `protobuf:"bytes,2,rep,name=sub_filters,json=subFilters" json:"sub_filters,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*CompositeColumnValueFilter) Descriptor

func (*CompositeColumnValueFilter) Descriptor() ([]byte, []int)

func (*CompositeColumnValueFilter) GetCombinator

func (m *CompositeColumnValueFilter) GetCombinator() LogicalOperator

func (*CompositeColumnValueFilter) GetSubFilters

func (m *CompositeColumnValueFilter) GetSubFilters() []*Filter

func (*CompositeColumnValueFilter) ProtoMessage

func (*CompositeColumnValueFilter) ProtoMessage()

func (*CompositeColumnValueFilter) Reset

func (m *CompositeColumnValueFilter) Reset()

func (*CompositeColumnValueFilter) String

func (m *CompositeColumnValueFilter) String() string

func (*CompositeColumnValueFilter) XXX_DiscardUnknown added in v1.7.13

func (m *CompositeColumnValueFilter) XXX_DiscardUnknown()

func (*CompositeColumnValueFilter) XXX_Marshal added in v1.7.13

func (m *CompositeColumnValueFilter) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CompositeColumnValueFilter) XXX_Merge added in v1.7.13

func (m *CompositeColumnValueFilter) XXX_Merge(src proto.Message)

func (*CompositeColumnValueFilter) XXX_Size added in v1.7.13

func (m *CompositeColumnValueFilter) XXX_Size() int

func (*CompositeColumnValueFilter) XXX_Unmarshal added in v1.7.13

func (m *CompositeColumnValueFilter) XXX_Unmarshal(b []byte) error

type CompressType added in v1.7.8

type CompressType int32
const (
	CompressType_CPT_NONE CompressType = 0
)
const Default_GetRangeRequest_CompressTypeHint CompressType = CompressType_CPT_NONE

func (CompressType) Enum added in v1.7.8

func (x CompressType) Enum() *CompressType

func (CompressType) EnumDescriptor added in v1.7.8

func (CompressType) EnumDescriptor() ([]byte, []int)

func (CompressType) String added in v1.7.8

func (x CompressType) String() string

func (*CompressType) UnmarshalJSON added in v1.7.8

func (x *CompressType) UnmarshalJSON(data []byte) error

type ComputeSplitPointsBySizeRequest

type ComputeSplitPointsBySizeRequest struct {
	TableName            *string  `protobuf:"bytes,1,req,name=table_name,json=tableName" json:"table_name,omitempty"`
	SplitSize            *int64   `protobuf:"varint,2,req,name=split_size,json=splitSize" json:"split_size,omitempty"`
	SplitSizeUnitInByte  *int64   `protobuf:"varint,3,opt,name=split_size_unit_in_byte,json=splitSizeUnitInByte" json:"split_size_unit_in_byte,omitempty"`
	SplitPointLimit      *int32   `protobuf:"varint,4,opt,name=split_point_limit,json=splitPointLimit" json:"split_point_limit,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

+++++ ComputeSplitPointsBySize +++++

func (*ComputeSplitPointsBySizeRequest) Descriptor

func (*ComputeSplitPointsBySizeRequest) Descriptor() ([]byte, []int)

func (*ComputeSplitPointsBySizeRequest) GetSplitPointLimit added in v1.7.0

func (m *ComputeSplitPointsBySizeRequest) GetSplitPointLimit() int32

func (*ComputeSplitPointsBySizeRequest) GetSplitSize

func (m *ComputeSplitPointsBySizeRequest) GetSplitSize() int64

func (*ComputeSplitPointsBySizeRequest) GetSplitSizeUnitInByte added in v1.7.0

func (m *ComputeSplitPointsBySizeRequest) GetSplitSizeUnitInByte() int64

func (*ComputeSplitPointsBySizeRequest) GetTableName

func (m *ComputeSplitPointsBySizeRequest) GetTableName() string

func (*ComputeSplitPointsBySizeRequest) ProtoMessage

func (*ComputeSplitPointsBySizeRequest) ProtoMessage()

func (*ComputeSplitPointsBySizeRequest) Reset

func (*ComputeSplitPointsBySizeRequest) String

func (*ComputeSplitPointsBySizeRequest) XXX_DiscardUnknown added in v1.6.0

func (m *ComputeSplitPointsBySizeRequest) XXX_DiscardUnknown()

func (*ComputeSplitPointsBySizeRequest) XXX_Marshal added in v1.6.0

func (m *ComputeSplitPointsBySizeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ComputeSplitPointsBySizeRequest) XXX_Merge added in v1.6.0

func (m *ComputeSplitPointsBySizeRequest) XXX_Merge(src proto.Message)

func (*ComputeSplitPointsBySizeRequest) XXX_Size added in v1.6.0

func (m *ComputeSplitPointsBySizeRequest) XXX_Size() int

func (*ComputeSplitPointsBySizeRequest) XXX_Unmarshal added in v1.6.0

func (m *ComputeSplitPointsBySizeRequest) XXX_Unmarshal(b []byte) error

type ComputeSplitPointsBySizeResponse

type ComputeSplitPointsBySizeResponse struct {
	Consumed *ConsumedCapacity   `protobuf:"bytes,1,req,name=consumed" json:"consumed,omitempty"`
	Schema   []*PrimaryKeySchema `protobuf:"bytes,2,rep,name=schema" json:"schema,omitempty"`
	// *
	// Split points between splits, in the increasing order
	//
	// A split is a consecutive range of primary keys,
	// whose data size is about split_size specified in the request.
	// The size could be hard to be precise.
	//
	// A split point is an array of primary-key column w.r.t. table schema,
	// which is never longer than that of table schema.
	// Tailing -inf will be omitted to reduce transmission payloads.
	SplitPoints          [][]byte                                          `protobuf:"bytes,3,rep,name=split_points,json=splitPoints" json:"split_points,omitempty"`
	Locations            []*ComputeSplitPointsBySizeResponse_SplitLocation `protobuf:"bytes,4,rep,name=locations" json:"locations,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                          `json:"-"`
	XXX_unrecognized     []byte                                            `json:"-"`
	XXX_sizecache        int32                                             `json:"-"`
}

func (*ComputeSplitPointsBySizeResponse) Descriptor

func (*ComputeSplitPointsBySizeResponse) Descriptor() ([]byte, []int)

func (*ComputeSplitPointsBySizeResponse) GetConsumed

func (*ComputeSplitPointsBySizeResponse) GetLocations

func (*ComputeSplitPointsBySizeResponse) GetSchema

func (*ComputeSplitPointsBySizeResponse) GetSplitPoints

func (m *ComputeSplitPointsBySizeResponse) GetSplitPoints() [][]byte

func (*ComputeSplitPointsBySizeResponse) ProtoMessage

func (*ComputeSplitPointsBySizeResponse) ProtoMessage()

func (*ComputeSplitPointsBySizeResponse) Reset

func (*ComputeSplitPointsBySizeResponse) String

func (*ComputeSplitPointsBySizeResponse) XXX_DiscardUnknown added in v1.6.0

func (m *ComputeSplitPointsBySizeResponse) XXX_DiscardUnknown()

func (*ComputeSplitPointsBySizeResponse) XXX_Marshal added in v1.6.0

func (m *ComputeSplitPointsBySizeResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ComputeSplitPointsBySizeResponse) XXX_Merge added in v1.6.0

func (*ComputeSplitPointsBySizeResponse) XXX_Size added in v1.6.0

func (m *ComputeSplitPointsBySizeResponse) XXX_Size() int

func (*ComputeSplitPointsBySizeResponse) XXX_Unmarshal added in v1.6.0

func (m *ComputeSplitPointsBySizeResponse) XXX_Unmarshal(b []byte) error

type ComputeSplitPointsBySizeResponse_SplitLocation

type ComputeSplitPointsBySizeResponse_SplitLocation struct {
	Location             *string  `protobuf:"bytes,1,req,name=location" json:"location,omitempty"`
	Repeat               *int64   `protobuf:"zigzag64,2,req,name=repeat" json:"repeat,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

* Locations where splits lies in.

By the managed nature of TableStore, these locations are no more than hints. If a location is not suitable to be seen, an empty string will be placed.

func (*ComputeSplitPointsBySizeResponse_SplitLocation) Descriptor

func (*ComputeSplitPointsBySizeResponse_SplitLocation) GetLocation

func (*ComputeSplitPointsBySizeResponse_SplitLocation) GetRepeat

func (*ComputeSplitPointsBySizeResponse_SplitLocation) ProtoMessage

func (*ComputeSplitPointsBySizeResponse_SplitLocation) Reset

func (*ComputeSplitPointsBySizeResponse_SplitLocation) String

func (*ComputeSplitPointsBySizeResponse_SplitLocation) XXX_DiscardUnknown added in v1.6.0

func (m *ComputeSplitPointsBySizeResponse_SplitLocation) XXX_DiscardUnknown()

func (*ComputeSplitPointsBySizeResponse_SplitLocation) XXX_Marshal added in v1.6.0

func (m *ComputeSplitPointsBySizeResponse_SplitLocation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ComputeSplitPointsBySizeResponse_SplitLocation) XXX_Merge added in v1.6.0

func (*ComputeSplitPointsBySizeResponse_SplitLocation) XXX_Size added in v1.6.0

func (*ComputeSplitPointsBySizeResponse_SplitLocation) XXX_Unmarshal added in v1.6.0

type ComputeSplitsRequest added in v1.6.0

type ComputeSplitsRequest struct {
	TableName                *string                   `protobuf:"bytes,1,opt,name=table_name,json=tableName" json:"table_name,omitempty"`
	SearchIndexSplitsOptions *SearchIndexSplitsOptions `` /* 130-byte string literal not displayed */
	XXX_NoUnkeyedLiteral     struct{}                  `json:"-"`
	XXX_unrecognized         []byte                    `json:"-"`
	XXX_sizecache            int32                     `json:"-"`
}

computeSplits

func (*ComputeSplitsRequest) Descriptor added in v1.6.0

func (*ComputeSplitsRequest) Descriptor() ([]byte, []int)

func (*ComputeSplitsRequest) GetSearchIndexSplitsOptions added in v1.6.0

func (m *ComputeSplitsRequest) GetSearchIndexSplitsOptions() *SearchIndexSplitsOptions

func (*ComputeSplitsRequest) GetTableName added in v1.6.0

func (m *ComputeSplitsRequest) GetTableName() string

func (*ComputeSplitsRequest) ProtoMessage added in v1.6.0

func (*ComputeSplitsRequest) ProtoMessage()

func (*ComputeSplitsRequest) Reset added in v1.6.0

func (m *ComputeSplitsRequest) Reset()

func (*ComputeSplitsRequest) String added in v1.6.0

func (m *ComputeSplitsRequest) String() string

func (*ComputeSplitsRequest) XXX_DiscardUnknown added in v1.6.0

func (m *ComputeSplitsRequest) XXX_DiscardUnknown()

func (*ComputeSplitsRequest) XXX_Marshal added in v1.6.0

func (m *ComputeSplitsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ComputeSplitsRequest) XXX_Merge added in v1.6.0

func (m *ComputeSplitsRequest) XXX_Merge(src proto.Message)

func (*ComputeSplitsRequest) XXX_Size added in v1.6.0

func (m *ComputeSplitsRequest) XXX_Size() int

func (*ComputeSplitsRequest) XXX_Unmarshal added in v1.6.0

func (m *ComputeSplitsRequest) XXX_Unmarshal(b []byte) error

type ComputeSplitsResponse added in v1.6.0

type ComputeSplitsResponse struct {
	SessionId            []byte   `protobuf:"bytes,1,opt,name=session_id,json=sessionId" json:"session_id,omitempty"`
	SplitsSize           *int32   `protobuf:"varint,2,opt,name=splits_size,json=splitsSize" json:"splits_size,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ComputeSplitsResponse) Descriptor added in v1.6.0

func (*ComputeSplitsResponse) Descriptor() ([]byte, []int)

func (*ComputeSplitsResponse) GetSessionId added in v1.6.0

func (m *ComputeSplitsResponse) GetSessionId() []byte

func (*ComputeSplitsResponse) GetSplitsSize added in v1.6.0

func (m *ComputeSplitsResponse) GetSplitsSize() int32

func (*ComputeSplitsResponse) ProtoMessage added in v1.6.0

func (*ComputeSplitsResponse) ProtoMessage()

func (*ComputeSplitsResponse) Reset added in v1.6.0

func (m *ComputeSplitsResponse) Reset()

func (*ComputeSplitsResponse) String added in v1.6.0

func (m *ComputeSplitsResponse) String() string

func (*ComputeSplitsResponse) XXX_DiscardUnknown added in v1.6.0

func (m *ComputeSplitsResponse) XXX_DiscardUnknown()

func (*ComputeSplitsResponse) XXX_Marshal added in v1.6.0

func (m *ComputeSplitsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ComputeSplitsResponse) XXX_Merge added in v1.6.0

func (m *ComputeSplitsResponse) XXX_Merge(src proto.Message)

func (*ComputeSplitsResponse) XXX_Size added in v1.6.0

func (m *ComputeSplitsResponse) XXX_Size() int

func (*ComputeSplitsResponse) XXX_Unmarshal added in v1.6.0

func (m *ComputeSplitsResponse) XXX_Unmarshal(b []byte) error

type Condition

type Condition struct {
	RowExistence         *RowExistenceExpectation `` /* 132-byte string literal not displayed */
	ColumnCondition      []byte                   `protobuf:"bytes,2,opt,name=column_condition,json=columnCondition" json:"column_condition,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                 `json:"-"`
	XXX_unrecognized     []byte                   `json:"-"`
	XXX_sizecache        int32                    `json:"-"`
}

func (*Condition) Descriptor

func (*Condition) Descriptor() ([]byte, []int)

func (*Condition) GetColumnCondition

func (m *Condition) GetColumnCondition() []byte

func (*Condition) GetRowExistence

func (m *Condition) GetRowExistence() RowExistenceExpectation

func (*Condition) ProtoMessage

func (*Condition) ProtoMessage()

func (*Condition) Reset

func (m *Condition) Reset()

func (*Condition) String

func (m *Condition) String() string

func (*Condition) XXX_DiscardUnknown added in v1.6.0

func (m *Condition) XXX_DiscardUnknown()

func (*Condition) XXX_Marshal added in v1.6.0

func (m *Condition) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Condition) XXX_Merge added in v1.6.0

func (m *Condition) XXX_Merge(src proto.Message)

func (*Condition) XXX_Size added in v1.6.0

func (m *Condition) XXX_Size() int

func (*Condition) XXX_Unmarshal added in v1.6.0

func (m *Condition) XXX_Unmarshal(b []byte) error

type ConstScoreQuery

type ConstScoreQuery struct {
	Filter               *Query   `protobuf:"bytes,1,opt,name=filter" json:"filter,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ConstScoreQuery) Descriptor

func (*ConstScoreQuery) Descriptor() ([]byte, []int)

func (*ConstScoreQuery) GetFilter

func (m *ConstScoreQuery) GetFilter() *Query

func (*ConstScoreQuery) ProtoMessage

func (*ConstScoreQuery) ProtoMessage()

func (*ConstScoreQuery) Reset

func (m *ConstScoreQuery) Reset()

func (*ConstScoreQuery) String

func (m *ConstScoreQuery) String() string

func (*ConstScoreQuery) XXX_DiscardUnknown

func (m *ConstScoreQuery) XXX_DiscardUnknown()

func (*ConstScoreQuery) XXX_Marshal

func (m *ConstScoreQuery) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ConstScoreQuery) XXX_Merge

func (m *ConstScoreQuery) XXX_Merge(src proto.Message)

func (*ConstScoreQuery) XXX_Size

func (m *ConstScoreQuery) XXX_Size() int

func (*ConstScoreQuery) XXX_Unmarshal

func (m *ConstScoreQuery) XXX_Unmarshal(b []byte) error

type ConsumedCapacity

type ConsumedCapacity struct {
	CapacityUnit         *CapacityUnit `protobuf:"bytes,1,req,name=capacity_unit,json=capacityUnit" json:"capacity_unit,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*ConsumedCapacity) Descriptor

func (*ConsumedCapacity) Descriptor() ([]byte, []int)

func (*ConsumedCapacity) GetCapacityUnit

func (m *ConsumedCapacity) GetCapacityUnit() *CapacityUnit

func (*ConsumedCapacity) ProtoMessage

func (*ConsumedCapacity) ProtoMessage()

func (*ConsumedCapacity) Reset

func (m *ConsumedCapacity) Reset()

func (*ConsumedCapacity) String

func (m *ConsumedCapacity) String() string

func (*ConsumedCapacity) XXX_DiscardUnknown added in v1.6.0

func (m *ConsumedCapacity) XXX_DiscardUnknown()

func (*ConsumedCapacity) XXX_Marshal added in v1.6.0

func (m *ConsumedCapacity) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ConsumedCapacity) XXX_Merge added in v1.6.0

func (m *ConsumedCapacity) XXX_Merge(src proto.Message)

func (*ConsumedCapacity) XXX_Size added in v1.6.0

func (m *ConsumedCapacity) XXX_Size() int

func (*ConsumedCapacity) XXX_Unmarshal added in v1.6.0

func (m *ConsumedCapacity) XXX_Unmarshal(b []byte) error

type CountAggregation

type CountAggregation struct {
	FieldName            *string  `protobuf:"bytes,1,opt,name=field_name,json=fieldName" json:"field_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CountAggregation) Descriptor

func (*CountAggregation) Descriptor() ([]byte, []int)

func (*CountAggregation) GetFieldName

func (m *CountAggregation) GetFieldName() string

func (*CountAggregation) ProtoMessage

func (*CountAggregation) ProtoMessage()

func (*CountAggregation) Reset

func (m *CountAggregation) Reset()

func (*CountAggregation) String

func (m *CountAggregation) String() string

func (*CountAggregation) XXX_DiscardUnknown

func (m *CountAggregation) XXX_DiscardUnknown()

func (*CountAggregation) XXX_Marshal

func (m *CountAggregation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CountAggregation) XXX_Merge

func (m *CountAggregation) XXX_Merge(src proto.Message)

func (*CountAggregation) XXX_Size

func (m *CountAggregation) XXX_Size() int

func (*CountAggregation) XXX_Unmarshal

func (m *CountAggregation) XXX_Unmarshal(b []byte) error

type CountAggregationResult

type CountAggregationResult struct {
	Value                *int64   `protobuf:"varint,1,opt,name=value" json:"value,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CountAggregationResult) Descriptor

func (*CountAggregationResult) Descriptor() ([]byte, []int)

func (*CountAggregationResult) GetValue

func (m *CountAggregationResult) GetValue() int64

func (*CountAggregationResult) ProtoMessage

func (*CountAggregationResult) ProtoMessage()

func (*CountAggregationResult) Reset

func (m *CountAggregationResult) Reset()

func (*CountAggregationResult) String

func (m *CountAggregationResult) String() string

func (*CountAggregationResult) XXX_DiscardUnknown

func (m *CountAggregationResult) XXX_DiscardUnknown()

func (*CountAggregationResult) XXX_Marshal

func (m *CountAggregationResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CountAggregationResult) XXX_Merge

func (m *CountAggregationResult) XXX_Merge(src proto.Message)

func (*CountAggregationResult) XXX_Size

func (m *CountAggregationResult) XXX_Size() int

func (*CountAggregationResult) XXX_Unmarshal

func (m *CountAggregationResult) XXX_Unmarshal(b []byte) error

type CreateDeliveryTaskRequest added in v1.6.0

type CreateDeliveryTaskRequest struct {
	TableName            *string           `protobuf:"bytes,1,opt,name=tableName" json:"tableName,omitempty"`
	TaskName             *string           `protobuf:"bytes,2,opt,name=taskName" json:"taskName,omitempty"`
	TaskConfig           *OSSTaskConfig    `protobuf:"bytes,3,opt,name=taskConfig" json:"taskConfig,omitempty"`
	TaskType             *DeliveryTaskType `protobuf:"varint,4,opt,name=taskType,enum=otsprotocol.DeliveryTaskType" json:"taskType,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*CreateDeliveryTaskRequest) Descriptor added in v1.6.0

func (*CreateDeliveryTaskRequest) Descriptor() ([]byte, []int)

func (*CreateDeliveryTaskRequest) GetTableName added in v1.6.0

func (m *CreateDeliveryTaskRequest) GetTableName() string

func (*CreateDeliveryTaskRequest) GetTaskConfig added in v1.6.0

func (m *CreateDeliveryTaskRequest) GetTaskConfig() *OSSTaskConfig

func (*CreateDeliveryTaskRequest) GetTaskName added in v1.6.0

func (m *CreateDeliveryTaskRequest) GetTaskName() string

func (*CreateDeliveryTaskRequest) GetTaskType added in v1.6.0

func (*CreateDeliveryTaskRequest) ProtoMessage added in v1.6.0

func (*CreateDeliveryTaskRequest) ProtoMessage()

func (*CreateDeliveryTaskRequest) Reset added in v1.6.0

func (m *CreateDeliveryTaskRequest) Reset()

func (*CreateDeliveryTaskRequest) String added in v1.6.0

func (m *CreateDeliveryTaskRequest) String() string

func (*CreateDeliveryTaskRequest) XXX_DiscardUnknown added in v1.6.0

func (m *CreateDeliveryTaskRequest) XXX_DiscardUnknown()

func (*CreateDeliveryTaskRequest) XXX_Marshal added in v1.6.0

func (m *CreateDeliveryTaskRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateDeliveryTaskRequest) XXX_Merge added in v1.6.0

func (dst *CreateDeliveryTaskRequest) XXX_Merge(src proto.Message)

func (*CreateDeliveryTaskRequest) XXX_Size added in v1.6.0

func (m *CreateDeliveryTaskRequest) XXX_Size() int

func (*CreateDeliveryTaskRequest) XXX_Unmarshal added in v1.6.0

func (m *CreateDeliveryTaskRequest) XXX_Unmarshal(b []byte) error

type CreateDeliveryTaskResponse added in v1.6.0

type CreateDeliveryTaskResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CreateDeliveryTaskResponse) Descriptor added in v1.6.0

func (*CreateDeliveryTaskResponse) Descriptor() ([]byte, []int)

func (*CreateDeliveryTaskResponse) ProtoMessage added in v1.6.0

func (*CreateDeliveryTaskResponse) ProtoMessage()

func (*CreateDeliveryTaskResponse) Reset added in v1.6.0

func (m *CreateDeliveryTaskResponse) Reset()

func (*CreateDeliveryTaskResponse) String added in v1.6.0

func (m *CreateDeliveryTaskResponse) String() string

func (*CreateDeliveryTaskResponse) XXX_DiscardUnknown added in v1.6.0

func (m *CreateDeliveryTaskResponse) XXX_DiscardUnknown()

func (*CreateDeliveryTaskResponse) XXX_Marshal added in v1.6.0

func (m *CreateDeliveryTaskResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateDeliveryTaskResponse) XXX_Merge added in v1.6.0

func (dst *CreateDeliveryTaskResponse) XXX_Merge(src proto.Message)

func (*CreateDeliveryTaskResponse) XXX_Size added in v1.6.0

func (m *CreateDeliveryTaskResponse) XXX_Size() int

func (*CreateDeliveryTaskResponse) XXX_Unmarshal added in v1.6.0

func (m *CreateDeliveryTaskResponse) XXX_Unmarshal(b []byte) error

type CreateIndexRequest

type CreateIndexRequest struct {
	MainTableName        *string    `protobuf:"bytes,1,req,name=main_table_name,json=mainTableName" json:"main_table_name,omitempty"`
	IndexMeta            *IndexMeta `protobuf:"bytes,2,req,name=index_meta,json=indexMeta" json:"index_meta,omitempty"`
	IncludeBaseData      *bool      `protobuf:"varint,3,opt,name=include_base_data,json=includeBaseData" json:"include_base_data,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

func (*CreateIndexRequest) Descriptor

func (*CreateIndexRequest) Descriptor() ([]byte, []int)

func (*CreateIndexRequest) GetIncludeBaseData

func (m *CreateIndexRequest) GetIncludeBaseData() bool

func (*CreateIndexRequest) GetIndexMeta

func (m *CreateIndexRequest) GetIndexMeta() *IndexMeta

func (*CreateIndexRequest) GetMainTableName

func (m *CreateIndexRequest) GetMainTableName() string

func (*CreateIndexRequest) ProtoMessage

func (*CreateIndexRequest) ProtoMessage()

func (*CreateIndexRequest) Reset

func (m *CreateIndexRequest) Reset()

func (*CreateIndexRequest) String

func (m *CreateIndexRequest) String() string

func (*CreateIndexRequest) XXX_DiscardUnknown added in v1.6.0

func (m *CreateIndexRequest) XXX_DiscardUnknown()

func (*CreateIndexRequest) XXX_Marshal added in v1.6.0

func (m *CreateIndexRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateIndexRequest) XXX_Merge added in v1.6.0

func (m *CreateIndexRequest) XXX_Merge(src proto.Message)

func (*CreateIndexRequest) XXX_Size added in v1.6.0

func (m *CreateIndexRequest) XXX_Size() int

func (*CreateIndexRequest) XXX_Unmarshal added in v1.6.0

func (m *CreateIndexRequest) XXX_Unmarshal(b []byte) error

type CreateIndexResponse

type CreateIndexResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CreateIndexResponse) Descriptor

func (*CreateIndexResponse) Descriptor() ([]byte, []int)

func (*CreateIndexResponse) ProtoMessage

func (*CreateIndexResponse) ProtoMessage()

func (*CreateIndexResponse) Reset

func (m *CreateIndexResponse) Reset()

func (*CreateIndexResponse) String

func (m *CreateIndexResponse) String() string

func (*CreateIndexResponse) XXX_DiscardUnknown added in v1.6.0

func (m *CreateIndexResponse) XXX_DiscardUnknown()

func (*CreateIndexResponse) XXX_Marshal added in v1.6.0

func (m *CreateIndexResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateIndexResponse) XXX_Merge added in v1.6.0

func (m *CreateIndexResponse) XXX_Merge(src proto.Message)

func (*CreateIndexResponse) XXX_Size added in v1.6.0

func (m *CreateIndexResponse) XXX_Size() int

func (*CreateIndexResponse) XXX_Unmarshal added in v1.6.0

func (m *CreateIndexResponse) XXX_Unmarshal(b []byte) error

type CreateSearchIndexRequest

type CreateSearchIndexRequest struct {
	TableName            *string      `protobuf:"bytes,1,req,name=table_name,json=tableName" json:"table_name,omitempty"`
	IndexName            *string      `protobuf:"bytes,2,req,name=index_name,json=indexName" json:"index_name,omitempty"`
	Schema               *IndexSchema `protobuf:"bytes,3,opt,name=schema" json:"schema,omitempty"`
	SourceIndexName      *string      `protobuf:"bytes,4,opt,name=source_index_name,json=sourceIndexName" json:"source_index_name,omitempty"`
	TimeToLive           *int32       `protobuf:"varint,5,opt,name=time_to_live,json=timeToLive" json:"time_to_live,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*CreateSearchIndexRequest) Descriptor

func (*CreateSearchIndexRequest) Descriptor() ([]byte, []int)

func (*CreateSearchIndexRequest) GetIndexName

func (m *CreateSearchIndexRequest) GetIndexName() string

func (*CreateSearchIndexRequest) GetSchema

func (m *CreateSearchIndexRequest) GetSchema() *IndexSchema

func (*CreateSearchIndexRequest) GetSourceIndexName added in v1.7.4

func (m *CreateSearchIndexRequest) GetSourceIndexName() string

func (*CreateSearchIndexRequest) GetTableName

func (m *CreateSearchIndexRequest) GetTableName() string

func (*CreateSearchIndexRequest) GetTimeToLive added in v1.7.3

func (m *CreateSearchIndexRequest) GetTimeToLive() int32

func (*CreateSearchIndexRequest) ProtoMessage

func (*CreateSearchIndexRequest) ProtoMessage()

func (*CreateSearchIndexRequest) Reset

func (m *CreateSearchIndexRequest) Reset()

func (*CreateSearchIndexRequest) String

func (m *CreateSearchIndexRequest) String() string

func (*CreateSearchIndexRequest) XXX_DiscardUnknown

func (m *CreateSearchIndexRequest) XXX_DiscardUnknown()

func (*CreateSearchIndexRequest) XXX_Marshal

func (m *CreateSearchIndexRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateSearchIndexRequest) XXX_Merge

func (m *CreateSearchIndexRequest) XXX_Merge(src proto.Message)

func (*CreateSearchIndexRequest) XXX_Size

func (m *CreateSearchIndexRequest) XXX_Size() int

func (*CreateSearchIndexRequest) XXX_Unmarshal

func (m *CreateSearchIndexRequest) XXX_Unmarshal(b []byte) error

type CreateSearchIndexResponse

type CreateSearchIndexResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CreateSearchIndexResponse) Descriptor

func (*CreateSearchIndexResponse) Descriptor() ([]byte, []int)

func (*CreateSearchIndexResponse) ProtoMessage

func (*CreateSearchIndexResponse) ProtoMessage()

func (*CreateSearchIndexResponse) Reset

func (m *CreateSearchIndexResponse) Reset()

func (*CreateSearchIndexResponse) String

func (m *CreateSearchIndexResponse) String() string

func (*CreateSearchIndexResponse) XXX_DiscardUnknown

func (m *CreateSearchIndexResponse) XXX_DiscardUnknown()

func (*CreateSearchIndexResponse) XXX_Marshal

func (m *CreateSearchIndexResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateSearchIndexResponse) XXX_Merge

func (m *CreateSearchIndexResponse) XXX_Merge(src proto.Message)

func (*CreateSearchIndexResponse) XXX_Size

func (m *CreateSearchIndexResponse) XXX_Size() int

func (*CreateSearchIndexResponse) XXX_Unmarshal

func (m *CreateSearchIndexResponse) XXX_Unmarshal(b []byte) error

type CreateTableRequest

type CreateTableRequest struct {
	TableMeta            *TableMeta           `protobuf:"bytes,1,req,name=table_meta,json=tableMeta" json:"table_meta,omitempty"`
	ReservedThroughput   *ReservedThroughput  `protobuf:"bytes,2,req,name=reserved_throughput,json=reservedThroughput" json:"reserved_throughput,omitempty"`
	TableOptions         *TableOptions        `protobuf:"bytes,3,opt,name=table_options,json=tableOptions" json:"table_options,omitempty"`
	Partitions           []*PartitionRange    `protobuf:"bytes,4,rep,name=partitions" json:"partitions,omitempty"`
	StreamSpec           *StreamSpecification `protobuf:"bytes,5,opt,name=stream_spec,json=streamSpec" json:"stream_spec,omitempty"`
	SseSpec              *SSESpecification    `protobuf:"bytes,6,opt,name=sse_spec,json=sseSpec" json:"sse_spec,omitempty"`
	IndexMetas           []*IndexMeta         `protobuf:"bytes,7,rep,name=index_metas,json=indexMetas" json:"index_metas,omitempty"`
	EnableLocalTxn       *bool                `protobuf:"varint,8,opt,name=enable_local_txn,json=enableLocalTxn" json:"enable_local_txn,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

* table_meta用于存储表中不可更改的schema属性,可以更改的ReservedThroughput和TableOptions独立出来,作为UpdateTable的参数。 加入GlobalIndex和LocalIndex之后,结构会变为:

message CreateTableRequest {
        required TableMeta table_meta = 1;
        required ReservedThroughput reserved_throughput = 2;
        required TableOptions table_options = 3;
        repeated LocalIndex local_indexes = 4; // LocalIndex不再单独包含ReservedThroughput和TableOptions,其与主表共享配置。
        repeated GlobalIndex global_indexes = 5; // GlobalIndex内单独包含ReservedThroughput和TableOptions
}

func (*CreateTableRequest) Descriptor

func (*CreateTableRequest) Descriptor() ([]byte, []int)

func (*CreateTableRequest) GetEnableLocalTxn added in v1.7.8

func (m *CreateTableRequest) GetEnableLocalTxn() bool

func (*CreateTableRequest) GetIndexMetas

func (m *CreateTableRequest) GetIndexMetas() []*IndexMeta

func (*CreateTableRequest) GetPartitions

func (m *CreateTableRequest) GetPartitions() []*PartitionRange

func (*CreateTableRequest) GetReservedThroughput

func (m *CreateTableRequest) GetReservedThroughput() *ReservedThroughput

func (*CreateTableRequest) GetSseSpec added in v1.7.6

func (m *CreateTableRequest) GetSseSpec() *SSESpecification

func (*CreateTableRequest) GetStreamSpec

func (m *CreateTableRequest) GetStreamSpec() *StreamSpecification

func (*CreateTableRequest) GetTableMeta

func (m *CreateTableRequest) GetTableMeta() *TableMeta

func (*CreateTableRequest) GetTableOptions

func (m *CreateTableRequest) GetTableOptions() *TableOptions

func (*CreateTableRequest) ProtoMessage

func (*CreateTableRequest) ProtoMessage()

func (*CreateTableRequest) Reset

func (m *CreateTableRequest) Reset()

func (*CreateTableRequest) String

func (m *CreateTableRequest) String() string

func (*CreateTableRequest) XXX_DiscardUnknown added in v1.6.0

func (m *CreateTableRequest) XXX_DiscardUnknown()

func (*CreateTableRequest) XXX_Marshal added in v1.6.0

func (m *CreateTableRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateTableRequest) XXX_Merge added in v1.6.0

func (m *CreateTableRequest) XXX_Merge(src proto.Message)

func (*CreateTableRequest) XXX_Size added in v1.6.0

func (m *CreateTableRequest) XXX_Size() int

func (*CreateTableRequest) XXX_Unmarshal added in v1.6.0

func (m *CreateTableRequest) XXX_Unmarshal(b []byte) error

type CreateTableResponse

type CreateTableResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CreateTableResponse) Descriptor

func (*CreateTableResponse) Descriptor() ([]byte, []int)

func (*CreateTableResponse) ProtoMessage

func (*CreateTableResponse) ProtoMessage()

func (*CreateTableResponse) Reset

func (m *CreateTableResponse) Reset()

func (*CreateTableResponse) String

func (m *CreateTableResponse) String() string

func (*CreateTableResponse) XXX_DiscardUnknown added in v1.6.0

func (m *CreateTableResponse) XXX_DiscardUnknown()

func (*CreateTableResponse) XXX_Marshal added in v1.6.0

func (m *CreateTableResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateTableResponse) XXX_Merge added in v1.6.0

func (m *CreateTableResponse) XXX_Merge(src proto.Message)

func (*CreateTableResponse) XXX_Size added in v1.6.0

func (m *CreateTableResponse) XXX_Size() int

func (*CreateTableResponse) XXX_Unmarshal added in v1.6.0

func (m *CreateTableResponse) XXX_Unmarshal(b []byte) error

type CreateTimeseriesAnalyticalStoreRequest added in v1.7.8

type CreateTimeseriesAnalyticalStoreRequest struct {
	TableName            *string                    `protobuf:"bytes,1,req,name=table_name" json:"table_name,omitempty"`
	AnalyticalStore      *TimeseriesAnalyticalStore `protobuf:"bytes,2,opt,name=analytical_store" json:"analytical_store,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                   `json:"-"`
	XXX_unrecognized     []byte                     `json:"-"`
	XXX_sizecache        int32                      `json:"-"`
}

func (*CreateTimeseriesAnalyticalStoreRequest) Descriptor added in v1.7.8

func (*CreateTimeseriesAnalyticalStoreRequest) Descriptor() ([]byte, []int)

func (*CreateTimeseriesAnalyticalStoreRequest) GetAnalyticalStore added in v1.7.8

func (*CreateTimeseriesAnalyticalStoreRequest) GetTableName added in v1.7.8

func (*CreateTimeseriesAnalyticalStoreRequest) ProtoMessage added in v1.7.8

func (*CreateTimeseriesAnalyticalStoreRequest) Reset added in v1.7.8

func (*CreateTimeseriesAnalyticalStoreRequest) String added in v1.7.8

func (*CreateTimeseriesAnalyticalStoreRequest) XXX_DiscardUnknown added in v1.7.8

func (m *CreateTimeseriesAnalyticalStoreRequest) XXX_DiscardUnknown()

func (*CreateTimeseriesAnalyticalStoreRequest) XXX_Marshal added in v1.7.8

func (m *CreateTimeseriesAnalyticalStoreRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateTimeseriesAnalyticalStoreRequest) XXX_Merge added in v1.7.8

func (*CreateTimeseriesAnalyticalStoreRequest) XXX_Size added in v1.7.8

func (*CreateTimeseriesAnalyticalStoreRequest) XXX_Unmarshal added in v1.7.8

func (m *CreateTimeseriesAnalyticalStoreRequest) XXX_Unmarshal(b []byte) error

type CreateTimeseriesAnalyticalStoreResponse added in v1.7.8

type CreateTimeseriesAnalyticalStoreResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CreateTimeseriesAnalyticalStoreResponse) Descriptor added in v1.7.8

func (*CreateTimeseriesAnalyticalStoreResponse) Descriptor() ([]byte, []int)

func (*CreateTimeseriesAnalyticalStoreResponse) ProtoMessage added in v1.7.8

func (*CreateTimeseriesAnalyticalStoreResponse) Reset added in v1.7.8

func (*CreateTimeseriesAnalyticalStoreResponse) String added in v1.7.8

func (*CreateTimeseriesAnalyticalStoreResponse) XXX_DiscardUnknown added in v1.7.8

func (m *CreateTimeseriesAnalyticalStoreResponse) XXX_DiscardUnknown()

func (*CreateTimeseriesAnalyticalStoreResponse) XXX_Marshal added in v1.7.8

func (m *CreateTimeseriesAnalyticalStoreResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateTimeseriesAnalyticalStoreResponse) XXX_Merge added in v1.7.8

func (*CreateTimeseriesAnalyticalStoreResponse) XXX_Size added in v1.7.8

func (*CreateTimeseriesAnalyticalStoreResponse) XXX_Unmarshal added in v1.7.8

func (m *CreateTimeseriesAnalyticalStoreResponse) XXX_Unmarshal(b []byte) error

type CreateTimeseriesTableRequest added in v1.7.0

type CreateTimeseriesTableRequest struct {
	TableMeta             *TimeseriesTableMeta         `protobuf:"bytes,1,req,name=table_meta" json:"table_meta,omitempty"`
	AnalyticalStores      []*TimeseriesAnalyticalStore `protobuf:"bytes,3,rep,name=analytical_stores" json:"analytical_stores,omitempty"`
	EnableAnalyticalStore *bool                        `protobuf:"varint,4,opt,name=enable_analytical_store" json:"enable_analytical_store,omitempty"`
	XXX_NoUnkeyedLiteral  struct{}                     `json:"-"`
	XXX_unrecognized      []byte                       `json:"-"`
	XXX_sizecache         int32                        `json:"-"`
}

func (*CreateTimeseriesTableRequest) Descriptor added in v1.7.0

func (*CreateTimeseriesTableRequest) Descriptor() ([]byte, []int)

func (*CreateTimeseriesTableRequest) GetAnalyticalStores added in v1.7.8

func (m *CreateTimeseriesTableRequest) GetAnalyticalStores() []*TimeseriesAnalyticalStore

func (*CreateTimeseriesTableRequest) GetEnableAnalyticalStore added in v1.7.8

func (m *CreateTimeseriesTableRequest) GetEnableAnalyticalStore() bool

func (*CreateTimeseriesTableRequest) GetTableMeta added in v1.7.0

func (*CreateTimeseriesTableRequest) ProtoMessage added in v1.7.0

func (*CreateTimeseriesTableRequest) ProtoMessage()

func (*CreateTimeseriesTableRequest) Reset added in v1.7.0

func (m *CreateTimeseriesTableRequest) Reset()

func (*CreateTimeseriesTableRequest) String added in v1.7.0

func (*CreateTimeseriesTableRequest) XXX_DiscardUnknown added in v1.7.0

func (m *CreateTimeseriesTableRequest) XXX_DiscardUnknown()

func (*CreateTimeseriesTableRequest) XXX_Marshal added in v1.7.0

func (m *CreateTimeseriesTableRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateTimeseriesTableRequest) XXX_Merge added in v1.7.0

func (m *CreateTimeseriesTableRequest) XXX_Merge(src proto.Message)

func (*CreateTimeseriesTableRequest) XXX_Size added in v1.7.0

func (m *CreateTimeseriesTableRequest) XXX_Size() int

func (*CreateTimeseriesTableRequest) XXX_Unmarshal added in v1.7.0

func (m *CreateTimeseriesTableRequest) XXX_Unmarshal(b []byte) error

type CreateTimeseriesTableResponse added in v1.7.0

type CreateTimeseriesTableResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CreateTimeseriesTableResponse) Descriptor added in v1.7.0

func (*CreateTimeseriesTableResponse) Descriptor() ([]byte, []int)

func (*CreateTimeseriesTableResponse) ProtoMessage added in v1.7.0

func (*CreateTimeseriesTableResponse) ProtoMessage()

func (*CreateTimeseriesTableResponse) Reset added in v1.7.0

func (m *CreateTimeseriesTableResponse) Reset()

func (*CreateTimeseriesTableResponse) String added in v1.7.0

func (*CreateTimeseriesTableResponse) XXX_DiscardUnknown added in v1.7.0

func (m *CreateTimeseriesTableResponse) XXX_DiscardUnknown()

func (*CreateTimeseriesTableResponse) XXX_Marshal added in v1.7.0

func (m *CreateTimeseriesTableResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateTimeseriesTableResponse) XXX_Merge added in v1.7.0

func (m *CreateTimeseriesTableResponse) XXX_Merge(src proto.Message)

func (*CreateTimeseriesTableResponse) XXX_Size added in v1.7.0

func (m *CreateTimeseriesTableResponse) XXX_Size() int

func (*CreateTimeseriesTableResponse) XXX_Unmarshal added in v1.7.0

func (m *CreateTimeseriesTableResponse) XXX_Unmarshal(b []byte) error

type DataBlockType added in v1.7.8

type DataBlockType int32
const (
	DataBlockType_DBT_PLAIN_BUFFER      DataBlockType = 0
	DataBlockType_DBT_SIMPLE_ROW_MATRIX DataBlockType = 1
)
const Default_GetRangeRequest_DataBlockTypeHint DataBlockType = DataBlockType_DBT_PLAIN_BUFFER

func (DataBlockType) Enum added in v1.7.8

func (x DataBlockType) Enum() *DataBlockType

func (DataBlockType) EnumDescriptor added in v1.7.8

func (DataBlockType) EnumDescriptor() ([]byte, []int)

func (DataBlockType) String added in v1.7.8

func (x DataBlockType) String() string

func (*DataBlockType) UnmarshalJSON added in v1.7.8

func (x *DataBlockType) UnmarshalJSON(data []byte) error

type DateTimeUnit added in v1.7.10

type DateTimeUnit int32
const (
	DateTimeUnit_YEAR         DateTimeUnit = 1
	DateTimeUnit_QUARTER_YEAR DateTimeUnit = 2
	DateTimeUnit_MONTH        DateTimeUnit = 3
	DateTimeUnit_WEEK         DateTimeUnit = 4
	DateTimeUnit_DAY          DateTimeUnit = 5
	DateTimeUnit_HOUR         DateTimeUnit = 6
	DateTimeUnit_MINUTE       DateTimeUnit = 7
	DateTimeUnit_SECOND       DateTimeUnit = 8
)

func (DateTimeUnit) Enum added in v1.7.10

func (x DateTimeUnit) Enum() *DateTimeUnit

func (DateTimeUnit) EnumDescriptor added in v1.7.10

func (DateTimeUnit) EnumDescriptor() ([]byte, []int)

func (DateTimeUnit) String added in v1.7.10

func (x DateTimeUnit) String() string

func (*DateTimeUnit) UnmarshalJSON added in v1.7.10

func (x *DateTimeUnit) UnmarshalJSON(data []byte) error

type DateTimeValue added in v1.7.10

type DateTimeValue struct {
	Value                *int32        `protobuf:"varint,1,opt,name=value" json:"value,omitempty"`
	Unit                 *DateTimeUnit `protobuf:"varint,2,opt,name=unit,enum=otsprotocol.DateTimeUnit" json:"unit,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*DateTimeValue) Descriptor added in v1.7.10

func (*DateTimeValue) Descriptor() ([]byte, []int)

func (*DateTimeValue) GetUnit added in v1.7.10

func (m *DateTimeValue) GetUnit() DateTimeUnit

func (*DateTimeValue) GetValue added in v1.7.10

func (m *DateTimeValue) GetValue() int32

func (*DateTimeValue) ProtoMessage added in v1.7.10

func (*DateTimeValue) ProtoMessage()

func (*DateTimeValue) Reset added in v1.7.10

func (m *DateTimeValue) Reset()

func (*DateTimeValue) String added in v1.7.10

func (m *DateTimeValue) String() string

func (*DateTimeValue) XXX_DiscardUnknown added in v1.7.10

func (m *DateTimeValue) XXX_DiscardUnknown()

func (*DateTimeValue) XXX_Marshal added in v1.7.10

func (m *DateTimeValue) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DateTimeValue) XXX_Merge added in v1.7.10

func (m *DateTimeValue) XXX_Merge(src proto.Message)

func (*DateTimeValue) XXX_Size added in v1.7.10

func (m *DateTimeValue) XXX_Size() int

func (*DateTimeValue) XXX_Unmarshal added in v1.7.10

func (m *DateTimeValue) XXX_Unmarshal(b []byte) error

type DecayFuncDateParam added in v1.7.12

type DecayFuncDateParam struct {
	OriginLong           *int64         `protobuf:"varint,1,opt,name=origin_long,json=originLong" json:"origin_long,omitempty"`
	OriginString         *string        `protobuf:"bytes,2,opt,name=origin_string,json=originString" json:"origin_string,omitempty"`
	Scale                *DateTimeValue `protobuf:"bytes,3,opt,name=scale" json:"scale,omitempty"`
	Offset               *DateTimeValue `protobuf:"bytes,4,opt,name=offset" json:"offset,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*DecayFuncDateParam) Descriptor added in v1.7.12

func (*DecayFuncDateParam) Descriptor() ([]byte, []int)

func (*DecayFuncDateParam) GetOffset added in v1.7.12

func (m *DecayFuncDateParam) GetOffset() *DateTimeValue

func (*DecayFuncDateParam) GetOriginLong added in v1.7.12

func (m *DecayFuncDateParam) GetOriginLong() int64

func (*DecayFuncDateParam) GetOriginString added in v1.7.12

func (m *DecayFuncDateParam) GetOriginString() string

func (*DecayFuncDateParam) GetScale added in v1.7.12

func (m *DecayFuncDateParam) GetScale() *DateTimeValue

func (*DecayFuncDateParam) ProtoMessage added in v1.7.12

func (*DecayFuncDateParam) ProtoMessage()

func (*DecayFuncDateParam) Reset added in v1.7.12

func (m *DecayFuncDateParam) Reset()

func (*DecayFuncDateParam) String added in v1.7.12

func (m *DecayFuncDateParam) String() string

func (*DecayFuncDateParam) XXX_DiscardUnknown added in v1.7.12

func (m *DecayFuncDateParam) XXX_DiscardUnknown()

func (*DecayFuncDateParam) XXX_Marshal added in v1.7.12

func (m *DecayFuncDateParam) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DecayFuncDateParam) XXX_Merge added in v1.7.12

func (m *DecayFuncDateParam) XXX_Merge(src proto.Message)

func (*DecayFuncDateParam) XXX_Size added in v1.7.12

func (m *DecayFuncDateParam) XXX_Size() int

func (*DecayFuncDateParam) XXX_Unmarshal added in v1.7.12

func (m *DecayFuncDateParam) XXX_Unmarshal(b []byte) error

type DecayFuncGeoParam added in v1.7.12

type DecayFuncGeoParam struct {
	Origin               *string  `protobuf:"bytes,1,opt,name=origin" json:"origin,omitempty"`
	Scale                *float64 `protobuf:"fixed64,2,opt,name=scale" json:"scale,omitempty"`
	Offset               *float64 `protobuf:"fixed64,3,opt,name=offset" json:"offset,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DecayFuncGeoParam) Descriptor added in v1.7.12

func (*DecayFuncGeoParam) Descriptor() ([]byte, []int)

func (*DecayFuncGeoParam) GetOffset added in v1.7.12

func (m *DecayFuncGeoParam) GetOffset() float64

func (*DecayFuncGeoParam) GetOrigin added in v1.7.12

func (m *DecayFuncGeoParam) GetOrigin() string

func (*DecayFuncGeoParam) GetScale added in v1.7.12

func (m *DecayFuncGeoParam) GetScale() float64

func (*DecayFuncGeoParam) ProtoMessage added in v1.7.12

func (*DecayFuncGeoParam) ProtoMessage()

func (*DecayFuncGeoParam) Reset added in v1.7.12

func (m *DecayFuncGeoParam) Reset()

func (*DecayFuncGeoParam) String added in v1.7.12

func (m *DecayFuncGeoParam) String() string

func (*DecayFuncGeoParam) XXX_DiscardUnknown added in v1.7.12

func (m *DecayFuncGeoParam) XXX_DiscardUnknown()

func (*DecayFuncGeoParam) XXX_Marshal added in v1.7.12

func (m *DecayFuncGeoParam) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DecayFuncGeoParam) XXX_Merge added in v1.7.12

func (m *DecayFuncGeoParam) XXX_Merge(src proto.Message)

func (*DecayFuncGeoParam) XXX_Size added in v1.7.12

func (m *DecayFuncGeoParam) XXX_Size() int

func (*DecayFuncGeoParam) XXX_Unmarshal added in v1.7.12

func (m *DecayFuncGeoParam) XXX_Unmarshal(b []byte) error

type DecayFuncNumericParam added in v1.7.12

type DecayFuncNumericParam struct {
	Origin               *float64 `protobuf:"fixed64,1,opt,name=origin" json:"origin,omitempty"`
	Scale                *float64 `protobuf:"fixed64,2,opt,name=scale" json:"scale,omitempty"`
	Offset               *float64 `protobuf:"fixed64,3,opt,name=offset" json:"offset,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DecayFuncNumericParam) Descriptor added in v1.7.12

func (*DecayFuncNumericParam) Descriptor() ([]byte, []int)

func (*DecayFuncNumericParam) GetOffset added in v1.7.12

func (m *DecayFuncNumericParam) GetOffset() float64

func (*DecayFuncNumericParam) GetOrigin added in v1.7.12

func (m *DecayFuncNumericParam) GetOrigin() float64

func (*DecayFuncNumericParam) GetScale added in v1.7.12

func (m *DecayFuncNumericParam) GetScale() float64

func (*DecayFuncNumericParam) ProtoMessage added in v1.7.12

func (*DecayFuncNumericParam) ProtoMessage()

func (*DecayFuncNumericParam) Reset added in v1.7.12

func (m *DecayFuncNumericParam) Reset()

func (*DecayFuncNumericParam) String added in v1.7.12

func (m *DecayFuncNumericParam) String() string

func (*DecayFuncNumericParam) XXX_DiscardUnknown added in v1.7.12

func (m *DecayFuncNumericParam) XXX_DiscardUnknown()

func (*DecayFuncNumericParam) XXX_Marshal added in v1.7.12

func (m *DecayFuncNumericParam) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DecayFuncNumericParam) XXX_Merge added in v1.7.12

func (m *DecayFuncNumericParam) XXX_Merge(src proto.Message)

func (*DecayFuncNumericParam) XXX_Size added in v1.7.12

func (m *DecayFuncNumericParam) XXX_Size() int

func (*DecayFuncNumericParam) XXX_Unmarshal added in v1.7.12

func (m *DecayFuncNumericParam) XXX_Unmarshal(b []byte) error

type DecayFuncParamType added in v1.7.12

type DecayFuncParamType int32
const (
	DecayFuncParamType_DF_DATE_PARAM    DecayFuncParamType = 1
	DecayFuncParamType_DF_NUMERIC_PARAM DecayFuncParamType = 2
	DecayFuncParamType_DF_GEO_PARAM     DecayFuncParamType = 3
)

func (DecayFuncParamType) Enum added in v1.7.12

func (DecayFuncParamType) EnumDescriptor added in v1.7.12

func (DecayFuncParamType) EnumDescriptor() ([]byte, []int)

func (DecayFuncParamType) String added in v1.7.12

func (x DecayFuncParamType) String() string

func (*DecayFuncParamType) UnmarshalJSON added in v1.7.12

func (x *DecayFuncParamType) UnmarshalJSON(data []byte) error

type DecayFunction added in v1.7.12

type DecayFunction struct {
	FieldName            *string             `protobuf:"bytes,1,opt,name=field_name,json=fieldName" json:"field_name,omitempty"`
	MathFunction         *DecayMathFunction  `` /* 126-byte string literal not displayed */
	ParamType            *DecayFuncParamType `protobuf:"varint,3,opt,name=param_type,json=paramType,enum=otsprotocol.DecayFuncParamType" json:"param_type,omitempty"`
	Param                []byte              `protobuf:"bytes,4,opt,name=param" json:"param,omitempty"`
	Decay                *float64            `protobuf:"fixed64,5,opt,name=decay" json:"decay,omitempty"`
	MultiValueMode       *MultiValueMode     `` /* 131-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*DecayFunction) Descriptor added in v1.7.12

func (*DecayFunction) Descriptor() ([]byte, []int)

func (*DecayFunction) GetDecay added in v1.7.12

func (m *DecayFunction) GetDecay() float64

func (*DecayFunction) GetFieldName added in v1.7.12

func (m *DecayFunction) GetFieldName() string

func (*DecayFunction) GetMathFunction added in v1.7.12

func (m *DecayFunction) GetMathFunction() DecayMathFunction

func (*DecayFunction) GetMultiValueMode added in v1.7.12

func (m *DecayFunction) GetMultiValueMode() MultiValueMode

func (*DecayFunction) GetParam added in v1.7.12

func (m *DecayFunction) GetParam() []byte

func (*DecayFunction) GetParamType added in v1.7.12

func (m *DecayFunction) GetParamType() DecayFuncParamType

func (*DecayFunction) ProtoMessage added in v1.7.12

func (*DecayFunction) ProtoMessage()

func (*DecayFunction) Reset added in v1.7.12

func (m *DecayFunction) Reset()

func (*DecayFunction) String added in v1.7.12

func (m *DecayFunction) String() string

func (*DecayFunction) XXX_DiscardUnknown added in v1.7.12

func (m *DecayFunction) XXX_DiscardUnknown()

func (*DecayFunction) XXX_Marshal added in v1.7.12

func (m *DecayFunction) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DecayFunction) XXX_Merge added in v1.7.12

func (m *DecayFunction) XXX_Merge(src proto.Message)

func (*DecayFunction) XXX_Size added in v1.7.12

func (m *DecayFunction) XXX_Size() int

func (*DecayFunction) XXX_Unmarshal added in v1.7.12

func (m *DecayFunction) XXX_Unmarshal(b []byte) error

type DecayMathFunction added in v1.7.12

type DecayMathFunction int32
const (
	DecayMathFunction_GAUSS  DecayMathFunction = 1
	DecayMathFunction_EXP    DecayMathFunction = 2
	DecayMathFunction_LINEAR DecayMathFunction = 3
)

func (DecayMathFunction) Enum added in v1.7.12

func (DecayMathFunction) EnumDescriptor added in v1.7.12

func (DecayMathFunction) EnumDescriptor() ([]byte, []int)

func (DecayMathFunction) String added in v1.7.12

func (x DecayMathFunction) String() string

func (*DecayMathFunction) UnmarshalJSON added in v1.7.12

func (x *DecayMathFunction) UnmarshalJSON(data []byte) error

type DefinedColumnSchema

type DefinedColumnSchema struct {
	Name                 *string            `protobuf:"bytes,1,req,name=name" json:"name,omitempty"`
	Type                 *DefinedColumnType `protobuf:"varint,2,req,name=type,enum=otsprotocol.DefinedColumnType" json:"type,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*DefinedColumnSchema) Descriptor

func (*DefinedColumnSchema) Descriptor() ([]byte, []int)

func (*DefinedColumnSchema) GetName

func (m *DefinedColumnSchema) GetName() string

func (*DefinedColumnSchema) GetType

func (*DefinedColumnSchema) ProtoMessage

func (*DefinedColumnSchema) ProtoMessage()

func (*DefinedColumnSchema) Reset

func (m *DefinedColumnSchema) Reset()

func (*DefinedColumnSchema) String

func (m *DefinedColumnSchema) String() string

func (*DefinedColumnSchema) XXX_DiscardUnknown added in v1.6.0

func (m *DefinedColumnSchema) XXX_DiscardUnknown()

func (*DefinedColumnSchema) XXX_Marshal added in v1.6.0

func (m *DefinedColumnSchema) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DefinedColumnSchema) XXX_Merge added in v1.6.0

func (m *DefinedColumnSchema) XXX_Merge(src proto.Message)

func (*DefinedColumnSchema) XXX_Size added in v1.6.0

func (m *DefinedColumnSchema) XXX_Size() int

func (*DefinedColumnSchema) XXX_Unmarshal added in v1.6.0

func (m *DefinedColumnSchema) XXX_Unmarshal(b []byte) error

type DefinedColumnType

type DefinedColumnType int32
const (
	DefinedColumnType_DCT_INTEGER DefinedColumnType = 1
	DefinedColumnType_DCT_DOUBLE  DefinedColumnType = 2
	DefinedColumnType_DCT_BOOLEAN DefinedColumnType = 3
	DefinedColumnType_DCT_STRING  DefinedColumnType = 4
	// field 5 is reserved for date type, not supported yet
	// field 6 is reserved for decimal type, not supported yet
	DefinedColumnType_DCT_BLOB DefinedColumnType = 7
)

func (DefinedColumnType) Enum

func (DefinedColumnType) EnumDescriptor

func (DefinedColumnType) EnumDescriptor() ([]byte, []int)

func (DefinedColumnType) String

func (x DefinedColumnType) String() string

func (*DefinedColumnType) UnmarshalJSON

func (x *DefinedColumnType) UnmarshalJSON(data []byte) error

type DeleteDefinedColumnRequest

type DeleteDefinedColumnRequest struct {
	TableName            *string  `protobuf:"bytes,1,req,name=table_name,json=tableName" json:"table_name,omitempty"`
	Columns              []string `protobuf:"bytes,2,rep,name=columns" json:"columns,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeleteDefinedColumnRequest) Descriptor

func (*DeleteDefinedColumnRequest) Descriptor() ([]byte, []int)

func (*DeleteDefinedColumnRequest) GetColumns

func (m *DeleteDefinedColumnRequest) GetColumns() []string

func (*DeleteDefinedColumnRequest) GetTableName

func (m *DeleteDefinedColumnRequest) GetTableName() string

func (*DeleteDefinedColumnRequest) ProtoMessage

func (*DeleteDefinedColumnRequest) ProtoMessage()

func (*DeleteDefinedColumnRequest) Reset

func (m *DeleteDefinedColumnRequest) Reset()

func (*DeleteDefinedColumnRequest) String

func (m *DeleteDefinedColumnRequest) String() string

func (*DeleteDefinedColumnRequest) XXX_DiscardUnknown added in v1.6.0

func (m *DeleteDefinedColumnRequest) XXX_DiscardUnknown()

func (*DeleteDefinedColumnRequest) XXX_Marshal added in v1.6.0

func (m *DeleteDefinedColumnRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeleteDefinedColumnRequest) XXX_Merge added in v1.6.0

func (m *DeleteDefinedColumnRequest) XXX_Merge(src proto.Message)

func (*DeleteDefinedColumnRequest) XXX_Size added in v1.6.0

func (m *DeleteDefinedColumnRequest) XXX_Size() int

func (*DeleteDefinedColumnRequest) XXX_Unmarshal added in v1.6.0

func (m *DeleteDefinedColumnRequest) XXX_Unmarshal(b []byte) error

type DeleteDefinedColumnResponse

type DeleteDefinedColumnResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeleteDefinedColumnResponse) Descriptor

func (*DeleteDefinedColumnResponse) Descriptor() ([]byte, []int)

func (*DeleteDefinedColumnResponse) ProtoMessage

func (*DeleteDefinedColumnResponse) ProtoMessage()

func (*DeleteDefinedColumnResponse) Reset

func (m *DeleteDefinedColumnResponse) Reset()

func (*DeleteDefinedColumnResponse) String

func (m *DeleteDefinedColumnResponse) String() string

func (*DeleteDefinedColumnResponse) XXX_DiscardUnknown added in v1.6.0

func (m *DeleteDefinedColumnResponse) XXX_DiscardUnknown()

func (*DeleteDefinedColumnResponse) XXX_Marshal added in v1.6.0

func (m *DeleteDefinedColumnResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeleteDefinedColumnResponse) XXX_Merge added in v1.6.0

func (m *DeleteDefinedColumnResponse) XXX_Merge(src proto.Message)

func (*DeleteDefinedColumnResponse) XXX_Size added in v1.6.0

func (m *DeleteDefinedColumnResponse) XXX_Size() int

func (*DeleteDefinedColumnResponse) XXX_Unmarshal added in v1.6.0

func (m *DeleteDefinedColumnResponse) XXX_Unmarshal(b []byte) error

type DeleteDeliveryTaskRequest added in v1.6.0

type DeleteDeliveryTaskRequest struct {
	TableName            *string  `protobuf:"bytes,1,opt,name=tableName" json:"tableName,omitempty"`
	TaskName             *string  `protobuf:"bytes,2,opt,name=taskName" json:"taskName,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeleteDeliveryTaskRequest) Descriptor added in v1.6.0

func (*DeleteDeliveryTaskRequest) Descriptor() ([]byte, []int)

func (*DeleteDeliveryTaskRequest) GetTableName added in v1.6.0

func (m *DeleteDeliveryTaskRequest) GetTableName() string

func (*DeleteDeliveryTaskRequest) GetTaskName added in v1.6.0

func (m *DeleteDeliveryTaskRequest) GetTaskName() string

func (*DeleteDeliveryTaskRequest) ProtoMessage added in v1.6.0

func (*DeleteDeliveryTaskRequest) ProtoMessage()

func (*DeleteDeliveryTaskRequest) Reset added in v1.6.0

func (m *DeleteDeliveryTaskRequest) Reset()

func (*DeleteDeliveryTaskRequest) String added in v1.6.0

func (m *DeleteDeliveryTaskRequest) String() string

func (*DeleteDeliveryTaskRequest) XXX_DiscardUnknown added in v1.6.0

func (m *DeleteDeliveryTaskRequest) XXX_DiscardUnknown()

func (*DeleteDeliveryTaskRequest) XXX_Marshal added in v1.6.0

func (m *DeleteDeliveryTaskRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeleteDeliveryTaskRequest) XXX_Merge added in v1.6.0

func (dst *DeleteDeliveryTaskRequest) XXX_Merge(src proto.Message)

func (*DeleteDeliveryTaskRequest) XXX_Size added in v1.6.0

func (m *DeleteDeliveryTaskRequest) XXX_Size() int

func (*DeleteDeliveryTaskRequest) XXX_Unmarshal added in v1.6.0

func (m *DeleteDeliveryTaskRequest) XXX_Unmarshal(b []byte) error

type DeleteDeliveryTaskResponse added in v1.6.0

type DeleteDeliveryTaskResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeleteDeliveryTaskResponse) Descriptor added in v1.6.0

func (*DeleteDeliveryTaskResponse) Descriptor() ([]byte, []int)

func (*DeleteDeliveryTaskResponse) ProtoMessage added in v1.6.0

func (*DeleteDeliveryTaskResponse) ProtoMessage()

func (*DeleteDeliveryTaskResponse) Reset added in v1.6.0

func (m *DeleteDeliveryTaskResponse) Reset()

func (*DeleteDeliveryTaskResponse) String added in v1.6.0

func (m *DeleteDeliveryTaskResponse) String() string

func (*DeleteDeliveryTaskResponse) XXX_DiscardUnknown added in v1.6.0

func (m *DeleteDeliveryTaskResponse) XXX_DiscardUnknown()

func (*DeleteDeliveryTaskResponse) XXX_Marshal added in v1.6.0

func (m *DeleteDeliveryTaskResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeleteDeliveryTaskResponse) XXX_Merge added in v1.6.0

func (dst *DeleteDeliveryTaskResponse) XXX_Merge(src proto.Message)

func (*DeleteDeliveryTaskResponse) XXX_Size added in v1.6.0

func (m *DeleteDeliveryTaskResponse) XXX_Size() int

func (*DeleteDeliveryTaskResponse) XXX_Unmarshal added in v1.6.0

func (m *DeleteDeliveryTaskResponse) XXX_Unmarshal(b []byte) error

type DeleteRowRequest

type DeleteRowRequest struct {
	TableName            *string        `protobuf:"bytes,1,req,name=table_name,json=tableName" json:"table_name,omitempty"`
	PrimaryKey           []byte         `protobuf:"bytes,2,req,name=primary_key,json=primaryKey" json:"primary_key,omitempty"`
	Condition            *Condition     `protobuf:"bytes,3,req,name=condition" json:"condition,omitempty"`
	ReturnContent        *ReturnContent `protobuf:"bytes,4,opt,name=return_content,json=returnContent" json:"return_content,omitempty"`
	TransactionId        *string        `protobuf:"bytes,5,opt,name=transaction_id,json=transactionId" json:"transaction_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

* OTS只支持删除该行的所有列所有版本,不支持:

  1. 删除所有列的所有小于等于某个版本的所有版本

func (*DeleteRowRequest) Descriptor

func (*DeleteRowRequest) Descriptor() ([]byte, []int)

func (*DeleteRowRequest) GetCondition

func (m *DeleteRowRequest) GetCondition() *Condition

func (*DeleteRowRequest) GetPrimaryKey

func (m *DeleteRowRequest) GetPrimaryKey() []byte

func (*DeleteRowRequest) GetReturnContent

func (m *DeleteRowRequest) GetReturnContent() *ReturnContent

func (*DeleteRowRequest) GetTableName

func (m *DeleteRowRequest) GetTableName() string

func (*DeleteRowRequest) GetTransactionId

func (m *DeleteRowRequest) GetTransactionId() string

func (*DeleteRowRequest) ProtoMessage

func (*DeleteRowRequest) ProtoMessage()

func (*DeleteRowRequest) Reset

func (m *DeleteRowRequest) Reset()

func (*DeleteRowRequest) String

func (m *DeleteRowRequest) String() string

func (*DeleteRowRequest) XXX_DiscardUnknown added in v1.6.0

func (m *DeleteRowRequest) XXX_DiscardUnknown()

func (*DeleteRowRequest) XXX_Marshal added in v1.6.0

func (m *DeleteRowRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeleteRowRequest) XXX_Merge added in v1.6.0

func (m *DeleteRowRequest) XXX_Merge(src proto.Message)

func (*DeleteRowRequest) XXX_Size added in v1.6.0

func (m *DeleteRowRequest) XXX_Size() int

func (*DeleteRowRequest) XXX_Unmarshal added in v1.6.0

func (m *DeleteRowRequest) XXX_Unmarshal(b []byte) error

type DeleteRowResponse

type DeleteRowResponse struct {
	Consumed             *ConsumedCapacity `protobuf:"bytes,1,req,name=consumed" json:"consumed,omitempty"`
	Row                  []byte            `protobuf:"bytes,2,opt,name=row" json:"row,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*DeleteRowResponse) Descriptor

func (*DeleteRowResponse) Descriptor() ([]byte, []int)

func (*DeleteRowResponse) GetConsumed

func (m *DeleteRowResponse) GetConsumed() *ConsumedCapacity

func (*DeleteRowResponse) GetRow

func (m *DeleteRowResponse) GetRow() []byte

func (*DeleteRowResponse) ProtoMessage

func (*DeleteRowResponse) ProtoMessage()

func (*DeleteRowResponse) Reset

func (m *DeleteRowResponse) Reset()

func (*DeleteRowResponse) String

func (m *DeleteRowResponse) String() string

func (*DeleteRowResponse) XXX_DiscardUnknown added in v1.6.0

func (m *DeleteRowResponse) XXX_DiscardUnknown()

func (*DeleteRowResponse) XXX_Marshal added in v1.6.0

func (m *DeleteRowResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeleteRowResponse) XXX_Merge added in v1.6.0

func (m *DeleteRowResponse) XXX_Merge(src proto.Message)

func (*DeleteRowResponse) XXX_Size added in v1.6.0

func (m *DeleteRowResponse) XXX_Size() int

func (*DeleteRowResponse) XXX_Unmarshal added in v1.6.0

func (m *DeleteRowResponse) XXX_Unmarshal(b []byte) error

type DeleteSearchIndexRequest

type DeleteSearchIndexRequest struct {
	TableName            *string  `protobuf:"bytes,1,opt,name=table_name,json=tableName" json:"table_name,omitempty"`
	IndexName            *string  `protobuf:"bytes,2,opt,name=index_name,json=indexName" json:"index_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeleteSearchIndexRequest) Descriptor

func (*DeleteSearchIndexRequest) Descriptor() ([]byte, []int)

func (*DeleteSearchIndexRequest) GetIndexName

func (m *DeleteSearchIndexRequest) GetIndexName() string

func (*DeleteSearchIndexRequest) GetTableName

func (m *DeleteSearchIndexRequest) GetTableName() string

func (*DeleteSearchIndexRequest) ProtoMessage

func (*DeleteSearchIndexRequest) ProtoMessage()

func (*DeleteSearchIndexRequest) Reset

func (m *DeleteSearchIndexRequest) Reset()

func (*DeleteSearchIndexRequest) String

func (m *DeleteSearchIndexRequest) String() string

func (*DeleteSearchIndexRequest) XXX_DiscardUnknown

func (m *DeleteSearchIndexRequest) XXX_DiscardUnknown()

func (*DeleteSearchIndexRequest) XXX_Marshal

func (m *DeleteSearchIndexRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeleteSearchIndexRequest) XXX_Merge

func (m *DeleteSearchIndexRequest) XXX_Merge(src proto.Message)

func (*DeleteSearchIndexRequest) XXX_Size

func (m *DeleteSearchIndexRequest) XXX_Size() int

func (*DeleteSearchIndexRequest) XXX_Unmarshal

func (m *DeleteSearchIndexRequest) XXX_Unmarshal(b []byte) error

type DeleteSearchIndexResponse

type DeleteSearchIndexResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeleteSearchIndexResponse) Descriptor

func (*DeleteSearchIndexResponse) Descriptor() ([]byte, []int)

func (*DeleteSearchIndexResponse) ProtoMessage

func (*DeleteSearchIndexResponse) ProtoMessage()

func (*DeleteSearchIndexResponse) Reset

func (m *DeleteSearchIndexResponse) Reset()

func (*DeleteSearchIndexResponse) String

func (m *DeleteSearchIndexResponse) String() string

func (*DeleteSearchIndexResponse) XXX_DiscardUnknown

func (m *DeleteSearchIndexResponse) XXX_DiscardUnknown()

func (*DeleteSearchIndexResponse) XXX_Marshal

func (m *DeleteSearchIndexResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeleteSearchIndexResponse) XXX_Merge

func (m *DeleteSearchIndexResponse) XXX_Merge(src proto.Message)

func (*DeleteSearchIndexResponse) XXX_Size

func (m *DeleteSearchIndexResponse) XXX_Size() int

func (*DeleteSearchIndexResponse) XXX_Unmarshal

func (m *DeleteSearchIndexResponse) XXX_Unmarshal(b []byte) error

type DeleteTableRequest

type DeleteTableRequest struct {
	TableName            *string  `protobuf:"bytes,1,req,name=table_name,json=tableName" json:"table_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

############################################# DeleteTable #############################################

func (*DeleteTableRequest) Descriptor

func (*DeleteTableRequest) Descriptor() ([]byte, []int)

func (*DeleteTableRequest) GetTableName

func (m *DeleteTableRequest) GetTableName() string

func (*DeleteTableRequest) ProtoMessage

func (*DeleteTableRequest) ProtoMessage()

func (*DeleteTableRequest) Reset

func (m *DeleteTableRequest) Reset()

func (*DeleteTableRequest) String

func (m *DeleteTableRequest) String() string

func (*DeleteTableRequest) XXX_DiscardUnknown added in v1.6.0

func (m *DeleteTableRequest) XXX_DiscardUnknown()

func (*DeleteTableRequest) XXX_Marshal added in v1.6.0

func (m *DeleteTableRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeleteTableRequest) XXX_Merge added in v1.6.0

func (m *DeleteTableRequest) XXX_Merge(src proto.Message)

func (*DeleteTableRequest) XXX_Size added in v1.6.0

func (m *DeleteTableRequest) XXX_Size() int

func (*DeleteTableRequest) XXX_Unmarshal added in v1.6.0

func (m *DeleteTableRequest) XXX_Unmarshal(b []byte) error

type DeleteTableResponse

type DeleteTableResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeleteTableResponse) Descriptor

func (*DeleteTableResponse) Descriptor() ([]byte, []int)

func (*DeleteTableResponse) ProtoMessage

func (*DeleteTableResponse) ProtoMessage()

func (*DeleteTableResponse) Reset

func (m *DeleteTableResponse) Reset()

func (*DeleteTableResponse) String

func (m *DeleteTableResponse) String() string

func (*DeleteTableResponse) XXX_DiscardUnknown added in v1.6.0

func (m *DeleteTableResponse) XXX_DiscardUnknown()

func (*DeleteTableResponse) XXX_Marshal added in v1.6.0

func (m *DeleteTableResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeleteTableResponse) XXX_Merge added in v1.6.0

func (m *DeleteTableResponse) XXX_Merge(src proto.Message)

func (*DeleteTableResponse) XXX_Size added in v1.6.0

func (m *DeleteTableResponse) XXX_Size() int

func (*DeleteTableResponse) XXX_Unmarshal added in v1.6.0

func (m *DeleteTableResponse) XXX_Unmarshal(b []byte) error

type DeleteTimeseriesAnalyticalStoreRequest added in v1.7.8

type DeleteTimeseriesAnalyticalStoreRequest struct {
	TableName            *string  `protobuf:"bytes,1,req,name=table_name" json:"table_name,omitempty"`
	StoreName            *string  `protobuf:"bytes,2,req,name=store_name" json:"store_name,omitempty"`
	DropMappingTable     *bool    `protobuf:"varint,3,opt,name=drop_mapping_table" json:"drop_mapping_table,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeleteTimeseriesAnalyticalStoreRequest) Descriptor added in v1.7.8

func (*DeleteTimeseriesAnalyticalStoreRequest) Descriptor() ([]byte, []int)

func (*DeleteTimeseriesAnalyticalStoreRequest) GetDropMappingTable added in v1.7.11

func (m *DeleteTimeseriesAnalyticalStoreRequest) GetDropMappingTable() bool

func (*DeleteTimeseriesAnalyticalStoreRequest) GetStoreName added in v1.7.8

func (*DeleteTimeseriesAnalyticalStoreRequest) GetTableName added in v1.7.8

func (*DeleteTimeseriesAnalyticalStoreRequest) ProtoMessage added in v1.7.8

func (*DeleteTimeseriesAnalyticalStoreRequest) Reset added in v1.7.8

func (*DeleteTimeseriesAnalyticalStoreRequest) String added in v1.7.8

func (*DeleteTimeseriesAnalyticalStoreRequest) XXX_DiscardUnknown added in v1.7.8

func (m *DeleteTimeseriesAnalyticalStoreRequest) XXX_DiscardUnknown()

func (*DeleteTimeseriesAnalyticalStoreRequest) XXX_Marshal added in v1.7.8

func (m *DeleteTimeseriesAnalyticalStoreRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeleteTimeseriesAnalyticalStoreRequest) XXX_Merge added in v1.7.8

func (*DeleteTimeseriesAnalyticalStoreRequest) XXX_Size added in v1.7.8

func (*DeleteTimeseriesAnalyticalStoreRequest) XXX_Unmarshal added in v1.7.8

func (m *DeleteTimeseriesAnalyticalStoreRequest) XXX_Unmarshal(b []byte) error

type DeleteTimeseriesAnalyticalStoreResponse added in v1.7.8

type DeleteTimeseriesAnalyticalStoreResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeleteTimeseriesAnalyticalStoreResponse) Descriptor added in v1.7.8

func (*DeleteTimeseriesAnalyticalStoreResponse) Descriptor() ([]byte, []int)

func (*DeleteTimeseriesAnalyticalStoreResponse) ProtoMessage added in v1.7.8

func (*DeleteTimeseriesAnalyticalStoreResponse) Reset added in v1.7.8

func (*DeleteTimeseriesAnalyticalStoreResponse) String added in v1.7.8

func (*DeleteTimeseriesAnalyticalStoreResponse) XXX_DiscardUnknown added in v1.7.8

func (m *DeleteTimeseriesAnalyticalStoreResponse) XXX_DiscardUnknown()

func (*DeleteTimeseriesAnalyticalStoreResponse) XXX_Marshal added in v1.7.8

func (m *DeleteTimeseriesAnalyticalStoreResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeleteTimeseriesAnalyticalStoreResponse) XXX_Merge added in v1.7.8

func (*DeleteTimeseriesAnalyticalStoreResponse) XXX_Size added in v1.7.8

func (*DeleteTimeseriesAnalyticalStoreResponse) XXX_Unmarshal added in v1.7.8

func (m *DeleteTimeseriesAnalyticalStoreResponse) XXX_Unmarshal(b []byte) error

type DeleteTimeseriesMetaRequest added in v1.7.3

type DeleteTimeseriesMetaRequest struct {
	TableName            *string          `protobuf:"bytes,1,req,name=table_name" json:"table_name,omitempty"`
	TimeseriesKey        []*TimeseriesKey `protobuf:"bytes,2,rep,name=timeseries_key" json:"timeseries_key,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*DeleteTimeseriesMetaRequest) Descriptor added in v1.7.3

func (*DeleteTimeseriesMetaRequest) Descriptor() ([]byte, []int)

func (*DeleteTimeseriesMetaRequest) GetTableName added in v1.7.3

func (m *DeleteTimeseriesMetaRequest) GetTableName() string

func (*DeleteTimeseriesMetaRequest) GetTimeseriesKey added in v1.7.3

func (m *DeleteTimeseriesMetaRequest) GetTimeseriesKey() []*TimeseriesKey

func (*DeleteTimeseriesMetaRequest) ProtoMessage added in v1.7.3

func (*DeleteTimeseriesMetaRequest) ProtoMessage()

func (*DeleteTimeseriesMetaRequest) Reset added in v1.7.3

func (m *DeleteTimeseriesMetaRequest) Reset()

func (*DeleteTimeseriesMetaRequest) String added in v1.7.3

func (m *DeleteTimeseriesMetaRequest) String() string

func (*DeleteTimeseriesMetaRequest) XXX_DiscardUnknown added in v1.7.3

func (m *DeleteTimeseriesMetaRequest) XXX_DiscardUnknown()

func (*DeleteTimeseriesMetaRequest) XXX_Marshal added in v1.7.3

func (m *DeleteTimeseriesMetaRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeleteTimeseriesMetaRequest) XXX_Merge added in v1.7.3

func (m *DeleteTimeseriesMetaRequest) XXX_Merge(src proto.Message)

func (*DeleteTimeseriesMetaRequest) XXX_Size added in v1.7.3

func (m *DeleteTimeseriesMetaRequest) XXX_Size() int

func (*DeleteTimeseriesMetaRequest) XXX_Unmarshal added in v1.7.3

func (m *DeleteTimeseriesMetaRequest) XXX_Unmarshal(b []byte) error

type DeleteTimeseriesMetaResponse added in v1.7.3

type DeleteTimeseriesMetaResponse struct {
	FailedRows           []*FailedRowInfo `protobuf:"bytes,1,rep,name=failed_rows" json:"failed_rows,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*DeleteTimeseriesMetaResponse) Descriptor added in v1.7.3

func (*DeleteTimeseriesMetaResponse) Descriptor() ([]byte, []int)

func (*DeleteTimeseriesMetaResponse) GetFailedRows added in v1.7.3

func (m *DeleteTimeseriesMetaResponse) GetFailedRows() []*FailedRowInfo

func (*DeleteTimeseriesMetaResponse) ProtoMessage added in v1.7.3

func (*DeleteTimeseriesMetaResponse) ProtoMessage()

func (*DeleteTimeseriesMetaResponse) Reset added in v1.7.3

func (m *DeleteTimeseriesMetaResponse) Reset()

func (*DeleteTimeseriesMetaResponse) String added in v1.7.3

func (*DeleteTimeseriesMetaResponse) XXX_DiscardUnknown added in v1.7.3

func (m *DeleteTimeseriesMetaResponse) XXX_DiscardUnknown()

func (*DeleteTimeseriesMetaResponse) XXX_Marshal added in v1.7.3

func (m *DeleteTimeseriesMetaResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeleteTimeseriesMetaResponse) XXX_Merge added in v1.7.3

func (m *DeleteTimeseriesMetaResponse) XXX_Merge(src proto.Message)

func (*DeleteTimeseriesMetaResponse) XXX_Size added in v1.7.3

func (m *DeleteTimeseriesMetaResponse) XXX_Size() int

func (*DeleteTimeseriesMetaResponse) XXX_Unmarshal added in v1.7.3

func (m *DeleteTimeseriesMetaResponse) XXX_Unmarshal(b []byte) error

type DeleteTimeseriesTableRequest added in v1.7.0

type DeleteTimeseriesTableRequest struct {
	TableName            *string  `protobuf:"bytes,1,req,name=table_name" json:"table_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeleteTimeseriesTableRequest) Descriptor added in v1.7.0

func (*DeleteTimeseriesTableRequest) Descriptor() ([]byte, []int)

func (*DeleteTimeseriesTableRequest) GetTableName added in v1.7.0

func (m *DeleteTimeseriesTableRequest) GetTableName() string

func (*DeleteTimeseriesTableRequest) ProtoMessage added in v1.7.0

func (*DeleteTimeseriesTableRequest) ProtoMessage()

func (*DeleteTimeseriesTableRequest) Reset added in v1.7.0

func (m *DeleteTimeseriesTableRequest) Reset()

func (*DeleteTimeseriesTableRequest) String added in v1.7.0

func (*DeleteTimeseriesTableRequest) XXX_DiscardUnknown added in v1.7.0

func (m *DeleteTimeseriesTableRequest) XXX_DiscardUnknown()

func (*DeleteTimeseriesTableRequest) XXX_Marshal added in v1.7.0

func (m *DeleteTimeseriesTableRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeleteTimeseriesTableRequest) XXX_Merge added in v1.7.0

func (m *DeleteTimeseriesTableRequest) XXX_Merge(src proto.Message)

func (*DeleteTimeseriesTableRequest) XXX_Size added in v1.7.0

func (m *DeleteTimeseriesTableRequest) XXX_Size() int

func (*DeleteTimeseriesTableRequest) XXX_Unmarshal added in v1.7.0

func (m *DeleteTimeseriesTableRequest) XXX_Unmarshal(b []byte) error

type DeleteTimeseriesTableResponse added in v1.7.0

type DeleteTimeseriesTableResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeleteTimeseriesTableResponse) Descriptor added in v1.7.0

func (*DeleteTimeseriesTableResponse) Descriptor() ([]byte, []int)

func (*DeleteTimeseriesTableResponse) ProtoMessage added in v1.7.0

func (*DeleteTimeseriesTableResponse) ProtoMessage()

func (*DeleteTimeseriesTableResponse) Reset added in v1.7.0

func (m *DeleteTimeseriesTableResponse) Reset()

func (*DeleteTimeseriesTableResponse) String added in v1.7.0

func (*DeleteTimeseriesTableResponse) XXX_DiscardUnknown added in v1.7.0

func (m *DeleteTimeseriesTableResponse) XXX_DiscardUnknown()

func (*DeleteTimeseriesTableResponse) XXX_Marshal added in v1.7.0

func (m *DeleteTimeseriesTableResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeleteTimeseriesTableResponse) XXX_Merge added in v1.7.0

func (m *DeleteTimeseriesTableResponse) XXX_Merge(src proto.Message)

func (*DeleteTimeseriesTableResponse) XXX_Size added in v1.7.0

func (m *DeleteTimeseriesTableResponse) XXX_Size() int

func (*DeleteTimeseriesTableResponse) XXX_Unmarshal added in v1.7.0

func (m *DeleteTimeseriesTableResponse) XXX_Unmarshal(b []byte) error

type DeliveryTaskInfo added in v1.6.0

type DeliveryTaskInfo struct {
	TableName            *string           `protobuf:"bytes,1,opt,name=tableName" json:"tableName,omitempty"`
	TaskName             *string           `protobuf:"bytes,2,opt,name=taskName" json:"taskName,omitempty"`
	TaskType             *DeliveryTaskType `protobuf:"varint,3,opt,name=taskType,enum=otsprotocol.DeliveryTaskType" json:"taskType,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*DeliveryTaskInfo) Descriptor added in v1.6.0

func (*DeliveryTaskInfo) Descriptor() ([]byte, []int)

func (*DeliveryTaskInfo) GetTableName added in v1.6.0

func (m *DeliveryTaskInfo) GetTableName() string

func (*DeliveryTaskInfo) GetTaskName added in v1.6.0

func (m *DeliveryTaskInfo) GetTaskName() string

func (*DeliveryTaskInfo) GetTaskType added in v1.6.0

func (m *DeliveryTaskInfo) GetTaskType() DeliveryTaskType

func (*DeliveryTaskInfo) ProtoMessage added in v1.6.0

func (*DeliveryTaskInfo) ProtoMessage()

func (*DeliveryTaskInfo) Reset added in v1.6.0

func (m *DeliveryTaskInfo) Reset()

func (*DeliveryTaskInfo) String added in v1.6.0

func (m *DeliveryTaskInfo) String() string

func (*DeliveryTaskInfo) XXX_DiscardUnknown added in v1.6.0

func (m *DeliveryTaskInfo) XXX_DiscardUnknown()

func (*DeliveryTaskInfo) XXX_Marshal added in v1.6.0

func (m *DeliveryTaskInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeliveryTaskInfo) XXX_Merge added in v1.6.0

func (dst *DeliveryTaskInfo) XXX_Merge(src proto.Message)

func (*DeliveryTaskInfo) XXX_Size added in v1.6.0

func (m *DeliveryTaskInfo) XXX_Size() int

func (*DeliveryTaskInfo) XXX_Unmarshal added in v1.6.0

func (m *DeliveryTaskInfo) XXX_Unmarshal(b []byte) error

type DeliveryTaskType added in v1.6.0

type DeliveryTaskType int32
const (
	DeliveryTaskType_BASE     DeliveryTaskType = 0
	DeliveryTaskType_INC      DeliveryTaskType = 1
	DeliveryTaskType_BASE_INC DeliveryTaskType = 2
)

func (DeliveryTaskType) Enum added in v1.6.0

func (DeliveryTaskType) EnumDescriptor added in v1.6.0

func (DeliveryTaskType) EnumDescriptor() ([]byte, []int)

func (DeliveryTaskType) String added in v1.6.0

func (x DeliveryTaskType) String() string

func (*DeliveryTaskType) UnmarshalJSON added in v1.6.0

func (x *DeliveryTaskType) UnmarshalJSON(data []byte) error

type DescribeDeliveryTaskRequest added in v1.6.0

type DescribeDeliveryTaskRequest struct {
	TableName            *string  `protobuf:"bytes,1,opt,name=tableName" json:"tableName,omitempty"`
	TaskName             *string  `protobuf:"bytes,2,opt,name=taskName" json:"taskName,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DescribeDeliveryTaskRequest) Descriptor added in v1.6.0

func (*DescribeDeliveryTaskRequest) Descriptor() ([]byte, []int)

func (*DescribeDeliveryTaskRequest) GetTableName added in v1.6.0

func (m *DescribeDeliveryTaskRequest) GetTableName() string

func (*DescribeDeliveryTaskRequest) GetTaskName added in v1.6.0

func (m *DescribeDeliveryTaskRequest) GetTaskName() string

func (*DescribeDeliveryTaskRequest) ProtoMessage added in v1.6.0

func (*DescribeDeliveryTaskRequest) ProtoMessage()

func (*DescribeDeliveryTaskRequest) Reset added in v1.6.0

func (m *DescribeDeliveryTaskRequest) Reset()

func (*DescribeDeliveryTaskRequest) String added in v1.6.0

func (m *DescribeDeliveryTaskRequest) String() string

func (*DescribeDeliveryTaskRequest) XXX_DiscardUnknown added in v1.6.0

func (m *DescribeDeliveryTaskRequest) XXX_DiscardUnknown()

func (*DescribeDeliveryTaskRequest) XXX_Marshal added in v1.6.0

func (m *DescribeDeliveryTaskRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DescribeDeliveryTaskRequest) XXX_Merge added in v1.6.0

func (dst *DescribeDeliveryTaskRequest) XXX_Merge(src proto.Message)

func (*DescribeDeliveryTaskRequest) XXX_Size added in v1.6.0

func (m *DescribeDeliveryTaskRequest) XXX_Size() int

func (*DescribeDeliveryTaskRequest) XXX_Unmarshal added in v1.6.0

func (m *DescribeDeliveryTaskRequest) XXX_Unmarshal(b []byte) error

type DescribeDeliveryTaskResponse added in v1.6.0

type DescribeDeliveryTaskResponse struct {
	TaskConfig           *OSSTaskConfig    `protobuf:"bytes,1,opt,name=taskConfig" json:"taskConfig,omitempty"`
	TaskSyncStat         *TaskSyncStat     `protobuf:"bytes,2,opt,name=task_sync_stat,json=taskSyncStat" json:"task_sync_stat,omitempty"`
	TaskType             *DeliveryTaskType `protobuf:"varint,3,opt,name=taskType,enum=otsprotocol.DeliveryTaskType" json:"taskType,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*DescribeDeliveryTaskResponse) Descriptor added in v1.6.0

func (*DescribeDeliveryTaskResponse) Descriptor() ([]byte, []int)

func (*DescribeDeliveryTaskResponse) GetTaskConfig added in v1.6.0

func (m *DescribeDeliveryTaskResponse) GetTaskConfig() *OSSTaskConfig

func (*DescribeDeliveryTaskResponse) GetTaskSyncStat added in v1.6.0

func (m *DescribeDeliveryTaskResponse) GetTaskSyncStat() *TaskSyncStat

func (*DescribeDeliveryTaskResponse) GetTaskType added in v1.6.0

func (*DescribeDeliveryTaskResponse) ProtoMessage added in v1.6.0

func (*DescribeDeliveryTaskResponse) ProtoMessage()

func (*DescribeDeliveryTaskResponse) Reset added in v1.6.0

func (m *DescribeDeliveryTaskResponse) Reset()

func (*DescribeDeliveryTaskResponse) String added in v1.6.0

func (*DescribeDeliveryTaskResponse) XXX_DiscardUnknown added in v1.6.0

func (m *DescribeDeliveryTaskResponse) XXX_DiscardUnknown()

func (*DescribeDeliveryTaskResponse) XXX_Marshal added in v1.6.0

func (m *DescribeDeliveryTaskResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DescribeDeliveryTaskResponse) XXX_Merge added in v1.6.0

func (dst *DescribeDeliveryTaskResponse) XXX_Merge(src proto.Message)

func (*DescribeDeliveryTaskResponse) XXX_Size added in v1.6.0

func (m *DescribeDeliveryTaskResponse) XXX_Size() int

func (*DescribeDeliveryTaskResponse) XXX_Unmarshal added in v1.6.0

func (m *DescribeDeliveryTaskResponse) XXX_Unmarshal(b []byte) error

type DescribeSearchIndexRequest

type DescribeSearchIndexRequest struct {
	TableName            *string  `protobuf:"bytes,1,opt,name=table_name,json=tableName" json:"table_name,omitempty"`
	IndexName            *string  `protobuf:"bytes,2,opt,name=index_name,json=indexName" json:"index_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DescribeSearchIndexRequest) Descriptor

func (*DescribeSearchIndexRequest) Descriptor() ([]byte, []int)

func (*DescribeSearchIndexRequest) GetIndexName

func (m *DescribeSearchIndexRequest) GetIndexName() string

func (*DescribeSearchIndexRequest) GetTableName

func (m *DescribeSearchIndexRequest) GetTableName() string

func (*DescribeSearchIndexRequest) ProtoMessage

func (*DescribeSearchIndexRequest) ProtoMessage()

func (*DescribeSearchIndexRequest) Reset

func (m *DescribeSearchIndexRequest) Reset()

func (*DescribeSearchIndexRequest) String

func (m *DescribeSearchIndexRequest) String() string

func (*DescribeSearchIndexRequest) XXX_DiscardUnknown

func (m *DescribeSearchIndexRequest) XXX_DiscardUnknown()

func (*DescribeSearchIndexRequest) XXX_Marshal

func (m *DescribeSearchIndexRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DescribeSearchIndexRequest) XXX_Merge

func (m *DescribeSearchIndexRequest) XXX_Merge(src proto.Message)

func (*DescribeSearchIndexRequest) XXX_Size

func (m *DescribeSearchIndexRequest) XXX_Size() int

func (*DescribeSearchIndexRequest) XXX_Unmarshal

func (m *DescribeSearchIndexRequest) XXX_Unmarshal(b []byte) error

type DescribeSearchIndexResponse

type DescribeSearchIndexResponse struct {
	Schema               *IndexSchema       `protobuf:"bytes,1,opt,name=schema" json:"schema,omitempty"`
	SyncStat             *SyncStat          `protobuf:"bytes,2,opt,name=sync_stat,json=syncStat" json:"sync_stat,omitempty"`
	MeteringInfo         *MeteringInfo      `protobuf:"bytes,3,opt,name=metering_info,json=meteringInfo" json:"metering_info,omitempty"`
	BrotherIndexName     *string            `protobuf:"bytes,4,opt,name=brother_index_name,json=brotherIndexName" json:"brother_index_name,omitempty"`
	QueryFlowWeight      []*QueryFlowWeight `protobuf:"bytes,5,rep,name=query_flow_weight,json=queryFlowWeight" json:"query_flow_weight,omitempty"`
	CreateTime           *int64             `protobuf:"varint,6,opt,name=create_time,json=createTime" json:"create_time,omitempty"`
	TimeToLive           *int32             `protobuf:"varint,7,opt,name=time_to_live,json=timeToLive" json:"time_to_live,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*DescribeSearchIndexResponse) Descriptor

func (*DescribeSearchIndexResponse) Descriptor() ([]byte, []int)

func (*DescribeSearchIndexResponse) GetBrotherIndexName added in v1.7.3

func (m *DescribeSearchIndexResponse) GetBrotherIndexName() string

func (*DescribeSearchIndexResponse) GetCreateTime added in v1.7.3

func (m *DescribeSearchIndexResponse) GetCreateTime() int64

func (*DescribeSearchIndexResponse) GetMeteringInfo added in v1.7.3

func (m *DescribeSearchIndexResponse) GetMeteringInfo() *MeteringInfo

func (*DescribeSearchIndexResponse) GetQueryFlowWeight added in v1.7.3

func (m *DescribeSearchIndexResponse) GetQueryFlowWeight() []*QueryFlowWeight

func (*DescribeSearchIndexResponse) GetSchema

func (m *DescribeSearchIndexResponse) GetSchema() *IndexSchema

func (*DescribeSearchIndexResponse) GetSyncStat

func (m *DescribeSearchIndexResponse) GetSyncStat() *SyncStat

func (*DescribeSearchIndexResponse) GetTimeToLive added in v1.7.3

func (m *DescribeSearchIndexResponse) GetTimeToLive() int32

func (*DescribeSearchIndexResponse) ProtoMessage

func (*DescribeSearchIndexResponse) ProtoMessage()

func (*DescribeSearchIndexResponse) Reset

func (m *DescribeSearchIndexResponse) Reset()

func (*DescribeSearchIndexResponse) String

func (m *DescribeSearchIndexResponse) String() string

func (*DescribeSearchIndexResponse) XXX_DiscardUnknown

func (m *DescribeSearchIndexResponse) XXX_DiscardUnknown()

func (*DescribeSearchIndexResponse) XXX_Marshal

func (m *DescribeSearchIndexResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DescribeSearchIndexResponse) XXX_Merge

func (m *DescribeSearchIndexResponse) XXX_Merge(src proto.Message)

func (*DescribeSearchIndexResponse) XXX_Size

func (m *DescribeSearchIndexResponse) XXX_Size() int

func (*DescribeSearchIndexResponse) XXX_Unmarshal

func (m *DescribeSearchIndexResponse) XXX_Unmarshal(b []byte) error

type DescribeStreamRequest

type DescribeStreamRequest struct {
	StreamId              *string  `protobuf:"bytes,1,req,name=stream_id,json=streamId" json:"stream_id,omitempty"`
	InclusiveStartShardId *string  `protobuf:"bytes,2,opt,name=inclusive_start_shard_id,json=inclusiveStartShardId" json:"inclusive_start_shard_id,omitempty"`
	ShardLimit            *int32   `protobuf:"varint,3,opt,name=shard_limit,json=shardLimit" json:"shard_limit,omitempty"`
	XXX_NoUnkeyedLiteral  struct{} `json:"-"`
	XXX_unrecognized      []byte   `json:"-"`
	XXX_sizecache         int32    `json:"-"`
}

func (*DescribeStreamRequest) Descriptor

func (*DescribeStreamRequest) Descriptor() ([]byte, []int)

func (*DescribeStreamRequest) GetInclusiveStartShardId

func (m *DescribeStreamRequest) GetInclusiveStartShardId() string

func (*DescribeStreamRequest) GetShardLimit

func (m *DescribeStreamRequest) GetShardLimit() int32

func (*DescribeStreamRequest) GetStreamId

func (m *DescribeStreamRequest) GetStreamId() string

func (*DescribeStreamRequest) ProtoMessage

func (*DescribeStreamRequest) ProtoMessage()

func (*DescribeStreamRequest) Reset

func (m *DescribeStreamRequest) Reset()

func (*DescribeStreamRequest) String

func (m *DescribeStreamRequest) String() string

func (*DescribeStreamRequest) XXX_DiscardUnknown added in v1.6.0

func (m *DescribeStreamRequest) XXX_DiscardUnknown()

func (*DescribeStreamRequest) XXX_Marshal added in v1.6.0

func (m *DescribeStreamRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DescribeStreamRequest) XXX_Merge added in v1.6.0

func (m *DescribeStreamRequest) XXX_Merge(src proto.Message)

func (*DescribeStreamRequest) XXX_Size added in v1.6.0

func (m *DescribeStreamRequest) XXX_Size() int

func (*DescribeStreamRequest) XXX_Unmarshal added in v1.6.0

func (m *DescribeStreamRequest) XXX_Unmarshal(b []byte) error

type DescribeStreamResponse

type DescribeStreamResponse struct {
	StreamId             *string        `protobuf:"bytes,1,req,name=stream_id,json=streamId" json:"stream_id,omitempty"`
	ExpirationTime       *int32         `protobuf:"varint,2,req,name=expiration_time,json=expirationTime" json:"expiration_time,omitempty"`
	TableName            *string        `protobuf:"bytes,3,req,name=table_name,json=tableName" json:"table_name,omitempty"`
	CreationTime         *int64         `protobuf:"varint,4,req,name=creation_time,json=creationTime" json:"creation_time,omitempty"`
	StreamStatus         *StreamStatus  `protobuf:"varint,5,req,name=stream_status,json=streamStatus,enum=otsprotocol.StreamStatus" json:"stream_status,omitempty"`
	Shards               []*StreamShard `protobuf:"bytes,6,rep,name=shards" json:"shards,omitempty"`
	NextShardId          *string        `protobuf:"bytes,7,opt,name=next_shard_id,json=nextShardId" json:"next_shard_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*DescribeStreamResponse) Descriptor

func (*DescribeStreamResponse) Descriptor() ([]byte, []int)

func (*DescribeStreamResponse) GetCreationTime

func (m *DescribeStreamResponse) GetCreationTime() int64

func (*DescribeStreamResponse) GetExpirationTime

func (m *DescribeStreamResponse) GetExpirationTime() int32

func (*DescribeStreamResponse) GetNextShardId

func (m *DescribeStreamResponse) GetNextShardId() string

func (*DescribeStreamResponse) GetShards

func (m *DescribeStreamResponse) GetShards() []*StreamShard

func (*DescribeStreamResponse) GetStreamId

func (m *DescribeStreamResponse) GetStreamId() string

func (*DescribeStreamResponse) GetStreamStatus

func (m *DescribeStreamResponse) GetStreamStatus() StreamStatus

func (*DescribeStreamResponse) GetTableName

func (m *DescribeStreamResponse) GetTableName() string

func (*DescribeStreamResponse) ProtoMessage

func (*DescribeStreamResponse) ProtoMessage()

func (*DescribeStreamResponse) Reset

func (m *DescribeStreamResponse) Reset()

func (*DescribeStreamResponse) String

func (m *DescribeStreamResponse) String() string

func (*DescribeStreamResponse) XXX_DiscardUnknown added in v1.6.0

func (m *DescribeStreamResponse) XXX_DiscardUnknown()

func (*DescribeStreamResponse) XXX_Marshal added in v1.6.0

func (m *DescribeStreamResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DescribeStreamResponse) XXX_Merge added in v1.6.0

func (m *DescribeStreamResponse) XXX_Merge(src proto.Message)

func (*DescribeStreamResponse) XXX_Size added in v1.6.0

func (m *DescribeStreamResponse) XXX_Size() int

func (*DescribeStreamResponse) XXX_Unmarshal added in v1.6.0

func (m *DescribeStreamResponse) XXX_Unmarshal(b []byte) error

type DescribeTableRequest

type DescribeTableRequest struct {
	TableName            *string  `protobuf:"bytes,1,req,name=table_name,json=tableName" json:"table_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

############################################# DescribeTable #############################################

func (*DescribeTableRequest) Descriptor

func (*DescribeTableRequest) Descriptor() ([]byte, []int)

func (*DescribeTableRequest) GetTableName

func (m *DescribeTableRequest) GetTableName() string

func (*DescribeTableRequest) ProtoMessage

func (*DescribeTableRequest) ProtoMessage()

func (*DescribeTableRequest) Reset

func (m *DescribeTableRequest) Reset()

func (*DescribeTableRequest) String

func (m *DescribeTableRequest) String() string

func (*DescribeTableRequest) XXX_DiscardUnknown added in v1.6.0

func (m *DescribeTableRequest) XXX_DiscardUnknown()

func (*DescribeTableRequest) XXX_Marshal added in v1.6.0

func (m *DescribeTableRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DescribeTableRequest) XXX_Merge added in v1.6.0

func (m *DescribeTableRequest) XXX_Merge(src proto.Message)

func (*DescribeTableRequest) XXX_Size added in v1.6.0

func (m *DescribeTableRequest) XXX_Size() int

func (*DescribeTableRequest) XXX_Unmarshal added in v1.6.0

func (m *DescribeTableRequest) XXX_Unmarshal(b []byte) error

type DescribeTableResponse

type DescribeTableResponse struct {
	TableMeta                 *TableMeta                 `protobuf:"bytes,1,req,name=table_meta,json=tableMeta" json:"table_meta,omitempty"`
	ReservedThroughputDetails *ReservedThroughputDetails `` /* 131-byte string literal not displayed */
	TableOptions              *TableOptions              `protobuf:"bytes,3,req,name=table_options,json=tableOptions" json:"table_options,omitempty"`
	TableStatus               *TableStatus               `protobuf:"varint,4,req,name=table_status,json=tableStatus,enum=otsprotocol.TableStatus" json:"table_status,omitempty"`
	StreamDetails             *StreamDetails             `protobuf:"bytes,5,opt,name=stream_details,json=streamDetails" json:"stream_details,omitempty"`
	ShardSplits               [][]byte                   `protobuf:"bytes,6,rep,name=shard_splits,json=shardSplits" json:"shard_splits,omitempty"`
	SseDetails                *SSEDetails                `protobuf:"bytes,7,opt,name=sse_details,json=sseDetails" json:"sse_details,omitempty"`
	IndexMetas                []*IndexMeta               `protobuf:"bytes,8,rep,name=index_metas,json=indexMetas" json:"index_metas,omitempty"`
	XXX_NoUnkeyedLiteral      struct{}                   `json:"-"`
	XXX_unrecognized          []byte                     `json:"-"`
	XXX_sizecache             int32                      `json:"-"`
}

func (*DescribeTableResponse) Descriptor

func (*DescribeTableResponse) Descriptor() ([]byte, []int)

func (*DescribeTableResponse) GetIndexMetas

func (m *DescribeTableResponse) GetIndexMetas() []*IndexMeta

func (*DescribeTableResponse) GetReservedThroughputDetails

func (m *DescribeTableResponse) GetReservedThroughputDetails() *ReservedThroughputDetails

func (*DescribeTableResponse) GetShardSplits

func (m *DescribeTableResponse) GetShardSplits() [][]byte

func (*DescribeTableResponse) GetSseDetails added in v1.7.6

func (m *DescribeTableResponse) GetSseDetails() *SSEDetails

func (*DescribeTableResponse) GetStreamDetails

func (m *DescribeTableResponse) GetStreamDetails() *StreamDetails

func (*DescribeTableResponse) GetTableMeta

func (m *DescribeTableResponse) GetTableMeta() *TableMeta

func (*DescribeTableResponse) GetTableOptions

func (m *DescribeTableResponse) GetTableOptions() *TableOptions

func (*DescribeTableResponse) GetTableStatus

func (m *DescribeTableResponse) GetTableStatus() TableStatus

func (*DescribeTableResponse) ProtoMessage

func (*DescribeTableResponse) ProtoMessage()

func (*DescribeTableResponse) Reset

func (m *DescribeTableResponse) Reset()

func (*DescribeTableResponse) String

func (m *DescribeTableResponse) String() string

func (*DescribeTableResponse) XXX_DiscardUnknown added in v1.6.0

func (m *DescribeTableResponse) XXX_DiscardUnknown()

func (*DescribeTableResponse) XXX_Marshal added in v1.6.0

func (m *DescribeTableResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DescribeTableResponse) XXX_Merge added in v1.6.0

func (m *DescribeTableResponse) XXX_Merge(src proto.Message)

func (*DescribeTableResponse) XXX_Size added in v1.6.0

func (m *DescribeTableResponse) XXX_Size() int

func (*DescribeTableResponse) XXX_Unmarshal added in v1.6.0

func (m *DescribeTableResponse) XXX_Unmarshal(b []byte) error

type DescribeTimeseriesAnalyticalStoreRequest added in v1.7.8

type DescribeTimeseriesAnalyticalStoreRequest struct {
	TableName            *string  `protobuf:"bytes,1,req,name=table_name" json:"table_name,omitempty"`
	StoreName            *string  `protobuf:"bytes,2,req,name=store_name" json:"store_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DescribeTimeseriesAnalyticalStoreRequest) Descriptor added in v1.7.8

func (*DescribeTimeseriesAnalyticalStoreRequest) Descriptor() ([]byte, []int)

func (*DescribeTimeseriesAnalyticalStoreRequest) GetStoreName added in v1.7.8

func (*DescribeTimeseriesAnalyticalStoreRequest) GetTableName added in v1.7.8

func (*DescribeTimeseriesAnalyticalStoreRequest) ProtoMessage added in v1.7.8

func (*DescribeTimeseriesAnalyticalStoreRequest) Reset added in v1.7.8

func (*DescribeTimeseriesAnalyticalStoreRequest) String added in v1.7.8

func (*DescribeTimeseriesAnalyticalStoreRequest) XXX_DiscardUnknown added in v1.7.8

func (m *DescribeTimeseriesAnalyticalStoreRequest) XXX_DiscardUnknown()

func (*DescribeTimeseriesAnalyticalStoreRequest) XXX_Marshal added in v1.7.8

func (m *DescribeTimeseriesAnalyticalStoreRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DescribeTimeseriesAnalyticalStoreRequest) XXX_Merge added in v1.7.8

func (*DescribeTimeseriesAnalyticalStoreRequest) XXX_Size added in v1.7.8

func (*DescribeTimeseriesAnalyticalStoreRequest) XXX_Unmarshal added in v1.7.8

func (m *DescribeTimeseriesAnalyticalStoreRequest) XXX_Unmarshal(b []byte) error

type DescribeTimeseriesAnalyticalStoreResponse added in v1.7.8

type DescribeTimeseriesAnalyticalStoreResponse struct {
	AnalyticalStore      *TimeseriesAnalyticalStore  `protobuf:"bytes,1,opt,name=analytical_store" json:"analytical_store,omitempty"`
	SyncStat             *AnalyticalStoreSyncStat    `protobuf:"bytes,2,opt,name=sync_stat" json:"sync_stat,omitempty"`
	StorageSize          *AnalyticalStoreStorageSize `protobuf:"bytes,3,opt,name=storage_size" json:"storage_size,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                    `json:"-"`
	XXX_unrecognized     []byte                      `json:"-"`
	XXX_sizecache        int32                       `json:"-"`
}

func (*DescribeTimeseriesAnalyticalStoreResponse) Descriptor added in v1.7.8

func (*DescribeTimeseriesAnalyticalStoreResponse) Descriptor() ([]byte, []int)

func (*DescribeTimeseriesAnalyticalStoreResponse) GetAnalyticalStore added in v1.7.8

func (*DescribeTimeseriesAnalyticalStoreResponse) GetStorageSize added in v1.7.8

func (*DescribeTimeseriesAnalyticalStoreResponse) GetSyncStat added in v1.7.8

func (*DescribeTimeseriesAnalyticalStoreResponse) ProtoMessage added in v1.7.8

func (*DescribeTimeseriesAnalyticalStoreResponse) Reset added in v1.7.8

func (*DescribeTimeseriesAnalyticalStoreResponse) String added in v1.7.8

func (*DescribeTimeseriesAnalyticalStoreResponse) XXX_DiscardUnknown added in v1.7.8

func (m *DescribeTimeseriesAnalyticalStoreResponse) XXX_DiscardUnknown()

func (*DescribeTimeseriesAnalyticalStoreResponse) XXX_Marshal added in v1.7.8

func (m *DescribeTimeseriesAnalyticalStoreResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DescribeTimeseriesAnalyticalStoreResponse) XXX_Merge added in v1.7.8

func (*DescribeTimeseriesAnalyticalStoreResponse) XXX_Size added in v1.7.8

func (*DescribeTimeseriesAnalyticalStoreResponse) XXX_Unmarshal added in v1.7.8

type DescribeTimeseriesTableRequest added in v1.7.0

type DescribeTimeseriesTableRequest struct {
	TableName            *string  `protobuf:"bytes,1,req,name=table_name" json:"table_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DescribeTimeseriesTableRequest) Descriptor added in v1.7.0

func (*DescribeTimeseriesTableRequest) Descriptor() ([]byte, []int)

func (*DescribeTimeseriesTableRequest) GetTableName added in v1.7.0

func (m *DescribeTimeseriesTableRequest) GetTableName() string

func (*DescribeTimeseriesTableRequest) ProtoMessage added in v1.7.0

func (*DescribeTimeseriesTableRequest) ProtoMessage()

func (*DescribeTimeseriesTableRequest) Reset added in v1.7.0

func (m *DescribeTimeseriesTableRequest) Reset()

func (*DescribeTimeseriesTableRequest) String added in v1.7.0

func (*DescribeTimeseriesTableRequest) XXX_DiscardUnknown added in v1.7.0

func (m *DescribeTimeseriesTableRequest) XXX_DiscardUnknown()

func (*DescribeTimeseriesTableRequest) XXX_Marshal added in v1.7.0

func (m *DescribeTimeseriesTableRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DescribeTimeseriesTableRequest) XXX_Merge added in v1.7.0

func (m *DescribeTimeseriesTableRequest) XXX_Merge(src proto.Message)

func (*DescribeTimeseriesTableRequest) XXX_Size added in v1.7.0

func (m *DescribeTimeseriesTableRequest) XXX_Size() int

func (*DescribeTimeseriesTableRequest) XXX_Unmarshal added in v1.7.0

func (m *DescribeTimeseriesTableRequest) XXX_Unmarshal(b []byte) error

type DescribeTimeseriesTableResponse added in v1.7.0

type DescribeTimeseriesTableResponse struct {
	TableMeta            *TimeseriesTableMeta         `protobuf:"bytes,1,req,name=table_meta" json:"table_meta,omitempty"`
	AnalyticalStores     []*TimeseriesAnalyticalStore `protobuf:"bytes,2,rep,name=analytical_stores" json:"analytical_stores,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                     `json:"-"`
	XXX_unrecognized     []byte                       `json:"-"`
	XXX_sizecache        int32                        `json:"-"`
}

func (*DescribeTimeseriesTableResponse) Descriptor added in v1.7.0

func (*DescribeTimeseriesTableResponse) Descriptor() ([]byte, []int)

func (*DescribeTimeseriesTableResponse) GetAnalyticalStores added in v1.7.8

func (m *DescribeTimeseriesTableResponse) GetAnalyticalStores() []*TimeseriesAnalyticalStore

func (*DescribeTimeseriesTableResponse) GetTableMeta added in v1.7.0

func (*DescribeTimeseriesTableResponse) ProtoMessage added in v1.7.0

func (*DescribeTimeseriesTableResponse) ProtoMessage()

func (*DescribeTimeseriesTableResponse) Reset added in v1.7.0

func (*DescribeTimeseriesTableResponse) String added in v1.7.0

func (*DescribeTimeseriesTableResponse) XXX_DiscardUnknown added in v1.7.0

func (m *DescribeTimeseriesTableResponse) XXX_DiscardUnknown()

func (*DescribeTimeseriesTableResponse) XXX_Marshal added in v1.7.0

func (m *DescribeTimeseriesTableResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DescribeTimeseriesTableResponse) XXX_Merge added in v1.7.0

func (m *DescribeTimeseriesTableResponse) XXX_Merge(src proto.Message)

func (*DescribeTimeseriesTableResponse) XXX_Size added in v1.7.0

func (m *DescribeTimeseriesTableResponse) XXX_Size() int

func (*DescribeTimeseriesTableResponse) XXX_Unmarshal added in v1.7.0

func (m *DescribeTimeseriesTableResponse) XXX_Unmarshal(b []byte) error

type Direction

type Direction int32

############################################# GetRange #############################################

const (
	Direction_FORWARD  Direction = 0
	Direction_BACKWARD Direction = 1
)

func (Direction) Enum

func (x Direction) Enum() *Direction

func (Direction) EnumDescriptor

func (Direction) EnumDescriptor() ([]byte, []int)

func (Direction) String

func (x Direction) String() string

func (*Direction) UnmarshalJSON

func (x *Direction) UnmarshalJSON(data []byte) error

type DistinctCountAggregation

type DistinctCountAggregation struct {
	FieldName            *string  `protobuf:"bytes,1,opt,name=field_name,json=fieldName" json:"field_name,omitempty"`
	Missing              []byte   `protobuf:"bytes,2,opt,name=missing" json:"missing,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DistinctCountAggregation) Descriptor

func (*DistinctCountAggregation) Descriptor() ([]byte, []int)

func (*DistinctCountAggregation) GetFieldName

func (m *DistinctCountAggregation) GetFieldName() string

func (*DistinctCountAggregation) GetMissing

func (m *DistinctCountAggregation) GetMissing() []byte

func (*DistinctCountAggregation) ProtoMessage

func (*DistinctCountAggregation) ProtoMessage()

func (*DistinctCountAggregation) Reset

func (m *DistinctCountAggregation) Reset()

func (*DistinctCountAggregation) String

func (m *DistinctCountAggregation) String() string

func (*DistinctCountAggregation) XXX_DiscardUnknown

func (m *DistinctCountAggregation) XXX_DiscardUnknown()

func (*DistinctCountAggregation) XXX_Marshal

func (m *DistinctCountAggregation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DistinctCountAggregation) XXX_Merge

func (m *DistinctCountAggregation) XXX_Merge(src proto.Message)

func (*DistinctCountAggregation) XXX_Size

func (m *DistinctCountAggregation) XXX_Size() int

func (*DistinctCountAggregation) XXX_Unmarshal

func (m *DistinctCountAggregation) XXX_Unmarshal(b []byte) error

type DistinctCountAggregationResult

type DistinctCountAggregationResult struct {
	Value                *int64   `protobuf:"varint,1,opt,name=value" json:"value,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DistinctCountAggregationResult) Descriptor

func (*DistinctCountAggregationResult) Descriptor() ([]byte, []int)

func (*DistinctCountAggregationResult) GetValue

func (m *DistinctCountAggregationResult) GetValue() int64

func (*DistinctCountAggregationResult) ProtoMessage

func (*DistinctCountAggregationResult) ProtoMessage()

func (*DistinctCountAggregationResult) Reset

func (m *DistinctCountAggregationResult) Reset()

func (*DistinctCountAggregationResult) String

func (*DistinctCountAggregationResult) XXX_DiscardUnknown

func (m *DistinctCountAggregationResult) XXX_DiscardUnknown()

func (*DistinctCountAggregationResult) XXX_Marshal

func (m *DistinctCountAggregationResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DistinctCountAggregationResult) XXX_Merge

func (m *DistinctCountAggregationResult) XXX_Merge(src proto.Message)

func (*DistinctCountAggregationResult) XXX_Size

func (m *DistinctCountAggregationResult) XXX_Size() int

func (*DistinctCountAggregationResult) XXX_Unmarshal

func (m *DistinctCountAggregationResult) XXX_Unmarshal(b []byte) error

type DocSort added in v1.7.12

type DocSort struct {
	Order                *SortOrder `protobuf:"varint,1,opt,name=order,enum=otsprotocol.SortOrder" json:"order,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

func (*DocSort) Descriptor added in v1.7.12

func (*DocSort) Descriptor() ([]byte, []int)

func (*DocSort) GetOrder added in v1.7.12

func (m *DocSort) GetOrder() SortOrder

func (*DocSort) ProtoMessage added in v1.7.12

func (*DocSort) ProtoMessage()

func (*DocSort) Reset added in v1.7.12

func (m *DocSort) Reset()

func (*DocSort) String added in v1.7.12

func (m *DocSort) String() string

func (*DocSort) XXX_DiscardUnknown added in v1.7.12

func (m *DocSort) XXX_DiscardUnknown()

func (*DocSort) XXX_Marshal added in v1.7.12

func (m *DocSort) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DocSort) XXX_Merge added in v1.7.12

func (m *DocSort) XXX_Merge(src proto.Message)

func (*DocSort) XXX_Size added in v1.7.12

func (m *DocSort) XXX_Size() int

func (*DocSort) XXX_Unmarshal added in v1.7.12

func (m *DocSort) XXX_Unmarshal(b []byte) error

type DropIndexRequest

type DropIndexRequest struct {
	MainTableName        *string  `protobuf:"bytes,1,req,name=main_table_name,json=mainTableName" json:"main_table_name,omitempty"`
	IndexName            *string  `protobuf:"bytes,2,req,name=index_name,json=indexName" json:"index_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DropIndexRequest) Descriptor

func (*DropIndexRequest) Descriptor() ([]byte, []int)

func (*DropIndexRequest) GetIndexName

func (m *DropIndexRequest) GetIndexName() string

func (*DropIndexRequest) GetMainTableName

func (m *DropIndexRequest) GetMainTableName() string

func (*DropIndexRequest) ProtoMessage

func (*DropIndexRequest) ProtoMessage()

func (*DropIndexRequest) Reset

func (m *DropIndexRequest) Reset()

func (*DropIndexRequest) String

func (m *DropIndexRequest) String() string

func (*DropIndexRequest) XXX_DiscardUnknown added in v1.6.0

func (m *DropIndexRequest) XXX_DiscardUnknown()

func (*DropIndexRequest) XXX_Marshal added in v1.6.0

func (m *DropIndexRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DropIndexRequest) XXX_Merge added in v1.6.0

func (m *DropIndexRequest) XXX_Merge(src proto.Message)

func (*DropIndexRequest) XXX_Size added in v1.6.0

func (m *DropIndexRequest) XXX_Size() int

func (*DropIndexRequest) XXX_Unmarshal added in v1.6.0

func (m *DropIndexRequest) XXX_Unmarshal(b []byte) error

type DropIndexResponse

type DropIndexResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DropIndexResponse) Descriptor

func (*DropIndexResponse) Descriptor() ([]byte, []int)

func (*DropIndexResponse) ProtoMessage

func (*DropIndexResponse) ProtoMessage()

func (*DropIndexResponse) Reset

func (m *DropIndexResponse) Reset()

func (*DropIndexResponse) String

func (m *DropIndexResponse) String() string

func (*DropIndexResponse) XXX_DiscardUnknown added in v1.6.0

func (m *DropIndexResponse) XXX_DiscardUnknown()

func (*DropIndexResponse) XXX_Marshal added in v1.6.0

func (m *DropIndexResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DropIndexResponse) XXX_Merge added in v1.6.0

func (m *DropIndexResponse) XXX_Merge(src proto.Message)

func (*DropIndexResponse) XXX_Size added in v1.6.0

func (m *DropIndexResponse) XXX_Size() int

func (*DropIndexResponse) XXX_Unmarshal added in v1.6.0

func (m *DropIndexResponse) XXX_Unmarshal(b []byte) error

type Encoding added in v1.6.0

type Encoding int32
const (
	Encoding_PLAIN                   Encoding = 0
	Encoding_PLAIN_DICTIONARY        Encoding = 1
	Encoding_DELTA_BINARY_PACKED     Encoding = 2
	Encoding_DELTA_BYTE_ARRAY        Encoding = 3
	Encoding_DELTA_LENGTH_BYTE_ARRAY Encoding = 4
)

func (Encoding) Enum added in v1.6.0

func (x Encoding) Enum() *Encoding

func (Encoding) EnumDescriptor added in v1.6.0

func (Encoding) EnumDescriptor() ([]byte, []int)

func (Encoding) String added in v1.6.0

func (x Encoding) String() string

func (*Encoding) UnmarshalJSON added in v1.6.0

func (x *Encoding) UnmarshalJSON(data []byte) error

type Error

type Error struct {
	Code                 *string  `protobuf:"bytes,1,req,name=code" json:"code,omitempty"`
	Message              *string  `protobuf:"bytes,2,opt,name=message" json:"message,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Error) Descriptor

func (*Error) Descriptor() ([]byte, []int)

func (*Error) GetCode

func (m *Error) GetCode() string

func (*Error) GetMessage

func (m *Error) GetMessage() string

func (*Error) ProtoMessage

func (*Error) ProtoMessage()

func (*Error) Reset

func (m *Error) Reset()

func (*Error) String

func (m *Error) String() string

func (*Error) XXX_DiscardUnknown added in v1.6.0

func (m *Error) XXX_DiscardUnknown()

func (*Error) XXX_Marshal added in v1.6.0

func (m *Error) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Error) XXX_Merge added in v1.6.0

func (m *Error) XXX_Merge(src proto.Message)

func (*Error) XXX_Size added in v1.6.0

func (m *Error) XXX_Size() int

func (*Error) XXX_Unmarshal added in v1.6.0

func (m *Error) XXX_Unmarshal(b []byte) error

type ErrorType added in v1.6.0

type ErrorType int32
const (
	ErrorType_UNAUTHORIZED       ErrorType = 1
	ErrorType_INVALID_OSS_BUCKET ErrorType = 2
)

func (ErrorType) Enum added in v1.6.0

func (x ErrorType) Enum() *ErrorType

func (ErrorType) EnumDescriptor added in v1.6.0

func (ErrorType) EnumDescriptor() ([]byte, []int)

func (ErrorType) String added in v1.6.0

func (x ErrorType) String() string

func (*ErrorType) UnmarshalJSON added in v1.6.0

func (x *ErrorType) UnmarshalJSON(data []byte) error

type EventColumn added in v1.6.0

type EventColumn struct {
	ColumnName           *string                     `protobuf:"bytes,1,opt,name=columnName" json:"columnName,omitempty"`
	TimeFormat           *EventColumnEventTimeFormat `protobuf:"varint,2,opt,name=timeFormat,enum=otsprotocol.EventColumnEventTimeFormat" json:"timeFormat,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                    `json:"-"`
	XXX_unrecognized     []byte                      `json:"-"`
	XXX_sizecache        int32                       `json:"-"`
}

func (*EventColumn) Descriptor added in v1.6.0

func (*EventColumn) Descriptor() ([]byte, []int)

func (*EventColumn) GetColumnName added in v1.6.0

func (m *EventColumn) GetColumnName() string

func (*EventColumn) GetTimeFormat added in v1.6.0

func (m *EventColumn) GetTimeFormat() EventColumnEventTimeFormat

func (*EventColumn) ProtoMessage added in v1.6.0

func (*EventColumn) ProtoMessage()

func (*EventColumn) Reset added in v1.6.0

func (m *EventColumn) Reset()

func (*EventColumn) String added in v1.6.0

func (m *EventColumn) String() string

func (*EventColumn) XXX_DiscardUnknown added in v1.6.0

func (m *EventColumn) XXX_DiscardUnknown()

func (*EventColumn) XXX_Marshal added in v1.6.0

func (m *EventColumn) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*EventColumn) XXX_Merge added in v1.6.0

func (dst *EventColumn) XXX_Merge(src proto.Message)

func (*EventColumn) XXX_Size added in v1.6.0

func (m *EventColumn) XXX_Size() int

func (*EventColumn) XXX_Unmarshal added in v1.6.0

func (m *EventColumn) XXX_Unmarshal(b []byte) error

type EventColumnEventTimeFormat added in v1.6.0

type EventColumnEventTimeFormat int32
const (
	EventColumn_RFC822  EventColumnEventTimeFormat = 1
	EventColumn_RFC850  EventColumnEventTimeFormat = 2
	EventColumn_RFC1123 EventColumnEventTimeFormat = 3
	EventColumn_RFC3339 EventColumnEventTimeFormat = 4
	EventColumn_Unix    EventColumnEventTimeFormat = 5
)

func (EventColumnEventTimeFormat) Enum added in v1.6.0

func (EventColumnEventTimeFormat) EnumDescriptor added in v1.6.0

func (EventColumnEventTimeFormat) EnumDescriptor() ([]byte, []int)

func (EventColumnEventTimeFormat) String added in v1.6.0

func (*EventColumnEventTimeFormat) UnmarshalJSON added in v1.6.0

func (x *EventColumnEventTimeFormat) UnmarshalJSON(data []byte) error

type ExistsQuery

type ExistsQuery struct {
	FieldName            *string  `protobuf:"bytes,1,opt,name=field_name,json=fieldName" json:"field_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ExistsQuery) Descriptor

func (*ExistsQuery) Descriptor() ([]byte, []int)

func (*ExistsQuery) GetFieldName

func (m *ExistsQuery) GetFieldName() string

func (*ExistsQuery) ProtoMessage

func (*ExistsQuery) ProtoMessage()

func (*ExistsQuery) Reset

func (m *ExistsQuery) Reset()

func (*ExistsQuery) String

func (m *ExistsQuery) String() string

func (*ExistsQuery) XXX_DiscardUnknown

func (m *ExistsQuery) XXX_DiscardUnknown()

func (*ExistsQuery) XXX_Marshal

func (m *ExistsQuery) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ExistsQuery) XXX_Merge

func (m *ExistsQuery) XXX_Merge(src proto.Message)

func (*ExistsQuery) XXX_Size

func (m *ExistsQuery) XXX_Size() int

func (*ExistsQuery) XXX_Unmarshal

func (m *ExistsQuery) XXX_Unmarshal(b []byte) error

type FailedRowInfo added in v1.7.0

type FailedRowInfo struct {
	RowIndex             *int32   `protobuf:"varint,1,req,name=row_index" json:"row_index,omitempty"`
	ErrorCode            *string  `protobuf:"bytes,2,opt,name=error_code" json:"error_code,omitempty"`
	ErrorMessage         *string  `protobuf:"bytes,3,opt,name=error_message" json:"error_message,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*FailedRowInfo) Descriptor added in v1.7.0

func (*FailedRowInfo) Descriptor() ([]byte, []int)

func (*FailedRowInfo) GetErrorCode added in v1.7.0

func (m *FailedRowInfo) GetErrorCode() string

func (*FailedRowInfo) GetErrorMessage added in v1.7.0

func (m *FailedRowInfo) GetErrorMessage() string

func (*FailedRowInfo) GetRowIndex added in v1.7.0

func (m *FailedRowInfo) GetRowIndex() int32

func (*FailedRowInfo) ProtoMessage added in v1.7.0

func (*FailedRowInfo) ProtoMessage()

func (*FailedRowInfo) Reset added in v1.7.0

func (m *FailedRowInfo) Reset()

func (*FailedRowInfo) String added in v1.7.0

func (m *FailedRowInfo) String() string

func (*FailedRowInfo) XXX_DiscardUnknown added in v1.7.0

func (m *FailedRowInfo) XXX_DiscardUnknown()

func (*FailedRowInfo) XXX_Marshal added in v1.7.0

func (m *FailedRowInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FailedRowInfo) XXX_Merge added in v1.7.0

func (m *FailedRowInfo) XXX_Merge(src proto.Message)

func (*FailedRowInfo) XXX_Size added in v1.7.0

func (m *FailedRowInfo) XXX_Size() int

func (*FailedRowInfo) XXX_Unmarshal added in v1.7.0

func (m *FailedRowInfo) XXX_Unmarshal(b []byte) error

type FieldRange added in v1.7.0

type FieldRange struct {
	Min                  []byte   `protobuf:"bytes,1,opt,name=min" json:"min,omitempty"`
	Max                  []byte   `protobuf:"bytes,2,opt,name=max" json:"max,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*FieldRange) Descriptor added in v1.7.0

func (*FieldRange) Descriptor() ([]byte, []int)

func (*FieldRange) GetMax added in v1.7.0

func (m *FieldRange) GetMax() []byte

func (*FieldRange) GetMin added in v1.7.0

func (m *FieldRange) GetMin() []byte

func (*FieldRange) ProtoMessage added in v1.7.0

func (*FieldRange) ProtoMessage()

func (*FieldRange) Reset added in v1.7.0

func (m *FieldRange) Reset()

func (*FieldRange) String added in v1.7.0

func (m *FieldRange) String() string

func (*FieldRange) XXX_DiscardUnknown added in v1.7.0

func (m *FieldRange) XXX_DiscardUnknown()

func (*FieldRange) XXX_Marshal added in v1.7.0

func (m *FieldRange) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FieldRange) XXX_Merge added in v1.7.0

func (m *FieldRange) XXX_Merge(src proto.Message)

func (*FieldRange) XXX_Size added in v1.7.0

func (m *FieldRange) XXX_Size() int

func (*FieldRange) XXX_Unmarshal added in v1.7.0

func (m *FieldRange) XXX_Unmarshal(b []byte) error

type FieldSchema

type FieldSchema struct {
	FieldName            *string        `protobuf:"bytes,1,opt,name=field_name,json=fieldName" json:"field_name,omitempty"`
	FieldType            *FieldType     `protobuf:"varint,2,opt,name=field_type,json=fieldType,enum=otsprotocol.FieldType" json:"field_type,omitempty"`
	IndexOptions         *IndexOptions  `protobuf:"varint,3,opt,name=index_options,json=indexOptions,enum=otsprotocol.IndexOptions" json:"index_options,omitempty"`
	Analyzer             *string        `protobuf:"bytes,4,opt,name=analyzer" json:"analyzer,omitempty"`
	Index                *bool          `protobuf:"varint,5,opt,name=index" json:"index,omitempty"`
	SortAndAgg           *bool          `protobuf:"varint,6,opt,name=sort_and_agg,json=sortAndAgg" json:"sort_and_agg,omitempty"`
	Store                *bool          `protobuf:"varint,7,opt,name=store" json:"store,omitempty"`
	FieldSchemas         []*FieldSchema `protobuf:"bytes,8,rep,name=field_schemas,json=fieldSchemas" json:"field_schemas,omitempty"`
	IsArray              *bool          `protobuf:"varint,9,opt,name=is_array,json=isArray" json:"is_array,omitempty"`
	AnalyzerParameter    []byte         `protobuf:"bytes,10,opt,name=analyzer_parameter,json=analyzerParameter" json:"analyzer_parameter,omitempty"`
	IsVirtualField       *bool          `protobuf:"varint,11,opt,name=is_virtual_field,json=isVirtualField" json:"is_virtual_field,omitempty"`
	SourceFieldNames     []string       `protobuf:"bytes,12,rep,name=source_field_names,json=sourceFieldNames" json:"source_field_names,omitempty"`
	DateFormats          []string       `protobuf:"bytes,13,rep,name=date_formats,json=dateFormats" json:"date_formats,omitempty"`
	EnableHighlighting   *bool          `protobuf:"varint,14,opt,name=enable_highlighting,json=enableHighlighting" json:"enable_highlighting,omitempty"`
	VectorOptions        *VectorOptions `protobuf:"bytes,15,opt,name=vector_options,json=vectorOptions" json:"vector_options,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*FieldSchema) Descriptor

func (*FieldSchema) Descriptor() ([]byte, []int)

func (*FieldSchema) GetAnalyzer

func (m *FieldSchema) GetAnalyzer() string

func (*FieldSchema) GetAnalyzerParameter

func (m *FieldSchema) GetAnalyzerParameter() []byte

func (*FieldSchema) GetDateFormats added in v1.7.3

func (m *FieldSchema) GetDateFormats() []string

func (*FieldSchema) GetEnableHighlighting added in v1.7.9

func (m *FieldSchema) GetEnableHighlighting() bool

func (*FieldSchema) GetFieldName

func (m *FieldSchema) GetFieldName() string

func (*FieldSchema) GetFieldSchemas

func (m *FieldSchema) GetFieldSchemas() []*FieldSchema

func (*FieldSchema) GetFieldType

func (m *FieldSchema) GetFieldType() FieldType

func (*FieldSchema) GetIndex

func (m *FieldSchema) GetIndex() bool

func (*FieldSchema) GetIndexOptions

func (m *FieldSchema) GetIndexOptions() IndexOptions

func (*FieldSchema) GetIsArray

func (m *FieldSchema) GetIsArray() bool

func (*FieldSchema) GetIsVirtualField added in v1.7.0

func (m *FieldSchema) GetIsVirtualField() bool

func (*FieldSchema) GetSortAndAgg

func (m *FieldSchema) GetSortAndAgg() bool

func (*FieldSchema) GetSourceFieldNames added in v1.7.0

func (m *FieldSchema) GetSourceFieldNames() []string

func (*FieldSchema) GetStore

func (m *FieldSchema) GetStore() bool

func (*FieldSchema) GetVectorOptions added in v1.7.13

func (m *FieldSchema) GetVectorOptions() *VectorOptions

func (*FieldSchema) ProtoMessage

func (*FieldSchema) ProtoMessage()

func (*FieldSchema) Reset

func (m *FieldSchema) Reset()

func (*FieldSchema) String

func (m *FieldSchema) String() string

func (*FieldSchema) XXX_DiscardUnknown

func (m *FieldSchema) XXX_DiscardUnknown()

func (*FieldSchema) XXX_Marshal

func (m *FieldSchema) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FieldSchema) XXX_Merge

func (m *FieldSchema) XXX_Merge(src proto.Message)

func (*FieldSchema) XXX_Size

func (m *FieldSchema) XXX_Size() int

func (*FieldSchema) XXX_Unmarshal

func (m *FieldSchema) XXX_Unmarshal(b []byte) error

type FieldSort

type FieldSort struct {
	FieldName            *string       `protobuf:"bytes,1,opt,name=field_name,json=fieldName" json:"field_name,omitempty"`
	Order                *SortOrder    `protobuf:"varint,2,opt,name=order,enum=otsprotocol.SortOrder" json:"order,omitempty"`
	Mode                 *SortMode     `protobuf:"varint,3,opt,name=mode,enum=otsprotocol.SortMode" json:"mode,omitempty"`
	NestedFilter         *NestedFilter `protobuf:"bytes,4,opt,name=nested_filter,json=nestedFilter" json:"nested_filter,omitempty"`
	MissingValue         []byte        `protobuf:"bytes,5,opt,name=missing_value,json=missingValue" json:"missing_value,omitempty"`
	MissingField         *string       `protobuf:"bytes,6,opt,name=missing_field,json=missingField" json:"missing_field,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*FieldSort) Descriptor

func (*FieldSort) Descriptor() ([]byte, []int)

func (*FieldSort) GetFieldName

func (m *FieldSort) GetFieldName() string

func (*FieldSort) GetMissingField added in v1.7.7

func (m *FieldSort) GetMissingField() string

func (*FieldSort) GetMissingValue added in v1.7.7

func (m *FieldSort) GetMissingValue() []byte

func (*FieldSort) GetMode

func (m *FieldSort) GetMode() SortMode

func (*FieldSort) GetNestedFilter

func (m *FieldSort) GetNestedFilter() *NestedFilter

func (*FieldSort) GetOrder

func (m *FieldSort) GetOrder() SortOrder

func (*FieldSort) ProtoMessage

func (*FieldSort) ProtoMessage()

func (*FieldSort) Reset

func (m *FieldSort) Reset()

func (*FieldSort) String

func (m *FieldSort) String() string

func (*FieldSort) XXX_DiscardUnknown

func (m *FieldSort) XXX_DiscardUnknown()

func (*FieldSort) XXX_Marshal

func (m *FieldSort) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FieldSort) XXX_Merge

func (m *FieldSort) XXX_Merge(src proto.Message)

func (*FieldSort) XXX_Size

func (m *FieldSort) XXX_Size() int

func (*FieldSort) XXX_Unmarshal

func (m *FieldSort) XXX_Unmarshal(b []byte) error

type FieldType

type FieldType int32
const (
	FieldType_LONG      FieldType = 1
	FieldType_DOUBLE    FieldType = 2
	FieldType_BOOLEAN   FieldType = 3
	FieldType_KEYWORD   FieldType = 4
	FieldType_TEXT      FieldType = 5
	FieldType_NESTED    FieldType = 6
	FieldType_GEO_POINT FieldType = 7
	FieldType_DATE      FieldType = 8
	FieldType_VECTOR    FieldType = 9
)

func (FieldType) Enum

func (x FieldType) Enum() *FieldType

func (FieldType) EnumDescriptor

func (FieldType) EnumDescriptor() ([]byte, []int)

func (FieldType) String

func (x FieldType) String() string

func (*FieldType) UnmarshalJSON

func (x *FieldType) UnmarshalJSON(data []byte) error

type FieldValueFactor

type FieldValueFactor struct {
	FieldName            *string  `protobuf:"bytes,1,opt,name=field_name,json=fieldName" json:"field_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*FieldValueFactor) Descriptor

func (*FieldValueFactor) Descriptor() ([]byte, []int)

func (*FieldValueFactor) GetFieldName

func (m *FieldValueFactor) GetFieldName() string

func (*FieldValueFactor) ProtoMessage

func (*FieldValueFactor) ProtoMessage()

func (*FieldValueFactor) Reset

func (m *FieldValueFactor) Reset()

func (*FieldValueFactor) String

func (m *FieldValueFactor) String() string

func (*FieldValueFactor) XXX_DiscardUnknown

func (m *FieldValueFactor) XXX_DiscardUnknown()

func (*FieldValueFactor) XXX_Marshal

func (m *FieldValueFactor) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FieldValueFactor) XXX_Merge

func (m *FieldValueFactor) XXX_Merge(src proto.Message)

func (*FieldValueFactor) XXX_Size

func (m *FieldValueFactor) XXX_Size() int

func (*FieldValueFactor) XXX_Unmarshal

func (m *FieldValueFactor) XXX_Unmarshal(b []byte) error

type FieldValueFactorFunction added in v1.7.12

type FieldValueFactorFunction struct {
	FieldName            *string           `protobuf:"bytes,1,opt,name=field_name,json=fieldName" json:"field_name,omitempty"`
	Factor               *float32          `protobuf:"fixed32,2,opt,name=factor" json:"factor,omitempty"`
	Modifier             *FunctionModifier `protobuf:"varint,3,opt,name=modifier,enum=otsprotocol.FunctionModifier" json:"modifier,omitempty"`
	Missing              *float64          `protobuf:"fixed64,4,opt,name=missing" json:"missing,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*FieldValueFactorFunction) Descriptor added in v1.7.12

func (*FieldValueFactorFunction) Descriptor() ([]byte, []int)

func (*FieldValueFactorFunction) GetFactor added in v1.7.12

func (m *FieldValueFactorFunction) GetFactor() float32

func (*FieldValueFactorFunction) GetFieldName added in v1.7.12

func (m *FieldValueFactorFunction) GetFieldName() string

func (*FieldValueFactorFunction) GetMissing added in v1.7.12

func (m *FieldValueFactorFunction) GetMissing() float64

func (*FieldValueFactorFunction) GetModifier added in v1.7.12

func (m *FieldValueFactorFunction) GetModifier() FunctionModifier

func (*FieldValueFactorFunction) ProtoMessage added in v1.7.12

func (*FieldValueFactorFunction) ProtoMessage()

func (*FieldValueFactorFunction) Reset added in v1.7.12

func (m *FieldValueFactorFunction) Reset()

func (*FieldValueFactorFunction) String added in v1.7.12

func (m *FieldValueFactorFunction) String() string

func (*FieldValueFactorFunction) XXX_DiscardUnknown added in v1.7.12

func (m *FieldValueFactorFunction) XXX_DiscardUnknown()

func (*FieldValueFactorFunction) XXX_Marshal added in v1.7.12

func (m *FieldValueFactorFunction) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FieldValueFactorFunction) XXX_Merge added in v1.7.12

func (m *FieldValueFactorFunction) XXX_Merge(src proto.Message)

func (*FieldValueFactorFunction) XXX_Size added in v1.7.12

func (m *FieldValueFactorFunction) XXX_Size() int

func (*FieldValueFactorFunction) XXX_Unmarshal added in v1.7.12

func (m *FieldValueFactorFunction) XXX_Unmarshal(b []byte) error

type Filter

type Filter struct {
	Type                 *FilterType `protobuf:"varint,1,req,name=type,enum=otsprotocol.FilterType" json:"type,omitempty"`
	Filter               []byte      `protobuf:"bytes,2,req,name=filter" json:"filter,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*Filter) Descriptor

func (*Filter) Descriptor() ([]byte, []int)

func (*Filter) GetFilter

func (m *Filter) GetFilter() []byte

func (*Filter) GetType

func (m *Filter) GetType() FilterType

func (*Filter) ProtoMessage

func (*Filter) ProtoMessage()

func (*Filter) Reset

func (m *Filter) Reset()

func (*Filter) String

func (m *Filter) String() string

func (*Filter) XXX_DiscardUnknown added in v1.7.13

func (m *Filter) XXX_DiscardUnknown()

func (*Filter) XXX_Marshal added in v1.7.13

func (m *Filter) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Filter) XXX_Merge added in v1.7.13

func (m *Filter) XXX_Merge(src proto.Message)

func (*Filter) XXX_Size added in v1.7.13

func (m *Filter) XXX_Size() int

func (*Filter) XXX_Unmarshal added in v1.7.13

func (m *Filter) XXX_Unmarshal(b []byte) error

type FilterType

type FilterType int32
const (
	FilterType_FT_SINGLE_COLUMN_VALUE    FilterType = 1
	FilterType_FT_COMPOSITE_COLUMN_VALUE FilterType = 2
	FilterType_FT_COLUMN_PAGINATION      FilterType = 3
)

func (FilterType) Enum

func (x FilterType) Enum() *FilterType

func (FilterType) EnumDescriptor

func (FilterType) EnumDescriptor() ([]byte, []int)

func (FilterType) String

func (x FilterType) String() string

func (*FilterType) UnmarshalJSON

func (x *FilterType) UnmarshalJSON(data []byte) error

type Format added in v1.6.0

type Format int32
const (
	Format_Parquet Format = 0
)

func (Format) Enum added in v1.6.0

func (x Format) Enum() *Format

func (Format) EnumDescriptor added in v1.6.0

func (Format) EnumDescriptor() ([]byte, []int)

func (Format) String added in v1.6.0

func (x Format) String() string

func (*Format) UnmarshalJSON added in v1.6.0

func (x *Format) UnmarshalJSON(data []byte) error

type Function added in v1.7.12

type Function struct {
	FieldValueFactor     *FieldValueFactorFunction `protobuf:"bytes,1,opt,name=field_value_factor,json=fieldValueFactor" json:"field_value_factor,omitempty"`
	Random               *RandomScoreFunction      `protobuf:"bytes,2,opt,name=random" json:"random,omitempty"`
	Decay                *DecayFunction            `protobuf:"bytes,3,opt,name=decay" json:"decay,omitempty"`
	Weight               *float32                  `protobuf:"fixed32,4,opt,name=weight" json:"weight,omitempty"`
	Filter               *Query                    `protobuf:"bytes,5,opt,name=filter" json:"filter,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                  `json:"-"`
	XXX_unrecognized     []byte                    `json:"-"`
	XXX_sizecache        int32                     `json:"-"`
}

func (*Function) Descriptor added in v1.7.12

func (*Function) Descriptor() ([]byte, []int)

func (*Function) GetDecay added in v1.7.12

func (m *Function) GetDecay() *DecayFunction

func (*Function) GetFieldValueFactor added in v1.7.12

func (m *Function) GetFieldValueFactor() *FieldValueFactorFunction

func (*Function) GetFilter added in v1.7.12

func (m *Function) GetFilter() *Query

func (*Function) GetRandom added in v1.7.12

func (m *Function) GetRandom() *RandomScoreFunction

func (*Function) GetWeight added in v1.7.12

func (m *Function) GetWeight() float32

func (*Function) ProtoMessage added in v1.7.12

func (*Function) ProtoMessage()

func (*Function) Reset added in v1.7.12

func (m *Function) Reset()

func (*Function) String added in v1.7.12

func (m *Function) String() string

func (*Function) XXX_DiscardUnknown added in v1.7.12

func (m *Function) XXX_DiscardUnknown()

func (*Function) XXX_Marshal added in v1.7.12

func (m *Function) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Function) XXX_Merge added in v1.7.12

func (m *Function) XXX_Merge(src proto.Message)

func (*Function) XXX_Size added in v1.7.12

func (m *Function) XXX_Size() int

func (*Function) XXX_Unmarshal added in v1.7.12

func (m *Function) XXX_Unmarshal(b []byte) error

type FunctionCombineMode added in v1.7.12

type FunctionCombineMode int32
const (
	FunctionCombineMode_FCM_MULTIPLY FunctionCombineMode = 1
	FunctionCombineMode_FCM_AVG      FunctionCombineMode = 2
	FunctionCombineMode_FCM_MAX      FunctionCombineMode = 3
	FunctionCombineMode_FCM_SUM      FunctionCombineMode = 4
	FunctionCombineMode_FCM_MIN      FunctionCombineMode = 5
	FunctionCombineMode_FCM_REPLACE  FunctionCombineMode = 6
)

func (FunctionCombineMode) Enum added in v1.7.12

func (FunctionCombineMode) EnumDescriptor added in v1.7.12

func (FunctionCombineMode) EnumDescriptor() ([]byte, []int)

func (FunctionCombineMode) String added in v1.7.12

func (x FunctionCombineMode) String() string

func (*FunctionCombineMode) UnmarshalJSON added in v1.7.12

func (x *FunctionCombineMode) UnmarshalJSON(data []byte) error

type FunctionModifier added in v1.7.12

type FunctionModifier int32
const (
	FunctionModifier_FM_NONE       FunctionModifier = 1
	FunctionModifier_FM_LOG        FunctionModifier = 2
	FunctionModifier_FM_LOG1P      FunctionModifier = 3
	FunctionModifier_FM_LOG2P      FunctionModifier = 4
	FunctionModifier_FM_LN         FunctionModifier = 5
	FunctionModifier_FM_LN1P       FunctionModifier = 6
	FunctionModifier_FM_LN2P       FunctionModifier = 7
	FunctionModifier_FM_SQUARE     FunctionModifier = 8
	FunctionModifier_FM_SQRT       FunctionModifier = 9
	FunctionModifier_FM_RECIPROCAL FunctionModifier = 10
)

func (FunctionModifier) Enum added in v1.7.12

func (FunctionModifier) EnumDescriptor added in v1.7.12

func (FunctionModifier) EnumDescriptor() ([]byte, []int)

func (FunctionModifier) String added in v1.7.12

func (x FunctionModifier) String() string

func (*FunctionModifier) UnmarshalJSON added in v1.7.12

func (x *FunctionModifier) UnmarshalJSON(data []byte) error

type FunctionScoreMode added in v1.7.12

type FunctionScoreMode int32
const (
	FunctionScoreMode_FSM_AVG      FunctionScoreMode = 1
	FunctionScoreMode_FSM_MAX      FunctionScoreMode = 2
	FunctionScoreMode_FSM_SUM      FunctionScoreMode = 3
	FunctionScoreMode_FSM_MIN      FunctionScoreMode = 4
	FunctionScoreMode_FSM_MULTIPLY FunctionScoreMode = 5
	FunctionScoreMode_FSM_FIRST    FunctionScoreMode = 6
)

func (FunctionScoreMode) Enum added in v1.7.12

func (FunctionScoreMode) EnumDescriptor added in v1.7.12

func (FunctionScoreMode) EnumDescriptor() ([]byte, []int)

func (FunctionScoreMode) String added in v1.7.12

func (x FunctionScoreMode) String() string

func (*FunctionScoreMode) UnmarshalJSON added in v1.7.12

func (x *FunctionScoreMode) UnmarshalJSON(data []byte) error

type FunctionScoreQuery

type FunctionScoreQuery struct {
	Query                *Query            `protobuf:"bytes,1,opt,name=query" json:"query,omitempty"`
	FieldValueFactor     *FieldValueFactor `protobuf:"bytes,2,opt,name=field_value_factor,json=fieldValueFactor" json:"field_value_factor,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*FunctionScoreQuery) Descriptor

func (*FunctionScoreQuery) Descriptor() ([]byte, []int)

func (*FunctionScoreQuery) GetFieldValueFactor

func (m *FunctionScoreQuery) GetFieldValueFactor() *FieldValueFactor

func (*FunctionScoreQuery) GetQuery

func (m *FunctionScoreQuery) GetQuery() *Query

func (*FunctionScoreQuery) ProtoMessage

func (*FunctionScoreQuery) ProtoMessage()

func (*FunctionScoreQuery) Reset

func (m *FunctionScoreQuery) Reset()

func (*FunctionScoreQuery) String

func (m *FunctionScoreQuery) String() string

func (*FunctionScoreQuery) XXX_DiscardUnknown

func (m *FunctionScoreQuery) XXX_DiscardUnknown()

func (*FunctionScoreQuery) XXX_Marshal

func (m *FunctionScoreQuery) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FunctionScoreQuery) XXX_Merge

func (m *FunctionScoreQuery) XXX_Merge(src proto.Message)

func (*FunctionScoreQuery) XXX_Size

func (m *FunctionScoreQuery) XXX_Size() int

func (*FunctionScoreQuery) XXX_Unmarshal

func (m *FunctionScoreQuery) XXX_Unmarshal(b []byte) error

type FunctionsScoreQuery added in v1.7.12

type FunctionsScoreQuery struct {
	Query                *Query               `protobuf:"bytes,1,opt,name=query" json:"query,omitempty"`
	Functions            []*Function          `protobuf:"bytes,2,rep,name=functions" json:"functions,omitempty"`
	SocreMode            *FunctionScoreMode   `protobuf:"varint,3,opt,name=socre_mode,json=socreMode,enum=otsprotocol.FunctionScoreMode" json:"socre_mode,omitempty"`
	CombineMode          *FunctionCombineMode `protobuf:"varint,4,opt,name=combine_mode,json=combineMode,enum=otsprotocol.FunctionCombineMode" json:"combine_mode,omitempty"`
	MinScore             *float32             `protobuf:"fixed32,5,opt,name=min_score,json=minScore" json:"min_score,omitempty"`
	MaxScore             *float32             `protobuf:"fixed32,6,opt,name=max_score,json=maxScore" json:"max_score,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*FunctionsScoreQuery) Descriptor added in v1.7.12

func (*FunctionsScoreQuery) Descriptor() ([]byte, []int)

func (*FunctionsScoreQuery) GetCombineMode added in v1.7.12

func (m *FunctionsScoreQuery) GetCombineMode() FunctionCombineMode

func (*FunctionsScoreQuery) GetFunctions added in v1.7.12

func (m *FunctionsScoreQuery) GetFunctions() []*Function

func (*FunctionsScoreQuery) GetMaxScore added in v1.7.12

func (m *FunctionsScoreQuery) GetMaxScore() float32

func (*FunctionsScoreQuery) GetMinScore added in v1.7.12

func (m *FunctionsScoreQuery) GetMinScore() float32

func (*FunctionsScoreQuery) GetQuery added in v1.7.12

func (m *FunctionsScoreQuery) GetQuery() *Query

func (*FunctionsScoreQuery) GetSocreMode added in v1.7.12

func (m *FunctionsScoreQuery) GetSocreMode() FunctionScoreMode

func (*FunctionsScoreQuery) ProtoMessage added in v1.7.12

func (*FunctionsScoreQuery) ProtoMessage()

func (*FunctionsScoreQuery) Reset added in v1.7.12

func (m *FunctionsScoreQuery) Reset()

func (*FunctionsScoreQuery) String added in v1.7.12

func (m *FunctionsScoreQuery) String() string

func (*FunctionsScoreQuery) XXX_DiscardUnknown added in v1.7.12

func (m *FunctionsScoreQuery) XXX_DiscardUnknown()

func (*FunctionsScoreQuery) XXX_Marshal added in v1.7.12

func (m *FunctionsScoreQuery) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FunctionsScoreQuery) XXX_Merge added in v1.7.12

func (m *FunctionsScoreQuery) XXX_Merge(src proto.Message)

func (*FunctionsScoreQuery) XXX_Size added in v1.7.12

func (m *FunctionsScoreQuery) XXX_Size() int

func (*FunctionsScoreQuery) XXX_Unmarshal added in v1.7.12

func (m *FunctionsScoreQuery) XXX_Unmarshal(b []byte) error

type FuzzyAnalyzerParameter

type FuzzyAnalyzerParameter struct {
	MinChars             *int32   `protobuf:"varint,1,opt,name=min_chars,json=minChars" json:"min_chars,omitempty"`
	MaxChars             *int32   `protobuf:"varint,2,opt,name=max_chars,json=maxChars" json:"max_chars,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*FuzzyAnalyzerParameter) Descriptor

func (*FuzzyAnalyzerParameter) Descriptor() ([]byte, []int)

func (*FuzzyAnalyzerParameter) GetMaxChars

func (m *FuzzyAnalyzerParameter) GetMaxChars() int32

func (*FuzzyAnalyzerParameter) GetMinChars

func (m *FuzzyAnalyzerParameter) GetMinChars() int32

func (*FuzzyAnalyzerParameter) ProtoMessage

func (*FuzzyAnalyzerParameter) ProtoMessage()

func (*FuzzyAnalyzerParameter) Reset

func (m *FuzzyAnalyzerParameter) Reset()

func (*FuzzyAnalyzerParameter) String

func (m *FuzzyAnalyzerParameter) String() string

func (*FuzzyAnalyzerParameter) XXX_DiscardUnknown

func (m *FuzzyAnalyzerParameter) XXX_DiscardUnknown()

func (*FuzzyAnalyzerParameter) XXX_Marshal

func (m *FuzzyAnalyzerParameter) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FuzzyAnalyzerParameter) XXX_Merge

func (m *FuzzyAnalyzerParameter) XXX_Merge(src proto.Message)

func (*FuzzyAnalyzerParameter) XXX_Size

func (m *FuzzyAnalyzerParameter) XXX_Size() int

func (*FuzzyAnalyzerParameter) XXX_Unmarshal

func (m *FuzzyAnalyzerParameter) XXX_Unmarshal(b []byte) error

type GeoBoundingBoxQuery

type GeoBoundingBoxQuery struct {
	FieldName            *string  `protobuf:"bytes,1,opt,name=field_name,json=fieldName" json:"field_name,omitempty"`
	TopLeft              *string  `protobuf:"bytes,2,opt,name=top_left,json=topLeft" json:"top_left,omitempty"`
	BottomRight          *string  `protobuf:"bytes,3,opt,name=bottom_right,json=bottomRight" json:"bottom_right,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GeoBoundingBoxQuery) Descriptor

func (*GeoBoundingBoxQuery) Descriptor() ([]byte, []int)

func (*GeoBoundingBoxQuery) GetBottomRight

func (m *GeoBoundingBoxQuery) GetBottomRight() string

func (*GeoBoundingBoxQuery) GetFieldName

func (m *GeoBoundingBoxQuery) GetFieldName() string

func (*GeoBoundingBoxQuery) GetTopLeft

func (m *GeoBoundingBoxQuery) GetTopLeft() string

func (*GeoBoundingBoxQuery) ProtoMessage

func (*GeoBoundingBoxQuery) ProtoMessage()

func (*GeoBoundingBoxQuery) Reset

func (m *GeoBoundingBoxQuery) Reset()

func (*GeoBoundingBoxQuery) String

func (m *GeoBoundingBoxQuery) String() string

func (*GeoBoundingBoxQuery) XXX_DiscardUnknown

func (m *GeoBoundingBoxQuery) XXX_DiscardUnknown()

func (*GeoBoundingBoxQuery) XXX_Marshal

func (m *GeoBoundingBoxQuery) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GeoBoundingBoxQuery) XXX_Merge

func (m *GeoBoundingBoxQuery) XXX_Merge(src proto.Message)

func (*GeoBoundingBoxQuery) XXX_Size

func (m *GeoBoundingBoxQuery) XXX_Size() int

func (*GeoBoundingBoxQuery) XXX_Unmarshal

func (m *GeoBoundingBoxQuery) XXX_Unmarshal(b []byte) error

type GeoDistanceQuery

type GeoDistanceQuery struct {
	FieldName            *string  `protobuf:"bytes,1,opt,name=field_name,json=fieldName" json:"field_name,omitempty"`
	CenterPoint          *string  `protobuf:"bytes,2,opt,name=center_point,json=centerPoint" json:"center_point,omitempty"`
	Distance             *float64 `protobuf:"fixed64,3,opt,name=distance" json:"distance,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GeoDistanceQuery) Descriptor

func (*GeoDistanceQuery) Descriptor() ([]byte, []int)

func (*GeoDistanceQuery) GetCenterPoint

func (m *GeoDistanceQuery) GetCenterPoint() string

func (*GeoDistanceQuery) GetDistance

func (m *GeoDistanceQuery) GetDistance() float64

func (*GeoDistanceQuery) GetFieldName

func (m *GeoDistanceQuery) GetFieldName() string

func (*GeoDistanceQuery) ProtoMessage

func (*GeoDistanceQuery) ProtoMessage()

func (*GeoDistanceQuery) Reset

func (m *GeoDistanceQuery) Reset()

func (*GeoDistanceQuery) String

func (m *GeoDistanceQuery) String() string

func (*GeoDistanceQuery) XXX_DiscardUnknown

func (m *GeoDistanceQuery) XXX_DiscardUnknown()

func (*GeoDistanceQuery) XXX_Marshal

func (m *GeoDistanceQuery) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GeoDistanceQuery) XXX_Merge

func (m *GeoDistanceQuery) XXX_Merge(src proto.Message)

func (*GeoDistanceQuery) XXX_Size

func (m *GeoDistanceQuery) XXX_Size() int

func (*GeoDistanceQuery) XXX_Unmarshal

func (m *GeoDistanceQuery) XXX_Unmarshal(b []byte) error

type GeoDistanceSort

type GeoDistanceSort struct {
	FieldName            *string          `protobuf:"bytes,1,opt,name=field_name,json=fieldName" json:"field_name,omitempty"`
	Points               []string         `protobuf:"bytes,2,rep,name=points" json:"points,omitempty"`
	Order                *SortOrder       `protobuf:"varint,3,opt,name=order,enum=otsprotocol.SortOrder" json:"order,omitempty"`
	Mode                 *SortMode        `protobuf:"varint,4,opt,name=mode,enum=otsprotocol.SortMode" json:"mode,omitempty"`
	DistanceType         *GeoDistanceType `protobuf:"varint,5,opt,name=distance_type,json=distanceType,enum=otsprotocol.GeoDistanceType" json:"distance_type,omitempty"`
	NestedFilter         *NestedFilter    `protobuf:"bytes,6,opt,name=nested_filter,json=nestedFilter" json:"nested_filter,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*GeoDistanceSort) Descriptor

func (*GeoDistanceSort) Descriptor() ([]byte, []int)

func (*GeoDistanceSort) GetDistanceType

func (m *GeoDistanceSort) GetDistanceType() GeoDistanceType

func (*GeoDistanceSort) GetFieldName

func (m *GeoDistanceSort) GetFieldName() string

func (*GeoDistanceSort) GetMode

func (m *GeoDistanceSort) GetMode() SortMode

func (*GeoDistanceSort) GetNestedFilter

func (m *GeoDistanceSort) GetNestedFilter() *NestedFilter

func (*GeoDistanceSort) GetOrder

func (m *GeoDistanceSort) GetOrder() SortOrder

func (*GeoDistanceSort) GetPoints

func (m *GeoDistanceSort) GetPoints() []string

func (*GeoDistanceSort) ProtoMessage

func (*GeoDistanceSort) ProtoMessage()

func (*GeoDistanceSort) Reset

func (m *GeoDistanceSort) Reset()

func (*GeoDistanceSort) String

func (m *GeoDistanceSort) String() string

func (*GeoDistanceSort) XXX_DiscardUnknown

func (m *GeoDistanceSort) XXX_DiscardUnknown()

func (*GeoDistanceSort) XXX_Marshal

func (m *GeoDistanceSort) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GeoDistanceSort) XXX_Merge

func (m *GeoDistanceSort) XXX_Merge(src proto.Message)

func (*GeoDistanceSort) XXX_Size

func (m *GeoDistanceSort) XXX_Size() int

func (*GeoDistanceSort) XXX_Unmarshal

func (m *GeoDistanceSort) XXX_Unmarshal(b []byte) error

type GeoDistanceType

type GeoDistanceType int32
const (
	GeoDistanceType_GEO_DISTANCE_ARC   GeoDistanceType = 0
	GeoDistanceType_GEO_DISTANCE_PLANE GeoDistanceType = 1
)

func (GeoDistanceType) Enum

func (x GeoDistanceType) Enum() *GeoDistanceType

func (GeoDistanceType) EnumDescriptor

func (GeoDistanceType) EnumDescriptor() ([]byte, []int)

func (GeoDistanceType) String

func (x GeoDistanceType) String() string

func (*GeoDistanceType) UnmarshalJSON

func (x *GeoDistanceType) UnmarshalJSON(data []byte) error

type GeoGrid added in v1.7.12

type GeoGrid struct {
	TopLeft              *GeoPoint `protobuf:"bytes,1,opt,name=top_left,json=topLeft" json:"top_left,omitempty"`
	BottomRight          *GeoPoint `protobuf:"bytes,2,opt,name=bottom_right,json=bottomRight" json:"bottom_right,omitempty"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

func (*GeoGrid) Descriptor added in v1.7.12

func (*GeoGrid) Descriptor() ([]byte, []int)

func (*GeoGrid) GetBottomRight added in v1.7.12

func (m *GeoGrid) GetBottomRight() *GeoPoint

func (*GeoGrid) GetTopLeft added in v1.7.12

func (m *GeoGrid) GetTopLeft() *GeoPoint

func (*GeoGrid) ProtoMessage added in v1.7.12

func (*GeoGrid) ProtoMessage()

func (*GeoGrid) Reset added in v1.7.12

func (m *GeoGrid) Reset()

func (*GeoGrid) String added in v1.7.12

func (m *GeoGrid) String() string

func (*GeoGrid) XXX_DiscardUnknown added in v1.7.12

func (m *GeoGrid) XXX_DiscardUnknown()

func (*GeoGrid) XXX_Marshal added in v1.7.12

func (m *GeoGrid) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GeoGrid) XXX_Merge added in v1.7.12

func (m *GeoGrid) XXX_Merge(src proto.Message)

func (*GeoGrid) XXX_Size added in v1.7.12

func (m *GeoGrid) XXX_Size() int

func (*GeoGrid) XXX_Unmarshal added in v1.7.12

func (m *GeoGrid) XXX_Unmarshal(b []byte) error

type GeoHashPrecision added in v1.7.12

type GeoHashPrecision int32
const (
	GeoHashPrecision_GHP_5009KM_4992KM_1 GeoHashPrecision = 1
	GeoHashPrecision_GHP_1252KM_624KM_2  GeoHashPrecision = 2
	GeoHashPrecision_GHP_156KM_156KM_3   GeoHashPrecision = 3
	GeoHashPrecision_GHP_39KM_19KM_4     GeoHashPrecision = 4
	GeoHashPrecision_GHP_4900M_4900M_5   GeoHashPrecision = 5
	GeoHashPrecision_GHP_1200M_609M_6    GeoHashPrecision = 6
	GeoHashPrecision_GHP_152M_152M_7     GeoHashPrecision = 7
	GeoHashPrecision_GHP_38M_19M_8       GeoHashPrecision = 8
	GeoHashPrecision_GHP_480CM_480CM_9   GeoHashPrecision = 9
	GeoHashPrecision_GHP_120CM_595MM_10  GeoHashPrecision = 10
	GeoHashPrecision_GHP_149MM_149MM_11  GeoHashPrecision = 11
	GeoHashPrecision_GHP_37MM_19MM_12    GeoHashPrecision = 12
)

func (GeoHashPrecision) Enum added in v1.7.12

func (GeoHashPrecision) EnumDescriptor added in v1.7.12

func (GeoHashPrecision) EnumDescriptor() ([]byte, []int)

func (GeoHashPrecision) String added in v1.7.12

func (x GeoHashPrecision) String() string

func (*GeoHashPrecision) UnmarshalJSON added in v1.7.12

func (x *GeoHashPrecision) UnmarshalJSON(data []byte) error

type GeoPoint

type GeoPoint struct {
	Lat                  *float64 `protobuf:"fixed64,1,opt,name=lat" json:"lat,omitempty"`
	Lon                  *float64 `protobuf:"fixed64,2,opt,name=lon" json:"lon,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GeoPoint) Descriptor

func (*GeoPoint) Descriptor() ([]byte, []int)

func (*GeoPoint) GetLat

func (m *GeoPoint) GetLat() float64

func (*GeoPoint) GetLon

func (m *GeoPoint) GetLon() float64

func (*GeoPoint) ProtoMessage

func (*GeoPoint) ProtoMessage()

func (*GeoPoint) Reset

func (m *GeoPoint) Reset()

func (*GeoPoint) String

func (m *GeoPoint) String() string

func (*GeoPoint) XXX_DiscardUnknown

func (m *GeoPoint) XXX_DiscardUnknown()

func (*GeoPoint) XXX_Marshal

func (m *GeoPoint) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GeoPoint) XXX_Merge

func (m *GeoPoint) XXX_Merge(src proto.Message)

func (*GeoPoint) XXX_Size

func (m *GeoPoint) XXX_Size() int

func (*GeoPoint) XXX_Unmarshal

func (m *GeoPoint) XXX_Unmarshal(b []byte) error

type GeoPolygonQuery

type GeoPolygonQuery struct {
	FieldName            *string  `protobuf:"bytes,1,opt,name=field_name,json=fieldName" json:"field_name,omitempty"`
	Points               []string `protobuf:"bytes,2,rep,name=points" json:"points,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GeoPolygonQuery) Descriptor

func (*GeoPolygonQuery) Descriptor() ([]byte, []int)

func (*GeoPolygonQuery) GetFieldName

func (m *GeoPolygonQuery) GetFieldName() string

func (*GeoPolygonQuery) GetPoints

func (m *GeoPolygonQuery) GetPoints() []string

func (*GeoPolygonQuery) ProtoMessage

func (*GeoPolygonQuery) ProtoMessage()

func (*GeoPolygonQuery) Reset

func (m *GeoPolygonQuery) Reset()

func (*GeoPolygonQuery) String

func (m *GeoPolygonQuery) String() string

func (*GeoPolygonQuery) XXX_DiscardUnknown

func (m *GeoPolygonQuery) XXX_DiscardUnknown()

func (*GeoPolygonQuery) XXX_Marshal

func (m *GeoPolygonQuery) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GeoPolygonQuery) XXX_Merge

func (m *GeoPolygonQuery) XXX_Merge(src proto.Message)

func (*GeoPolygonQuery) XXX_Size

func (m *GeoPolygonQuery) XXX_Size() int

func (*GeoPolygonQuery) XXX_Unmarshal

func (m *GeoPolygonQuery) XXX_Unmarshal(b []byte) error

type GetRangeRequest

type GetRangeRequest struct {
	TableName                *string        `protobuf:"bytes,1,req,name=table_name,json=tableName" json:"table_name,omitempty"`
	Direction                *Direction     `protobuf:"varint,2,req,name=direction,enum=otsprotocol.Direction" json:"direction,omitempty"`
	ColumnsToGet             []string       `protobuf:"bytes,3,rep,name=columns_to_get,json=columnsToGet" json:"columns_to_get,omitempty"`
	TimeRange                *TimeRange     `protobuf:"bytes,4,opt,name=time_range,json=timeRange" json:"time_range,omitempty"`
	MaxVersions              *int32         `protobuf:"varint,5,opt,name=max_versions,json=maxVersions" json:"max_versions,omitempty"`
	Limit                    *int32         `protobuf:"varint,6,opt,name=limit" json:"limit,omitempty"`
	InclusiveStartPrimaryKey []byte         `` /* 130-byte string literal not displayed */
	ExclusiveEndPrimaryKey   []byte         `protobuf:"bytes,8,req,name=exclusive_end_primary_key,json=exclusiveEndPrimaryKey" json:"exclusive_end_primary_key,omitempty"`
	CacheBlocks              *bool          `protobuf:"varint,9,opt,name=cache_blocks,json=cacheBlocks,def=1" json:"cache_blocks,omitempty"`
	Filter                   []byte         `protobuf:"bytes,10,opt,name=filter" json:"filter,omitempty"`
	StartColumn              *string        `protobuf:"bytes,11,opt,name=start_column,json=startColumn" json:"start_column,omitempty"`
	EndColumn                *string        `protobuf:"bytes,12,opt,name=end_column,json=endColumn" json:"end_column,omitempty"`
	Token                    []byte         `protobuf:"bytes,13,opt,name=token" json:"token,omitempty"`
	TransactionId            *string        `protobuf:"bytes,14,opt,name=transaction_id,json=transactionId" json:"transaction_id,omitempty"`
	DataBlockTypeHint        *DataBlockType `` /* 148-byte string literal not displayed */
	ReturnEntirePrimaryKeys  *bool          `` /* 135-byte string literal not displayed */
	CompressTypeHint         *CompressType  `` /* 142-byte string literal not displayed */
	XXX_NoUnkeyedLiteral     struct{}       `json:"-"`
	XXX_unrecognized         []byte         `json:"-"`
	XXX_sizecache            int32          `json:"-"`
}

* HBase支持以下参数:

  1. TimeRange或指定time
  2. Filter(根据列值或列名来过滤)

我们只支持给同版本的选择条件。

func (*GetRangeRequest) Descriptor

func (*GetRangeRequest) Descriptor() ([]byte, []int)

func (*GetRangeRequest) GetCacheBlocks

func (m *GetRangeRequest) GetCacheBlocks() bool

func (*GetRangeRequest) GetColumnsToGet

func (m *GetRangeRequest) GetColumnsToGet() []string

func (*GetRangeRequest) GetCompressTypeHint added in v1.7.8

func (m *GetRangeRequest) GetCompressTypeHint() CompressType

func (*GetRangeRequest) GetDataBlockTypeHint added in v1.7.8

func (m *GetRangeRequest) GetDataBlockTypeHint() DataBlockType

func (*GetRangeRequest) GetDirection

func (m *GetRangeRequest) GetDirection() Direction

func (*GetRangeRequest) GetEndColumn

func (m *GetRangeRequest) GetEndColumn() string

func (*GetRangeRequest) GetExclusiveEndPrimaryKey

func (m *GetRangeRequest) GetExclusiveEndPrimaryKey() []byte

func (*GetRangeRequest) GetFilter

func (m *GetRangeRequest) GetFilter() []byte

func (*GetRangeRequest) GetInclusiveStartPrimaryKey

func (m *GetRangeRequest) GetInclusiveStartPrimaryKey() []byte

func (*GetRangeRequest) GetLimit

func (m *GetRangeRequest) GetLimit() int32

func (*GetRangeRequest) GetMaxVersions

func (m *GetRangeRequest) GetMaxVersions() int32

func (*GetRangeRequest) GetReturnEntirePrimaryKeys added in v1.7.8

func (m *GetRangeRequest) GetReturnEntirePrimaryKeys() bool

func (*GetRangeRequest) GetStartColumn

func (m *GetRangeRequest) GetStartColumn() string

func (*GetRangeRequest) GetTableName

func (m *GetRangeRequest) GetTableName() string

func (*GetRangeRequest) GetTimeRange

func (m *GetRangeRequest) GetTimeRange() *TimeRange

func (*GetRangeRequest) GetToken

func (m *GetRangeRequest) GetToken() []byte

func (*GetRangeRequest) GetTransactionId

func (m *GetRangeRequest) GetTransactionId() string

func (*GetRangeRequest) ProtoMessage

func (*GetRangeRequest) ProtoMessage()

func (*GetRangeRequest) Reset

func (m *GetRangeRequest) Reset()

func (*GetRangeRequest) String

func (m *GetRangeRequest) String() string

func (*GetRangeRequest) XXX_DiscardUnknown added in v1.6.0

func (m *GetRangeRequest) XXX_DiscardUnknown()

func (*GetRangeRequest) XXX_Marshal added in v1.6.0

func (m *GetRangeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetRangeRequest) XXX_Merge added in v1.6.0

func (m *GetRangeRequest) XXX_Merge(src proto.Message)

func (*GetRangeRequest) XXX_Size added in v1.6.0

func (m *GetRangeRequest) XXX_Size() int

func (*GetRangeRequest) XXX_Unmarshal added in v1.6.0

func (m *GetRangeRequest) XXX_Unmarshal(b []byte) error

type GetRangeResponse

type GetRangeResponse struct {
	Consumed             *ConsumedCapacity `protobuf:"bytes,1,req,name=consumed" json:"consumed,omitempty"`
	Rows                 []byte            `protobuf:"bytes,2,req,name=rows" json:"rows,omitempty"`
	NextStartPrimaryKey  []byte            `protobuf:"bytes,3,opt,name=next_start_primary_key,json=nextStartPrimaryKey" json:"next_start_primary_key,omitempty"`
	NextToken            []byte            `protobuf:"bytes,4,opt,name=next_token,json=nextToken" json:"next_token,omitempty"`
	DataBlockType        *DataBlockType    `` /* 127-byte string literal not displayed */
	CompressType         *CompressType     `protobuf:"varint,6,opt,name=compress_type,json=compressType,enum=otsprotocol.CompressType" json:"compress_type,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*GetRangeResponse) Descriptor

func (*GetRangeResponse) Descriptor() ([]byte, []int)

func (*GetRangeResponse) GetCompressType added in v1.7.8

func (m *GetRangeResponse) GetCompressType() CompressType

func (*GetRangeResponse) GetConsumed

func (m *GetRangeResponse) GetConsumed() *ConsumedCapacity

func (*GetRangeResponse) GetDataBlockType added in v1.7.8

func (m *GetRangeResponse) GetDataBlockType() DataBlockType

func (*GetRangeResponse) GetNextStartPrimaryKey

func (m *GetRangeResponse) GetNextStartPrimaryKey() []byte

func (*GetRangeResponse) GetNextToken

func (m *GetRangeResponse) GetNextToken() []byte

func (*GetRangeResponse) GetRows

func (m *GetRangeResponse) GetRows() []byte

func (*GetRangeResponse) ProtoMessage

func (*GetRangeResponse) ProtoMessage()

func (*GetRangeResponse) Reset

func (m *GetRangeResponse) Reset()

func (*GetRangeResponse) String

func (m *GetRangeResponse) String() string

func (*GetRangeResponse) XXX_DiscardUnknown added in v1.6.0

func (m *GetRangeResponse) XXX_DiscardUnknown()

func (*GetRangeResponse) XXX_Marshal added in v1.6.0

func (m *GetRangeResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetRangeResponse) XXX_Merge added in v1.6.0

func (m *GetRangeResponse) XXX_Merge(src proto.Message)

func (*GetRangeResponse) XXX_Size added in v1.6.0

func (m *GetRangeResponse) XXX_Size() int

func (*GetRangeResponse) XXX_Unmarshal added in v1.6.0

func (m *GetRangeResponse) XXX_Unmarshal(b []byte) error

type GetRowRequest

type GetRowRequest struct {
	TableName            *string    `protobuf:"bytes,1,req,name=table_name,json=tableName" json:"table_name,omitempty"`
	PrimaryKey           []byte     `protobuf:"bytes,2,req,name=primary_key,json=primaryKey" json:"primary_key,omitempty"`
	ColumnsToGet         []string   `protobuf:"bytes,3,rep,name=columns_to_get,json=columnsToGet" json:"columns_to_get,omitempty"`
	TimeRange            *TimeRange `protobuf:"bytes,4,opt,name=time_range,json=timeRange" json:"time_range,omitempty"`
	MaxVersions          *int32     `protobuf:"varint,5,opt,name=max_versions,json=maxVersions" json:"max_versions,omitempty"`
	CacheBlocks          *bool      `protobuf:"varint,6,opt,name=cache_blocks,json=cacheBlocks,def=1" json:"cache_blocks,omitempty"`
	Filter               []byte     `protobuf:"bytes,7,opt,name=filter" json:"filter,omitempty"`
	StartColumn          *string    `protobuf:"bytes,8,opt,name=start_column,json=startColumn" json:"start_column,omitempty"`
	EndColumn            *string    `protobuf:"bytes,9,opt,name=end_column,json=endColumn" json:"end_column,omitempty"`
	Token                []byte     `protobuf:"bytes,10,opt,name=token" json:"token,omitempty"`
	TransactionId        *string    `protobuf:"bytes,11,opt,name=transaction_id,json=transactionId" json:"transaction_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

* 1. 支持用户指定版本时间戳范围或者特定的版本时间来读取指定版本的列 2. 目前暂不支持行内的断点

func (*GetRowRequest) Descriptor

func (*GetRowRequest) Descriptor() ([]byte, []int)

func (*GetRowRequest) GetCacheBlocks

func (m *GetRowRequest) GetCacheBlocks() bool

func (*GetRowRequest) GetColumnsToGet

func (m *GetRowRequest) GetColumnsToGet() []string

func (*GetRowRequest) GetEndColumn

func (m *GetRowRequest) GetEndColumn() string

func (*GetRowRequest) GetFilter

func (m *GetRowRequest) GetFilter() []byte

func (*GetRowRequest) GetMaxVersions

func (m *GetRowRequest) GetMaxVersions() int32

func (*GetRowRequest) GetPrimaryKey

func (m *GetRowRequest) GetPrimaryKey() []byte

func (*GetRowRequest) GetStartColumn

func (m *GetRowRequest) GetStartColumn() string

func (*GetRowRequest) GetTableName

func (m *GetRowRequest) GetTableName() string

func (*GetRowRequest) GetTimeRange

func (m *GetRowRequest) GetTimeRange() *TimeRange

func (*GetRowRequest) GetToken

func (m *GetRowRequest) GetToken() []byte

func (*GetRowRequest) GetTransactionId

func (m *GetRowRequest) GetTransactionId() string

func (*GetRowRequest) ProtoMessage

func (*GetRowRequest) ProtoMessage()

func (*GetRowRequest) Reset

func (m *GetRowRequest) Reset()

func (*GetRowRequest) String

func (m *GetRowRequest) String() string

func (*GetRowRequest) XXX_DiscardUnknown added in v1.6.0

func (m *GetRowRequest) XXX_DiscardUnknown()

func (*GetRowRequest) XXX_Marshal added in v1.6.0

func (m *GetRowRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetRowRequest) XXX_Merge added in v1.6.0

func (m *GetRowRequest) XXX_Merge(src proto.Message)

func (*GetRowRequest) XXX_Size added in v1.6.0

func (m *GetRowRequest) XXX_Size() int

func (*GetRowRequest) XXX_Unmarshal added in v1.6.0

func (m *GetRowRequest) XXX_Unmarshal(b []byte) error

type GetRowResponse

type GetRowResponse struct {
	Consumed             *ConsumedCapacity `protobuf:"bytes,1,req,name=consumed" json:"consumed,omitempty"`
	Row                  []byte            `protobuf:"bytes,2,req,name=row" json:"row,omitempty"`
	NextToken            []byte            `protobuf:"bytes,3,opt,name=next_token,json=nextToken" json:"next_token,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*GetRowResponse) Descriptor

func (*GetRowResponse) Descriptor() ([]byte, []int)

func (*GetRowResponse) GetConsumed

func (m *GetRowResponse) GetConsumed() *ConsumedCapacity

func (*GetRowResponse) GetNextToken

func (m *GetRowResponse) GetNextToken() []byte

func (*GetRowResponse) GetRow

func (m *GetRowResponse) GetRow() []byte

func (*GetRowResponse) ProtoMessage

func (*GetRowResponse) ProtoMessage()

func (*GetRowResponse) Reset

func (m *GetRowResponse) Reset()

func (*GetRowResponse) String

func (m *GetRowResponse) String() string

func (*GetRowResponse) XXX_DiscardUnknown added in v1.6.0

func (m *GetRowResponse) XXX_DiscardUnknown()

func (*GetRowResponse) XXX_Marshal added in v1.6.0

func (m *GetRowResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetRowResponse) XXX_Merge added in v1.6.0

func (m *GetRowResponse) XXX_Merge(src proto.Message)

func (*GetRowResponse) XXX_Size added in v1.6.0

func (m *GetRowResponse) XXX_Size() int

func (*GetRowResponse) XXX_Unmarshal added in v1.6.0

func (m *GetRowResponse) XXX_Unmarshal(b []byte) error

type GetShardIteratorRequest

type GetShardIteratorRequest struct {
	StreamId             *string  `protobuf:"bytes,1,req,name=stream_id,json=streamId" json:"stream_id,omitempty"`
	ShardId              *string  `protobuf:"bytes,2,req,name=shard_id,json=shardId" json:"shard_id,omitempty"`
	Timestamp            *int64   `protobuf:"varint,3,opt,name=timestamp" json:"timestamp,omitempty"`
	Token                *string  `protobuf:"bytes,4,opt,name=token" json:"token,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetShardIteratorRequest) Descriptor

func (*GetShardIteratorRequest) Descriptor() ([]byte, []int)

func (*GetShardIteratorRequest) GetShardId

func (m *GetShardIteratorRequest) GetShardId() string

func (*GetShardIteratorRequest) GetStreamId

func (m *GetShardIteratorRequest) GetStreamId() string

func (*GetShardIteratorRequest) GetTimestamp

func (m *GetShardIteratorRequest) GetTimestamp() int64

func (*GetShardIteratorRequest) GetToken

func (m *GetShardIteratorRequest) GetToken() string

func (*GetShardIteratorRequest) ProtoMessage

func (*GetShardIteratorRequest) ProtoMessage()

func (*GetShardIteratorRequest) Reset

func (m *GetShardIteratorRequest) Reset()

func (*GetShardIteratorRequest) String

func (m *GetShardIteratorRequest) String() string

func (*GetShardIteratorRequest) XXX_DiscardUnknown added in v1.6.0

func (m *GetShardIteratorRequest) XXX_DiscardUnknown()

func (*GetShardIteratorRequest) XXX_Marshal added in v1.6.0

func (m *GetShardIteratorRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetShardIteratorRequest) XXX_Merge added in v1.6.0

func (m *GetShardIteratorRequest) XXX_Merge(src proto.Message)

func (*GetShardIteratorRequest) XXX_Size added in v1.6.0

func (m *GetShardIteratorRequest) XXX_Size() int

func (*GetShardIteratorRequest) XXX_Unmarshal added in v1.6.0

func (m *GetShardIteratorRequest) XXX_Unmarshal(b []byte) error

type GetShardIteratorResponse

type GetShardIteratorResponse struct {
	ShardIterator        *string  `protobuf:"bytes,1,req,name=shard_iterator,json=shardIterator" json:"shard_iterator,omitempty"`
	NextToken            *string  `protobuf:"bytes,2,opt,name=next_token,json=nextToken" json:"next_token,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetShardIteratorResponse) Descriptor

func (*GetShardIteratorResponse) Descriptor() ([]byte, []int)

func (*GetShardIteratorResponse) GetNextToken

func (m *GetShardIteratorResponse) GetNextToken() string

func (*GetShardIteratorResponse) GetShardIterator

func (m *GetShardIteratorResponse) GetShardIterator() string

func (*GetShardIteratorResponse) ProtoMessage

func (*GetShardIteratorResponse) ProtoMessage()

func (*GetShardIteratorResponse) Reset

func (m *GetShardIteratorResponse) Reset()

func (*GetShardIteratorResponse) String

func (m *GetShardIteratorResponse) String() string

func (*GetShardIteratorResponse) XXX_DiscardUnknown added in v1.6.0

func (m *GetShardIteratorResponse) XXX_DiscardUnknown()

func (*GetShardIteratorResponse) XXX_Marshal added in v1.6.0

func (m *GetShardIteratorResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetShardIteratorResponse) XXX_Merge added in v1.6.0

func (m *GetShardIteratorResponse) XXX_Merge(src proto.Message)

func (*GetShardIteratorResponse) XXX_Size added in v1.6.0

func (m *GetShardIteratorResponse) XXX_Size() int

func (*GetShardIteratorResponse) XXX_Unmarshal added in v1.6.0

func (m *GetShardIteratorResponse) XXX_Unmarshal(b []byte) error

type GetStreamRecordRequest

type GetStreamRecordRequest struct {
	ShardIterator        *string  `protobuf:"bytes,1,req,name=shard_iterator,json=shardIterator" json:"shard_iterator,omitempty"`
	Limit                *int32   `protobuf:"varint,2,opt,name=limit" json:"limit,omitempty"`
	TableName            *string  `protobuf:"bytes,3,opt,name=table_name,json=tableName" json:"table_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetStreamRecordRequest) Descriptor

func (*GetStreamRecordRequest) Descriptor() ([]byte, []int)

func (*GetStreamRecordRequest) GetLimit

func (m *GetStreamRecordRequest) GetLimit() int32

func (*GetStreamRecordRequest) GetShardIterator

func (m *GetStreamRecordRequest) GetShardIterator() string

func (*GetStreamRecordRequest) GetTableName added in v1.7.7

func (m *GetStreamRecordRequest) GetTableName() string

func (*GetStreamRecordRequest) ProtoMessage

func (*GetStreamRecordRequest) ProtoMessage()

func (*GetStreamRecordRequest) Reset

func (m *GetStreamRecordRequest) Reset()

func (*GetStreamRecordRequest) String

func (m *GetStreamRecordRequest) String() string

func (*GetStreamRecordRequest) XXX_DiscardUnknown added in v1.6.0

func (m *GetStreamRecordRequest) XXX_DiscardUnknown()

func (*GetStreamRecordRequest) XXX_Marshal added in v1.6.0

func (m *GetStreamRecordRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetStreamRecordRequest) XXX_Merge added in v1.6.0

func (m *GetStreamRecordRequest) XXX_Merge(src proto.Message)

func (*GetStreamRecordRequest) XXX_Size added in v1.6.0

func (m *GetStreamRecordRequest) XXX_Size() int

func (*GetStreamRecordRequest) XXX_Unmarshal added in v1.6.0

func (m *GetStreamRecordRequest) XXX_Unmarshal(b []byte) error

type GetStreamRecordResponse

type GetStreamRecordResponse struct {
	StreamRecords        []*GetStreamRecordResponse_StreamRecord `protobuf:"bytes,1,rep,name=stream_records,json=streamRecords" json:"stream_records,omitempty"`
	NextShardIterator    *string                                 `protobuf:"bytes,2,opt,name=next_shard_iterator,json=nextShardIterator" json:"next_shard_iterator,omitempty"`
	Consumed             *ConsumedCapacity                       `protobuf:"bytes,3,opt,name=consumed" json:"consumed,omitempty"`
	MayMoreRecord        *bool                                   `protobuf:"varint,4,opt,name=may_more_record,json=mayMoreRecord" json:"may_more_record,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                `json:"-"`
	XXX_unrecognized     []byte                                  `json:"-"`
	XXX_sizecache        int32                                   `json:"-"`
}

func (*GetStreamRecordResponse) Descriptor

func (*GetStreamRecordResponse) Descriptor() ([]byte, []int)

func (*GetStreamRecordResponse) GetConsumed added in v1.7.7

func (m *GetStreamRecordResponse) GetConsumed() *ConsumedCapacity

func (*GetStreamRecordResponse) GetMayMoreRecord added in v1.7.7

func (m *GetStreamRecordResponse) GetMayMoreRecord() bool

func (*GetStreamRecordResponse) GetNextShardIterator

func (m *GetStreamRecordResponse) GetNextShardIterator() string

func (*GetStreamRecordResponse) GetStreamRecords

func (*GetStreamRecordResponse) ProtoMessage

func (*GetStreamRecordResponse) ProtoMessage()

func (*GetStreamRecordResponse) Reset

func (m *GetStreamRecordResponse) Reset()

func (*GetStreamRecordResponse) String

func (m *GetStreamRecordResponse) String() string

func (*GetStreamRecordResponse) XXX_DiscardUnknown added in v1.6.0

func (m *GetStreamRecordResponse) XXX_DiscardUnknown()

func (*GetStreamRecordResponse) XXX_Marshal added in v1.6.0

func (m *GetStreamRecordResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetStreamRecordResponse) XXX_Merge added in v1.6.0

func (m *GetStreamRecordResponse) XXX_Merge(src proto.Message)

func (*GetStreamRecordResponse) XXX_Size added in v1.6.0

func (m *GetStreamRecordResponse) XXX_Size() int

func (*GetStreamRecordResponse) XXX_Unmarshal added in v1.6.0

func (m *GetStreamRecordResponse) XXX_Unmarshal(b []byte) error

type GetStreamRecordResponse_StreamRecord

type GetStreamRecordResponse_StreamRecord struct {
	ActionType           *ActionType `protobuf:"varint,1,req,name=action_type,json=actionType,enum=otsprotocol.ActionType" json:"action_type,omitempty"`
	Record               []byte      `protobuf:"bytes,2,req,name=record" json:"record,omitempty"`
	OriginRecord         []byte      `protobuf:"bytes,3,opt,name=origin_record,json=originRecord" json:"origin_record,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*GetStreamRecordResponse_StreamRecord) Descriptor

func (*GetStreamRecordResponse_StreamRecord) Descriptor() ([]byte, []int)

func (*GetStreamRecordResponse_StreamRecord) GetActionType

func (*GetStreamRecordResponse_StreamRecord) GetOriginRecord added in v1.7.5

func (m *GetStreamRecordResponse_StreamRecord) GetOriginRecord() []byte

func (*GetStreamRecordResponse_StreamRecord) GetRecord

func (m *GetStreamRecordResponse_StreamRecord) GetRecord() []byte

func (*GetStreamRecordResponse_StreamRecord) ProtoMessage

func (*GetStreamRecordResponse_StreamRecord) ProtoMessage()

func (*GetStreamRecordResponse_StreamRecord) Reset

func (*GetStreamRecordResponse_StreamRecord) String

func (*GetStreamRecordResponse_StreamRecord) XXX_DiscardUnknown added in v1.6.0

func (m *GetStreamRecordResponse_StreamRecord) XXX_DiscardUnknown()

func (*GetStreamRecordResponse_StreamRecord) XXX_Marshal added in v1.6.0

func (m *GetStreamRecordResponse_StreamRecord) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetStreamRecordResponse_StreamRecord) XXX_Merge added in v1.6.0

func (*GetStreamRecordResponse_StreamRecord) XXX_Size added in v1.6.0

func (*GetStreamRecordResponse_StreamRecord) XXX_Unmarshal added in v1.6.0

func (m *GetStreamRecordResponse_StreamRecord) XXX_Unmarshal(b []byte) error

type GetTimeseriesDataRequest added in v1.7.0

type GetTimeseriesDataRequest struct {
	TableName            *string                  `protobuf:"bytes,1,req,name=table_name" json:"table_name,omitempty"`
	TimeSeriesKey        *TimeseriesKey           `protobuf:"bytes,2,req,name=time_series_key" json:"time_series_key,omitempty"`
	BeginTime            *int64                   `protobuf:"varint,3,opt,name=begin_time" json:"begin_time,omitempty"`
	EndTime              *int64                   `protobuf:"varint,4,opt,name=end_time" json:"end_time,omitempty"`
	SpecificTime         *int64                   `protobuf:"varint,5,opt,name=specific_time" json:"specific_time,omitempty"`
	Token                []byte                   `protobuf:"bytes,6,opt,name=token" json:"token,omitempty"`
	Limit                *int32                   `protobuf:"varint,7,opt,name=limit" json:"limit,omitempty"`
	Backward             *bool                    `protobuf:"varint,8,opt,name=backward" json:"backward,omitempty"`
	FieldsToGet          []*TimeseriesFieldsToGet `protobuf:"bytes,9,rep,name=fields_to_get" json:"fields_to_get,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                 `json:"-"`
	XXX_unrecognized     []byte                   `json:"-"`
	XXX_sizecache        int32                    `json:"-"`
}

func (*GetTimeseriesDataRequest) Descriptor added in v1.7.0

func (*GetTimeseriesDataRequest) Descriptor() ([]byte, []int)

func (*GetTimeseriesDataRequest) GetBackward added in v1.7.7

func (m *GetTimeseriesDataRequest) GetBackward() bool

func (*GetTimeseriesDataRequest) GetBeginTime added in v1.7.0

func (m *GetTimeseriesDataRequest) GetBeginTime() int64

func (*GetTimeseriesDataRequest) GetEndTime added in v1.7.0

func (m *GetTimeseriesDataRequest) GetEndTime() int64

func (*GetTimeseriesDataRequest) GetFieldsToGet added in v1.7.7

func (m *GetTimeseriesDataRequest) GetFieldsToGet() []*TimeseriesFieldsToGet

func (*GetTimeseriesDataRequest) GetLimit added in v1.7.0

func (m *GetTimeseriesDataRequest) GetLimit() int32

func (*GetTimeseriesDataRequest) GetSpecificTime added in v1.7.0

func (m *GetTimeseriesDataRequest) GetSpecificTime() int64

func (*GetTimeseriesDataRequest) GetTableName added in v1.7.0

func (m *GetTimeseriesDataRequest) GetTableName() string

func (*GetTimeseriesDataRequest) GetTimeSeriesKey added in v1.7.0

func (m *GetTimeseriesDataRequest) GetTimeSeriesKey() *TimeseriesKey

func (*GetTimeseriesDataRequest) GetToken added in v1.7.0

func (m *GetTimeseriesDataRequest) GetToken() []byte

func (*GetTimeseriesDataRequest) ProtoMessage added in v1.7.0

func (*GetTimeseriesDataRequest) ProtoMessage()

func (*GetTimeseriesDataRequest) Reset added in v1.7.0

func (m *GetTimeseriesDataRequest) Reset()

func (*GetTimeseriesDataRequest) String added in v1.7.0

func (m *GetTimeseriesDataRequest) String() string

func (*GetTimeseriesDataRequest) XXX_DiscardUnknown added in v1.7.0

func (m *GetTimeseriesDataRequest) XXX_DiscardUnknown()

func (*GetTimeseriesDataRequest) XXX_Marshal added in v1.7.0

func (m *GetTimeseriesDataRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetTimeseriesDataRequest) XXX_Merge added in v1.7.0

func (m *GetTimeseriesDataRequest) XXX_Merge(src proto.Message)

func (*GetTimeseriesDataRequest) XXX_Size added in v1.7.0

func (m *GetTimeseriesDataRequest) XXX_Size() int

func (*GetTimeseriesDataRequest) XXX_Unmarshal added in v1.7.0

func (m *GetTimeseriesDataRequest) XXX_Unmarshal(b []byte) error

type GetTimeseriesDataResponse added in v1.7.0

type GetTimeseriesDataResponse struct {
	RowsData             []byte   `protobuf:"bytes,1,req,name=rows_data" json:"rows_data,omitempty"`
	NextToken            []byte   `protobuf:"bytes,2,opt,name=next_token" json:"next_token,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetTimeseriesDataResponse) Descriptor added in v1.7.0

func (*GetTimeseriesDataResponse) Descriptor() ([]byte, []int)

func (*GetTimeseriesDataResponse) GetNextToken added in v1.7.0

func (m *GetTimeseriesDataResponse) GetNextToken() []byte

func (*GetTimeseriesDataResponse) GetRowsData added in v1.7.0

func (m *GetTimeseriesDataResponse) GetRowsData() []byte

func (*GetTimeseriesDataResponse) ProtoMessage added in v1.7.0

func (*GetTimeseriesDataResponse) ProtoMessage()

func (*GetTimeseriesDataResponse) Reset added in v1.7.0

func (m *GetTimeseriesDataResponse) Reset()

func (*GetTimeseriesDataResponse) String added in v1.7.0

func (m *GetTimeseriesDataResponse) String() string

func (*GetTimeseriesDataResponse) XXX_DiscardUnknown added in v1.7.0

func (m *GetTimeseriesDataResponse) XXX_DiscardUnknown()

func (*GetTimeseriesDataResponse) XXX_Marshal added in v1.7.0

func (m *GetTimeseriesDataResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetTimeseriesDataResponse) XXX_Merge added in v1.7.0

func (m *GetTimeseriesDataResponse) XXX_Merge(src proto.Message)

func (*GetTimeseriesDataResponse) XXX_Size added in v1.7.0

func (m *GetTimeseriesDataResponse) XXX_Size() int

func (*GetTimeseriesDataResponse) XXX_Unmarshal added in v1.7.0

func (m *GetTimeseriesDataResponse) XXX_Unmarshal(b []byte) error

type GroupBy

type GroupBy struct {
	Name                 *string      `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	Type                 *GroupByType `protobuf:"varint,2,opt,name=type,enum=otsprotocol.GroupByType" json:"type,omitempty"`
	Body                 []byte       `protobuf:"bytes,3,opt,name=body" json:"body,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*GroupBy) Descriptor

func (*GroupBy) Descriptor() ([]byte, []int)

func (*GroupBy) GetBody

func (m *GroupBy) GetBody() []byte

func (*GroupBy) GetName

func (m *GroupBy) GetName() string

func (*GroupBy) GetType

func (m *GroupBy) GetType() GroupByType

func (*GroupBy) ProtoMessage

func (*GroupBy) ProtoMessage()

func (*GroupBy) Reset

func (m *GroupBy) Reset()

func (*GroupBy) String

func (m *GroupBy) String() string

func (*GroupBy) XXX_DiscardUnknown

func (m *GroupBy) XXX_DiscardUnknown()

func (*GroupBy) XXX_Marshal

func (m *GroupBy) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GroupBy) XXX_Merge

func (m *GroupBy) XXX_Merge(src proto.Message)

func (*GroupBy) XXX_Size

func (m *GroupBy) XXX_Size() int

func (*GroupBy) XXX_Unmarshal

func (m *GroupBy) XXX_Unmarshal(b []byte) error

type GroupByDateHistogram added in v1.7.10

type GroupByDateHistogram struct {
	FieldName            *string        `protobuf:"bytes,1,opt,name=field_name,json=fieldName" json:"field_name,omitempty"`
	Interval             *DateTimeValue `protobuf:"bytes,2,opt,name=interval" json:"interval,omitempty"`
	FieldRange           *FieldRange    `protobuf:"bytes,3,opt,name=field_range,json=fieldRange" json:"field_range,omitempty"`
	Missing              []byte         `protobuf:"bytes,4,opt,name=missing" json:"missing,omitempty"`
	MinDocCount          *int64         `protobuf:"varint,5,opt,name=min_doc_count,json=minDocCount" json:"min_doc_count,omitempty"`
	TimeZone             *string        `protobuf:"bytes,6,opt,name=time_zone,json=timeZone" json:"time_zone,omitempty"`
	Sort                 *GroupBySort   `protobuf:"bytes,7,opt,name=sort" json:"sort,omitempty"`
	SubAggs              *Aggregations  `protobuf:"bytes,8,opt,name=sub_aggs,json=subAggs" json:"sub_aggs,omitempty"`
	SubGroupBys          *GroupBys      `protobuf:"bytes,9,opt,name=sub_group_bys,json=subGroupBys" json:"sub_group_bys,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*GroupByDateHistogram) Descriptor added in v1.7.10

func (*GroupByDateHistogram) Descriptor() ([]byte, []int)

func (*GroupByDateHistogram) GetFieldName added in v1.7.10

func (m *GroupByDateHistogram) GetFieldName() string

func (*GroupByDateHistogram) GetFieldRange added in v1.7.10

func (m *GroupByDateHistogram) GetFieldRange() *FieldRange

func (*GroupByDateHistogram) GetInterval added in v1.7.10

func (m *GroupByDateHistogram) GetInterval() *DateTimeValue

func (*GroupByDateHistogram) GetMinDocCount added in v1.7.10

func (m *GroupByDateHistogram) GetMinDocCount() int64

func (*GroupByDateHistogram) GetMissing added in v1.7.10

func (m *GroupByDateHistogram) GetMissing() []byte

func (*GroupByDateHistogram) GetSort added in v1.7.10

func (m *GroupByDateHistogram) GetSort() *GroupBySort

func (*GroupByDateHistogram) GetSubAggs added in v1.7.10

func (m *GroupByDateHistogram) GetSubAggs() *Aggregations

func (*GroupByDateHistogram) GetSubGroupBys added in v1.7.10

func (m *GroupByDateHistogram) GetSubGroupBys() *GroupBys

func (*GroupByDateHistogram) GetTimeZone added in v1.7.10

func (m *GroupByDateHistogram) GetTimeZone() string

func (*GroupByDateHistogram) ProtoMessage added in v1.7.10

func (*GroupByDateHistogram) ProtoMessage()

func (*GroupByDateHistogram) Reset added in v1.7.10

func (m *GroupByDateHistogram) Reset()

func (*GroupByDateHistogram) String added in v1.7.10

func (m *GroupByDateHistogram) String() string

func (*GroupByDateHistogram) XXX_DiscardUnknown added in v1.7.10

func (m *GroupByDateHistogram) XXX_DiscardUnknown()

func (*GroupByDateHistogram) XXX_Marshal added in v1.7.10

func (m *GroupByDateHistogram) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GroupByDateHistogram) XXX_Merge added in v1.7.10

func (m *GroupByDateHistogram) XXX_Merge(src proto.Message)

func (*GroupByDateHistogram) XXX_Size added in v1.7.10

func (m *GroupByDateHistogram) XXX_Size() int

func (*GroupByDateHistogram) XXX_Unmarshal added in v1.7.10

func (m *GroupByDateHistogram) XXX_Unmarshal(b []byte) error

type GroupByDateHistogramItem added in v1.7.10

type GroupByDateHistogramItem struct {
	Timestamp            *int64              `protobuf:"varint,1,opt,name=timestamp" json:"timestamp,omitempty"`
	RowCount             *int64              `protobuf:"varint,2,opt,name=row_count,json=rowCount" json:"row_count,omitempty"`
	SubAggsResult        *AggregationsResult `protobuf:"bytes,3,opt,name=sub_aggs_result,json=subAggsResult" json:"sub_aggs_result,omitempty"`
	SubGroupBysResult    *GroupBysResult     `protobuf:"bytes,4,opt,name=sub_group_bys_result,json=subGroupBysResult" json:"sub_group_bys_result,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*GroupByDateHistogramItem) Descriptor added in v1.7.10

func (*GroupByDateHistogramItem) Descriptor() ([]byte, []int)

func (*GroupByDateHistogramItem) GetRowCount added in v1.7.10

func (m *GroupByDateHistogramItem) GetRowCount() int64

func (*GroupByDateHistogramItem) GetSubAggsResult added in v1.7.10

func (m *GroupByDateHistogramItem) GetSubAggsResult() *AggregationsResult

func (*GroupByDateHistogramItem) GetSubGroupBysResult added in v1.7.10

func (m *GroupByDateHistogramItem) GetSubGroupBysResult() *GroupBysResult

func (*GroupByDateHistogramItem) GetTimestamp added in v1.7.10

func (m *GroupByDateHistogramItem) GetTimestamp() int64

func (*GroupByDateHistogramItem) ProtoMessage added in v1.7.10

func (*GroupByDateHistogramItem) ProtoMessage()

func (*GroupByDateHistogramItem) Reset added in v1.7.10

func (m *GroupByDateHistogramItem) Reset()

func (*GroupByDateHistogramItem) String added in v1.7.10

func (m *GroupByDateHistogramItem) String() string

func (*GroupByDateHistogramItem) XXX_DiscardUnknown added in v1.7.10

func (m *GroupByDateHistogramItem) XXX_DiscardUnknown()

func (*GroupByDateHistogramItem) XXX_Marshal added in v1.7.10

func (m *GroupByDateHistogramItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GroupByDateHistogramItem) XXX_Merge added in v1.7.10

func (m *GroupByDateHistogramItem) XXX_Merge(src proto.Message)

func (*GroupByDateHistogramItem) XXX_Size added in v1.7.10

func (m *GroupByDateHistogramItem) XXX_Size() int

func (*GroupByDateHistogramItem) XXX_Unmarshal added in v1.7.10

func (m *GroupByDateHistogramItem) XXX_Unmarshal(b []byte) error

type GroupByDateHistogramResult added in v1.7.10

type GroupByDateHistogramResult struct {
	GroupByDateHistogramItems []*GroupByDateHistogramItem `` /* 135-byte string literal not displayed */
	XXX_NoUnkeyedLiteral      struct{}                    `json:"-"`
	XXX_unrecognized          []byte                      `json:"-"`
	XXX_sizecache             int32                       `json:"-"`
}

func (*GroupByDateHistogramResult) Descriptor added in v1.7.10

func (*GroupByDateHistogramResult) Descriptor() ([]byte, []int)

func (*GroupByDateHistogramResult) GetGroupByDateHistogramItems added in v1.7.10

func (m *GroupByDateHistogramResult) GetGroupByDateHistogramItems() []*GroupByDateHistogramItem

func (*GroupByDateHistogramResult) ProtoMessage added in v1.7.10

func (*GroupByDateHistogramResult) ProtoMessage()

func (*GroupByDateHistogramResult) Reset added in v1.7.10

func (m *GroupByDateHistogramResult) Reset()

func (*GroupByDateHistogramResult) String added in v1.7.10

func (m *GroupByDateHistogramResult) String() string

func (*GroupByDateHistogramResult) XXX_DiscardUnknown added in v1.7.10

func (m *GroupByDateHistogramResult) XXX_DiscardUnknown()

func (*GroupByDateHistogramResult) XXX_Marshal added in v1.7.10

func (m *GroupByDateHistogramResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GroupByDateHistogramResult) XXX_Merge added in v1.7.10

func (m *GroupByDateHistogramResult) XXX_Merge(src proto.Message)

func (*GroupByDateHistogramResult) XXX_Size added in v1.7.10

func (m *GroupByDateHistogramResult) XXX_Size() int

func (*GroupByDateHistogramResult) XXX_Unmarshal added in v1.7.10

func (m *GroupByDateHistogramResult) XXX_Unmarshal(b []byte) error

type GroupByField

type GroupByField struct {
	FieldName            *string       `protobuf:"bytes,1,opt,name=field_name,json=fieldName" json:"field_name,omitempty"`
	Size                 *int32        `protobuf:"varint,2,opt,name=size" json:"size,omitempty"`
	Sort                 *GroupBySort  `protobuf:"bytes,3,opt,name=sort" json:"sort,omitempty"`
	SubAggs              *Aggregations `protobuf:"bytes,4,opt,name=sub_aggs,json=subAggs" json:"sub_aggs,omitempty"`
	SubGroupBys          *GroupBys     `protobuf:"bytes,5,opt,name=sub_group_bys,json=subGroupBys" json:"sub_group_bys,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*GroupByField) Descriptor

func (*GroupByField) Descriptor() ([]byte, []int)

func (*GroupByField) GetFieldName

func (m *GroupByField) GetFieldName() string

func (*GroupByField) GetSize

func (m *GroupByField) GetSize() int32

func (*GroupByField) GetSort

func (m *GroupByField) GetSort() *GroupBySort

func (*GroupByField) GetSubAggs

func (m *GroupByField) GetSubAggs() *Aggregations

func (*GroupByField) GetSubGroupBys

func (m *GroupByField) GetSubGroupBys() *GroupBys

func (*GroupByField) ProtoMessage

func (*GroupByField) ProtoMessage()

func (*GroupByField) Reset

func (m *GroupByField) Reset()

func (*GroupByField) String

func (m *GroupByField) String() string

func (*GroupByField) XXX_DiscardUnknown

func (m *GroupByField) XXX_DiscardUnknown()

func (*GroupByField) XXX_Marshal

func (m *GroupByField) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GroupByField) XXX_Merge

func (m *GroupByField) XXX_Merge(src proto.Message)

func (*GroupByField) XXX_Size

func (m *GroupByField) XXX_Size() int

func (*GroupByField) XXX_Unmarshal

func (m *GroupByField) XXX_Unmarshal(b []byte) error

type GroupByFieldResult

type GroupByFieldResult struct {
	GroupByFieldResultItems []*GroupByFieldResultItem `` /* 129-byte string literal not displayed */
	XXX_NoUnkeyedLiteral    struct{}                  `json:"-"`
	XXX_unrecognized        []byte                    `json:"-"`
	XXX_sizecache           int32                     `json:"-"`
}

func (*GroupByFieldResult) Descriptor

func (*GroupByFieldResult) Descriptor() ([]byte, []int)

func (*GroupByFieldResult) GetGroupByFieldResultItems

func (m *GroupByFieldResult) GetGroupByFieldResultItems() []*GroupByFieldResultItem

func (*GroupByFieldResult) ProtoMessage

func (*GroupByFieldResult) ProtoMessage()

func (*GroupByFieldResult) Reset

func (m *GroupByFieldResult) Reset()

func (*GroupByFieldResult) String

func (m *GroupByFieldResult) String() string

func (*GroupByFieldResult) XXX_DiscardUnknown

func (m *GroupByFieldResult) XXX_DiscardUnknown()

func (*GroupByFieldResult) XXX_Marshal

func (m *GroupByFieldResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GroupByFieldResult) XXX_Merge

func (m *GroupByFieldResult) XXX_Merge(src proto.Message)

func (*GroupByFieldResult) XXX_Size

func (m *GroupByFieldResult) XXX_Size() int

func (*GroupByFieldResult) XXX_Unmarshal

func (m *GroupByFieldResult) XXX_Unmarshal(b []byte) error

type GroupByFieldResultItem

type GroupByFieldResultItem struct {
	Key                  *string             `protobuf:"bytes,1,opt,name=key" json:"key,omitempty"`
	RowCount             *int64              `protobuf:"varint,2,opt,name=row_count,json=rowCount" json:"row_count,omitempty"`
	SubAggsResult        *AggregationsResult `protobuf:"bytes,3,opt,name=sub_aggs_result,json=subAggsResult" json:"sub_aggs_result,omitempty"`
	SubGroupBysResult    *GroupBysResult     `protobuf:"bytes,4,opt,name=sub_group_bys_result,json=subGroupBysResult" json:"sub_group_bys_result,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

group by result

func (*GroupByFieldResultItem) Descriptor

func (*GroupByFieldResultItem) Descriptor() ([]byte, []int)

func (*GroupByFieldResultItem) GetKey

func (m *GroupByFieldResultItem) GetKey() string

func (*GroupByFieldResultItem) GetRowCount

func (m *GroupByFieldResultItem) GetRowCount() int64

func (*GroupByFieldResultItem) GetSubAggsResult

func (m *GroupByFieldResultItem) GetSubAggsResult() *AggregationsResult

func (*GroupByFieldResultItem) GetSubGroupBysResult

func (m *GroupByFieldResultItem) GetSubGroupBysResult() *GroupBysResult

func (*GroupByFieldResultItem) ProtoMessage

func (*GroupByFieldResultItem) ProtoMessage()

func (*GroupByFieldResultItem) Reset

func (m *GroupByFieldResultItem) Reset()

func (*GroupByFieldResultItem) String

func (m *GroupByFieldResultItem) String() string

func (*GroupByFieldResultItem) XXX_DiscardUnknown

func (m *GroupByFieldResultItem) XXX_DiscardUnknown()

func (*GroupByFieldResultItem) XXX_Marshal

func (m *GroupByFieldResultItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GroupByFieldResultItem) XXX_Merge

func (m *GroupByFieldResultItem) XXX_Merge(src proto.Message)

func (*GroupByFieldResultItem) XXX_Size

func (m *GroupByFieldResultItem) XXX_Size() int

func (*GroupByFieldResultItem) XXX_Unmarshal

func (m *GroupByFieldResultItem) XXX_Unmarshal(b []byte) error

type GroupByFilter

type GroupByFilter struct {
	Filters              []*Query      `protobuf:"bytes,1,rep,name=filters" json:"filters,omitempty"`
	SubAggs              *Aggregations `protobuf:"bytes,2,opt,name=sub_aggs,json=subAggs" json:"sub_aggs,omitempty"`
	SubGroupBys          *GroupBys     `protobuf:"bytes,3,opt,name=sub_group_bys,json=subGroupBys" json:"sub_group_bys,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*GroupByFilter) Descriptor

func (*GroupByFilter) Descriptor() ([]byte, []int)

func (*GroupByFilter) GetFilters

func (m *GroupByFilter) GetFilters() []*Query

func (*GroupByFilter) GetSubAggs

func (m *GroupByFilter) GetSubAggs() *Aggregations

func (*GroupByFilter) GetSubGroupBys

func (m *GroupByFilter) GetSubGroupBys() *GroupBys

func (*GroupByFilter) ProtoMessage

func (*GroupByFilter) ProtoMessage()

func (*GroupByFilter) Reset

func (m *GroupByFilter) Reset()

func (*GroupByFilter) String

func (m *GroupByFilter) String() string

func (*GroupByFilter) XXX_DiscardUnknown

func (m *GroupByFilter) XXX_DiscardUnknown()

func (*GroupByFilter) XXX_Marshal

func (m *GroupByFilter) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GroupByFilter) XXX_Merge

func (m *GroupByFilter) XXX_Merge(src proto.Message)

func (*GroupByFilter) XXX_Size

func (m *GroupByFilter) XXX_Size() int

func (*GroupByFilter) XXX_Unmarshal

func (m *GroupByFilter) XXX_Unmarshal(b []byte) error

type GroupByFilterResult

type GroupByFilterResult struct {
	GroupByFilterResultItems []*GroupByFilterResultItem `` /* 132-byte string literal not displayed */
	XXX_NoUnkeyedLiteral     struct{}                   `json:"-"`
	XXX_unrecognized         []byte                     `json:"-"`
	XXX_sizecache            int32                      `json:"-"`
}

func (*GroupByFilterResult) Descriptor

func (*GroupByFilterResult) Descriptor() ([]byte, []int)

func (*GroupByFilterResult) GetGroupByFilterResultItems

func (m *GroupByFilterResult) GetGroupByFilterResultItems() []*GroupByFilterResultItem

func (*GroupByFilterResult) ProtoMessage

func (*GroupByFilterResult) ProtoMessage()

func (*GroupByFilterResult) Reset

func (m *GroupByFilterResult) Reset()

func (*GroupByFilterResult) String

func (m *GroupByFilterResult) String() string

func (*GroupByFilterResult) XXX_DiscardUnknown

func (m *GroupByFilterResult) XXX_DiscardUnknown()

func (*GroupByFilterResult) XXX_Marshal

func (m *GroupByFilterResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GroupByFilterResult) XXX_Merge

func (m *GroupByFilterResult) XXX_Merge(src proto.Message)

func (*GroupByFilterResult) XXX_Size

func (m *GroupByFilterResult) XXX_Size() int

func (*GroupByFilterResult) XXX_Unmarshal

func (m *GroupByFilterResult) XXX_Unmarshal(b []byte) error

type GroupByFilterResultItem

type GroupByFilterResultItem struct {
	RowCount             *int64              `protobuf:"varint,1,opt,name=row_count,json=rowCount" json:"row_count,omitempty"`
	SubAggsResult        *AggregationsResult `protobuf:"bytes,2,opt,name=sub_aggs_result,json=subAggsResult" json:"sub_aggs_result,omitempty"`
	SubGroupBysResult    *GroupBysResult     `protobuf:"bytes,3,opt,name=sub_group_bys_result,json=subGroupBysResult" json:"sub_group_bys_result,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*GroupByFilterResultItem) Descriptor

func (*GroupByFilterResultItem) Descriptor() ([]byte, []int)

func (*GroupByFilterResultItem) GetRowCount

func (m *GroupByFilterResultItem) GetRowCount() int64

func (*GroupByFilterResultItem) GetSubAggsResult

func (m *GroupByFilterResultItem) GetSubAggsResult() *AggregationsResult

func (*GroupByFilterResultItem) GetSubGroupBysResult

func (m *GroupByFilterResultItem) GetSubGroupBysResult() *GroupBysResult

func (*GroupByFilterResultItem) ProtoMessage

func (*GroupByFilterResultItem) ProtoMessage()

func (*GroupByFilterResultItem) Reset

func (m *GroupByFilterResultItem) Reset()

func (*GroupByFilterResultItem) String

func (m *GroupByFilterResultItem) String() string

func (*GroupByFilterResultItem) XXX_DiscardUnknown

func (m *GroupByFilterResultItem) XXX_DiscardUnknown()

func (*GroupByFilterResultItem) XXX_Marshal

func (m *GroupByFilterResultItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GroupByFilterResultItem) XXX_Merge

func (m *GroupByFilterResultItem) XXX_Merge(src proto.Message)

func (*GroupByFilterResultItem) XXX_Size

func (m *GroupByFilterResultItem) XXX_Size() int

func (*GroupByFilterResultItem) XXX_Unmarshal

func (m *GroupByFilterResultItem) XXX_Unmarshal(b []byte) error

type GroupByGeoDistance

type GroupByGeoDistance struct {
	FieldName            *string       `protobuf:"bytes,1,opt,name=field_name,json=fieldName" json:"field_name,omitempty"`
	Origin               *GeoPoint     `protobuf:"bytes,2,opt,name=origin" json:"origin,omitempty"`
	Ranges               []*Range      `protobuf:"bytes,3,rep,name=ranges" json:"ranges,omitempty"`
	SubAggs              *Aggregations `protobuf:"bytes,4,opt,name=sub_aggs,json=subAggs" json:"sub_aggs,omitempty"`
	SubGroupBys          *GroupBys     `protobuf:"bytes,5,opt,name=sub_group_bys,json=subGroupBys" json:"sub_group_bys,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*GroupByGeoDistance) Descriptor

func (*GroupByGeoDistance) Descriptor() ([]byte, []int)

func (*GroupByGeoDistance) GetFieldName

func (m *GroupByGeoDistance) GetFieldName() string

func (*GroupByGeoDistance) GetOrigin

func (m *GroupByGeoDistance) GetOrigin() *GeoPoint

func (*GroupByGeoDistance) GetRanges

func (m *GroupByGeoDistance) GetRanges() []*Range

func (*GroupByGeoDistance) GetSubAggs

func (m *GroupByGeoDistance) GetSubAggs() *Aggregations

func (*GroupByGeoDistance) GetSubGroupBys

func (m *GroupByGeoDistance) GetSubGroupBys() *GroupBys

func (*GroupByGeoDistance) ProtoMessage

func (*GroupByGeoDistance) ProtoMessage()

func (*GroupByGeoDistance) Reset

func (m *GroupByGeoDistance) Reset()

func (*GroupByGeoDistance) String

func (m *GroupByGeoDistance) String() string

func (*GroupByGeoDistance) XXX_DiscardUnknown

func (m *GroupByGeoDistance) XXX_DiscardUnknown()

func (*GroupByGeoDistance) XXX_Marshal

func (m *GroupByGeoDistance) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GroupByGeoDistance) XXX_Merge

func (m *GroupByGeoDistance) XXX_Merge(src proto.Message)

func (*GroupByGeoDistance) XXX_Size

func (m *GroupByGeoDistance) XXX_Size() int

func (*GroupByGeoDistance) XXX_Unmarshal

func (m *GroupByGeoDistance) XXX_Unmarshal(b []byte) error

type GroupByGeoDistanceResult

type GroupByGeoDistanceResult struct {
	GroupByGeoDistanceResultItems []*GroupByGeoDistanceResultItem `` /* 149-byte string literal not displayed */
	XXX_NoUnkeyedLiteral          struct{}                        `json:"-"`
	XXX_unrecognized              []byte                          `json:"-"`
	XXX_sizecache                 int32                           `json:"-"`
}

func (*GroupByGeoDistanceResult) Descriptor

func (*GroupByGeoDistanceResult) Descriptor() ([]byte, []int)

func (*GroupByGeoDistanceResult) GetGroupByGeoDistanceResultItems

func (m *GroupByGeoDistanceResult) GetGroupByGeoDistanceResultItems() []*GroupByGeoDistanceResultItem

func (*GroupByGeoDistanceResult) ProtoMessage

func (*GroupByGeoDistanceResult) ProtoMessage()

func (*GroupByGeoDistanceResult) Reset

func (m *GroupByGeoDistanceResult) Reset()

func (*GroupByGeoDistanceResult) String

func (m *GroupByGeoDistanceResult) String() string

func (*GroupByGeoDistanceResult) XXX_DiscardUnknown

func (m *GroupByGeoDistanceResult) XXX_DiscardUnknown()

func (*GroupByGeoDistanceResult) XXX_Marshal

func (m *GroupByGeoDistanceResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GroupByGeoDistanceResult) XXX_Merge

func (m *GroupByGeoDistanceResult) XXX_Merge(src proto.Message)

func (*GroupByGeoDistanceResult) XXX_Size

func (m *GroupByGeoDistanceResult) XXX_Size() int

func (*GroupByGeoDistanceResult) XXX_Unmarshal

func (m *GroupByGeoDistanceResult) XXX_Unmarshal(b []byte) error

type GroupByGeoDistanceResultItem

type GroupByGeoDistanceResultItem struct {
	From                 *float64            `protobuf:"fixed64,1,opt,name=from" json:"from,omitempty"`
	To                   *float64            `protobuf:"fixed64,2,opt,name=to" json:"to,omitempty"`
	RowCount             *int64              `protobuf:"varint,3,opt,name=row_count,json=rowCount" json:"row_count,omitempty"`
	SubAggsResult        *AggregationsResult `protobuf:"bytes,4,opt,name=sub_aggs_result,json=subAggsResult" json:"sub_aggs_result,omitempty"`
	SubGroupBysResult    *GroupBysResult     `protobuf:"bytes,5,opt,name=sub_group_bys_result,json=subGroupBysResult" json:"sub_group_bys_result,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*GroupByGeoDistanceResultItem) Descriptor

func (*GroupByGeoDistanceResultItem) Descriptor() ([]byte, []int)

func (*GroupByGeoDistanceResultItem) GetFrom

func (*GroupByGeoDistanceResultItem) GetRowCount

func (m *GroupByGeoDistanceResultItem) GetRowCount() int64

func (*GroupByGeoDistanceResultItem) GetSubAggsResult

func (m *GroupByGeoDistanceResultItem) GetSubAggsResult() *AggregationsResult

func (*GroupByGeoDistanceResultItem) GetSubGroupBysResult

func (m *GroupByGeoDistanceResultItem) GetSubGroupBysResult() *GroupBysResult

func (*GroupByGeoDistanceResultItem) GetTo

func (*GroupByGeoDistanceResultItem) ProtoMessage

func (*GroupByGeoDistanceResultItem) ProtoMessage()

func (*GroupByGeoDistanceResultItem) Reset

func (m *GroupByGeoDistanceResultItem) Reset()

func (*GroupByGeoDistanceResultItem) String

func (*GroupByGeoDistanceResultItem) XXX_DiscardUnknown

func (m *GroupByGeoDistanceResultItem) XXX_DiscardUnknown()

func (*GroupByGeoDistanceResultItem) XXX_Marshal

func (m *GroupByGeoDistanceResultItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GroupByGeoDistanceResultItem) XXX_Merge

func (m *GroupByGeoDistanceResultItem) XXX_Merge(src proto.Message)

func (*GroupByGeoDistanceResultItem) XXX_Size

func (m *GroupByGeoDistanceResultItem) XXX_Size() int

func (*GroupByGeoDistanceResultItem) XXX_Unmarshal

func (m *GroupByGeoDistanceResultItem) XXX_Unmarshal(b []byte) error

type GroupByGeoGrid added in v1.7.12

type GroupByGeoGrid struct {
	FieldName            *string           `protobuf:"bytes,1,opt,name=field_name,json=fieldName" json:"field_name,omitempty"`
	Precision            *GeoHashPrecision `protobuf:"varint,2,opt,name=precision,enum=otsprotocol.GeoHashPrecision" json:"precision,omitempty"`
	Size                 *int64            `protobuf:"varint,3,opt,name=size" json:"size,omitempty"`
	SubAggs              *Aggregations     `protobuf:"bytes,4,opt,name=sub_aggs,json=subAggs" json:"sub_aggs,omitempty"`
	SubGroupBys          *GroupBys         `protobuf:"bytes,5,opt,name=sub_group_bys,json=subGroupBys" json:"sub_group_bys,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*GroupByGeoGrid) Descriptor added in v1.7.12

func (*GroupByGeoGrid) Descriptor() ([]byte, []int)

func (*GroupByGeoGrid) GetFieldName added in v1.7.12

func (m *GroupByGeoGrid) GetFieldName() string

func (*GroupByGeoGrid) GetPrecision added in v1.7.12

func (m *GroupByGeoGrid) GetPrecision() GeoHashPrecision

func (*GroupByGeoGrid) GetSize added in v1.7.12

func (m *GroupByGeoGrid) GetSize() int64

func (*GroupByGeoGrid) GetSubAggs added in v1.7.12

func (m *GroupByGeoGrid) GetSubAggs() *Aggregations

func (*GroupByGeoGrid) GetSubGroupBys added in v1.7.12

func (m *GroupByGeoGrid) GetSubGroupBys() *GroupBys

func (*GroupByGeoGrid) ProtoMessage added in v1.7.12

func (*GroupByGeoGrid) ProtoMessage()

func (*GroupByGeoGrid) Reset added in v1.7.12

func (m *GroupByGeoGrid) Reset()

func (*GroupByGeoGrid) String added in v1.7.12

func (m *GroupByGeoGrid) String() string

func (*GroupByGeoGrid) XXX_DiscardUnknown added in v1.7.12

func (m *GroupByGeoGrid) XXX_DiscardUnknown()

func (*GroupByGeoGrid) XXX_Marshal added in v1.7.12

func (m *GroupByGeoGrid) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GroupByGeoGrid) XXX_Merge added in v1.7.12

func (m *GroupByGeoGrid) XXX_Merge(src proto.Message)

func (*GroupByGeoGrid) XXX_Size added in v1.7.12

func (m *GroupByGeoGrid) XXX_Size() int

func (*GroupByGeoGrid) XXX_Unmarshal added in v1.7.12

func (m *GroupByGeoGrid) XXX_Unmarshal(b []byte) error

type GroupByGeoGridResult added in v1.7.12

type GroupByGeoGridResult struct {
	GroupByGeoGirdResultItems []*GroupByGeoGridResultItem `` /* 137-byte string literal not displayed */
	XXX_NoUnkeyedLiteral      struct{}                    `json:"-"`
	XXX_unrecognized          []byte                      `json:"-"`
	XXX_sizecache             int32                       `json:"-"`
}

func (*GroupByGeoGridResult) Descriptor added in v1.7.12

func (*GroupByGeoGridResult) Descriptor() ([]byte, []int)

func (*GroupByGeoGridResult) GetGroupByGeoGirdResultItems added in v1.7.12

func (m *GroupByGeoGridResult) GetGroupByGeoGirdResultItems() []*GroupByGeoGridResultItem

func (*GroupByGeoGridResult) ProtoMessage added in v1.7.12

func (*GroupByGeoGridResult) ProtoMessage()

func (*GroupByGeoGridResult) Reset added in v1.7.12

func (m *GroupByGeoGridResult) Reset()

func (*GroupByGeoGridResult) String added in v1.7.12

func (m *GroupByGeoGridResult) String() string

func (*GroupByGeoGridResult) XXX_DiscardUnknown added in v1.7.12

func (m *GroupByGeoGridResult) XXX_DiscardUnknown()

func (*GroupByGeoGridResult) XXX_Marshal added in v1.7.12

func (m *GroupByGeoGridResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GroupByGeoGridResult) XXX_Merge added in v1.7.12

func (m *GroupByGeoGridResult) XXX_Merge(src proto.Message)

func (*GroupByGeoGridResult) XXX_Size added in v1.7.12

func (m *GroupByGeoGridResult) XXX_Size() int

func (*GroupByGeoGridResult) XXX_Unmarshal added in v1.7.12

func (m *GroupByGeoGridResult) XXX_Unmarshal(b []byte) error

type GroupByGeoGridResultItem added in v1.7.12

type GroupByGeoGridResultItem struct {
	Key                  *string             `protobuf:"bytes,1,opt,name=key" json:"key,omitempty"`
	GeoGrid              *GeoGrid            `protobuf:"bytes,2,opt,name=geo_grid,json=geoGrid" json:"geo_grid,omitempty"`
	RowCount             *int64              `protobuf:"varint,3,opt,name=row_count,json=rowCount" json:"row_count,omitempty"`
	SubAggsResult        *AggregationsResult `protobuf:"bytes,4,opt,name=sub_aggs_result,json=subAggsResult" json:"sub_aggs_result,omitempty"`
	SubGroupBysResult    *GroupBysResult     `protobuf:"bytes,5,opt,name=sub_group_bys_result,json=subGroupBysResult" json:"sub_group_bys_result,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*GroupByGeoGridResultItem) Descriptor added in v1.7.12

func (*GroupByGeoGridResultItem) Descriptor() ([]byte, []int)

func (*GroupByGeoGridResultItem) GetGeoGrid added in v1.7.12

func (m *GroupByGeoGridResultItem) GetGeoGrid() *GeoGrid

func (*GroupByGeoGridResultItem) GetKey added in v1.7.12

func (m *GroupByGeoGridResultItem) GetKey() string

func (*GroupByGeoGridResultItem) GetRowCount added in v1.7.12

func (m *GroupByGeoGridResultItem) GetRowCount() int64

func (*GroupByGeoGridResultItem) GetSubAggsResult added in v1.7.12

func (m *GroupByGeoGridResultItem) GetSubAggsResult() *AggregationsResult

func (*GroupByGeoGridResultItem) GetSubGroupBysResult added in v1.7.12

func (m *GroupByGeoGridResultItem) GetSubGroupBysResult() *GroupBysResult

func (*GroupByGeoGridResultItem) ProtoMessage added in v1.7.12

func (*GroupByGeoGridResultItem) ProtoMessage()

func (*GroupByGeoGridResultItem) Reset added in v1.7.12

func (m *GroupByGeoGridResultItem) Reset()

func (*GroupByGeoGridResultItem) String added in v1.7.12

func (m *GroupByGeoGridResultItem) String() string

func (*GroupByGeoGridResultItem) XXX_DiscardUnknown added in v1.7.12

func (m *GroupByGeoGridResultItem) XXX_DiscardUnknown()

func (*GroupByGeoGridResultItem) XXX_Marshal added in v1.7.12

func (m *GroupByGeoGridResultItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GroupByGeoGridResultItem) XXX_Merge added in v1.7.12

func (m *GroupByGeoGridResultItem) XXX_Merge(src proto.Message)

func (*GroupByGeoGridResultItem) XXX_Size added in v1.7.12

func (m *GroupByGeoGridResultItem) XXX_Size() int

func (*GroupByGeoGridResultItem) XXX_Unmarshal added in v1.7.12

func (m *GroupByGeoGridResultItem) XXX_Unmarshal(b []byte) error

type GroupByHistogram added in v1.7.0

type GroupByHistogram struct {
	FieldName            *string       `protobuf:"bytes,1,opt,name=field_name,json=fieldName" json:"field_name,omitempty"`
	Interval             []byte        `protobuf:"bytes,2,opt,name=interval" json:"interval,omitempty"`
	Missing              []byte        `protobuf:"bytes,3,opt,name=missing" json:"missing,omitempty"`
	MinDocCount          *int64        `protobuf:"varint,4,opt,name=min_doc_count,json=minDocCount" json:"min_doc_count,omitempty"`
	Sort                 *GroupBySort  `protobuf:"bytes,5,opt,name=sort" json:"sort,omitempty"`
	FieldRange           *FieldRange   `protobuf:"bytes,6,opt,name=field_range,json=fieldRange" json:"field_range,omitempty"`
	SubAggs              *Aggregations `protobuf:"bytes,7,opt,name=sub_aggs,json=subAggs" json:"sub_aggs,omitempty"`
	SubGroupBys          *GroupBys     `protobuf:"bytes,8,opt,name=sub_group_bys,json=subGroupBys" json:"sub_group_bys,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*GroupByHistogram) Descriptor added in v1.7.0

func (*GroupByHistogram) Descriptor() ([]byte, []int)

func (*GroupByHistogram) GetFieldName added in v1.7.0

func (m *GroupByHistogram) GetFieldName() string

func (*GroupByHistogram) GetFieldRange added in v1.7.0

func (m *GroupByHistogram) GetFieldRange() *FieldRange

func (*GroupByHistogram) GetInterval added in v1.7.0

func (m *GroupByHistogram) GetInterval() []byte

func (*GroupByHistogram) GetMinDocCount added in v1.7.0

func (m *GroupByHistogram) GetMinDocCount() int64

func (*GroupByHistogram) GetMissing added in v1.7.0

func (m *GroupByHistogram) GetMissing() []byte

func (*GroupByHistogram) GetSort added in v1.7.0

func (m *GroupByHistogram) GetSort() *GroupBySort

func (*GroupByHistogram) GetSubAggs added in v1.7.0

func (m *GroupByHistogram) GetSubAggs() *Aggregations

func (*GroupByHistogram) GetSubGroupBys added in v1.7.0

func (m *GroupByHistogram) GetSubGroupBys() *GroupBys

func (*GroupByHistogram) ProtoMessage added in v1.7.0

func (*GroupByHistogram) ProtoMessage()

func (*GroupByHistogram) Reset added in v1.7.0

func (m *GroupByHistogram) Reset()

func (*GroupByHistogram) String added in v1.7.0

func (m *GroupByHistogram) String() string

func (*GroupByHistogram) XXX_DiscardUnknown added in v1.7.0

func (m *GroupByHistogram) XXX_DiscardUnknown()

func (*GroupByHistogram) XXX_Marshal added in v1.7.0

func (m *GroupByHistogram) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GroupByHistogram) XXX_Merge added in v1.7.0

func (m *GroupByHistogram) XXX_Merge(src proto.Message)

func (*GroupByHistogram) XXX_Size added in v1.7.0

func (m *GroupByHistogram) XXX_Size() int

func (*GroupByHistogram) XXX_Unmarshal added in v1.7.0

func (m *GroupByHistogram) XXX_Unmarshal(b []byte) error

type GroupByHistogramItem added in v1.7.0

type GroupByHistogramItem struct {
	Key                  []byte              `protobuf:"bytes,1,opt,name=key" json:"key,omitempty"`
	Value                *int64              `protobuf:"varint,2,opt,name=value" json:"value,omitempty"`
	SubAggsResult        *AggregationsResult `protobuf:"bytes,3,opt,name=sub_aggs_result,json=subAggsResult" json:"sub_aggs_result,omitempty"`
	SubGroupBysResult    *GroupBysResult     `protobuf:"bytes,4,opt,name=sub_group_bys_result,json=subGroupBysResult" json:"sub_group_bys_result,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*GroupByHistogramItem) Descriptor added in v1.7.0

func (*GroupByHistogramItem) Descriptor() ([]byte, []int)

func (*GroupByHistogramItem) GetKey added in v1.7.0

func (m *GroupByHistogramItem) GetKey() []byte

func (*GroupByHistogramItem) GetSubAggsResult added in v1.7.0

func (m *GroupByHistogramItem) GetSubAggsResult() *AggregationsResult

func (*GroupByHistogramItem) GetSubGroupBysResult added in v1.7.0

func (m *GroupByHistogramItem) GetSubGroupBysResult() *GroupBysResult

func (*GroupByHistogramItem) GetValue added in v1.7.0

func (m *GroupByHistogramItem) GetValue() int64

func (*GroupByHistogramItem) ProtoMessage added in v1.7.0

func (*GroupByHistogramItem) ProtoMessage()

func (*GroupByHistogramItem) Reset added in v1.7.0

func (m *GroupByHistogramItem) Reset()

func (*GroupByHistogramItem) String added in v1.7.0

func (m *GroupByHistogramItem) String() string

func (*GroupByHistogramItem) XXX_DiscardUnknown added in v1.7.0

func (m *GroupByHistogramItem) XXX_DiscardUnknown()

func (*GroupByHistogramItem) XXX_Marshal added in v1.7.0

func (m *GroupByHistogramItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GroupByHistogramItem) XXX_Merge added in v1.7.0

func (m *GroupByHistogramItem) XXX_Merge(src proto.Message)

func (*GroupByHistogramItem) XXX_Size added in v1.7.0

func (m *GroupByHistogramItem) XXX_Size() int

func (*GroupByHistogramItem) XXX_Unmarshal added in v1.7.0

func (m *GroupByHistogramItem) XXX_Unmarshal(b []byte) error

type GroupByHistogramResult added in v1.7.0

type GroupByHistogramResult struct {
	GroupByHistograItems []*GroupByHistogramItem `protobuf:"bytes,1,rep,name=group_by_histogra_items,json=groupByHistograItems" json:"group_by_histogra_items,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                `json:"-"`
	XXX_unrecognized     []byte                  `json:"-"`
	XXX_sizecache        int32                   `json:"-"`
}

func (*GroupByHistogramResult) Descriptor added in v1.7.0

func (*GroupByHistogramResult) Descriptor() ([]byte, []int)

func (*GroupByHistogramResult) GetGroupByHistograItems added in v1.7.0

func (m *GroupByHistogramResult) GetGroupByHistograItems() []*GroupByHistogramItem

func (*GroupByHistogramResult) ProtoMessage added in v1.7.0

func (*GroupByHistogramResult) ProtoMessage()

func (*GroupByHistogramResult) Reset added in v1.7.0

func (m *GroupByHistogramResult) Reset()

func (*GroupByHistogramResult) String added in v1.7.0

func (m *GroupByHistogramResult) String() string

func (*GroupByHistogramResult) XXX_DiscardUnknown added in v1.7.0

func (m *GroupByHistogramResult) XXX_DiscardUnknown()

func (*GroupByHistogramResult) XXX_Marshal added in v1.7.0

func (m *GroupByHistogramResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GroupByHistogramResult) XXX_Merge added in v1.7.0

func (m *GroupByHistogramResult) XXX_Merge(src proto.Message)

func (*GroupByHistogramResult) XXX_Size added in v1.7.0

func (m *GroupByHistogramResult) XXX_Size() int

func (*GroupByHistogramResult) XXX_Unmarshal added in v1.7.0

func (m *GroupByHistogramResult) XXX_Unmarshal(b []byte) error

type GroupByRange

type GroupByRange struct {
	FieldName            *string       `protobuf:"bytes,1,opt,name=field_name,json=fieldName" json:"field_name,omitempty"`
	Ranges               []*Range      `protobuf:"bytes,2,rep,name=ranges" json:"ranges,omitempty"`
	SubAggs              *Aggregations `protobuf:"bytes,3,opt,name=sub_aggs,json=subAggs" json:"sub_aggs,omitempty"`
	SubGroupBys          *GroupBys     `protobuf:"bytes,4,opt,name=sub_group_bys,json=subGroupBys" json:"sub_group_bys,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*GroupByRange) Descriptor

func (*GroupByRange) Descriptor() ([]byte, []int)

func (*GroupByRange) GetFieldName

func (m *GroupByRange) GetFieldName() string

func (*GroupByRange) GetRanges

func (m *GroupByRange) GetRanges() []*Range

func (*GroupByRange) GetSubAggs

func (m *GroupByRange) GetSubAggs() *Aggregations

func (*GroupByRange) GetSubGroupBys

func (m *GroupByRange) GetSubGroupBys() *GroupBys

func (*GroupByRange) ProtoMessage

func (*GroupByRange) ProtoMessage()

func (*GroupByRange) Reset

func (m *GroupByRange) Reset()

func (*GroupByRange) String

func (m *GroupByRange) String() string

func (*GroupByRange) XXX_DiscardUnknown

func (m *GroupByRange) XXX_DiscardUnknown()

func (*GroupByRange) XXX_Marshal

func (m *GroupByRange) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GroupByRange) XXX_Merge

func (m *GroupByRange) XXX_Merge(src proto.Message)

func (*GroupByRange) XXX_Size

func (m *GroupByRange) XXX_Size() int

func (*GroupByRange) XXX_Unmarshal

func (m *GroupByRange) XXX_Unmarshal(b []byte) error

type GroupByRangeResult

type GroupByRangeResult struct {
	GroupByRangeResultItems []*GroupByRangeResultItem `` /* 129-byte string literal not displayed */
	XXX_NoUnkeyedLiteral    struct{}                  `json:"-"`
	XXX_unrecognized        []byte                    `json:"-"`
	XXX_sizecache           int32                     `json:"-"`
}

func (*GroupByRangeResult) Descriptor

func (*GroupByRangeResult) Descriptor() ([]byte, []int)

func (*GroupByRangeResult) GetGroupByRangeResultItems

func (m *GroupByRangeResult) GetGroupByRangeResultItems() []*GroupByRangeResultItem

func (*GroupByRangeResult) ProtoMessage

func (*GroupByRangeResult) ProtoMessage()

func (*GroupByRangeResult) Reset

func (m *GroupByRangeResult) Reset()

func (*GroupByRangeResult) String

func (m *GroupByRangeResult) String() string

func (*GroupByRangeResult) XXX_DiscardUnknown

func (m *GroupByRangeResult) XXX_DiscardUnknown()

func (*GroupByRangeResult) XXX_Marshal

func (m *GroupByRangeResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GroupByRangeResult) XXX_Merge

func (m *GroupByRangeResult) XXX_Merge(src proto.Message)

func (*GroupByRangeResult) XXX_Size

func (m *GroupByRangeResult) XXX_Size() int

func (*GroupByRangeResult) XXX_Unmarshal

func (m *GroupByRangeResult) XXX_Unmarshal(b []byte) error

type GroupByRangeResultItem

type GroupByRangeResultItem struct {
	From                 *float64            `protobuf:"fixed64,1,opt,name=from" json:"from,omitempty"`
	To                   *float64            `protobuf:"fixed64,2,opt,name=to" json:"to,omitempty"`
	RowCount             *int64              `protobuf:"varint,3,opt,name=row_count,json=rowCount" json:"row_count,omitempty"`
	SubAggsResult        *AggregationsResult `protobuf:"bytes,4,opt,name=sub_aggs_result,json=subAggsResult" json:"sub_aggs_result,omitempty"`
	SubGroupBysResult    *GroupBysResult     `protobuf:"bytes,5,opt,name=sub_group_bys_result,json=subGroupBysResult" json:"sub_group_bys_result,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*GroupByRangeResultItem) Descriptor

func (*GroupByRangeResultItem) Descriptor() ([]byte, []int)

func (*GroupByRangeResultItem) GetFrom

func (m *GroupByRangeResultItem) GetFrom() float64

func (*GroupByRangeResultItem) GetRowCount

func (m *GroupByRangeResultItem) GetRowCount() int64

func (*GroupByRangeResultItem) GetSubAggsResult

func (m *GroupByRangeResultItem) GetSubAggsResult() *AggregationsResult

func (*GroupByRangeResultItem) GetSubGroupBysResult

func (m *GroupByRangeResultItem) GetSubGroupBysResult() *GroupBysResult

func (*GroupByRangeResultItem) GetTo

func (m *GroupByRangeResultItem) GetTo() float64

func (*GroupByRangeResultItem) ProtoMessage

func (*GroupByRangeResultItem) ProtoMessage()

func (*GroupByRangeResultItem) Reset

func (m *GroupByRangeResultItem) Reset()

func (*GroupByRangeResultItem) String

func (m *GroupByRangeResultItem) String() string

func (*GroupByRangeResultItem) XXX_DiscardUnknown

func (m *GroupByRangeResultItem) XXX_DiscardUnknown()

func (*GroupByRangeResultItem) XXX_Marshal

func (m *GroupByRangeResultItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GroupByRangeResultItem) XXX_Merge

func (m *GroupByRangeResultItem) XXX_Merge(src proto.Message)

func (*GroupByRangeResultItem) XXX_Size

func (m *GroupByRangeResultItem) XXX_Size() int

func (*GroupByRangeResultItem) XXX_Unmarshal

func (m *GroupByRangeResultItem) XXX_Unmarshal(b []byte) error

type GroupByResult

type GroupByResult struct {
	Name                 *string      `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	Type                 *GroupByType `protobuf:"varint,2,opt,name=type,enum=otsprotocol.GroupByType" json:"type,omitempty"`
	GroupByResult        []byte       `protobuf:"bytes,3,opt,name=group_by_result,json=groupByResult" json:"group_by_result,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*GroupByResult) Descriptor

func (*GroupByResult) Descriptor() ([]byte, []int)

func (*GroupByResult) GetGroupByResult

func (m *GroupByResult) GetGroupByResult() []byte

func (*GroupByResult) GetName

func (m *GroupByResult) GetName() string

func (*GroupByResult) GetType

func (m *GroupByResult) GetType() GroupByType

func (*GroupByResult) ProtoMessage

func (*GroupByResult) ProtoMessage()

func (*GroupByResult) Reset

func (m *GroupByResult) Reset()

func (*GroupByResult) String

func (m *GroupByResult) String() string

func (*GroupByResult) XXX_DiscardUnknown

func (m *GroupByResult) XXX_DiscardUnknown()

func (*GroupByResult) XXX_Marshal

func (m *GroupByResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GroupByResult) XXX_Merge

func (m *GroupByResult) XXX_Merge(src proto.Message)

func (*GroupByResult) XXX_Size

func (m *GroupByResult) XXX_Size() int

func (*GroupByResult) XXX_Unmarshal

func (m *GroupByResult) XXX_Unmarshal(b []byte) error

type GroupBySort

type GroupBySort struct {
	Sorters              []*GroupBySorter `protobuf:"bytes,1,rep,name=sorters" json:"sorters,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*GroupBySort) Descriptor

func (*GroupBySort) Descriptor() ([]byte, []int)

func (*GroupBySort) GetSorters

func (m *GroupBySort) GetSorters() []*GroupBySorter

func (*GroupBySort) ProtoMessage

func (*GroupBySort) ProtoMessage()

func (*GroupBySort) Reset

func (m *GroupBySort) Reset()

func (*GroupBySort) String

func (m *GroupBySort) String() string

func (*GroupBySort) XXX_DiscardUnknown

func (m *GroupBySort) XXX_DiscardUnknown()

func (*GroupBySort) XXX_Marshal

func (m *GroupBySort) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GroupBySort) XXX_Merge

func (m *GroupBySort) XXX_Merge(src proto.Message)

func (*GroupBySort) XXX_Size

func (m *GroupBySort) XXX_Size() int

func (*GroupBySort) XXX_Unmarshal

func (m *GroupBySort) XXX_Unmarshal(b []byte) error

type GroupBySorter

type GroupBySorter struct {
	GroupKeySort         *GroupKeySort `protobuf:"bytes,1,opt,name=group_key_sort,json=groupKeySort" json:"group_key_sort,omitempty"`
	RowCountSort         *RowCountSort `protobuf:"bytes,2,opt,name=row_count_sort,json=rowCountSort" json:"row_count_sort,omitempty"`
	SubAggSort           *SubAggSort   `protobuf:"bytes,3,opt,name=sub_agg_sort,json=subAggSort" json:"sub_agg_sort,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*GroupBySorter) Descriptor

func (*GroupBySorter) Descriptor() ([]byte, []int)

func (*GroupBySorter) GetGroupKeySort

func (m *GroupBySorter) GetGroupKeySort() *GroupKeySort

func (*GroupBySorter) GetRowCountSort

func (m *GroupBySorter) GetRowCountSort() *RowCountSort

func (*GroupBySorter) GetSubAggSort

func (m *GroupBySorter) GetSubAggSort() *SubAggSort

func (*GroupBySorter) ProtoMessage

func (*GroupBySorter) ProtoMessage()

func (*GroupBySorter) Reset

func (m *GroupBySorter) Reset()

func (*GroupBySorter) String

func (m *GroupBySorter) String() string

func (*GroupBySorter) XXX_DiscardUnknown

func (m *GroupBySorter) XXX_DiscardUnknown()

func (*GroupBySorter) XXX_Marshal

func (m *GroupBySorter) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GroupBySorter) XXX_Merge

func (m *GroupBySorter) XXX_Merge(src proto.Message)

func (*GroupBySorter) XXX_Size

func (m *GroupBySorter) XXX_Size() int

func (*GroupBySorter) XXX_Unmarshal

func (m *GroupBySorter) XXX_Unmarshal(b []byte) error

type GroupByType

type GroupByType int32
const (
	GroupByType_GROUP_BY_FIELD          GroupByType = 1
	GroupByType_GROUP_BY_RANGE          GroupByType = 2
	GroupByType_GROUP_BY_FILTER         GroupByType = 3
	GroupByType_GROUP_BY_GEO_DISTANCE   GroupByType = 4
	GroupByType_GROUP_BY_HISTOGRAM      GroupByType = 5
	GroupByType_GROUP_BY_DATE_HISTOGRAM GroupByType = 6
	GroupByType_GROUP_BY_GEO_GRID       GroupByType = 7
)

func (GroupByType) Enum

func (x GroupByType) Enum() *GroupByType

func (GroupByType) EnumDescriptor

func (GroupByType) EnumDescriptor() ([]byte, []int)

func (GroupByType) String

func (x GroupByType) String() string

func (*GroupByType) UnmarshalJSON

func (x *GroupByType) UnmarshalJSON(data []byte) error

type GroupBys

type GroupBys struct {
	GroupBys             []*GroupBy `protobuf:"bytes,1,rep,name=group_bys,json=groupBys" json:"group_bys,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

func (*GroupBys) Descriptor

func (*GroupBys) Descriptor() ([]byte, []int)

func (*GroupBys) GetGroupBys

func (m *GroupBys) GetGroupBys() []*GroupBy

func (*GroupBys) ProtoMessage

func (*GroupBys) ProtoMessage()

func (*GroupBys) Reset

func (m *GroupBys) Reset()

func (*GroupBys) String

func (m *GroupBys) String() string

func (*GroupBys) XXX_DiscardUnknown

func (m *GroupBys) XXX_DiscardUnknown()

func (*GroupBys) XXX_Marshal

func (m *GroupBys) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GroupBys) XXX_Merge

func (m *GroupBys) XXX_Merge(src proto.Message)

func (*GroupBys) XXX_Size

func (m *GroupBys) XXX_Size() int

func (*GroupBys) XXX_Unmarshal

func (m *GroupBys) XXX_Unmarshal(b []byte) error

type GroupBysResult

type GroupBysResult struct {
	GroupByResults       []*GroupByResult `protobuf:"bytes,1,rep,name=group_by_results,json=groupByResults" json:"group_by_results,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*GroupBysResult) Descriptor

func (*GroupBysResult) Descriptor() ([]byte, []int)

func (*GroupBysResult) GetGroupByResults

func (m *GroupBysResult) GetGroupByResults() []*GroupByResult

func (*GroupBysResult) ProtoMessage

func (*GroupBysResult) ProtoMessage()

func (*GroupBysResult) Reset

func (m *GroupBysResult) Reset()

func (*GroupBysResult) String

func (m *GroupBysResult) String() string

func (*GroupBysResult) XXX_DiscardUnknown

func (m *GroupBysResult) XXX_DiscardUnknown()

func (*GroupBysResult) XXX_Marshal

func (m *GroupBysResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GroupBysResult) XXX_Merge

func (m *GroupBysResult) XXX_Merge(src proto.Message)

func (*GroupBysResult) XXX_Size

func (m *GroupBysResult) XXX_Size() int

func (*GroupBysResult) XXX_Unmarshal

func (m *GroupBysResult) XXX_Unmarshal(b []byte) error

type GroupKeySort

type GroupKeySort struct {
	Order                *SortOrder `protobuf:"varint,1,opt,name=order,enum=otsprotocol.SortOrder" json:"order,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

group agg

func (*GroupKeySort) Descriptor

func (*GroupKeySort) Descriptor() ([]byte, []int)

func (*GroupKeySort) GetOrder

func (m *GroupKeySort) GetOrder() SortOrder

func (*GroupKeySort) ProtoMessage

func (*GroupKeySort) ProtoMessage()

func (*GroupKeySort) Reset

func (m *GroupKeySort) Reset()

func (*GroupKeySort) String

func (m *GroupKeySort) String() string

func (*GroupKeySort) XXX_DiscardUnknown

func (m *GroupKeySort) XXX_DiscardUnknown()

func (*GroupKeySort) XXX_Marshal

func (m *GroupKeySort) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GroupKeySort) XXX_Merge

func (m *GroupKeySort) XXX_Merge(src proto.Message)

func (*GroupKeySort) XXX_Size

func (m *GroupKeySort) XXX_Size() int

func (*GroupKeySort) XXX_Unmarshal

func (m *GroupKeySort) XXX_Unmarshal(b []byte) error

type HNSWIndexParameter added in v1.7.13

type HNSWIndexParameter struct {
	M                    *int32   `protobuf:"varint,1,opt,name=m" json:"m,omitempty"`
	EfConstruction       *int32   `protobuf:"varint,2,opt,name=ef_construction,json=efConstruction" json:"ef_construction,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*HNSWIndexParameter) Descriptor added in v1.7.13

func (*HNSWIndexParameter) Descriptor() ([]byte, []int)

func (*HNSWIndexParameter) GetEfConstruction added in v1.7.13

func (m *HNSWIndexParameter) GetEfConstruction() int32

func (*HNSWIndexParameter) GetM added in v1.7.13

func (m *HNSWIndexParameter) GetM() int32

func (*HNSWIndexParameter) ProtoMessage added in v1.7.13

func (*HNSWIndexParameter) ProtoMessage()

func (*HNSWIndexParameter) Reset added in v1.7.13

func (m *HNSWIndexParameter) Reset()

func (*HNSWIndexParameter) String added in v1.7.13

func (m *HNSWIndexParameter) String() string

func (*HNSWIndexParameter) XXX_DiscardUnknown added in v1.7.13

func (m *HNSWIndexParameter) XXX_DiscardUnknown()

func (*HNSWIndexParameter) XXX_Marshal added in v1.7.13

func (m *HNSWIndexParameter) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*HNSWIndexParameter) XXX_Merge added in v1.7.13

func (m *HNSWIndexParameter) XXX_Merge(src proto.Message)

func (*HNSWIndexParameter) XXX_Size added in v1.7.13

func (m *HNSWIndexParameter) XXX_Size() int

func (*HNSWIndexParameter) XXX_Unmarshal added in v1.7.13

func (m *HNSWIndexParameter) XXX_Unmarshal(b []byte) error

type Highlight added in v1.7.9

type Highlight struct {
	HighlightParameters  []*HighlightParameter `protobuf:"bytes,1,rep,name=highlight_parameters,json=highlightParameters" json:"highlight_parameters,omitempty"`
	HighlightEncoder     *HighlightEncoder     `` /* 143-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*Highlight) Descriptor added in v1.7.9

func (*Highlight) Descriptor() ([]byte, []int)

func (*Highlight) GetHighlightEncoder added in v1.7.9

func (m *Highlight) GetHighlightEncoder() HighlightEncoder

func (*Highlight) GetHighlightParameters added in v1.7.9

func (m *Highlight) GetHighlightParameters() []*HighlightParameter

func (*Highlight) ProtoMessage added in v1.7.9

func (*Highlight) ProtoMessage()

func (*Highlight) Reset added in v1.7.9

func (m *Highlight) Reset()

func (*Highlight) String added in v1.7.9

func (m *Highlight) String() string

func (*Highlight) XXX_DiscardUnknown added in v1.7.9

func (m *Highlight) XXX_DiscardUnknown()

func (*Highlight) XXX_Marshal added in v1.7.9

func (m *Highlight) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Highlight) XXX_Merge added in v1.7.9

func (m *Highlight) XXX_Merge(src proto.Message)

func (*Highlight) XXX_Size added in v1.7.9

func (m *Highlight) XXX_Size() int

func (*Highlight) XXX_Unmarshal added in v1.7.9

func (m *Highlight) XXX_Unmarshal(b []byte) error

type HighlightEncoder added in v1.7.9

type HighlightEncoder int32
const (
	HighlightEncoder_PLAIN_MODE HighlightEncoder = 1
	HighlightEncoder_HTML_MODE  HighlightEncoder = 2
)
const Default_Highlight_HighlightEncoder HighlightEncoder = HighlightEncoder_PLAIN_MODE

func (HighlightEncoder) Enum added in v1.7.9

func (HighlightEncoder) EnumDescriptor added in v1.7.9

func (HighlightEncoder) EnumDescriptor() ([]byte, []int)

func (HighlightEncoder) String added in v1.7.9

func (x HighlightEncoder) String() string

func (*HighlightEncoder) UnmarshalJSON added in v1.7.9

func (x *HighlightEncoder) UnmarshalJSON(data []byte) error

type HighlightField added in v1.7.9

type HighlightField struct {
	FieldName            *string  `protobuf:"bytes,1,opt,name=field_name,json=fieldName" json:"field_name,omitempty"`
	FieldFragments       []string `protobuf:"bytes,2,rep,name=field_fragments,json=fieldFragments" json:"field_fragments,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*HighlightField) Descriptor added in v1.7.9

func (*HighlightField) Descriptor() ([]byte, []int)

func (*HighlightField) GetFieldFragments added in v1.7.9

func (m *HighlightField) GetFieldFragments() []string

func (*HighlightField) GetFieldName added in v1.7.9

func (m *HighlightField) GetFieldName() string

func (*HighlightField) ProtoMessage added in v1.7.9

func (*HighlightField) ProtoMessage()

func (*HighlightField) Reset added in v1.7.9

func (m *HighlightField) Reset()

func (*HighlightField) String added in v1.7.9

func (m *HighlightField) String() string

func (*HighlightField) XXX_DiscardUnknown added in v1.7.9

func (m *HighlightField) XXX_DiscardUnknown()

func (*HighlightField) XXX_Marshal added in v1.7.9

func (m *HighlightField) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*HighlightField) XXX_Merge added in v1.7.9

func (m *HighlightField) XXX_Merge(src proto.Message)

func (*HighlightField) XXX_Size added in v1.7.9

func (m *HighlightField) XXX_Size() int

func (*HighlightField) XXX_Unmarshal added in v1.7.9

func (m *HighlightField) XXX_Unmarshal(b []byte) error

type HighlightFragmentOrder added in v1.7.9

type HighlightFragmentOrder int32
const (
	HighlightFragmentOrder_TEXT_SEQUENCE HighlightFragmentOrder = 1
	HighlightFragmentOrder_SCORE         HighlightFragmentOrder = 2
)
const Default_HighlightParameter_FragmentsOrder HighlightFragmentOrder = HighlightFragmentOrder_TEXT_SEQUENCE

func (HighlightFragmentOrder) Enum added in v1.7.9

func (HighlightFragmentOrder) EnumDescriptor added in v1.7.9

func (HighlightFragmentOrder) EnumDescriptor() ([]byte, []int)

func (HighlightFragmentOrder) String added in v1.7.9

func (x HighlightFragmentOrder) String() string

func (*HighlightFragmentOrder) UnmarshalJSON added in v1.7.9

func (x *HighlightFragmentOrder) UnmarshalJSON(data []byte) error

type HighlightParameter added in v1.7.9

type HighlightParameter struct {
	FieldName            *string                 `protobuf:"bytes,1,opt,name=field_name,json=fieldName" json:"field_name,omitempty"`
	NumberOfFragments    *int32                  `protobuf:"varint,2,opt,name=number_of_fragments,json=numberOfFragments" json:"number_of_fragments,omitempty"`
	FragmentSize         *int32                  `protobuf:"varint,3,opt,name=fragment_size,json=fragmentSize" json:"fragment_size,omitempty"`
	PreTag               *string                 `protobuf:"bytes,4,opt,name=pre_tag,json=preTag" json:"pre_tag,omitempty"`
	PostTag              *string                 `protobuf:"bytes,5,opt,name=post_tag,json=postTag" json:"post_tag,omitempty"`
	FragmentsOrder       *HighlightFragmentOrder `` /* 143-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}                `json:"-"`
	XXX_unrecognized     []byte                  `json:"-"`
	XXX_sizecache        int32                   `json:"-"`
}

func (*HighlightParameter) Descriptor added in v1.7.9

func (*HighlightParameter) Descriptor() ([]byte, []int)

func (*HighlightParameter) GetFieldName added in v1.7.9

func (m *HighlightParameter) GetFieldName() string

func (*HighlightParameter) GetFragmentSize added in v1.7.9

func (m *HighlightParameter) GetFragmentSize() int32

func (*HighlightParameter) GetFragmentsOrder added in v1.7.9

func (m *HighlightParameter) GetFragmentsOrder() HighlightFragmentOrder

func (*HighlightParameter) GetNumberOfFragments added in v1.7.9

func (m *HighlightParameter) GetNumberOfFragments() int32

func (*HighlightParameter) GetPostTag added in v1.7.9

func (m *HighlightParameter) GetPostTag() string

func (*HighlightParameter) GetPreTag added in v1.7.9

func (m *HighlightParameter) GetPreTag() string

func (*HighlightParameter) ProtoMessage added in v1.7.9

func (*HighlightParameter) ProtoMessage()

func (*HighlightParameter) Reset added in v1.7.9

func (m *HighlightParameter) Reset()

func (*HighlightParameter) String added in v1.7.9

func (m *HighlightParameter) String() string

func (*HighlightParameter) XXX_DiscardUnknown added in v1.7.9

func (m *HighlightParameter) XXX_DiscardUnknown()

func (*HighlightParameter) XXX_Marshal added in v1.7.9

func (m *HighlightParameter) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*HighlightParameter) XXX_Merge added in v1.7.9

func (m *HighlightParameter) XXX_Merge(src proto.Message)

func (*HighlightParameter) XXX_Size added in v1.7.9

func (m *HighlightParameter) XXX_Size() int

func (*HighlightParameter) XXX_Unmarshal added in v1.7.9

func (m *HighlightParameter) XXX_Unmarshal(b []byte) error

type HighlightResult added in v1.7.9

type HighlightResult struct {
	HighlightFields      []*HighlightField `protobuf:"bytes,1,rep,name=highlight_fields,json=highlightFields" json:"highlight_fields,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*HighlightResult) Descriptor added in v1.7.9

func (*HighlightResult) Descriptor() ([]byte, []int)

func (*HighlightResult) GetHighlightFields added in v1.7.9

func (m *HighlightResult) GetHighlightFields() []*HighlightField

func (*HighlightResult) ProtoMessage added in v1.7.9

func (*HighlightResult) ProtoMessage()

func (*HighlightResult) Reset added in v1.7.9

func (m *HighlightResult) Reset()

func (*HighlightResult) String added in v1.7.9

func (m *HighlightResult) String() string

func (*HighlightResult) XXX_DiscardUnknown added in v1.7.9

func (m *HighlightResult) XXX_DiscardUnknown()

func (*HighlightResult) XXX_Marshal added in v1.7.9

func (m *HighlightResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*HighlightResult) XXX_Merge added in v1.7.9

func (m *HighlightResult) XXX_Merge(src proto.Message)

func (*HighlightResult) XXX_Size added in v1.7.9

func (m *HighlightResult) XXX_Size() int

func (*HighlightResult) XXX_Unmarshal added in v1.7.9

func (m *HighlightResult) XXX_Unmarshal(b []byte) error

type IndexInfo

type IndexInfo struct {
	TableName            *string  `protobuf:"bytes,1,opt,name=table_name,json=tableName" json:"table_name,omitempty"`
	IndexName            *string  `protobuf:"bytes,2,opt,name=index_name,json=indexName" json:"index_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*IndexInfo) Descriptor

func (*IndexInfo) Descriptor() ([]byte, []int)

func (*IndexInfo) GetIndexName

func (m *IndexInfo) GetIndexName() string

func (*IndexInfo) GetTableName

func (m *IndexInfo) GetTableName() string

func (*IndexInfo) ProtoMessage

func (*IndexInfo) ProtoMessage()

func (*IndexInfo) Reset

func (m *IndexInfo) Reset()

func (*IndexInfo) String

func (m *IndexInfo) String() string

func (*IndexInfo) XXX_DiscardUnknown

func (m *IndexInfo) XXX_DiscardUnknown()

func (*IndexInfo) XXX_Marshal

func (m *IndexInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*IndexInfo) XXX_Merge

func (m *IndexInfo) XXX_Merge(src proto.Message)

func (*IndexInfo) XXX_Size

func (m *IndexInfo) XXX_Size() int

func (*IndexInfo) XXX_Unmarshal

func (m *IndexInfo) XXX_Unmarshal(b []byte) error

type IndexMeta

type IndexMeta struct {
	Name                 *string          `protobuf:"bytes,1,req,name=name" json:"name,omitempty"`
	PrimaryKey           []string         `protobuf:"bytes,2,rep,name=primary_key,json=primaryKey" json:"primary_key,omitempty"`
	DefinedColumn        []string         `protobuf:"bytes,3,rep,name=defined_column,json=definedColumn" json:"defined_column,omitempty"`
	IndexUpdateMode      *IndexUpdateMode `` /* 135-byte string literal not displayed */
	IndexType            *IndexType       `protobuf:"varint,5,req,name=index_type,json=indexType,enum=otsprotocol.IndexType" json:"index_type,omitempty"`
	IndexSyncPhase       *IndexSyncPhase  `` /* 131-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*IndexMeta) Descriptor

func (*IndexMeta) Descriptor() ([]byte, []int)

func (*IndexMeta) GetDefinedColumn

func (m *IndexMeta) GetDefinedColumn() []string

func (*IndexMeta) GetIndexSyncPhase added in v1.7.11

func (m *IndexMeta) GetIndexSyncPhase() IndexSyncPhase

func (*IndexMeta) GetIndexType

func (m *IndexMeta) GetIndexType() IndexType

func (*IndexMeta) GetIndexUpdateMode

func (m *IndexMeta) GetIndexUpdateMode() IndexUpdateMode

func (*IndexMeta) GetName

func (m *IndexMeta) GetName() string

func (*IndexMeta) GetPrimaryKey

func (m *IndexMeta) GetPrimaryKey() []string

func (*IndexMeta) ProtoMessage

func (*IndexMeta) ProtoMessage()

func (*IndexMeta) Reset

func (m *IndexMeta) Reset()

func (*IndexMeta) String

func (m *IndexMeta) String() string

func (*IndexMeta) XXX_DiscardUnknown added in v1.6.0

func (m *IndexMeta) XXX_DiscardUnknown()

func (*IndexMeta) XXX_Marshal added in v1.6.0

func (m *IndexMeta) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*IndexMeta) XXX_Merge added in v1.6.0

func (m *IndexMeta) XXX_Merge(src proto.Message)

func (*IndexMeta) XXX_Size added in v1.6.0

func (m *IndexMeta) XXX_Size() int

func (*IndexMeta) XXX_Unmarshal added in v1.6.0

func (m *IndexMeta) XXX_Unmarshal(b []byte) error

type IndexOptions

type IndexOptions int32
const (
	IndexOptions_DOCS      IndexOptions = 1
	IndexOptions_FREQS     IndexOptions = 2
	IndexOptions_POSITIONS IndexOptions = 3
	IndexOptions_OFFSETS   IndexOptions = 4
)

func (IndexOptions) Enum

func (x IndexOptions) Enum() *IndexOptions

func (IndexOptions) EnumDescriptor

func (IndexOptions) EnumDescriptor() ([]byte, []int)

func (IndexOptions) String

func (x IndexOptions) String() string

func (*IndexOptions) UnmarshalJSON

func (x *IndexOptions) UnmarshalJSON(data []byte) error

type IndexSchema

type IndexSchema struct {
	FieldSchemas         []*FieldSchema `protobuf:"bytes,1,rep,name=field_schemas,json=fieldSchemas" json:"field_schemas,omitempty"`
	IndexSetting         *IndexSetting  `protobuf:"bytes,2,opt,name=index_setting,json=indexSetting" json:"index_setting,omitempty"`
	IndexSort            *Sort          `protobuf:"bytes,3,opt,name=index_sort,json=indexSort" json:"index_sort,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*IndexSchema) Descriptor

func (*IndexSchema) Descriptor() ([]byte, []int)

func (*IndexSchema) GetFieldSchemas

func (m *IndexSchema) GetFieldSchemas() []*FieldSchema

func (*IndexSchema) GetIndexSetting

func (m *IndexSchema) GetIndexSetting() *IndexSetting

func (*IndexSchema) GetIndexSort

func (m *IndexSchema) GetIndexSort() *Sort

func (*IndexSchema) ProtoMessage

func (*IndexSchema) ProtoMessage()

func (*IndexSchema) Reset

func (m *IndexSchema) Reset()

func (*IndexSchema) String

func (m *IndexSchema) String() string

func (*IndexSchema) XXX_DiscardUnknown

func (m *IndexSchema) XXX_DiscardUnknown()

func (*IndexSchema) XXX_Marshal

func (m *IndexSchema) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*IndexSchema) XXX_Merge

func (m *IndexSchema) XXX_Merge(src proto.Message)

func (*IndexSchema) XXX_Size

func (m *IndexSchema) XXX_Size() int

func (*IndexSchema) XXX_Unmarshal

func (m *IndexSchema) XXX_Unmarshal(b []byte) error

type IndexSetting

type IndexSetting struct {
	NumberOfShards       *int32   `protobuf:"varint,1,opt,name=number_of_shards,json=numberOfShards" json:"number_of_shards,omitempty"`
	RoutingFields        []string `protobuf:"bytes,2,rep,name=routing_fields,json=routingFields" json:"routing_fields,omitempty"`
	RoutingPartitionSize *int32   `protobuf:"varint,3,opt,name=routing_partition_size,json=routingPartitionSize" json:"routing_partition_size,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*IndexSetting) Descriptor

func (*IndexSetting) Descriptor() ([]byte, []int)

func (*IndexSetting) GetNumberOfShards

func (m *IndexSetting) GetNumberOfShards() int32

func (*IndexSetting) GetRoutingFields

func (m *IndexSetting) GetRoutingFields() []string

func (*IndexSetting) GetRoutingPartitionSize

func (m *IndexSetting) GetRoutingPartitionSize() int32

func (*IndexSetting) ProtoMessage

func (*IndexSetting) ProtoMessage()

func (*IndexSetting) Reset

func (m *IndexSetting) Reset()

func (*IndexSetting) String

func (m *IndexSetting) String() string

func (*IndexSetting) XXX_DiscardUnknown

func (m *IndexSetting) XXX_DiscardUnknown()

func (*IndexSetting) XXX_Marshal

func (m *IndexSetting) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*IndexSetting) XXX_Merge

func (m *IndexSetting) XXX_Merge(src proto.Message)

func (*IndexSetting) XXX_Size

func (m *IndexSetting) XXX_Size() int

func (*IndexSetting) XXX_Unmarshal

func (m *IndexSetting) XXX_Unmarshal(b []byte) error

type IndexSyncPhase added in v1.7.11

type IndexSyncPhase int32
const (
	IndexSyncPhase_ISP_INVALID IndexSyncPhase = 0
	IndexSyncPhase_ISP_FULL    IndexSyncPhase = 1
	IndexSyncPhase_ISP_INCR    IndexSyncPhase = 2
)

func (IndexSyncPhase) Enum added in v1.7.11

func (x IndexSyncPhase) Enum() *IndexSyncPhase

func (IndexSyncPhase) EnumDescriptor added in v1.7.11

func (IndexSyncPhase) EnumDescriptor() ([]byte, []int)

func (IndexSyncPhase) String added in v1.7.11

func (x IndexSyncPhase) String() string

func (*IndexSyncPhase) UnmarshalJSON added in v1.7.11

func (x *IndexSyncPhase) UnmarshalJSON(data []byte) error

type IndexType

type IndexType int32
const (
	IndexType_IT_GLOBAL_INDEX IndexType = 0
	IndexType_IT_LOCAL_INDEX  IndexType = 1
)

func (IndexType) Enum

func (x IndexType) Enum() *IndexType

func (IndexType) EnumDescriptor

func (IndexType) EnumDescriptor() ([]byte, []int)

func (IndexType) String

func (x IndexType) String() string

func (*IndexType) UnmarshalJSON

func (x *IndexType) UnmarshalJSON(data []byte) error

type IndexUpdateMode

type IndexUpdateMode int32
const (
	IndexUpdateMode_IUM_ASYNC_INDEX IndexUpdateMode = 0
	IndexUpdateMode_IUM_SYNC_INDEX  IndexUpdateMode = 1
)

func (IndexUpdateMode) Enum

func (x IndexUpdateMode) Enum() *IndexUpdateMode

func (IndexUpdateMode) EnumDescriptor

func (IndexUpdateMode) EnumDescriptor() ([]byte, []int)

func (IndexUpdateMode) String

func (x IndexUpdateMode) String() string

func (*IndexUpdateMode) UnmarshalJSON

func (x *IndexUpdateMode) UnmarshalJSON(data []byte) error

type InnerHits added in v1.7.12

type InnerHits struct {
	Sort                 *Sort      `protobuf:"bytes,1,opt,name=sort" json:"sort,omitempty"`
	Offset               *int32     `protobuf:"varint,2,opt,name=offset" json:"offset,omitempty"`
	Limit                *int32     `protobuf:"varint,3,opt,name=limit" json:"limit,omitempty"`
	Highlight            *Highlight `protobuf:"bytes,4,opt,name=highlight" json:"highlight,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

func (*InnerHits) Descriptor added in v1.7.12

func (*InnerHits) Descriptor() ([]byte, []int)

func (*InnerHits) GetHighlight added in v1.7.12

func (m *InnerHits) GetHighlight() *Highlight

func (*InnerHits) GetLimit added in v1.7.12

func (m *InnerHits) GetLimit() int32

func (*InnerHits) GetOffset added in v1.7.12

func (m *InnerHits) GetOffset() int32

func (*InnerHits) GetSort added in v1.7.12

func (m *InnerHits) GetSort() *Sort

func (*InnerHits) ProtoMessage added in v1.7.12

func (*InnerHits) ProtoMessage()

func (*InnerHits) Reset added in v1.7.12

func (m *InnerHits) Reset()

func (*InnerHits) String added in v1.7.12

func (m *InnerHits) String() string

func (*InnerHits) XXX_DiscardUnknown added in v1.7.12

func (m *InnerHits) XXX_DiscardUnknown()

func (*InnerHits) XXX_Marshal added in v1.7.12

func (m *InnerHits) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*InnerHits) XXX_Merge added in v1.7.12

func (m *InnerHits) XXX_Merge(src proto.Message)

func (*InnerHits) XXX_Size added in v1.7.12

func (m *InnerHits) XXX_Size() int

func (*InnerHits) XXX_Unmarshal added in v1.7.12

func (m *InnerHits) XXX_Unmarshal(b []byte) error

type KnnVectorQuery added in v1.7.13

type KnnVectorQuery struct {
	FieldName            *string   `protobuf:"bytes,1,opt,name=field_name,json=fieldName" json:"field_name,omitempty"`
	TopK                 *int32    `protobuf:"varint,2,opt,name=top_k,json=topK" json:"top_k,omitempty"`
	Int8QueryVector      []byte    `protobuf:"bytes,3,opt,name=int8_query_vector,json=int8QueryVector" json:"int8_query_vector,omitempty"`
	Float32QueryVector   []float32 `protobuf:"fixed32,4,rep,name=float32_query_vector,json=float32QueryVector" json:"float32_query_vector,omitempty"`
	Filter               *Query    `protobuf:"bytes,5,opt,name=filter" json:"filter,omitempty"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

func (*KnnVectorQuery) Descriptor added in v1.7.13

func (*KnnVectorQuery) Descriptor() ([]byte, []int)

func (*KnnVectorQuery) GetFieldName added in v1.7.13

func (m *KnnVectorQuery) GetFieldName() string

func (*KnnVectorQuery) GetFilter added in v1.7.13

func (m *KnnVectorQuery) GetFilter() *Query

func (*KnnVectorQuery) GetFloat32QueryVector added in v1.7.13

func (m *KnnVectorQuery) GetFloat32QueryVector() []float32

func (*KnnVectorQuery) GetInt8QueryVector added in v1.7.13

func (m *KnnVectorQuery) GetInt8QueryVector() []byte

func (*KnnVectorQuery) GetTopK added in v1.7.13

func (m *KnnVectorQuery) GetTopK() int32

func (*KnnVectorQuery) ProtoMessage added in v1.7.13

func (*KnnVectorQuery) ProtoMessage()

func (*KnnVectorQuery) Reset added in v1.7.13

func (m *KnnVectorQuery) Reset()

func (*KnnVectorQuery) String added in v1.7.13

func (m *KnnVectorQuery) String() string

func (*KnnVectorQuery) XXX_DiscardUnknown added in v1.7.13

func (m *KnnVectorQuery) XXX_DiscardUnknown()

func (*KnnVectorQuery) XXX_Marshal added in v1.7.13

func (m *KnnVectorQuery) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*KnnVectorQuery) XXX_Merge added in v1.7.13

func (m *KnnVectorQuery) XXX_Merge(src proto.Message)

func (*KnnVectorQuery) XXX_Size added in v1.7.13

func (m *KnnVectorQuery) XXX_Size() int

func (*KnnVectorQuery) XXX_Unmarshal added in v1.7.13

func (m *KnnVectorQuery) XXX_Unmarshal(b []byte) error

type ListDeliveryTaskRequest added in v1.6.0

type ListDeliveryTaskRequest struct {
	TableName            *string  `protobuf:"bytes,1,opt,name=tableName" json:"tableName,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ListDeliveryTaskRequest) Descriptor added in v1.6.0

func (*ListDeliveryTaskRequest) Descriptor() ([]byte, []int)

func (*ListDeliveryTaskRequest) GetTableName added in v1.6.0

func (m *ListDeliveryTaskRequest) GetTableName() string

func (*ListDeliveryTaskRequest) ProtoMessage added in v1.6.0

func (*ListDeliveryTaskRequest) ProtoMessage()

func (*ListDeliveryTaskRequest) Reset added in v1.6.0

func (m *ListDeliveryTaskRequest) Reset()

func (*ListDeliveryTaskRequest) String added in v1.6.0

func (m *ListDeliveryTaskRequest) String() string

func (*ListDeliveryTaskRequest) XXX_DiscardUnknown added in v1.6.0

func (m *ListDeliveryTaskRequest) XXX_DiscardUnknown()

func (*ListDeliveryTaskRequest) XXX_Marshal added in v1.6.0

func (m *ListDeliveryTaskRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListDeliveryTaskRequest) XXX_Merge added in v1.6.0

func (dst *ListDeliveryTaskRequest) XXX_Merge(src proto.Message)

func (*ListDeliveryTaskRequest) XXX_Size added in v1.6.0

func (m *ListDeliveryTaskRequest) XXX_Size() int

func (*ListDeliveryTaskRequest) XXX_Unmarshal added in v1.6.0

func (m *ListDeliveryTaskRequest) XXX_Unmarshal(b []byte) error

type ListDeliveryTaskResponse added in v1.6.0

type ListDeliveryTaskResponse struct {
	Tasks                []*DeliveryTaskInfo `protobuf:"bytes,1,rep,name=tasks" json:"tasks,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*ListDeliveryTaskResponse) Descriptor added in v1.6.0

func (*ListDeliveryTaskResponse) Descriptor() ([]byte, []int)

func (*ListDeliveryTaskResponse) GetTasks added in v1.6.0

func (m *ListDeliveryTaskResponse) GetTasks() []*DeliveryTaskInfo

func (*ListDeliveryTaskResponse) ProtoMessage added in v1.6.0

func (*ListDeliveryTaskResponse) ProtoMessage()

func (*ListDeliveryTaskResponse) Reset added in v1.6.0

func (m *ListDeliveryTaskResponse) Reset()

func (*ListDeliveryTaskResponse) String added in v1.6.0

func (m *ListDeliveryTaskResponse) String() string

func (*ListDeliveryTaskResponse) XXX_DiscardUnknown added in v1.6.0

func (m *ListDeliveryTaskResponse) XXX_DiscardUnknown()

func (*ListDeliveryTaskResponse) XXX_Marshal added in v1.6.0

func (m *ListDeliveryTaskResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListDeliveryTaskResponse) XXX_Merge added in v1.6.0

func (dst *ListDeliveryTaskResponse) XXX_Merge(src proto.Message)

func (*ListDeliveryTaskResponse) XXX_Size added in v1.6.0

func (m *ListDeliveryTaskResponse) XXX_Size() int

func (*ListDeliveryTaskResponse) XXX_Unmarshal added in v1.6.0

func (m *ListDeliveryTaskResponse) XXX_Unmarshal(b []byte) error

type ListSearchIndexRequest

type ListSearchIndexRequest struct {
	TableName            *string  `protobuf:"bytes,1,opt,name=table_name,json=tableName" json:"table_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ListSearchIndexRequest) Descriptor

func (*ListSearchIndexRequest) Descriptor() ([]byte, []int)

func (*ListSearchIndexRequest) GetTableName

func (m *ListSearchIndexRequest) GetTableName() string

func (*ListSearchIndexRequest) ProtoMessage

func (*ListSearchIndexRequest) ProtoMessage()

func (*ListSearchIndexRequest) Reset

func (m *ListSearchIndexRequest) Reset()

func (*ListSearchIndexRequest) String

func (m *ListSearchIndexRequest) String() string

func (*ListSearchIndexRequest) XXX_DiscardUnknown

func (m *ListSearchIndexRequest) XXX_DiscardUnknown()

func (*ListSearchIndexRequest) XXX_Marshal

func (m *ListSearchIndexRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListSearchIndexRequest) XXX_Merge

func (m *ListSearchIndexRequest) XXX_Merge(src proto.Message)

func (*ListSearchIndexRequest) XXX_Size

func (m *ListSearchIndexRequest) XXX_Size() int

func (*ListSearchIndexRequest) XXX_Unmarshal

func (m *ListSearchIndexRequest) XXX_Unmarshal(b []byte) error

type ListSearchIndexResponse

type ListSearchIndexResponse struct {
	Indices              []*IndexInfo `protobuf:"bytes,1,rep,name=indices" json:"indices,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*ListSearchIndexResponse) Descriptor

func (*ListSearchIndexResponse) Descriptor() ([]byte, []int)

func (*ListSearchIndexResponse) GetIndices

func (m *ListSearchIndexResponse) GetIndices() []*IndexInfo

func (*ListSearchIndexResponse) ProtoMessage

func (*ListSearchIndexResponse) ProtoMessage()

func (*ListSearchIndexResponse) Reset

func (m *ListSearchIndexResponse) Reset()

func (*ListSearchIndexResponse) String

func (m *ListSearchIndexResponse) String() string

func (*ListSearchIndexResponse) XXX_DiscardUnknown

func (m *ListSearchIndexResponse) XXX_DiscardUnknown()

func (*ListSearchIndexResponse) XXX_Marshal

func (m *ListSearchIndexResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListSearchIndexResponse) XXX_Merge

func (m *ListSearchIndexResponse) XXX_Merge(src proto.Message)

func (*ListSearchIndexResponse) XXX_Size

func (m *ListSearchIndexResponse) XXX_Size() int

func (*ListSearchIndexResponse) XXX_Unmarshal

func (m *ListSearchIndexResponse) XXX_Unmarshal(b []byte) error

type ListStreamRequest

type ListStreamRequest struct {
	TableName            *string  `protobuf:"bytes,1,opt,name=table_name,json=tableName" json:"table_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ListStreamRequest) Descriptor

func (*ListStreamRequest) Descriptor() ([]byte, []int)

func (*ListStreamRequest) GetTableName

func (m *ListStreamRequest) GetTableName() string

func (*ListStreamRequest) ProtoMessage

func (*ListStreamRequest) ProtoMessage()

func (*ListStreamRequest) Reset

func (m *ListStreamRequest) Reset()

func (*ListStreamRequest) String

func (m *ListStreamRequest) String() string

func (*ListStreamRequest) XXX_DiscardUnknown added in v1.6.0

func (m *ListStreamRequest) XXX_DiscardUnknown()

func (*ListStreamRequest) XXX_Marshal added in v1.6.0

func (m *ListStreamRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListStreamRequest) XXX_Merge added in v1.6.0

func (m *ListStreamRequest) XXX_Merge(src proto.Message)

func (*ListStreamRequest) XXX_Size added in v1.6.0

func (m *ListStreamRequest) XXX_Size() int

func (*ListStreamRequest) XXX_Unmarshal added in v1.6.0

func (m *ListStreamRequest) XXX_Unmarshal(b []byte) error

type ListStreamResponse

type ListStreamResponse struct {
	Streams              []*Stream `protobuf:"bytes,1,rep,name=streams" json:"streams,omitempty"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

func (*ListStreamResponse) Descriptor

func (*ListStreamResponse) Descriptor() ([]byte, []int)

func (*ListStreamResponse) GetStreams

func (m *ListStreamResponse) GetStreams() []*Stream

func (*ListStreamResponse) ProtoMessage

func (*ListStreamResponse) ProtoMessage()

func (*ListStreamResponse) Reset

func (m *ListStreamResponse) Reset()

func (*ListStreamResponse) String

func (m *ListStreamResponse) String() string

func (*ListStreamResponse) XXX_DiscardUnknown added in v1.6.0

func (m *ListStreamResponse) XXX_DiscardUnknown()

func (*ListStreamResponse) XXX_Marshal added in v1.6.0

func (m *ListStreamResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListStreamResponse) XXX_Merge added in v1.6.0

func (m *ListStreamResponse) XXX_Merge(src proto.Message)

func (*ListStreamResponse) XXX_Size added in v1.6.0

func (m *ListStreamResponse) XXX_Size() int

func (*ListStreamResponse) XXX_Unmarshal added in v1.6.0

func (m *ListStreamResponse) XXX_Unmarshal(b []byte) error

type ListTableRequest

type ListTableRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

############################################# ListTable #############################################

func (*ListTableRequest) Descriptor

func (*ListTableRequest) Descriptor() ([]byte, []int)

func (*ListTableRequest) ProtoMessage

func (*ListTableRequest) ProtoMessage()

func (*ListTableRequest) Reset

func (m *ListTableRequest) Reset()

func (*ListTableRequest) String

func (m *ListTableRequest) String() string

func (*ListTableRequest) XXX_DiscardUnknown added in v1.6.0

func (m *ListTableRequest) XXX_DiscardUnknown()

func (*ListTableRequest) XXX_Marshal added in v1.6.0

func (m *ListTableRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListTableRequest) XXX_Merge added in v1.6.0

func (m *ListTableRequest) XXX_Merge(src proto.Message)

func (*ListTableRequest) XXX_Size added in v1.6.0

func (m *ListTableRequest) XXX_Size() int

func (*ListTableRequest) XXX_Unmarshal added in v1.6.0

func (m *ListTableRequest) XXX_Unmarshal(b []byte) error

type ListTableResponse

type ListTableResponse struct {
	TableNames           []string `protobuf:"bytes,1,rep,name=table_names,json=tableNames" json:"table_names,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

* 当前只返回一个简单的名称列表,需要讨论是否有业务场景需要获取除了表名之外的其他信息。 其他信息可以包含预留吞吐量以及表的状态,这个信息只能是一个粗略的信息,表的详细信息还是需要通过DescribeTable来获取。

func (*ListTableResponse) Descriptor

func (*ListTableResponse) Descriptor() ([]byte, []int)

func (*ListTableResponse) GetTableNames

func (m *ListTableResponse) GetTableNames() []string

func (*ListTableResponse) ProtoMessage

func (*ListTableResponse) ProtoMessage()

func (*ListTableResponse) Reset

func (m *ListTableResponse) Reset()

func (*ListTableResponse) String

func (m *ListTableResponse) String() string

func (*ListTableResponse) XXX_DiscardUnknown added in v1.6.0

func (m *ListTableResponse) XXX_DiscardUnknown()

func (*ListTableResponse) XXX_Marshal added in v1.6.0

func (m *ListTableResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListTableResponse) XXX_Merge added in v1.6.0

func (m *ListTableResponse) XXX_Merge(src proto.Message)

func (*ListTableResponse) XXX_Size added in v1.6.0

func (m *ListTableResponse) XXX_Size() int

func (*ListTableResponse) XXX_Unmarshal added in v1.6.0

func (m *ListTableResponse) XXX_Unmarshal(b []byte) error

type ListTimeseriesTableRequest added in v1.7.0

type ListTimeseriesTableRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ListTimeseriesTableRequest) Descriptor added in v1.7.0

func (*ListTimeseriesTableRequest) Descriptor() ([]byte, []int)

func (*ListTimeseriesTableRequest) ProtoMessage added in v1.7.0

func (*ListTimeseriesTableRequest) ProtoMessage()

func (*ListTimeseriesTableRequest) Reset added in v1.7.0

func (m *ListTimeseriesTableRequest) Reset()

func (*ListTimeseriesTableRequest) String added in v1.7.0

func (m *ListTimeseriesTableRequest) String() string

func (*ListTimeseriesTableRequest) XXX_DiscardUnknown added in v1.7.0

func (m *ListTimeseriesTableRequest) XXX_DiscardUnknown()

func (*ListTimeseriesTableRequest) XXX_Marshal added in v1.7.0

func (m *ListTimeseriesTableRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListTimeseriesTableRequest) XXX_Merge added in v1.7.0

func (m *ListTimeseriesTableRequest) XXX_Merge(src proto.Message)

func (*ListTimeseriesTableRequest) XXX_Size added in v1.7.0

func (m *ListTimeseriesTableRequest) XXX_Size() int

func (*ListTimeseriesTableRequest) XXX_Unmarshal added in v1.7.0

func (m *ListTimeseriesTableRequest) XXX_Unmarshal(b []byte) error

type ListTimeseriesTableResponse added in v1.7.0

type ListTimeseriesTableResponse struct {
	TableMetas           []*TimeseriesTableMeta `protobuf:"bytes,1,rep,name=table_metas" json:"table_metas,omitempty"`
	XXX_NoUnkeyedLiteral struct{}               `json:"-"`
	XXX_unrecognized     []byte                 `json:"-"`
	XXX_sizecache        int32                  `json:"-"`
}

func (*ListTimeseriesTableResponse) Descriptor added in v1.7.0

func (*ListTimeseriesTableResponse) Descriptor() ([]byte, []int)

func (*ListTimeseriesTableResponse) GetTableMetas added in v1.7.0

func (m *ListTimeseriesTableResponse) GetTableMetas() []*TimeseriesTableMeta

func (*ListTimeseriesTableResponse) ProtoMessage added in v1.7.0

func (*ListTimeseriesTableResponse) ProtoMessage()

func (*ListTimeseriesTableResponse) Reset added in v1.7.0

func (m *ListTimeseriesTableResponse) Reset()

func (*ListTimeseriesTableResponse) String added in v1.7.0

func (m *ListTimeseriesTableResponse) String() string

func (*ListTimeseriesTableResponse) XXX_DiscardUnknown added in v1.7.0

func (m *ListTimeseriesTableResponse) XXX_DiscardUnknown()

func (*ListTimeseriesTableResponse) XXX_Marshal added in v1.7.0

func (m *ListTimeseriesTableResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListTimeseriesTableResponse) XXX_Merge added in v1.7.0

func (m *ListTimeseriesTableResponse) XXX_Merge(src proto.Message)

func (*ListTimeseriesTableResponse) XXX_Size added in v1.7.0

func (m *ListTimeseriesTableResponse) XXX_Size() int

func (*ListTimeseriesTableResponse) XXX_Unmarshal added in v1.7.0

func (m *ListTimeseriesTableResponse) XXX_Unmarshal(b []byte) error

type LoadTableRequest

type LoadTableRequest struct {
	TableName            *string  `protobuf:"bytes,1,req,name=table_name,json=tableName" json:"table_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

############################################# LoadTable #############################################

func (*LoadTableRequest) Descriptor

func (*LoadTableRequest) Descriptor() ([]byte, []int)

func (*LoadTableRequest) GetTableName

func (m *LoadTableRequest) GetTableName() string

func (*LoadTableRequest) ProtoMessage

func (*LoadTableRequest) ProtoMessage()

func (*LoadTableRequest) Reset

func (m *LoadTableRequest) Reset()

func (*LoadTableRequest) String

func (m *LoadTableRequest) String() string

func (*LoadTableRequest) XXX_DiscardUnknown added in v1.6.0

func (m *LoadTableRequest) XXX_DiscardUnknown()

func (*LoadTableRequest) XXX_Marshal added in v1.6.0

func (m *LoadTableRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*LoadTableRequest) XXX_Merge added in v1.6.0

func (m *LoadTableRequest) XXX_Merge(src proto.Message)

func (*LoadTableRequest) XXX_Size added in v1.6.0

func (m *LoadTableRequest) XXX_Size() int

func (*LoadTableRequest) XXX_Unmarshal added in v1.6.0

func (m *LoadTableRequest) XXX_Unmarshal(b []byte) error

type LoadTableResponse

type LoadTableResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*LoadTableResponse) Descriptor

func (*LoadTableResponse) Descriptor() ([]byte, []int)

func (*LoadTableResponse) ProtoMessage

func (*LoadTableResponse) ProtoMessage()

func (*LoadTableResponse) Reset

func (m *LoadTableResponse) Reset()

func (*LoadTableResponse) String

func (m *LoadTableResponse) String() string

func (*LoadTableResponse) XXX_DiscardUnknown added in v1.6.0

func (m *LoadTableResponse) XXX_DiscardUnknown()

func (*LoadTableResponse) XXX_Marshal added in v1.6.0

func (m *LoadTableResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*LoadTableResponse) XXX_Merge added in v1.6.0

func (m *LoadTableResponse) XXX_Merge(src proto.Message)

func (*LoadTableResponse) XXX_Size added in v1.6.0

func (m *LoadTableResponse) XXX_Size() int

func (*LoadTableResponse) XXX_Unmarshal added in v1.6.0

func (m *LoadTableResponse) XXX_Unmarshal(b []byte) error

type LogicalOperator

type LogicalOperator int32
const (
	LogicalOperator_LO_NOT LogicalOperator = 1
	LogicalOperator_LO_AND LogicalOperator = 2
	LogicalOperator_LO_OR  LogicalOperator = 3
)

func (LogicalOperator) Enum

func (x LogicalOperator) Enum() *LogicalOperator

func (LogicalOperator) EnumDescriptor

func (LogicalOperator) EnumDescriptor() ([]byte, []int)

func (LogicalOperator) String

func (x LogicalOperator) String() string

func (*LogicalOperator) UnmarshalJSON

func (x *LogicalOperator) UnmarshalJSON(data []byte) error

type MatchAllQuery

type MatchAllQuery struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*MatchAllQuery) Descriptor

func (*MatchAllQuery) Descriptor() ([]byte, []int)

func (*MatchAllQuery) ProtoMessage

func (*MatchAllQuery) ProtoMessage()

func (*MatchAllQuery) Reset

func (m *MatchAllQuery) Reset()

func (*MatchAllQuery) String

func (m *MatchAllQuery) String() string

func (*MatchAllQuery) XXX_DiscardUnknown

func (m *MatchAllQuery) XXX_DiscardUnknown()

func (*MatchAllQuery) XXX_Marshal

func (m *MatchAllQuery) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MatchAllQuery) XXX_Merge

func (m *MatchAllQuery) XXX_Merge(src proto.Message)

func (*MatchAllQuery) XXX_Size

func (m *MatchAllQuery) XXX_Size() int

func (*MatchAllQuery) XXX_Unmarshal

func (m *MatchAllQuery) XXX_Unmarshal(b []byte) error

type MatchPhraseQuery

type MatchPhraseQuery struct {
	FieldName            *string  `protobuf:"bytes,1,opt,name=field_name,json=fieldName" json:"field_name,omitempty"`
	Text                 *string  `protobuf:"bytes,2,opt,name=text" json:"text,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*MatchPhraseQuery) Descriptor

func (*MatchPhraseQuery) Descriptor() ([]byte, []int)

func (*MatchPhraseQuery) GetFieldName

func (m *MatchPhraseQuery) GetFieldName() string

func (*MatchPhraseQuery) GetText

func (m *MatchPhraseQuery) GetText() string

func (*MatchPhraseQuery) ProtoMessage

func (*MatchPhraseQuery) ProtoMessage()

func (*MatchPhraseQuery) Reset

func (m *MatchPhraseQuery) Reset()

func (*MatchPhraseQuery) String

func (m *MatchPhraseQuery) String() string

func (*MatchPhraseQuery) XXX_DiscardUnknown

func (m *MatchPhraseQuery) XXX_DiscardUnknown()

func (*MatchPhraseQuery) XXX_Marshal

func (m *MatchPhraseQuery) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MatchPhraseQuery) XXX_Merge

func (m *MatchPhraseQuery) XXX_Merge(src proto.Message)

func (*MatchPhraseQuery) XXX_Size

func (m *MatchPhraseQuery) XXX_Size() int

func (*MatchPhraseQuery) XXX_Unmarshal

func (m *MatchPhraseQuery) XXX_Unmarshal(b []byte) error

type MatchQuery

type MatchQuery struct {
	FieldName            *string        `protobuf:"bytes,1,opt,name=field_name,json=fieldName" json:"field_name,omitempty"`
	Text                 *string        `protobuf:"bytes,2,opt,name=text" json:"text,omitempty"`
	MinimumShouldMatch   *int32         `protobuf:"varint,3,opt,name=minimum_should_match,json=minimumShouldMatch" json:"minimum_should_match,omitempty"`
	Operator             *QueryOperator `protobuf:"varint,4,opt,name=operator,enum=otsprotocol.QueryOperator" json:"operator,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*MatchQuery) Descriptor

func (*MatchQuery) Descriptor() ([]byte, []int)

func (*MatchQuery) GetFieldName

func (m *MatchQuery) GetFieldName() string

func (*MatchQuery) GetMinimumShouldMatch

func (m *MatchQuery) GetMinimumShouldMatch() int32

func (*MatchQuery) GetOperator

func (m *MatchQuery) GetOperator() QueryOperator

func (*MatchQuery) GetText

func (m *MatchQuery) GetText() string

func (*MatchQuery) ProtoMessage

func (*MatchQuery) ProtoMessage()

func (*MatchQuery) Reset

func (m *MatchQuery) Reset()

func (*MatchQuery) String

func (m *MatchQuery) String() string

func (*MatchQuery) XXX_DiscardUnknown

func (m *MatchQuery) XXX_DiscardUnknown()

func (*MatchQuery) XXX_Marshal

func (m *MatchQuery) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MatchQuery) XXX_Merge

func (m *MatchQuery) XXX_Merge(src proto.Message)

func (*MatchQuery) XXX_Size

func (m *MatchQuery) XXX_Size() int

func (*MatchQuery) XXX_Unmarshal

func (m *MatchQuery) XXX_Unmarshal(b []byte) error

type MaxAggregation

type MaxAggregation struct {
	FieldName            *string  `protobuf:"bytes,1,opt,name=field_name,json=fieldName" json:"field_name,omitempty"`
	Missing              []byte   `protobuf:"bytes,2,opt,name=missing" json:"missing,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*MaxAggregation) Descriptor

func (*MaxAggregation) Descriptor() ([]byte, []int)

func (*MaxAggregation) GetFieldName

func (m *MaxAggregation) GetFieldName() string

func (*MaxAggregation) GetMissing

func (m *MaxAggregation) GetMissing() []byte

func (*MaxAggregation) ProtoMessage

func (*MaxAggregation) ProtoMessage()

func (*MaxAggregation) Reset

func (m *MaxAggregation) Reset()

func (*MaxAggregation) String

func (m *MaxAggregation) String() string

func (*MaxAggregation) XXX_DiscardUnknown

func (m *MaxAggregation) XXX_DiscardUnknown()

func (*MaxAggregation) XXX_Marshal

func (m *MaxAggregation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MaxAggregation) XXX_Merge

func (m *MaxAggregation) XXX_Merge(src proto.Message)

func (*MaxAggregation) XXX_Size

func (m *MaxAggregation) XXX_Size() int

func (*MaxAggregation) XXX_Unmarshal

func (m *MaxAggregation) XXX_Unmarshal(b []byte) error

type MaxAggregationResult

type MaxAggregationResult struct {
	Value                *float64 `protobuf:"fixed64,1,opt,name=value" json:"value,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*MaxAggregationResult) Descriptor

func (*MaxAggregationResult) Descriptor() ([]byte, []int)

func (*MaxAggregationResult) GetValue

func (m *MaxAggregationResult) GetValue() float64

func (*MaxAggregationResult) ProtoMessage

func (*MaxAggregationResult) ProtoMessage()

func (*MaxAggregationResult) Reset

func (m *MaxAggregationResult) Reset()

func (*MaxAggregationResult) String

func (m *MaxAggregationResult) String() string

func (*MaxAggregationResult) XXX_DiscardUnknown

func (m *MaxAggregationResult) XXX_DiscardUnknown()

func (*MaxAggregationResult) XXX_Marshal

func (m *MaxAggregationResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MaxAggregationResult) XXX_Merge

func (m *MaxAggregationResult) XXX_Merge(src proto.Message)

func (*MaxAggregationResult) XXX_Size

func (m *MaxAggregationResult) XXX_Size() int

func (*MaxAggregationResult) XXX_Unmarshal

func (m *MaxAggregationResult) XXX_Unmarshal(b []byte) error

type MetaQueryAttributeCondition added in v1.7.0

type MetaQueryAttributeCondition struct {
	Op                   *MetaQuerySingleOperator `protobuf:"varint,1,req,name=op,enum=otsprotocol.MetaQuerySingleOperator" json:"op,omitempty"`
	AttrName             *string                  `protobuf:"bytes,2,req,name=attr_name" json:"attr_name,omitempty"`
	Value                *string                  `protobuf:"bytes,3,req,name=value" json:"value,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                 `json:"-"`
	XXX_unrecognized     []byte                   `json:"-"`
	XXX_sizecache        int32                    `json:"-"`
}

func (*MetaQueryAttributeCondition) Descriptor added in v1.7.0

func (*MetaQueryAttributeCondition) Descriptor() ([]byte, []int)

func (*MetaQueryAttributeCondition) GetAttrName added in v1.7.0

func (m *MetaQueryAttributeCondition) GetAttrName() string

func (*MetaQueryAttributeCondition) GetOp added in v1.7.0

func (*MetaQueryAttributeCondition) GetValue added in v1.7.0

func (m *MetaQueryAttributeCondition) GetValue() string

func (*MetaQueryAttributeCondition) ProtoMessage added in v1.7.0

func (*MetaQueryAttributeCondition) ProtoMessage()

func (*MetaQueryAttributeCondition) Reset added in v1.7.0

func (m *MetaQueryAttributeCondition) Reset()

func (*MetaQueryAttributeCondition) String added in v1.7.0

func (m *MetaQueryAttributeCondition) String() string

func (*MetaQueryAttributeCondition) XXX_DiscardUnknown added in v1.7.0

func (m *MetaQueryAttributeCondition) XXX_DiscardUnknown()

func (*MetaQueryAttributeCondition) XXX_Marshal added in v1.7.0

func (m *MetaQueryAttributeCondition) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MetaQueryAttributeCondition) XXX_Merge added in v1.7.0

func (m *MetaQueryAttributeCondition) XXX_Merge(src proto.Message)

func (*MetaQueryAttributeCondition) XXX_Size added in v1.7.0

func (m *MetaQueryAttributeCondition) XXX_Size() int

func (*MetaQueryAttributeCondition) XXX_Unmarshal added in v1.7.0

func (m *MetaQueryAttributeCondition) XXX_Unmarshal(b []byte) error

type MetaQueryCompositeCondition added in v1.7.0

type MetaQueryCompositeCondition struct {
	Op                   *MetaQueryCompositeOperator `protobuf:"varint,1,req,name=op,enum=otsprotocol.MetaQueryCompositeOperator" json:"op,omitempty"`
	SubConditions        []*MetaQueryCondition       `protobuf:"bytes,2,rep,name=sub_conditions" json:"sub_conditions,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                    `json:"-"`
	XXX_unrecognized     []byte                      `json:"-"`
	XXX_sizecache        int32                       `json:"-"`
}

func (*MetaQueryCompositeCondition) Descriptor added in v1.7.0

func (*MetaQueryCompositeCondition) Descriptor() ([]byte, []int)

func (*MetaQueryCompositeCondition) GetOp added in v1.7.0

func (*MetaQueryCompositeCondition) GetSubConditions added in v1.7.0

func (m *MetaQueryCompositeCondition) GetSubConditions() []*MetaQueryCondition

func (*MetaQueryCompositeCondition) ProtoMessage added in v1.7.0

func (*MetaQueryCompositeCondition) ProtoMessage()

func (*MetaQueryCompositeCondition) Reset added in v1.7.0

func (m *MetaQueryCompositeCondition) Reset()

func (*MetaQueryCompositeCondition) String added in v1.7.0

func (m *MetaQueryCompositeCondition) String() string

func (*MetaQueryCompositeCondition) XXX_DiscardUnknown added in v1.7.0

func (m *MetaQueryCompositeCondition) XXX_DiscardUnknown()

func (*MetaQueryCompositeCondition) XXX_Marshal added in v1.7.0

func (m *MetaQueryCompositeCondition) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MetaQueryCompositeCondition) XXX_Merge added in v1.7.0

func (m *MetaQueryCompositeCondition) XXX_Merge(src proto.Message)

func (*MetaQueryCompositeCondition) XXX_Size added in v1.7.0

func (m *MetaQueryCompositeCondition) XXX_Size() int

func (*MetaQueryCompositeCondition) XXX_Unmarshal added in v1.7.0

func (m *MetaQueryCompositeCondition) XXX_Unmarshal(b []byte) error

type MetaQueryCompositeOperator added in v1.7.0

type MetaQueryCompositeOperator int32
const (
	MetaQueryCompositeOperator_OP_AND MetaQueryCompositeOperator = 1
	MetaQueryCompositeOperator_OP_OR  MetaQueryCompositeOperator = 2
	MetaQueryCompositeOperator_OP_NOT MetaQueryCompositeOperator = 3
)

func (MetaQueryCompositeOperator) Enum added in v1.7.0

func (MetaQueryCompositeOperator) EnumDescriptor added in v1.7.0

func (MetaQueryCompositeOperator) EnumDescriptor() ([]byte, []int)

func (MetaQueryCompositeOperator) String added in v1.7.0

func (*MetaQueryCompositeOperator) UnmarshalJSON added in v1.7.0

func (x *MetaQueryCompositeOperator) UnmarshalJSON(data []byte) error

type MetaQueryCondition added in v1.7.0

type MetaQueryCondition struct {
	Type                 *MetaQueryConditionType `protobuf:"varint,1,req,name=type,enum=otsprotocol.MetaQueryConditionType" json:"type,omitempty"`
	ProtoData            []byte                  `protobuf:"bytes,2,req,name=proto_data" json:"proto_data,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                `json:"-"`
	XXX_unrecognized     []byte                  `json:"-"`
	XXX_sizecache        int32                   `json:"-"`
}

func (*MetaQueryCondition) Descriptor added in v1.7.0

func (*MetaQueryCondition) Descriptor() ([]byte, []int)

func (*MetaQueryCondition) GetProtoData added in v1.7.0

func (m *MetaQueryCondition) GetProtoData() []byte

func (*MetaQueryCondition) GetType added in v1.7.0

func (*MetaQueryCondition) ProtoMessage added in v1.7.0

func (*MetaQueryCondition) ProtoMessage()

func (*MetaQueryCondition) Reset added in v1.7.0

func (m *MetaQueryCondition) Reset()

func (*MetaQueryCondition) String added in v1.7.0

func (m *MetaQueryCondition) String() string

func (*MetaQueryCondition) XXX_DiscardUnknown added in v1.7.0

func (m *MetaQueryCondition) XXX_DiscardUnknown()

func (*MetaQueryCondition) XXX_Marshal added in v1.7.0

func (m *MetaQueryCondition) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MetaQueryCondition) XXX_Merge added in v1.7.0

func (m *MetaQueryCondition) XXX_Merge(src proto.Message)

func (*MetaQueryCondition) XXX_Size added in v1.7.0

func (m *MetaQueryCondition) XXX_Size() int

func (*MetaQueryCondition) XXX_Unmarshal added in v1.7.0

func (m *MetaQueryCondition) XXX_Unmarshal(b []byte) error

type MetaQueryConditionType added in v1.7.0

type MetaQueryConditionType int32
const (
	MetaQueryConditionType_COMPOSITE_CONDITION   MetaQueryConditionType = 1
	MetaQueryConditionType_MEASUREMENT_CONDITION MetaQueryConditionType = 2
	MetaQueryConditionType_SOURCE_CONDITION      MetaQueryConditionType = 3
	MetaQueryConditionType_TAG_CONDITION         MetaQueryConditionType = 4
	MetaQueryConditionType_UPDATE_TIME_CONDITION MetaQueryConditionType = 5
	MetaQueryConditionType_ATTRIBUTE_CONDITION   MetaQueryConditionType = 6
)

func (MetaQueryConditionType) Enum added in v1.7.0

func (MetaQueryConditionType) EnumDescriptor added in v1.7.0

func (MetaQueryConditionType) EnumDescriptor() ([]byte, []int)

func (MetaQueryConditionType) String added in v1.7.0

func (x MetaQueryConditionType) String() string

func (*MetaQueryConditionType) UnmarshalJSON added in v1.7.0

func (x *MetaQueryConditionType) UnmarshalJSON(data []byte) error

type MetaQueryMeasurementCondition added in v1.7.0

type MetaQueryMeasurementCondition struct {
	Op                   *MetaQuerySingleOperator `protobuf:"varint,1,req,name=op,enum=otsprotocol.MetaQuerySingleOperator" json:"op,omitempty"`
	Value                *string                  `protobuf:"bytes,2,req,name=value" json:"value,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                 `json:"-"`
	XXX_unrecognized     []byte                   `json:"-"`
	XXX_sizecache        int32                    `json:"-"`
}

func (*MetaQueryMeasurementCondition) Descriptor added in v1.7.0

func (*MetaQueryMeasurementCondition) Descriptor() ([]byte, []int)

func (*MetaQueryMeasurementCondition) GetOp added in v1.7.0

func (*MetaQueryMeasurementCondition) GetValue added in v1.7.0

func (m *MetaQueryMeasurementCondition) GetValue() string

func (*MetaQueryMeasurementCondition) ProtoMessage added in v1.7.0

func (*MetaQueryMeasurementCondition) ProtoMessage()

func (*MetaQueryMeasurementCondition) Reset added in v1.7.0

func (m *MetaQueryMeasurementCondition) Reset()

func (*MetaQueryMeasurementCondition) String added in v1.7.0

func (*MetaQueryMeasurementCondition) XXX_DiscardUnknown added in v1.7.0

func (m *MetaQueryMeasurementCondition) XXX_DiscardUnknown()

func (*MetaQueryMeasurementCondition) XXX_Marshal added in v1.7.0

func (m *MetaQueryMeasurementCondition) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MetaQueryMeasurementCondition) XXX_Merge added in v1.7.0

func (m *MetaQueryMeasurementCondition) XXX_Merge(src proto.Message)

func (*MetaQueryMeasurementCondition) XXX_Size added in v1.7.0

func (m *MetaQueryMeasurementCondition) XXX_Size() int

func (*MetaQueryMeasurementCondition) XXX_Unmarshal added in v1.7.0

func (m *MetaQueryMeasurementCondition) XXX_Unmarshal(b []byte) error

type MetaQuerySingleOperator added in v1.7.0

type MetaQuerySingleOperator int32
const (
	MetaQuerySingleOperator_OP_EQUAL         MetaQuerySingleOperator = 1
	MetaQuerySingleOperator_OP_GREATER_THAN  MetaQuerySingleOperator = 2
	MetaQuerySingleOperator_OP_GREATER_EQUAL MetaQuerySingleOperator = 3
	MetaQuerySingleOperator_OP_LESS_THAN     MetaQuerySingleOperator = 4
	MetaQuerySingleOperator_OP_LESS_EQUAL    MetaQuerySingleOperator = 5
	MetaQuerySingleOperator_OP_PREFIX        MetaQuerySingleOperator = 6
)

func (MetaQuerySingleOperator) Enum added in v1.7.0

func (MetaQuerySingleOperator) EnumDescriptor added in v1.7.0

func (MetaQuerySingleOperator) EnumDescriptor() ([]byte, []int)

func (MetaQuerySingleOperator) String added in v1.7.0

func (x MetaQuerySingleOperator) String() string

func (*MetaQuerySingleOperator) UnmarshalJSON added in v1.7.0

func (x *MetaQuerySingleOperator) UnmarshalJSON(data []byte) error

type MetaQuerySourceCondition added in v1.7.0

type MetaQuerySourceCondition struct {
	Op                   *MetaQuerySingleOperator `protobuf:"varint,1,req,name=op,enum=otsprotocol.MetaQuerySingleOperator" json:"op,omitempty"`
	Value                *string                  `protobuf:"bytes,2,req,name=value" json:"value,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                 `json:"-"`
	XXX_unrecognized     []byte                   `json:"-"`
	XXX_sizecache        int32                    `json:"-"`
}

func (*MetaQuerySourceCondition) Descriptor added in v1.7.0

func (*MetaQuerySourceCondition) Descriptor() ([]byte, []int)

func (*MetaQuerySourceCondition) GetOp added in v1.7.0

func (*MetaQuerySourceCondition) GetValue added in v1.7.0

func (m *MetaQuerySourceCondition) GetValue() string

func (*MetaQuerySourceCondition) ProtoMessage added in v1.7.0

func (*MetaQuerySourceCondition) ProtoMessage()

func (*MetaQuerySourceCondition) Reset added in v1.7.0

func (m *MetaQuerySourceCondition) Reset()

func (*MetaQuerySourceCondition) String added in v1.7.0

func (m *MetaQuerySourceCondition) String() string

func (*MetaQuerySourceCondition) XXX_DiscardUnknown added in v1.7.0

func (m *MetaQuerySourceCondition) XXX_DiscardUnknown()

func (*MetaQuerySourceCondition) XXX_Marshal added in v1.7.0

func (m *MetaQuerySourceCondition) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MetaQuerySourceCondition) XXX_Merge added in v1.7.0

func (m *MetaQuerySourceCondition) XXX_Merge(src proto.Message)

func (*MetaQuerySourceCondition) XXX_Size added in v1.7.0

func (m *MetaQuerySourceCondition) XXX_Size() int

func (*MetaQuerySourceCondition) XXX_Unmarshal added in v1.7.0

func (m *MetaQuerySourceCondition) XXX_Unmarshal(b []byte) error

type MetaQueryTagCondition added in v1.7.0

type MetaQueryTagCondition struct {
	Op                   *MetaQuerySingleOperator `protobuf:"varint,1,req,name=op,enum=otsprotocol.MetaQuerySingleOperator" json:"op,omitempty"`
	TagName              *string                  `protobuf:"bytes,2,req,name=tag_name" json:"tag_name,omitempty"`
	Value                *string                  `protobuf:"bytes,3,req,name=value" json:"value,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                 `json:"-"`
	XXX_unrecognized     []byte                   `json:"-"`
	XXX_sizecache        int32                    `json:"-"`
}

func (*MetaQueryTagCondition) Descriptor added in v1.7.0

func (*MetaQueryTagCondition) Descriptor() ([]byte, []int)

func (*MetaQueryTagCondition) GetOp added in v1.7.0

func (*MetaQueryTagCondition) GetTagName added in v1.7.0

func (m *MetaQueryTagCondition) GetTagName() string

func (*MetaQueryTagCondition) GetValue added in v1.7.0

func (m *MetaQueryTagCondition) GetValue() string

func (*MetaQueryTagCondition) ProtoMessage added in v1.7.0

func (*MetaQueryTagCondition) ProtoMessage()

func (*MetaQueryTagCondition) Reset added in v1.7.0

func (m *MetaQueryTagCondition) Reset()

func (*MetaQueryTagCondition) String added in v1.7.0

func (m *MetaQueryTagCondition) String() string

func (*MetaQueryTagCondition) XXX_DiscardUnknown added in v1.7.0

func (m *MetaQueryTagCondition) XXX_DiscardUnknown()

func (*MetaQueryTagCondition) XXX_Marshal added in v1.7.0

func (m *MetaQueryTagCondition) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MetaQueryTagCondition) XXX_Merge added in v1.7.0

func (m *MetaQueryTagCondition) XXX_Merge(src proto.Message)

func (*MetaQueryTagCondition) XXX_Size added in v1.7.0

func (m *MetaQueryTagCondition) XXX_Size() int

func (*MetaQueryTagCondition) XXX_Unmarshal added in v1.7.0

func (m *MetaQueryTagCondition) XXX_Unmarshal(b []byte) error

type MetaQueryUpdateTimeCondition added in v1.7.0

type MetaQueryUpdateTimeCondition struct {
	Op                   *MetaQuerySingleOperator `protobuf:"varint,1,req,name=op,enum=otsprotocol.MetaQuerySingleOperator" json:"op,omitempty"`
	Value                *int64                   `protobuf:"varint,2,req,name=value" json:"value,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                 `json:"-"`
	XXX_unrecognized     []byte                   `json:"-"`
	XXX_sizecache        int32                    `json:"-"`
}

func (*MetaQueryUpdateTimeCondition) Descriptor added in v1.7.0

func (*MetaQueryUpdateTimeCondition) Descriptor() ([]byte, []int)

func (*MetaQueryUpdateTimeCondition) GetOp added in v1.7.0

func (*MetaQueryUpdateTimeCondition) GetValue added in v1.7.0

func (m *MetaQueryUpdateTimeCondition) GetValue() int64

func (*MetaQueryUpdateTimeCondition) ProtoMessage added in v1.7.0

func (*MetaQueryUpdateTimeCondition) ProtoMessage()

func (*MetaQueryUpdateTimeCondition) Reset added in v1.7.0

func (m *MetaQueryUpdateTimeCondition) Reset()

func (*MetaQueryUpdateTimeCondition) String added in v1.7.0

func (*MetaQueryUpdateTimeCondition) XXX_DiscardUnknown added in v1.7.0

func (m *MetaQueryUpdateTimeCondition) XXX_DiscardUnknown()

func (*MetaQueryUpdateTimeCondition) XXX_Marshal added in v1.7.0

func (m *MetaQueryUpdateTimeCondition) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MetaQueryUpdateTimeCondition) XXX_Merge added in v1.7.0

func (m *MetaQueryUpdateTimeCondition) XXX_Merge(src proto.Message)

func (*MetaQueryUpdateTimeCondition) XXX_Size added in v1.7.0

func (m *MetaQueryUpdateTimeCondition) XXX_Size() int

func (*MetaQueryUpdateTimeCondition) XXX_Unmarshal added in v1.7.0

func (m *MetaQueryUpdateTimeCondition) XXX_Unmarshal(b []byte) error

type MetaUpdateMode added in v1.7.0

type MetaUpdateMode int32
const (
	MetaUpdateMode_MUM_NORMAL MetaUpdateMode = 0
	MetaUpdateMode_MUM_IGNORE MetaUpdateMode = 1
)

func (MetaUpdateMode) Enum added in v1.7.0

func (x MetaUpdateMode) Enum() *MetaUpdateMode

func (MetaUpdateMode) EnumDescriptor added in v1.7.0

func (MetaUpdateMode) EnumDescriptor() ([]byte, []int)

func (MetaUpdateMode) String added in v1.7.0

func (x MetaUpdateMode) String() string

func (*MetaUpdateMode) UnmarshalJSON added in v1.7.0

func (x *MetaUpdateMode) UnmarshalJSON(data []byte) error

type MetaUpdateStatus added in v1.7.0

type MetaUpdateStatus struct {
	RowIds               []uint32 `protobuf:"varint,1,rep,name=row_ids" json:"row_ids,omitempty"`
	MetaUpdateTimes      []uint32 `protobuf:"varint,2,rep,name=meta_update_times" json:"meta_update_times,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*MetaUpdateStatus) Descriptor added in v1.7.0

func (*MetaUpdateStatus) Descriptor() ([]byte, []int)

func (*MetaUpdateStatus) GetMetaUpdateTimes added in v1.7.0

func (m *MetaUpdateStatus) GetMetaUpdateTimes() []uint32

func (*MetaUpdateStatus) GetRowIds added in v1.7.0

func (m *MetaUpdateStatus) GetRowIds() []uint32

func (*MetaUpdateStatus) ProtoMessage added in v1.7.0

func (*MetaUpdateStatus) ProtoMessage()

func (*MetaUpdateStatus) Reset added in v1.7.0

func (m *MetaUpdateStatus) Reset()

func (*MetaUpdateStatus) String added in v1.7.0

func (m *MetaUpdateStatus) String() string

func (*MetaUpdateStatus) XXX_DiscardUnknown added in v1.7.0

func (m *MetaUpdateStatus) XXX_DiscardUnknown()

func (*MetaUpdateStatus) XXX_Marshal added in v1.7.0

func (m *MetaUpdateStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MetaUpdateStatus) XXX_Merge added in v1.7.0

func (m *MetaUpdateStatus) XXX_Merge(src proto.Message)

func (*MetaUpdateStatus) XXX_Size added in v1.7.0

func (m *MetaUpdateStatus) XXX_Size() int

func (*MetaUpdateStatus) XXX_Unmarshal added in v1.7.0

func (m *MetaUpdateStatus) XXX_Unmarshal(b []byte) error

type MeteringInfo added in v1.7.3

type MeteringInfo struct {
	StorageSize          *int64   `protobuf:"varint,1,opt,name=storage_size,json=storageSize" json:"storage_size,omitempty"`
	RowCount             *int64   `protobuf:"varint,2,opt,name=row_count,json=rowCount" json:"row_count,omitempty"`
	ReservedReadCu       *int64   `protobuf:"varint,3,opt,name=reserved_read_cu,json=reservedReadCu" json:"reserved_read_cu,omitempty"`
	Timestamp            *int64   `protobuf:"varint,4,opt,name=timestamp" json:"timestamp,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*MeteringInfo) Descriptor added in v1.7.3

func (*MeteringInfo) Descriptor() ([]byte, []int)

func (*MeteringInfo) GetReservedReadCu added in v1.7.3

func (m *MeteringInfo) GetReservedReadCu() int64

func (*MeteringInfo) GetRowCount added in v1.7.3

func (m *MeteringInfo) GetRowCount() int64

func (*MeteringInfo) GetStorageSize added in v1.7.3

func (m *MeteringInfo) GetStorageSize() int64

func (*MeteringInfo) GetTimestamp added in v1.7.3

func (m *MeteringInfo) GetTimestamp() int64

func (*MeteringInfo) ProtoMessage added in v1.7.3

func (*MeteringInfo) ProtoMessage()

func (*MeteringInfo) Reset added in v1.7.3

func (m *MeteringInfo) Reset()

func (*MeteringInfo) String added in v1.7.3

func (m *MeteringInfo) String() string

func (*MeteringInfo) XXX_DiscardUnknown added in v1.7.3

func (m *MeteringInfo) XXX_DiscardUnknown()

func (*MeteringInfo) XXX_Marshal added in v1.7.3

func (m *MeteringInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MeteringInfo) XXX_Merge added in v1.7.3

func (m *MeteringInfo) XXX_Merge(src proto.Message)

func (*MeteringInfo) XXX_Size added in v1.7.3

func (m *MeteringInfo) XXX_Size() int

func (*MeteringInfo) XXX_Unmarshal added in v1.7.3

func (m *MeteringInfo) XXX_Unmarshal(b []byte) error

type MinAggregation

type MinAggregation struct {
	FieldName            *string  `protobuf:"bytes,1,opt,name=field_name,json=fieldName" json:"field_name,omitempty"`
	Missing              []byte   `protobuf:"bytes,2,opt,name=missing" json:"missing,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*MinAggregation) Descriptor

func (*MinAggregation) Descriptor() ([]byte, []int)

func (*MinAggregation) GetFieldName

func (m *MinAggregation) GetFieldName() string

func (*MinAggregation) GetMissing

func (m *MinAggregation) GetMissing() []byte

func (*MinAggregation) ProtoMessage

func (*MinAggregation) ProtoMessage()

func (*MinAggregation) Reset

func (m *MinAggregation) Reset()

func (*MinAggregation) String

func (m *MinAggregation) String() string

func (*MinAggregation) XXX_DiscardUnknown

func (m *MinAggregation) XXX_DiscardUnknown()

func (*MinAggregation) XXX_Marshal

func (m *MinAggregation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MinAggregation) XXX_Merge

func (m *MinAggregation) XXX_Merge(src proto.Message)

func (*MinAggregation) XXX_Size

func (m *MinAggregation) XXX_Size() int

func (*MinAggregation) XXX_Unmarshal

func (m *MinAggregation) XXX_Unmarshal(b []byte) error

type MinAggregationResult

type MinAggregationResult struct {
	Value                *float64 `protobuf:"fixed64,1,opt,name=value" json:"value,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*MinAggregationResult) Descriptor

func (*MinAggregationResult) Descriptor() ([]byte, []int)

func (*MinAggregationResult) GetValue

func (m *MinAggregationResult) GetValue() float64

func (*MinAggregationResult) ProtoMessage

func (*MinAggregationResult) ProtoMessage()

func (*MinAggregationResult) Reset

func (m *MinAggregationResult) Reset()

func (*MinAggregationResult) String

func (m *MinAggregationResult) String() string

func (*MinAggregationResult) XXX_DiscardUnknown

func (m *MinAggregationResult) XXX_DiscardUnknown()

func (*MinAggregationResult) XXX_Marshal

func (m *MinAggregationResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MinAggregationResult) XXX_Merge

func (m *MinAggregationResult) XXX_Merge(src proto.Message)

func (*MinAggregationResult) XXX_Size

func (m *MinAggregationResult) XXX_Size() int

func (*MinAggregationResult) XXX_Unmarshal

func (m *MinAggregationResult) XXX_Unmarshal(b []byte) error

type MultiValueMode added in v1.7.12

type MultiValueMode int32
const (
	MultiValueMode_MVM_MAX MultiValueMode = 1
	MultiValueMode_MVM_MIN MultiValueMode = 2
	MultiValueMode_MVM_SUM MultiValueMode = 3
	MultiValueMode_MVM_AVG MultiValueMode = 4
)

func (MultiValueMode) Enum added in v1.7.12

func (x MultiValueMode) Enum() *MultiValueMode

func (MultiValueMode) EnumDescriptor added in v1.7.12

func (MultiValueMode) EnumDescriptor() ([]byte, []int)

func (MultiValueMode) String added in v1.7.12

func (x MultiValueMode) String() string

func (*MultiValueMode) UnmarshalJSON added in v1.7.12

func (x *MultiValueMode) UnmarshalJSON(data []byte) error

type NestedFilter

type NestedFilter struct {
	Path                 *string  `protobuf:"bytes,1,opt,name=path" json:"path,omitempty"`
	Filter               *Query   `protobuf:"bytes,2,opt,name=filter" json:"filter,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*NestedFilter) Descriptor

func (*NestedFilter) Descriptor() ([]byte, []int)

func (*NestedFilter) GetFilter

func (m *NestedFilter) GetFilter() *Query

func (*NestedFilter) GetPath

func (m *NestedFilter) GetPath() string

func (*NestedFilter) ProtoMessage

func (*NestedFilter) ProtoMessage()

func (*NestedFilter) Reset

func (m *NestedFilter) Reset()

func (*NestedFilter) String

func (m *NestedFilter) String() string

func (*NestedFilter) XXX_DiscardUnknown

func (m *NestedFilter) XXX_DiscardUnknown()

func (*NestedFilter) XXX_Marshal

func (m *NestedFilter) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NestedFilter) XXX_Merge

func (m *NestedFilter) XXX_Merge(src proto.Message)

func (*NestedFilter) XXX_Size

func (m *NestedFilter) XXX_Size() int

func (*NestedFilter) XXX_Unmarshal

func (m *NestedFilter) XXX_Unmarshal(b []byte) error

type NestedQuery

type NestedQuery struct {
	Path                 *string    `protobuf:"bytes,1,opt,name=path" json:"path,omitempty"`
	Query                *Query     `protobuf:"bytes,2,opt,name=query" json:"query,omitempty"`
	ScoreMode            *ScoreMode `protobuf:"varint,3,opt,name=score_mode,json=scoreMode,enum=otsprotocol.ScoreMode" json:"score_mode,omitempty"`
	InnerHits            *InnerHits `protobuf:"bytes,5,opt,name=inner_hits,json=innerHits" json:"inner_hits,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

func (*NestedQuery) Descriptor

func (*NestedQuery) Descriptor() ([]byte, []int)

func (*NestedQuery) GetInnerHits added in v1.7.12

func (m *NestedQuery) GetInnerHits() *InnerHits

func (*NestedQuery) GetPath

func (m *NestedQuery) GetPath() string

func (*NestedQuery) GetQuery

func (m *NestedQuery) GetQuery() *Query

func (*NestedQuery) GetScoreMode

func (m *NestedQuery) GetScoreMode() ScoreMode

func (*NestedQuery) ProtoMessage

func (*NestedQuery) ProtoMessage()

func (*NestedQuery) Reset

func (m *NestedQuery) Reset()

func (*NestedQuery) String

func (m *NestedQuery) String() string

func (*NestedQuery) XXX_DiscardUnknown

func (m *NestedQuery) XXX_DiscardUnknown()

func (*NestedQuery) XXX_Marshal

func (m *NestedQuery) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NestedQuery) XXX_Merge

func (m *NestedQuery) XXX_Merge(src proto.Message)

func (*NestedQuery) XXX_Size

func (m *NestedQuery) XXX_Size() int

func (*NestedQuery) XXX_Unmarshal

func (m *NestedQuery) XXX_Unmarshal(b []byte) error

type OSSTaskConfig added in v1.6.0

type OSSTaskConfig struct {
	OssPrefix            *string          `protobuf:"bytes,1,opt,name=ossPrefix" json:"ossPrefix,omitempty"`
	Formatter            *TimeFormatter   `protobuf:"varint,2,opt,name=formatter,enum=otsprotocol.TimeFormatter" json:"formatter,omitempty"`
	OssDirtyPrefix       *string          `protobuf:"bytes,3,opt,name=ossDirtyPrefix" json:"ossDirtyPrefix,omitempty"`
	OssBucket            *string          `protobuf:"bytes,4,opt,name=ossBucket" json:"ossBucket,omitempty"`
	OssEndpoint          *string          `protobuf:"bytes,5,opt,name=ossEndpoint" json:"ossEndpoint,omitempty"`
	OssStsRole           *string          `protobuf:"bytes,6,opt,name=ossStsRole" json:"ossStsRole,omitempty"`
	EventTimeColumn      *EventColumn     `protobuf:"bytes,7,opt,name=eventTimeColumn" json:"eventTimeColumn,omitempty"`
	Format               *Format          `protobuf:"varint,8,opt,name=format,enum=otsprotocol.Format" json:"format,omitempty"`
	Schema               []*ParquetSchema `protobuf:"bytes,11,rep,name=schema" json:"schema,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*OSSTaskConfig) Descriptor added in v1.6.0

func (*OSSTaskConfig) Descriptor() ([]byte, []int)

func (*OSSTaskConfig) GetEventTimeColumn added in v1.6.0

func (m *OSSTaskConfig) GetEventTimeColumn() *EventColumn

func (*OSSTaskConfig) GetFormat added in v1.6.0

func (m *OSSTaskConfig) GetFormat() Format

func (*OSSTaskConfig) GetFormatter added in v1.6.0

func (m *OSSTaskConfig) GetFormatter() TimeFormatter

func (*OSSTaskConfig) GetOssBucket added in v1.6.0

func (m *OSSTaskConfig) GetOssBucket() string

func (*OSSTaskConfig) GetOssDirtyPrefix added in v1.6.0

func (m *OSSTaskConfig) GetOssDirtyPrefix() string

func (*OSSTaskConfig) GetOssEndpoint added in v1.6.0

func (m *OSSTaskConfig) GetOssEndpoint() string

func (*OSSTaskConfig) GetOssPrefix added in v1.6.0

func (m *OSSTaskConfig) GetOssPrefix() string

func (*OSSTaskConfig) GetOssStsRole added in v1.6.0

func (m *OSSTaskConfig) GetOssStsRole() string

func (*OSSTaskConfig) GetSchema added in v1.6.0

func (m *OSSTaskConfig) GetSchema() []*ParquetSchema

func (*OSSTaskConfig) ProtoMessage added in v1.6.0

func (*OSSTaskConfig) ProtoMessage()

func (*OSSTaskConfig) Reset added in v1.6.0

func (m *OSSTaskConfig) Reset()

func (*OSSTaskConfig) String added in v1.6.0

func (m *OSSTaskConfig) String() string

func (*OSSTaskConfig) XXX_DiscardUnknown added in v1.6.0

func (m *OSSTaskConfig) XXX_DiscardUnknown()

func (*OSSTaskConfig) XXX_Marshal added in v1.6.0

func (m *OSSTaskConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*OSSTaskConfig) XXX_Merge added in v1.6.0

func (dst *OSSTaskConfig) XXX_Merge(src proto.Message)

func (*OSSTaskConfig) XXX_Size added in v1.6.0

func (m *OSSTaskConfig) XXX_Size() int

func (*OSSTaskConfig) XXX_Unmarshal added in v1.6.0

func (m *OSSTaskConfig) XXX_Unmarshal(b []byte) error

type OperationType

type OperationType int32
const (
	OperationType_PUT    OperationType = 1
	OperationType_UPDATE OperationType = 2
	OperationType_DELETE OperationType = 3
)

func (OperationType) Enum

func (x OperationType) Enum() *OperationType

func (OperationType) EnumDescriptor

func (OperationType) EnumDescriptor() ([]byte, []int)

func (OperationType) String

func (x OperationType) String() string

func (*OperationType) UnmarshalJSON

func (x *OperationType) UnmarshalJSON(data []byte) error

type ParallelScanRequest added in v1.6.0

type ParallelScanRequest struct {
	TableName            *string       `protobuf:"bytes,1,opt,name=table_name,json=tableName" json:"table_name,omitempty"`
	IndexName            *string       `protobuf:"bytes,2,opt,name=index_name,json=indexName" json:"index_name,omitempty"`
	ColumnsToGet         *ColumnsToGet `protobuf:"bytes,3,opt,name=columns_to_get,json=columnsToGet" json:"columns_to_get,omitempty"`
	SessionId            []byte        `protobuf:"bytes,4,opt,name=session_id,json=sessionId" json:"session_id,omitempty"`
	ScanQuery            []byte        `protobuf:"bytes,5,opt,name=scan_query,json=scanQuery" json:"scan_query,omitempty"`
	TimeoutMs            *int32        `protobuf:"varint,6,opt,name=timeoutMs" json:"timeoutMs,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*ParallelScanRequest) Descriptor added in v1.6.0

func (*ParallelScanRequest) Descriptor() ([]byte, []int)

func (*ParallelScanRequest) GetColumnsToGet added in v1.6.0

func (m *ParallelScanRequest) GetColumnsToGet() *ColumnsToGet

func (*ParallelScanRequest) GetIndexName added in v1.6.0

func (m *ParallelScanRequest) GetIndexName() string

func (*ParallelScanRequest) GetScanQuery added in v1.6.0

func (m *ParallelScanRequest) GetScanQuery() []byte

func (*ParallelScanRequest) GetSessionId added in v1.6.0

func (m *ParallelScanRequest) GetSessionId() []byte

func (*ParallelScanRequest) GetTableName added in v1.6.0

func (m *ParallelScanRequest) GetTableName() string

func (*ParallelScanRequest) GetTimeoutMs added in v1.7.5

func (m *ParallelScanRequest) GetTimeoutMs() int32

func (*ParallelScanRequest) ProtoMessage added in v1.6.0

func (*ParallelScanRequest) ProtoMessage()

func (*ParallelScanRequest) Reset added in v1.6.0

func (m *ParallelScanRequest) Reset()

func (*ParallelScanRequest) String added in v1.6.0

func (m *ParallelScanRequest) String() string

func (*ParallelScanRequest) XXX_DiscardUnknown added in v1.6.0

func (m *ParallelScanRequest) XXX_DiscardUnknown()

func (*ParallelScanRequest) XXX_Marshal added in v1.6.0

func (m *ParallelScanRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ParallelScanRequest) XXX_Merge added in v1.6.0

func (m *ParallelScanRequest) XXX_Merge(src proto.Message)

func (*ParallelScanRequest) XXX_Size added in v1.6.0

func (m *ParallelScanRequest) XXX_Size() int

func (*ParallelScanRequest) XXX_Unmarshal added in v1.6.0

func (m *ParallelScanRequest) XXX_Unmarshal(b []byte) error

type ParallelScanResponse added in v1.6.0

type ParallelScanResponse struct {
	Rows                 [][]byte `protobuf:"bytes,1,rep,name=rows" json:"rows,omitempty"`
	NextToken            []byte   `protobuf:"bytes,2,opt,name=next_token,json=nextToken" json:"next_token,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ParallelScanResponse) Descriptor added in v1.6.0

func (*ParallelScanResponse) Descriptor() ([]byte, []int)

func (*ParallelScanResponse) GetNextToken added in v1.6.0

func (m *ParallelScanResponse) GetNextToken() []byte

func (*ParallelScanResponse) GetRows added in v1.6.0

func (m *ParallelScanResponse) GetRows() [][]byte

func (*ParallelScanResponse) ProtoMessage added in v1.6.0

func (*ParallelScanResponse) ProtoMessage()

func (*ParallelScanResponse) Reset added in v1.6.0

func (m *ParallelScanResponse) Reset()

func (*ParallelScanResponse) String added in v1.6.0

func (m *ParallelScanResponse) String() string

func (*ParallelScanResponse) XXX_DiscardUnknown added in v1.6.0

func (m *ParallelScanResponse) XXX_DiscardUnknown()

func (*ParallelScanResponse) XXX_Marshal added in v1.6.0

func (m *ParallelScanResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ParallelScanResponse) XXX_Merge added in v1.6.0

func (m *ParallelScanResponse) XXX_Merge(src proto.Message)

func (*ParallelScanResponse) XXX_Size added in v1.6.0

func (m *ParallelScanResponse) XXX_Size() int

func (*ParallelScanResponse) XXX_Unmarshal added in v1.6.0

func (m *ParallelScanResponse) XXX_Unmarshal(b []byte) error

type ParquetSchema added in v1.6.0

type ParquetSchema struct {
	ColumnName           *string                 `protobuf:"bytes,1,opt,name=columnName" json:"columnName,omitempty"`
	OssColumnName        *string                 `protobuf:"bytes,2,opt,name=ossColumnName" json:"ossColumnName,omitempty"`
	Type                 *ParquetSchema_DataType `protobuf:"varint,3,opt,name=type,enum=otsprotocol.ParquetSchema_DataType" json:"type,omitempty"`
	Encode               *Encoding               `protobuf:"varint,4,opt,name=encode,enum=otsprotocol.Encoding" json:"encode,omitempty"`
	TypeExtend           *string                 `protobuf:"bytes,5,opt,name=typeExtend" json:"typeExtend,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                `json:"-"`
	XXX_unrecognized     []byte                  `json:"-"`
	XXX_sizecache        int32                   `json:"-"`
}

func (*ParquetSchema) Descriptor added in v1.6.0

func (*ParquetSchema) Descriptor() ([]byte, []int)

func (*ParquetSchema) GetColumnName added in v1.6.0

func (m *ParquetSchema) GetColumnName() string

func (*ParquetSchema) GetEncode added in v1.6.0

func (m *ParquetSchema) GetEncode() Encoding

func (*ParquetSchema) GetOssColumnName added in v1.6.0

func (m *ParquetSchema) GetOssColumnName() string

func (*ParquetSchema) GetType added in v1.6.0

func (*ParquetSchema) GetTypeExtend added in v1.6.0

func (m *ParquetSchema) GetTypeExtend() string

func (*ParquetSchema) ProtoMessage added in v1.6.0

func (*ParquetSchema) ProtoMessage()

func (*ParquetSchema) Reset added in v1.6.0

func (m *ParquetSchema) Reset()

func (*ParquetSchema) String added in v1.6.0

func (m *ParquetSchema) String() string

func (*ParquetSchema) XXX_DiscardUnknown added in v1.6.0

func (m *ParquetSchema) XXX_DiscardUnknown()

func (*ParquetSchema) XXX_Marshal added in v1.6.0

func (m *ParquetSchema) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ParquetSchema) XXX_Merge added in v1.6.0

func (dst *ParquetSchema) XXX_Merge(src proto.Message)

func (*ParquetSchema) XXX_Size added in v1.6.0

func (m *ParquetSchema) XXX_Size() int

func (*ParquetSchema) XXX_Unmarshal added in v1.6.0

func (m *ParquetSchema) XXX_Unmarshal(b []byte) error

type ParquetSchema_DataType added in v1.6.0

type ParquetSchema_DataType int32
const (
	ParquetSchema_BOOL             ParquetSchema_DataType = 0
	ParquetSchema_INT64            ParquetSchema_DataType = 1
	ParquetSchema_UTF8             ParquetSchema_DataType = 2
	ParquetSchema_DOUBLE           ParquetSchema_DataType = 3
	ParquetSchema_DATE             ParquetSchema_DataType = 4
	ParquetSchema_DECIMAL          ParquetSchema_DataType = 5
	ParquetSchema_TIME_MILLIS      ParquetSchema_DataType = 6
	ParquetSchema_TIME_MICROS      ParquetSchema_DataType = 7
	ParquetSchema_TIMESTAMP_MILLIS ParquetSchema_DataType = 8
	ParquetSchema_TIMESTAMP_MICROS ParquetSchema_DataType = 9
	ParquetSchema_LIST             ParquetSchema_DataType = 10
	ParquetSchema_MAP              ParquetSchema_DataType = 11
	ParquetSchema_INTERVAL         ParquetSchema_DataType = 12
	ParquetSchema_FLOAT            ParquetSchema_DataType = 13
	ParquetSchema_INT32            ParquetSchema_DataType = 14
	ParquetSchema_INT96            ParquetSchema_DataType = 15
)

func (ParquetSchema_DataType) Enum added in v1.6.0

func (ParquetSchema_DataType) EnumDescriptor added in v1.6.0

func (ParquetSchema_DataType) EnumDescriptor() ([]byte, []int)

func (ParquetSchema_DataType) String added in v1.6.0

func (x ParquetSchema_DataType) String() string

func (*ParquetSchema_DataType) UnmarshalJSON added in v1.6.0

func (x *ParquetSchema_DataType) UnmarshalJSON(data []byte) error

type PartitionRange

type PartitionRange struct {
	Begin                []byte   `protobuf:"bytes,1,req,name=begin" json:"begin,omitempty"`
	End                  []byte   `protobuf:"bytes,2,req,name=end" json:"end,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PartitionRange) Descriptor

func (*PartitionRange) Descriptor() ([]byte, []int)

func (*PartitionRange) GetBegin

func (m *PartitionRange) GetBegin() []byte

func (*PartitionRange) GetEnd

func (m *PartitionRange) GetEnd() []byte

func (*PartitionRange) ProtoMessage

func (*PartitionRange) ProtoMessage()

func (*PartitionRange) Reset

func (m *PartitionRange) Reset()

func (*PartitionRange) String

func (m *PartitionRange) String() string

func (*PartitionRange) XXX_DiscardUnknown added in v1.6.0

func (m *PartitionRange) XXX_DiscardUnknown()

func (*PartitionRange) XXX_Marshal added in v1.6.0

func (m *PartitionRange) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PartitionRange) XXX_Merge added in v1.6.0

func (m *PartitionRange) XXX_Merge(src proto.Message)

func (*PartitionRange) XXX_Size added in v1.6.0

func (m *PartitionRange) XXX_Size() int

func (*PartitionRange) XXX_Unmarshal added in v1.6.0

func (m *PartitionRange) XXX_Unmarshal(b []byte) error

type PercentilesAggregation added in v1.7.0

type PercentilesAggregation struct {
	FieldName            *string   `protobuf:"bytes,1,opt,name=field_name,json=fieldName" json:"field_name,omitempty"`
	Percentiles          []float64 `protobuf:"fixed64,2,rep,name=percentiles" json:"percentiles,omitempty"`
	Missing              []byte    `protobuf:"bytes,3,opt,name=missing" json:"missing,omitempty"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

func (*PercentilesAggregation) Descriptor added in v1.7.0

func (*PercentilesAggregation) Descriptor() ([]byte, []int)

func (*PercentilesAggregation) GetFieldName added in v1.7.0

func (m *PercentilesAggregation) GetFieldName() string

func (*PercentilesAggregation) GetMissing added in v1.7.0

func (m *PercentilesAggregation) GetMissing() []byte

func (*PercentilesAggregation) GetPercentiles added in v1.7.0

func (m *PercentilesAggregation) GetPercentiles() []float64

func (*PercentilesAggregation) ProtoMessage added in v1.7.0

func (*PercentilesAggregation) ProtoMessage()

func (*PercentilesAggregation) Reset added in v1.7.0

func (m *PercentilesAggregation) Reset()

func (*PercentilesAggregation) String added in v1.7.0

func (m *PercentilesAggregation) String() string

func (*PercentilesAggregation) XXX_DiscardUnknown added in v1.7.0

func (m *PercentilesAggregation) XXX_DiscardUnknown()

func (*PercentilesAggregation) XXX_Marshal added in v1.7.0

func (m *PercentilesAggregation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PercentilesAggregation) XXX_Merge added in v1.7.0

func (m *PercentilesAggregation) XXX_Merge(src proto.Message)

func (*PercentilesAggregation) XXX_Size added in v1.7.0

func (m *PercentilesAggregation) XXX_Size() int

func (*PercentilesAggregation) XXX_Unmarshal added in v1.7.0

func (m *PercentilesAggregation) XXX_Unmarshal(b []byte) error

type PercentilesAggregationItem added in v1.7.0

type PercentilesAggregationItem struct {
	Key                  *float64 `protobuf:"fixed64,1,opt,name=key" json:"key,omitempty"`
	Value                []byte   `protobuf:"bytes,2,opt,name=value" json:"value,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PercentilesAggregationItem) Descriptor added in v1.7.0

func (*PercentilesAggregationItem) Descriptor() ([]byte, []int)

func (*PercentilesAggregationItem) GetKey added in v1.7.0

func (m *PercentilesAggregationItem) GetKey() float64

func (*PercentilesAggregationItem) GetValue added in v1.7.0

func (m *PercentilesAggregationItem) GetValue() []byte

func (*PercentilesAggregationItem) ProtoMessage added in v1.7.0

func (*PercentilesAggregationItem) ProtoMessage()

func (*PercentilesAggregationItem) Reset added in v1.7.0

func (m *PercentilesAggregationItem) Reset()

func (*PercentilesAggregationItem) String added in v1.7.0

func (m *PercentilesAggregationItem) String() string

func (*PercentilesAggregationItem) XXX_DiscardUnknown added in v1.7.0

func (m *PercentilesAggregationItem) XXX_DiscardUnknown()

func (*PercentilesAggregationItem) XXX_Marshal added in v1.7.0

func (m *PercentilesAggregationItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PercentilesAggregationItem) XXX_Merge added in v1.7.0

func (m *PercentilesAggregationItem) XXX_Merge(src proto.Message)

func (*PercentilesAggregationItem) XXX_Size added in v1.7.0

func (m *PercentilesAggregationItem) XXX_Size() int

func (*PercentilesAggregationItem) XXX_Unmarshal added in v1.7.0

func (m *PercentilesAggregationItem) XXX_Unmarshal(b []byte) error

type PercentilesAggregationResult added in v1.7.0

type PercentilesAggregationResult struct {
	PercentilesAggregationItems []*PercentilesAggregationItem `` /* 137-byte string literal not displayed */
	XXX_NoUnkeyedLiteral        struct{}                      `json:"-"`
	XXX_unrecognized            []byte                        `json:"-"`
	XXX_sizecache               int32                         `json:"-"`
}

func (*PercentilesAggregationResult) Descriptor added in v1.7.0

func (*PercentilesAggregationResult) Descriptor() ([]byte, []int)

func (*PercentilesAggregationResult) GetPercentilesAggregationItems added in v1.7.0

func (m *PercentilesAggregationResult) GetPercentilesAggregationItems() []*PercentilesAggregationItem

func (*PercentilesAggregationResult) ProtoMessage added in v1.7.0

func (*PercentilesAggregationResult) ProtoMessage()

func (*PercentilesAggregationResult) Reset added in v1.7.0

func (m *PercentilesAggregationResult) Reset()

func (*PercentilesAggregationResult) String added in v1.7.0

func (*PercentilesAggregationResult) XXX_DiscardUnknown added in v1.7.0

func (m *PercentilesAggregationResult) XXX_DiscardUnknown()

func (*PercentilesAggregationResult) XXX_Marshal added in v1.7.0

func (m *PercentilesAggregationResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PercentilesAggregationResult) XXX_Merge added in v1.7.0

func (m *PercentilesAggregationResult) XXX_Merge(src proto.Message)

func (*PercentilesAggregationResult) XXX_Size added in v1.7.0

func (m *PercentilesAggregationResult) XXX_Size() int

func (*PercentilesAggregationResult) XXX_Unmarshal added in v1.7.0

func (m *PercentilesAggregationResult) XXX_Unmarshal(b []byte) error

type PrefixQuery

type PrefixQuery struct {
	FieldName            *string  `protobuf:"bytes,1,opt,name=field_name,json=fieldName" json:"field_name,omitempty"`
	Prefix               *string  `protobuf:"bytes,2,opt,name=prefix" json:"prefix,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PrefixQuery) Descriptor

func (*PrefixQuery) Descriptor() ([]byte, []int)

func (*PrefixQuery) GetFieldName

func (m *PrefixQuery) GetFieldName() string

func (*PrefixQuery) GetPrefix

func (m *PrefixQuery) GetPrefix() string

func (*PrefixQuery) ProtoMessage

func (*PrefixQuery) ProtoMessage()

func (*PrefixQuery) Reset

func (m *PrefixQuery) Reset()

func (*PrefixQuery) String

func (m *PrefixQuery) String() string

func (*PrefixQuery) XXX_DiscardUnknown

func (m *PrefixQuery) XXX_DiscardUnknown()

func (*PrefixQuery) XXX_Marshal

func (m *PrefixQuery) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PrefixQuery) XXX_Merge

func (m *PrefixQuery) XXX_Merge(src proto.Message)

func (*PrefixQuery) XXX_Size

func (m *PrefixQuery) XXX_Size() int

func (*PrefixQuery) XXX_Unmarshal

func (m *PrefixQuery) XXX_Unmarshal(b []byte) error

type PrimaryKeyOption

type PrimaryKeyOption int32
const (
	PrimaryKeyOption_AUTO_INCREMENT PrimaryKeyOption = 1
)

func (PrimaryKeyOption) Enum

func (PrimaryKeyOption) EnumDescriptor

func (PrimaryKeyOption) EnumDescriptor() ([]byte, []int)

func (PrimaryKeyOption) String

func (x PrimaryKeyOption) String() string

func (*PrimaryKeyOption) UnmarshalJSON

func (x *PrimaryKeyOption) UnmarshalJSON(data []byte) error

type PrimaryKeySchema

type PrimaryKeySchema struct {
	Name                 *string           `protobuf:"bytes,1,req,name=name" json:"name,omitempty"`
	Type                 *PrimaryKeyType   `protobuf:"varint,2,req,name=type,enum=otsprotocol.PrimaryKeyType" json:"type,omitempty"`
	Option               *PrimaryKeyOption `protobuf:"varint,3,opt,name=option,enum=otsprotocol.PrimaryKeyOption" json:"option,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*PrimaryKeySchema) Descriptor

func (*PrimaryKeySchema) Descriptor() ([]byte, []int)

func (*PrimaryKeySchema) GetName

func (m *PrimaryKeySchema) GetName() string

func (*PrimaryKeySchema) GetOption

func (m *PrimaryKeySchema) GetOption() PrimaryKeyOption

func (*PrimaryKeySchema) GetType

func (m *PrimaryKeySchema) GetType() PrimaryKeyType

func (*PrimaryKeySchema) ProtoMessage

func (*PrimaryKeySchema) ProtoMessage()

func (*PrimaryKeySchema) Reset

func (m *PrimaryKeySchema) Reset()

func (*PrimaryKeySchema) String

func (m *PrimaryKeySchema) String() string

func (*PrimaryKeySchema) XXX_DiscardUnknown added in v1.6.0

func (m *PrimaryKeySchema) XXX_DiscardUnknown()

func (*PrimaryKeySchema) XXX_Marshal added in v1.6.0

func (m *PrimaryKeySchema) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PrimaryKeySchema) XXX_Merge added in v1.6.0

func (m *PrimaryKeySchema) XXX_Merge(src proto.Message)

func (*PrimaryKeySchema) XXX_Size added in v1.6.0

func (m *PrimaryKeySchema) XXX_Size() int

func (*PrimaryKeySchema) XXX_Unmarshal added in v1.6.0

func (m *PrimaryKeySchema) XXX_Unmarshal(b []byte) error

type PrimaryKeySort

type PrimaryKeySort struct {
	Order                *SortOrder `protobuf:"varint,1,opt,name=order,enum=otsprotocol.SortOrder" json:"order,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

func (*PrimaryKeySort) Descriptor

func (*PrimaryKeySort) Descriptor() ([]byte, []int)

func (*PrimaryKeySort) GetOrder

func (m *PrimaryKeySort) GetOrder() SortOrder

func (*PrimaryKeySort) ProtoMessage

func (*PrimaryKeySort) ProtoMessage()

func (*PrimaryKeySort) Reset

func (m *PrimaryKeySort) Reset()

func (*PrimaryKeySort) String

func (m *PrimaryKeySort) String() string

func (*PrimaryKeySort) XXX_DiscardUnknown

func (m *PrimaryKeySort) XXX_DiscardUnknown()

func (*PrimaryKeySort) XXX_Marshal

func (m *PrimaryKeySort) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PrimaryKeySort) XXX_Merge

func (m *PrimaryKeySort) XXX_Merge(src proto.Message)

func (*PrimaryKeySort) XXX_Size

func (m *PrimaryKeySort) XXX_Size() int

func (*PrimaryKeySort) XXX_Unmarshal

func (m *PrimaryKeySort) XXX_Unmarshal(b []byte) error

type PrimaryKeyType

type PrimaryKeyType int32
const (
	PrimaryKeyType_INTEGER PrimaryKeyType = 1
	PrimaryKeyType_STRING  PrimaryKeyType = 2
	PrimaryKeyType_BINARY  PrimaryKeyType = 3
)

func (PrimaryKeyType) Enum

func (x PrimaryKeyType) Enum() *PrimaryKeyType

func (PrimaryKeyType) EnumDescriptor

func (PrimaryKeyType) EnumDescriptor() ([]byte, []int)

func (PrimaryKeyType) String

func (x PrimaryKeyType) String() string

func (*PrimaryKeyType) UnmarshalJSON

func (x *PrimaryKeyType) UnmarshalJSON(data []byte) error

type PutRowRequest

type PutRowRequest struct {
	TableName            *string        `protobuf:"bytes,1,req,name=table_name,json=tableName" json:"table_name,omitempty"`
	Row                  []byte         `protobuf:"bytes,2,req,name=row" json:"row,omitempty"`
	Condition            *Condition     `protobuf:"bytes,3,req,name=condition" json:"condition,omitempty"`
	ReturnContent        *ReturnContent `protobuf:"bytes,4,opt,name=return_content,json=returnContent" json:"return_content,omitempty"`
	TransactionId        *string        `protobuf:"bytes,5,opt,name=transaction_id,json=transactionId" json:"transaction_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

* 这里允许用户为每列单独设置timestamp,而不是强制整行统一一个timestamp。 原因是列都是用统一的结构,该结构本身是带timestamp的,其次强制统一timestamp增强了规范性但是丧失了灵活性,且该规范性没有明显的好处,反而带来了结构的复杂。

func (*PutRowRequest) Descriptor

func (*PutRowRequest) Descriptor() ([]byte, []int)

func (*PutRowRequest) GetCondition

func (m *PutRowRequest) GetCondition() *Condition

func (*PutRowRequest) GetReturnContent

func (m *PutRowRequest) GetReturnContent() *ReturnContent

func (*PutRowRequest) GetRow

func (m *PutRowRequest) GetRow() []byte

func (*PutRowRequest) GetTableName

func (m *PutRowRequest) GetTableName() string

func (*PutRowRequest) GetTransactionId

func (m *PutRowRequest) GetTransactionId() string

func (*PutRowRequest) ProtoMessage

func (*PutRowRequest) ProtoMessage()

func (*PutRowRequest) Reset

func (m *PutRowRequest) Reset()

func (*PutRowRequest) String

func (m *PutRowRequest) String() string

func (*PutRowRequest) XXX_DiscardUnknown added in v1.6.0

func (m *PutRowRequest) XXX_DiscardUnknown()

func (*PutRowRequest) XXX_Marshal added in v1.6.0

func (m *PutRowRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PutRowRequest) XXX_Merge added in v1.6.0

func (m *PutRowRequest) XXX_Merge(src proto.Message)

func (*PutRowRequest) XXX_Size added in v1.6.0

func (m *PutRowRequest) XXX_Size() int

func (*PutRowRequest) XXX_Unmarshal added in v1.6.0

func (m *PutRowRequest) XXX_Unmarshal(b []byte) error

type PutRowResponse

type PutRowResponse struct {
	Consumed             *ConsumedCapacity `protobuf:"bytes,1,req,name=consumed" json:"consumed,omitempty"`
	Row                  []byte            `protobuf:"bytes,2,opt,name=row" json:"row,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*PutRowResponse) Descriptor

func (*PutRowResponse) Descriptor() ([]byte, []int)

func (*PutRowResponse) GetConsumed

func (m *PutRowResponse) GetConsumed() *ConsumedCapacity

func (*PutRowResponse) GetRow

func (m *PutRowResponse) GetRow() []byte

func (*PutRowResponse) ProtoMessage

func (*PutRowResponse) ProtoMessage()

func (*PutRowResponse) Reset

func (m *PutRowResponse) Reset()

func (*PutRowResponse) String

func (m *PutRowResponse) String() string

func (*PutRowResponse) XXX_DiscardUnknown added in v1.6.0

func (m *PutRowResponse) XXX_DiscardUnknown()

func (*PutRowResponse) XXX_Marshal added in v1.6.0

func (m *PutRowResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PutRowResponse) XXX_Merge added in v1.6.0

func (m *PutRowResponse) XXX_Merge(src proto.Message)

func (*PutRowResponse) XXX_Size added in v1.6.0

func (m *PutRowResponse) XXX_Size() int

func (*PutRowResponse) XXX_Unmarshal added in v1.6.0

func (m *PutRowResponse) XXX_Unmarshal(b []byte) error

type PutTimeseriesDataRequest added in v1.7.0

type PutTimeseriesDataRequest struct {
	TableName            *string         `protobuf:"bytes,1,req,name=table_name" json:"table_name,omitempty"`
	RowsData             *TimeseriesRows `protobuf:"bytes,2,req,name=rows_data" json:"rows_data,omitempty"`
	MetaUpdateMode       *MetaUpdateMode `protobuf:"varint,3,opt,name=meta_update_mode,enum=otsprotocol.MetaUpdateMode" json:"meta_update_mode,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*PutTimeseriesDataRequest) Descriptor added in v1.7.0

func (*PutTimeseriesDataRequest) Descriptor() ([]byte, []int)

func (*PutTimeseriesDataRequest) GetMetaUpdateMode added in v1.7.0

func (m *PutTimeseriesDataRequest) GetMetaUpdateMode() MetaUpdateMode

func (*PutTimeseriesDataRequest) GetRowsData added in v1.7.0

func (m *PutTimeseriesDataRequest) GetRowsData() *TimeseriesRows

func (*PutTimeseriesDataRequest) GetTableName added in v1.7.0

func (m *PutTimeseriesDataRequest) GetTableName() string

func (*PutTimeseriesDataRequest) ProtoMessage added in v1.7.0

func (*PutTimeseriesDataRequest) ProtoMessage()

func (*PutTimeseriesDataRequest) Reset added in v1.7.0

func (m *PutTimeseriesDataRequest) Reset()

func (*PutTimeseriesDataRequest) String added in v1.7.0

func (m *PutTimeseriesDataRequest) String() string

func (*PutTimeseriesDataRequest) XXX_DiscardUnknown added in v1.7.0

func (m *PutTimeseriesDataRequest) XXX_DiscardUnknown()

func (*PutTimeseriesDataRequest) XXX_Marshal added in v1.7.0

func (m *PutTimeseriesDataRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PutTimeseriesDataRequest) XXX_Merge added in v1.7.0

func (m *PutTimeseriesDataRequest) XXX_Merge(src proto.Message)

func (*PutTimeseriesDataRequest) XXX_Size added in v1.7.0

func (m *PutTimeseriesDataRequest) XXX_Size() int

func (*PutTimeseriesDataRequest) XXX_Unmarshal added in v1.7.0

func (m *PutTimeseriesDataRequest) XXX_Unmarshal(b []byte) error

type PutTimeseriesDataResponse added in v1.7.0

type PutTimeseriesDataResponse struct {
	FailedRows           []*FailedRowInfo  `protobuf:"bytes,1,rep,name=failed_rows" json:"failed_rows,omitempty"`
	MetaUpdateStatus     *MetaUpdateStatus `protobuf:"bytes,2,opt,name=meta_update_status" json:"meta_update_status,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*PutTimeseriesDataResponse) Descriptor added in v1.7.0

func (*PutTimeseriesDataResponse) Descriptor() ([]byte, []int)

func (*PutTimeseriesDataResponse) GetFailedRows added in v1.7.0

func (m *PutTimeseriesDataResponse) GetFailedRows() []*FailedRowInfo

func (*PutTimeseriesDataResponse) GetMetaUpdateStatus added in v1.7.0

func (m *PutTimeseriesDataResponse) GetMetaUpdateStatus() *MetaUpdateStatus

func (*PutTimeseriesDataResponse) ProtoMessage added in v1.7.0

func (*PutTimeseriesDataResponse) ProtoMessage()

func (*PutTimeseriesDataResponse) Reset added in v1.7.0

func (m *PutTimeseriesDataResponse) Reset()

func (*PutTimeseriesDataResponse) String added in v1.7.0

func (m *PutTimeseriesDataResponse) String() string

func (*PutTimeseriesDataResponse) XXX_DiscardUnknown added in v1.7.0

func (m *PutTimeseriesDataResponse) XXX_DiscardUnknown()

func (*PutTimeseriesDataResponse) XXX_Marshal added in v1.7.0

func (m *PutTimeseriesDataResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PutTimeseriesDataResponse) XXX_Merge added in v1.7.0

func (m *PutTimeseriesDataResponse) XXX_Merge(src proto.Message)

func (*PutTimeseriesDataResponse) XXX_Size added in v1.7.0

func (m *PutTimeseriesDataResponse) XXX_Size() int

func (*PutTimeseriesDataResponse) XXX_Unmarshal added in v1.7.0

func (m *PutTimeseriesDataResponse) XXX_Unmarshal(b []byte) error

type Query

type Query struct {
	Type                 *QueryType `protobuf:"varint,1,opt,name=type,enum=otsprotocol.QueryType" json:"type,omitempty"`
	Query                []byte     `protobuf:"bytes,2,opt,name=query" json:"query,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

func (*Query) Descriptor

func (*Query) Descriptor() ([]byte, []int)

func (*Query) GetQuery

func (m *Query) GetQuery() []byte

func (*Query) GetType

func (m *Query) GetType() QueryType

func (*Query) ProtoMessage

func (*Query) ProtoMessage()

func (*Query) Reset

func (m *Query) Reset()

func (*Query) String

func (m *Query) String() string

func (*Query) XXX_DiscardUnknown

func (m *Query) XXX_DiscardUnknown()

func (*Query) XXX_Marshal

func (m *Query) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Query) XXX_Merge

func (m *Query) XXX_Merge(src proto.Message)

func (*Query) XXX_Size

func (m *Query) XXX_Size() int

func (*Query) XXX_Unmarshal

func (m *Query) XXX_Unmarshal(b []byte) error

type QueryFlowWeight added in v1.7.3

type QueryFlowWeight struct {
	IndexName            *string  `protobuf:"bytes,1,opt,name=index_name,json=indexName" json:"index_name,omitempty"`
	Weight               *int32   `protobuf:"varint,2,opt,name=weight" json:"weight,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Update Search Index

func (*QueryFlowWeight) Descriptor added in v1.7.3

func (*QueryFlowWeight) Descriptor() ([]byte, []int)

func (*QueryFlowWeight) GetIndexName added in v1.7.3

func (m *QueryFlowWeight) GetIndexName() string

func (*QueryFlowWeight) GetWeight added in v1.7.3

func (m *QueryFlowWeight) GetWeight() int32

func (*QueryFlowWeight) ProtoMessage added in v1.7.3

func (*QueryFlowWeight) ProtoMessage()

func (*QueryFlowWeight) Reset added in v1.7.3

func (m *QueryFlowWeight) Reset()

func (*QueryFlowWeight) String added in v1.7.3

func (m *QueryFlowWeight) String() string

func (*QueryFlowWeight) XXX_DiscardUnknown added in v1.7.3

func (m *QueryFlowWeight) XXX_DiscardUnknown()

func (*QueryFlowWeight) XXX_Marshal added in v1.7.3

func (m *QueryFlowWeight) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryFlowWeight) XXX_Merge added in v1.7.3

func (m *QueryFlowWeight) XXX_Merge(src proto.Message)

func (*QueryFlowWeight) XXX_Size added in v1.7.3

func (m *QueryFlowWeight) XXX_Size() int

func (*QueryFlowWeight) XXX_Unmarshal added in v1.7.3

func (m *QueryFlowWeight) XXX_Unmarshal(b []byte) error

type QueryOperator

type QueryOperator int32
const (
	QueryOperator_OR  QueryOperator = 1
	QueryOperator_AND QueryOperator = 2
)

func (QueryOperator) Enum

func (x QueryOperator) Enum() *QueryOperator

func (QueryOperator) EnumDescriptor

func (QueryOperator) EnumDescriptor() ([]byte, []int)

func (QueryOperator) String

func (x QueryOperator) String() string

func (*QueryOperator) UnmarshalJSON

func (x *QueryOperator) UnmarshalJSON(data []byte) error

type QueryTimeseriesMetaRequest added in v1.7.0

type QueryTimeseriesMetaRequest struct {
	TableName            *string             `protobuf:"bytes,1,req,name=table_name" json:"table_name,omitempty"`
	Condition            *MetaQueryCondition `protobuf:"bytes,2,opt,name=condition" json:"condition,omitempty"`
	GetTotalHit          *bool               `protobuf:"varint,3,opt,name=get_total_hit" json:"get_total_hit,omitempty"`
	Token                []byte              `protobuf:"bytes,4,opt,name=token" json:"token,omitempty"`
	Limit                *int32              `protobuf:"varint,5,opt,name=limit" json:"limit,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*QueryTimeseriesMetaRequest) Descriptor added in v1.7.0

func (*QueryTimeseriesMetaRequest) Descriptor() ([]byte, []int)

func (*QueryTimeseriesMetaRequest) GetCondition added in v1.7.0

func (*QueryTimeseriesMetaRequest) GetGetTotalHit added in v1.7.0

func (m *QueryTimeseriesMetaRequest) GetGetTotalHit() bool

func (*QueryTimeseriesMetaRequest) GetLimit added in v1.7.0

func (m *QueryTimeseriesMetaRequest) GetLimit() int32

func (*QueryTimeseriesMetaRequest) GetTableName added in v1.7.0

func (m *QueryTimeseriesMetaRequest) GetTableName() string

func (*QueryTimeseriesMetaRequest) GetToken added in v1.7.0

func (m *QueryTimeseriesMetaRequest) GetToken() []byte

func (*QueryTimeseriesMetaRequest) ProtoMessage added in v1.7.0

func (*QueryTimeseriesMetaRequest) ProtoMessage()

func (*QueryTimeseriesMetaRequest) Reset added in v1.7.0

func (m *QueryTimeseriesMetaRequest) Reset()

func (*QueryTimeseriesMetaRequest) String added in v1.7.0

func (m *QueryTimeseriesMetaRequest) String() string

func (*QueryTimeseriesMetaRequest) XXX_DiscardUnknown added in v1.7.0

func (m *QueryTimeseriesMetaRequest) XXX_DiscardUnknown()

func (*QueryTimeseriesMetaRequest) XXX_Marshal added in v1.7.0

func (m *QueryTimeseriesMetaRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryTimeseriesMetaRequest) XXX_Merge added in v1.7.0

func (m *QueryTimeseriesMetaRequest) XXX_Merge(src proto.Message)

func (*QueryTimeseriesMetaRequest) XXX_Size added in v1.7.0

func (m *QueryTimeseriesMetaRequest) XXX_Size() int

func (*QueryTimeseriesMetaRequest) XXX_Unmarshal added in v1.7.0

func (m *QueryTimeseriesMetaRequest) XXX_Unmarshal(b []byte) error

type QueryTimeseriesMetaResponse added in v1.7.0

type QueryTimeseriesMetaResponse struct {
	TimeseriesMetas      []*TimeseriesMeta `protobuf:"bytes,1,rep,name=timeseries_metas" json:"timeseries_metas,omitempty"`
	TotalHit             *int64            `protobuf:"varint,2,opt,name=total_hit" json:"total_hit,omitempty"`
	NextToken            []byte            `protobuf:"bytes,3,opt,name=next_token" json:"next_token,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*QueryTimeseriesMetaResponse) Descriptor added in v1.7.0

func (*QueryTimeseriesMetaResponse) Descriptor() ([]byte, []int)

func (*QueryTimeseriesMetaResponse) GetNextToken added in v1.7.0

func (m *QueryTimeseriesMetaResponse) GetNextToken() []byte

func (*QueryTimeseriesMetaResponse) GetTimeseriesMetas added in v1.7.0

func (m *QueryTimeseriesMetaResponse) GetTimeseriesMetas() []*TimeseriesMeta

func (*QueryTimeseriesMetaResponse) GetTotalHit added in v1.7.0

func (m *QueryTimeseriesMetaResponse) GetTotalHit() int64

func (*QueryTimeseriesMetaResponse) ProtoMessage added in v1.7.0

func (*QueryTimeseriesMetaResponse) ProtoMessage()

func (*QueryTimeseriesMetaResponse) Reset added in v1.7.0

func (m *QueryTimeseriesMetaResponse) Reset()

func (*QueryTimeseriesMetaResponse) String added in v1.7.0

func (m *QueryTimeseriesMetaResponse) String() string

func (*QueryTimeseriesMetaResponse) XXX_DiscardUnknown added in v1.7.0

func (m *QueryTimeseriesMetaResponse) XXX_DiscardUnknown()

func (*QueryTimeseriesMetaResponse) XXX_Marshal added in v1.7.0

func (m *QueryTimeseriesMetaResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryTimeseriesMetaResponse) XXX_Merge added in v1.7.0

func (m *QueryTimeseriesMetaResponse) XXX_Merge(src proto.Message)

func (*QueryTimeseriesMetaResponse) XXX_Size added in v1.7.0

func (m *QueryTimeseriesMetaResponse) XXX_Size() int

func (*QueryTimeseriesMetaResponse) XXX_Unmarshal added in v1.7.0

func (m *QueryTimeseriesMetaResponse) XXX_Unmarshal(b []byte) error

type QueryType

type QueryType int32

query

const (
	QueryType_MATCH_QUERY            QueryType = 1
	QueryType_MATCH_PHRASE_QUERY     QueryType = 2
	QueryType_TERM_QUERY             QueryType = 3
	QueryType_RANGE_QUERY            QueryType = 4
	QueryType_PREFIX_QUERY           QueryType = 5
	QueryType_BOOL_QUERY             QueryType = 6
	QueryType_CONST_SCORE_QUERY      QueryType = 7
	QueryType_FUNCTION_SCORE_QUERY   QueryType = 8
	QueryType_NESTED_QUERY           QueryType = 9
	QueryType_WILDCARD_QUERY         QueryType = 10
	QueryType_MATCH_ALL_QUERY        QueryType = 11
	QueryType_GEO_BOUNDING_BOX_QUERY QueryType = 12
	QueryType_GEO_DISTANCE_QUERY     QueryType = 13
	QueryType_GEO_POLYGON_QUERY      QueryType = 14
	QueryType_TERMS_QUERY            QueryType = 15
	QueryType_EXISTS_QUERY           QueryType = 16
	QueryType_KNN_VECTOR_QUERY       QueryType = 17
	QueryType_FUNCTIONS_SCORE_QUERY  QueryType = 18
)

func (QueryType) Enum

func (x QueryType) Enum() *QueryType

func (QueryType) EnumDescriptor

func (QueryType) EnumDescriptor() ([]byte, []int)

func (QueryType) String

func (x QueryType) String() string

func (*QueryType) UnmarshalJSON

func (x *QueryType) UnmarshalJSON(data []byte) error

type RandomScoreFunction added in v1.7.12

type RandomScoreFunction struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RandomScoreFunction) Descriptor added in v1.7.12

func (*RandomScoreFunction) Descriptor() ([]byte, []int)

func (*RandomScoreFunction) ProtoMessage added in v1.7.12

func (*RandomScoreFunction) ProtoMessage()

func (*RandomScoreFunction) Reset added in v1.7.12

func (m *RandomScoreFunction) Reset()

func (*RandomScoreFunction) String added in v1.7.12

func (m *RandomScoreFunction) String() string

func (*RandomScoreFunction) XXX_DiscardUnknown added in v1.7.12

func (m *RandomScoreFunction) XXX_DiscardUnknown()

func (*RandomScoreFunction) XXX_Marshal added in v1.7.12

func (m *RandomScoreFunction) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RandomScoreFunction) XXX_Merge added in v1.7.12

func (m *RandomScoreFunction) XXX_Merge(src proto.Message)

func (*RandomScoreFunction) XXX_Size added in v1.7.12

func (m *RandomScoreFunction) XXX_Size() int

func (*RandomScoreFunction) XXX_Unmarshal added in v1.7.12

func (m *RandomScoreFunction) XXX_Unmarshal(b []byte) error

type Range

type Range struct {
	From                 *float64 `protobuf:"fixed64,1,opt,name=from" json:"from,omitempty"`
	To                   *float64 `protobuf:"fixed64,2,opt,name=to" json:"to,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Range) Descriptor

func (*Range) Descriptor() ([]byte, []int)

func (*Range) GetFrom

func (m *Range) GetFrom() float64

func (*Range) GetTo

func (m *Range) GetTo() float64

func (*Range) ProtoMessage

func (*Range) ProtoMessage()

func (*Range) Reset

func (m *Range) Reset()

func (*Range) String

func (m *Range) String() string

func (*Range) XXX_DiscardUnknown

func (m *Range) XXX_DiscardUnknown()

func (*Range) XXX_Marshal

func (m *Range) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Range) XXX_Merge

func (m *Range) XXX_Merge(src proto.Message)

func (*Range) XXX_Size

func (m *Range) XXX_Size() int

func (*Range) XXX_Unmarshal

func (m *Range) XXX_Unmarshal(b []byte) error

type RangeQuery

type RangeQuery struct {
	FieldName            *string  `protobuf:"bytes,1,opt,name=field_name,json=fieldName" json:"field_name,omitempty"`
	RangeFrom            []byte   `protobuf:"bytes,2,opt,name=range_from,json=rangeFrom" json:"range_from,omitempty"`
	RangeTo              []byte   `protobuf:"bytes,3,opt,name=range_to,json=rangeTo" json:"range_to,omitempty"`
	IncludeLower         *bool    `protobuf:"varint,4,opt,name=include_lower,json=includeLower" json:"include_lower,omitempty"`
	IncludeUpper         *bool    `protobuf:"varint,5,opt,name=include_upper,json=includeUpper" json:"include_upper,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RangeQuery) Descriptor

func (*RangeQuery) Descriptor() ([]byte, []int)

func (*RangeQuery) GetFieldName

func (m *RangeQuery) GetFieldName() string

func (*RangeQuery) GetIncludeLower

func (m *RangeQuery) GetIncludeLower() bool

func (*RangeQuery) GetIncludeUpper

func (m *RangeQuery) GetIncludeUpper() bool

func (*RangeQuery) GetRangeFrom

func (m *RangeQuery) GetRangeFrom() []byte

func (*RangeQuery) GetRangeTo

func (m *RangeQuery) GetRangeTo() []byte

func (*RangeQuery) ProtoMessage

func (*RangeQuery) ProtoMessage()

func (*RangeQuery) Reset

func (m *RangeQuery) Reset()

func (*RangeQuery) String

func (m *RangeQuery) String() string

func (*RangeQuery) XXX_DiscardUnknown

func (m *RangeQuery) XXX_DiscardUnknown()

func (*RangeQuery) XXX_Marshal

func (m *RangeQuery) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RangeQuery) XXX_Merge

func (m *RangeQuery) XXX_Merge(src proto.Message)

func (*RangeQuery) XXX_Size

func (m *RangeQuery) XXX_Size() int

func (*RangeQuery) XXX_Unmarshal

func (m *RangeQuery) XXX_Unmarshal(b []byte) error

type ReservedThroughput

type ReservedThroughput struct {
	CapacityUnit         *CapacityUnit `protobuf:"bytes,1,req,name=capacity_unit,json=capacityUnit" json:"capacity_unit,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*ReservedThroughput) Descriptor

func (*ReservedThroughput) Descriptor() ([]byte, []int)

func (*ReservedThroughput) GetCapacityUnit

func (m *ReservedThroughput) GetCapacityUnit() *CapacityUnit

func (*ReservedThroughput) ProtoMessage

func (*ReservedThroughput) ProtoMessage()

func (*ReservedThroughput) Reset

func (m *ReservedThroughput) Reset()

func (*ReservedThroughput) String

func (m *ReservedThroughput) String() string

func (*ReservedThroughput) XXX_DiscardUnknown added in v1.6.0

func (m *ReservedThroughput) XXX_DiscardUnknown()

func (*ReservedThroughput) XXX_Marshal added in v1.6.0

func (m *ReservedThroughput) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReservedThroughput) XXX_Merge added in v1.6.0

func (m *ReservedThroughput) XXX_Merge(src proto.Message)

func (*ReservedThroughput) XXX_Size added in v1.6.0

func (m *ReservedThroughput) XXX_Size() int

func (*ReservedThroughput) XXX_Unmarshal added in v1.6.0

func (m *ReservedThroughput) XXX_Unmarshal(b []byte) error

type ReservedThroughputDetails

type ReservedThroughputDetails struct {
	CapacityUnit         *CapacityUnit `protobuf:"bytes,1,req,name=capacity_unit,json=capacityUnit" json:"capacity_unit,omitempty"`
	LastIncreaseTime     *int64        `protobuf:"varint,2,req,name=last_increase_time,json=lastIncreaseTime" json:"last_increase_time,omitempty"`
	LastDecreaseTime     *int64        `protobuf:"varint,3,opt,name=last_decrease_time,json=lastDecreaseTime" json:"last_decrease_time,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*ReservedThroughputDetails) Descriptor

func (*ReservedThroughputDetails) Descriptor() ([]byte, []int)

func (*ReservedThroughputDetails) GetCapacityUnit

func (m *ReservedThroughputDetails) GetCapacityUnit() *CapacityUnit

func (*ReservedThroughputDetails) GetLastDecreaseTime

func (m *ReservedThroughputDetails) GetLastDecreaseTime() int64

func (*ReservedThroughputDetails) GetLastIncreaseTime

func (m *ReservedThroughputDetails) GetLastIncreaseTime() int64

func (*ReservedThroughputDetails) ProtoMessage

func (*ReservedThroughputDetails) ProtoMessage()

func (*ReservedThroughputDetails) Reset

func (m *ReservedThroughputDetails) Reset()

func (*ReservedThroughputDetails) String

func (m *ReservedThroughputDetails) String() string

func (*ReservedThroughputDetails) XXX_DiscardUnknown added in v1.6.0

func (m *ReservedThroughputDetails) XXX_DiscardUnknown()

func (*ReservedThroughputDetails) XXX_Marshal added in v1.6.0

func (m *ReservedThroughputDetails) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReservedThroughputDetails) XXX_Merge added in v1.6.0

func (m *ReservedThroughputDetails) XXX_Merge(src proto.Message)

func (*ReservedThroughputDetails) XXX_Size added in v1.6.0

func (m *ReservedThroughputDetails) XXX_Size() int

func (*ReservedThroughputDetails) XXX_Unmarshal added in v1.6.0

func (m *ReservedThroughputDetails) XXX_Unmarshal(b []byte) error

type ReturnContent

type ReturnContent struct {
	ReturnType           *ReturnType `protobuf:"varint,1,opt,name=return_type,json=returnType,enum=otsprotocol.ReturnType" json:"return_type,omitempty"`
	ReturnColumnNames    []string    `protobuf:"bytes,2,rep,name=return_column_names,json=returnColumnNames" json:"return_column_names,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*ReturnContent) Descriptor

func (*ReturnContent) Descriptor() ([]byte, []int)

func (*ReturnContent) GetReturnColumnNames

func (m *ReturnContent) GetReturnColumnNames() []string

func (*ReturnContent) GetReturnType

func (m *ReturnContent) GetReturnType() ReturnType

func (*ReturnContent) ProtoMessage

func (*ReturnContent) ProtoMessage()

func (*ReturnContent) Reset

func (m *ReturnContent) Reset()

func (*ReturnContent) String

func (m *ReturnContent) String() string

func (*ReturnContent) XXX_DiscardUnknown added in v1.6.0

func (m *ReturnContent) XXX_DiscardUnknown()

func (*ReturnContent) XXX_Marshal added in v1.6.0

func (m *ReturnContent) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReturnContent) XXX_Merge added in v1.6.0

func (m *ReturnContent) XXX_Merge(src proto.Message)

func (*ReturnContent) XXX_Size added in v1.6.0

func (m *ReturnContent) XXX_Size() int

func (*ReturnContent) XXX_Unmarshal added in v1.6.0

func (m *ReturnContent) XXX_Unmarshal(b []byte) error

type ReturnType

type ReturnType int32
const (
	ReturnType_RT_NONE         ReturnType = 0
	ReturnType_RT_PK           ReturnType = 1
	ReturnType_RT_AFTER_MODIFY ReturnType = 2
)

func (ReturnType) Enum

func (x ReturnType) Enum() *ReturnType

func (ReturnType) EnumDescriptor

func (ReturnType) EnumDescriptor() ([]byte, []int)

func (ReturnType) String

func (x ReturnType) String() string

func (*ReturnType) UnmarshalJSON

func (x *ReturnType) UnmarshalJSON(data []byte) error

type RowCountSort

type RowCountSort struct {
	Order                *SortOrder `protobuf:"varint,1,opt,name=order,enum=otsprotocol.SortOrder" json:"order,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

func (*RowCountSort) Descriptor

func (*RowCountSort) Descriptor() ([]byte, []int)

func (*RowCountSort) GetOrder

func (m *RowCountSort) GetOrder() SortOrder

func (*RowCountSort) ProtoMessage

func (*RowCountSort) ProtoMessage()

func (*RowCountSort) Reset

func (m *RowCountSort) Reset()

func (*RowCountSort) String

func (m *RowCountSort) String() string

func (*RowCountSort) XXX_DiscardUnknown

func (m *RowCountSort) XXX_DiscardUnknown()

func (*RowCountSort) XXX_Marshal

func (m *RowCountSort) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RowCountSort) XXX_Merge

func (m *RowCountSort) XXX_Merge(src proto.Message)

func (*RowCountSort) XXX_Size

func (m *RowCountSort) XXX_Size() int

func (*RowCountSort) XXX_Unmarshal

func (m *RowCountSort) XXX_Unmarshal(b []byte) error

type RowExistenceExpectation

type RowExistenceExpectation int32
const (
	RowExistenceExpectation_IGNORE           RowExistenceExpectation = 0
	RowExistenceExpectation_EXPECT_EXIST     RowExistenceExpectation = 1
	RowExistenceExpectation_EXPECT_NOT_EXIST RowExistenceExpectation = 2
)

func (RowExistenceExpectation) Enum

func (RowExistenceExpectation) EnumDescriptor

func (RowExistenceExpectation) EnumDescriptor() ([]byte, []int)

func (RowExistenceExpectation) String

func (x RowExistenceExpectation) String() string

func (*RowExistenceExpectation) UnmarshalJSON

func (x *RowExistenceExpectation) UnmarshalJSON(data []byte) error

type RowInBatchGetRowResponse

type RowInBatchGetRowResponse struct {
	IsOk                 *bool             `protobuf:"varint,1,req,name=is_ok,json=isOk" json:"is_ok,omitempty"`
	Error                *Error            `protobuf:"bytes,2,opt,name=error" json:"error,omitempty"`
	Consumed             *ConsumedCapacity `protobuf:"bytes,3,opt,name=consumed" json:"consumed,omitempty"`
	Row                  []byte            `protobuf:"bytes,4,opt,name=row" json:"row,omitempty"`
	NextToken            []byte            `protobuf:"bytes,5,opt,name=next_token,json=nextToken" json:"next_token,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*RowInBatchGetRowResponse) Descriptor

func (*RowInBatchGetRowResponse) Descriptor() ([]byte, []int)

func (*RowInBatchGetRowResponse) GetConsumed

func (m *RowInBatchGetRowResponse) GetConsumed() *ConsumedCapacity

func (*RowInBatchGetRowResponse) GetError

func (m *RowInBatchGetRowResponse) GetError() *Error

func (*RowInBatchGetRowResponse) GetIsOk

func (m *RowInBatchGetRowResponse) GetIsOk() bool

func (*RowInBatchGetRowResponse) GetNextToken

func (m *RowInBatchGetRowResponse) GetNextToken() []byte

func (*RowInBatchGetRowResponse) GetRow

func (m *RowInBatchGetRowResponse) GetRow() []byte

func (*RowInBatchGetRowResponse) ProtoMessage

func (*RowInBatchGetRowResponse) ProtoMessage()

func (*RowInBatchGetRowResponse) Reset

func (m *RowInBatchGetRowResponse) Reset()

func (*RowInBatchGetRowResponse) String

func (m *RowInBatchGetRowResponse) String() string

func (*RowInBatchGetRowResponse) XXX_DiscardUnknown added in v1.6.0

func (m *RowInBatchGetRowResponse) XXX_DiscardUnknown()

func (*RowInBatchGetRowResponse) XXX_Marshal added in v1.6.0

func (m *RowInBatchGetRowResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RowInBatchGetRowResponse) XXX_Merge added in v1.6.0

func (m *RowInBatchGetRowResponse) XXX_Merge(src proto.Message)

func (*RowInBatchGetRowResponse) XXX_Size added in v1.6.0

func (m *RowInBatchGetRowResponse) XXX_Size() int

func (*RowInBatchGetRowResponse) XXX_Unmarshal added in v1.6.0

func (m *RowInBatchGetRowResponse) XXX_Unmarshal(b []byte) error

type RowInBatchWriteRowRequest

type RowInBatchWriteRowRequest struct {
	Type                 *OperationType `protobuf:"varint,1,req,name=type,enum=otsprotocol.OperationType" json:"type,omitempty"`
	RowChange            []byte         `protobuf:"bytes,2,req,name=row_change,json=rowChange" json:"row_change,omitempty"`
	Condition            *Condition     `protobuf:"bytes,3,req,name=condition" json:"condition,omitempty"`
	ReturnContent        *ReturnContent `protobuf:"bytes,4,opt,name=return_content,json=returnContent" json:"return_content,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*RowInBatchWriteRowRequest) Descriptor

func (*RowInBatchWriteRowRequest) Descriptor() ([]byte, []int)

func (*RowInBatchWriteRowRequest) GetCondition

func (m *RowInBatchWriteRowRequest) GetCondition() *Condition

func (*RowInBatchWriteRowRequest) GetReturnContent

func (m *RowInBatchWriteRowRequest) GetReturnContent() *ReturnContent

func (*RowInBatchWriteRowRequest) GetRowChange

func (m *RowInBatchWriteRowRequest) GetRowChange() []byte

func (*RowInBatchWriteRowRequest) GetType

func (*RowInBatchWriteRowRequest) ProtoMessage

func (*RowInBatchWriteRowRequest) ProtoMessage()

func (*RowInBatchWriteRowRequest) Reset

func (m *RowInBatchWriteRowRequest) Reset()

func (*RowInBatchWriteRowRequest) String

func (m *RowInBatchWriteRowRequest) String() string

func (*RowInBatchWriteRowRequest) XXX_DiscardUnknown added in v1.6.0

func (m *RowInBatchWriteRowRequest) XXX_DiscardUnknown()

func (*RowInBatchWriteRowRequest) XXX_Marshal added in v1.6.0

func (m *RowInBatchWriteRowRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RowInBatchWriteRowRequest) XXX_Merge added in v1.6.0

func (m *RowInBatchWriteRowRequest) XXX_Merge(src proto.Message)

func (*RowInBatchWriteRowRequest) XXX_Size added in v1.6.0

func (m *RowInBatchWriteRowRequest) XXX_Size() int

func (*RowInBatchWriteRowRequest) XXX_Unmarshal added in v1.6.0

func (m *RowInBatchWriteRowRequest) XXX_Unmarshal(b []byte) error

type RowInBatchWriteRowResponse

type RowInBatchWriteRowResponse struct {
	IsOk                 *bool             `protobuf:"varint,1,req,name=is_ok,json=isOk" json:"is_ok,omitempty"`
	Error                *Error            `protobuf:"bytes,2,opt,name=error" json:"error,omitempty"`
	Consumed             *ConsumedCapacity `protobuf:"bytes,3,opt,name=consumed" json:"consumed,omitempty"`
	Row                  []byte            `protobuf:"bytes,4,opt,name=row" json:"row,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*RowInBatchWriteRowResponse) Descriptor

func (*RowInBatchWriteRowResponse) Descriptor() ([]byte, []int)

func (*RowInBatchWriteRowResponse) GetConsumed

func (m *RowInBatchWriteRowResponse) GetConsumed() *ConsumedCapacity

func (*RowInBatchWriteRowResponse) GetError

func (m *RowInBatchWriteRowResponse) GetError() *Error

func (*RowInBatchWriteRowResponse) GetIsOk

func (m *RowInBatchWriteRowResponse) GetIsOk() bool

func (*RowInBatchWriteRowResponse) GetRow

func (m *RowInBatchWriteRowResponse) GetRow() []byte

func (*RowInBatchWriteRowResponse) ProtoMessage

func (*RowInBatchWriteRowResponse) ProtoMessage()

func (*RowInBatchWriteRowResponse) Reset

func (m *RowInBatchWriteRowResponse) Reset()

func (*RowInBatchWriteRowResponse) String

func (m *RowInBatchWriteRowResponse) String() string

func (*RowInBatchWriteRowResponse) XXX_DiscardUnknown added in v1.6.0

func (m *RowInBatchWriteRowResponse) XXX_DiscardUnknown()

func (*RowInBatchWriteRowResponse) XXX_Marshal added in v1.6.0

func (m *RowInBatchWriteRowResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RowInBatchWriteRowResponse) XXX_Merge added in v1.6.0

func (m *RowInBatchWriteRowResponse) XXX_Merge(src proto.Message)

func (*RowInBatchWriteRowResponse) XXX_Size added in v1.6.0

func (m *RowInBatchWriteRowResponse) XXX_Size() int

func (*RowInBatchWriteRowResponse) XXX_Unmarshal added in v1.6.0

func (m *RowInBatchWriteRowResponse) XXX_Unmarshal(b []byte) error

type RowsSerializeType added in v1.7.0

type RowsSerializeType int32
const (
	RowsSerializeType_RST_FLAT_BUFFER  RowsSerializeType = 0
	RowsSerializeType_RST_PLAIN_BUFFER RowsSerializeType = 1
	RowsSerializeType_RST_PROTO_BUFFER RowsSerializeType = 2
)

func (RowsSerializeType) Enum added in v1.7.0

func (RowsSerializeType) EnumDescriptor added in v1.7.0

func (RowsSerializeType) EnumDescriptor() ([]byte, []int)

func (RowsSerializeType) String added in v1.7.0

func (x RowsSerializeType) String() string

func (*RowsSerializeType) UnmarshalJSON added in v1.7.0

func (x *RowsSerializeType) UnmarshalJSON(data []byte) error

type SQLPayloadVersion added in v1.7.3

type SQLPayloadVersion int32

SQLQuery

const (
	SQLPayloadVersion_SQL_PLAIN_BUFFER SQLPayloadVersion = 1
	SQLPayloadVersion_SQL_FLAT_BUFFERS SQLPayloadVersion = 2
)

func (SQLPayloadVersion) Enum added in v1.7.3

func (SQLPayloadVersion) EnumDescriptor added in v1.7.3

func (SQLPayloadVersion) EnumDescriptor() ([]byte, []int)

func (SQLPayloadVersion) String added in v1.7.3

func (x SQLPayloadVersion) String() string

func (*SQLPayloadVersion) UnmarshalJSON added in v1.7.3

func (x *SQLPayloadVersion) UnmarshalJSON(data []byte) error

type SQLQueryRequest added in v1.7.0

type SQLQueryRequest struct {
	Query                *string            `protobuf:"bytes,1,req,name=query" json:"query,omitempty"`
	Version              *SQLPayloadVersion `protobuf:"varint,2,opt,name=version,enum=otsprotocol.SQLPayloadVersion" json:"version,omitempty"`
	SqlVersion           *int64             `protobuf:"varint,3,opt,name=sql_version,json=sqlVersion" json:"sql_version,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*SQLQueryRequest) Descriptor added in v1.7.0

func (*SQLQueryRequest) Descriptor() ([]byte, []int)

func (*SQLQueryRequest) GetQuery added in v1.7.0

func (m *SQLQueryRequest) GetQuery() string

func (*SQLQueryRequest) GetSqlVersion added in v1.7.8

func (m *SQLQueryRequest) GetSqlVersion() int64

func (*SQLQueryRequest) GetVersion added in v1.7.3

func (m *SQLQueryRequest) GetVersion() SQLPayloadVersion

func (*SQLQueryRequest) ProtoMessage added in v1.7.0

func (*SQLQueryRequest) ProtoMessage()

func (*SQLQueryRequest) Reset added in v1.7.0

func (m *SQLQueryRequest) Reset()

func (*SQLQueryRequest) String added in v1.7.0

func (m *SQLQueryRequest) String() string

func (*SQLQueryRequest) XXX_DiscardUnknown added in v1.7.0

func (m *SQLQueryRequest) XXX_DiscardUnknown()

func (*SQLQueryRequest) XXX_Marshal added in v1.7.0

func (m *SQLQueryRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SQLQueryRequest) XXX_Merge added in v1.7.0

func (m *SQLQueryRequest) XXX_Merge(src proto.Message)

func (*SQLQueryRequest) XXX_Size added in v1.7.0

func (m *SQLQueryRequest) XXX_Size() int

func (*SQLQueryRequest) XXX_Unmarshal added in v1.7.0

func (m *SQLQueryRequest) XXX_Unmarshal(b []byte) error

type SQLQueryResponse added in v1.7.0

type SQLQueryResponse struct {
	Consumes             []*TableConsumedCapacity  `protobuf:"bytes,1,rep,name=consumes" json:"consumes,omitempty"`
	Rows                 []byte                    `protobuf:"bytes,2,opt,name=rows" json:"rows,omitempty"`
	Version              *SQLPayloadVersion        `protobuf:"varint,3,opt,name=version,enum=otsprotocol.SQLPayloadVersion" json:"version,omitempty"`
	Type                 *SQLStatementType         `protobuf:"varint,4,opt,name=type,enum=otsprotocol.SQLStatementType" json:"type,omitempty"`
	SearchConsumes       []*SearchConsumedCapacity `protobuf:"bytes,5,rep,name=search_consumes,json=searchConsumes" json:"search_consumes,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                  `json:"-"`
	XXX_unrecognized     []byte                    `json:"-"`
	XXX_sizecache        int32                     `json:"-"`
}

func (*SQLQueryResponse) Descriptor added in v1.7.0

func (*SQLQueryResponse) Descriptor() ([]byte, []int)

func (*SQLQueryResponse) GetConsumes added in v1.7.0

func (m *SQLQueryResponse) GetConsumes() []*TableConsumedCapacity

func (*SQLQueryResponse) GetRows added in v1.7.0

func (m *SQLQueryResponse) GetRows() []byte

func (*SQLQueryResponse) GetSearchConsumes added in v1.7.4

func (m *SQLQueryResponse) GetSearchConsumes() []*SearchConsumedCapacity

func (*SQLQueryResponse) GetType added in v1.7.3

func (m *SQLQueryResponse) GetType() SQLStatementType

func (*SQLQueryResponse) GetVersion added in v1.7.3

func (m *SQLQueryResponse) GetVersion() SQLPayloadVersion

func (*SQLQueryResponse) ProtoMessage added in v1.7.0

func (*SQLQueryResponse) ProtoMessage()

func (*SQLQueryResponse) Reset added in v1.7.0

func (m *SQLQueryResponse) Reset()

func (*SQLQueryResponse) String added in v1.7.0

func (m *SQLQueryResponse) String() string

func (*SQLQueryResponse) XXX_DiscardUnknown added in v1.7.0

func (m *SQLQueryResponse) XXX_DiscardUnknown()

func (*SQLQueryResponse) XXX_Marshal added in v1.7.0

func (m *SQLQueryResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SQLQueryResponse) XXX_Merge added in v1.7.0

func (m *SQLQueryResponse) XXX_Merge(src proto.Message)

func (*SQLQueryResponse) XXX_Size added in v1.7.0

func (m *SQLQueryResponse) XXX_Size() int

func (*SQLQueryResponse) XXX_Unmarshal added in v1.7.0

func (m *SQLQueryResponse) XXX_Unmarshal(b []byte) error

type SQLStatementType added in v1.7.3

type SQLStatementType int32
const (
	SQLStatementType_SQL_SELECT         SQLStatementType = 1
	SQLStatementType_SQL_CREATE_TABLE   SQLStatementType = 2
	SQLStatementType_SQL_SHOW_TABLE     SQLStatementType = 3
	SQLStatementType_SQL_DESCRIBE_TABLE SQLStatementType = 4
	SQLStatementType_SQL_DROP_TABLE     SQLStatementType = 5
	SQLStatementType_SQL_ALTER_TABLE    SQLStatementType = 6
)

func (SQLStatementType) Enum added in v1.7.3

func (SQLStatementType) EnumDescriptor added in v1.7.3

func (SQLStatementType) EnumDescriptor() ([]byte, []int)

func (SQLStatementType) String added in v1.7.3

func (x SQLStatementType) String() string

func (*SQLStatementType) UnmarshalJSON added in v1.7.3

func (x *SQLStatementType) UnmarshalJSON(data []byte) error

type SSEDetails added in v1.7.6

type SSEDetails struct {
	Enable               *bool       `protobuf:"varint,1,req,name=enable" json:"enable,omitempty"`
	KeyType              *SSEKeyType `protobuf:"varint,2,opt,name=key_type,json=keyType,enum=otsprotocol.SSEKeyType" json:"key_type,omitempty"`
	KeyId                []byte      `protobuf:"bytes,3,opt,name=key_id,json=keyId" json:"key_id,omitempty"`
	RoleArn              []byte      `protobuf:"bytes,4,opt,name=role_arn,json=roleArn" json:"role_arn,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*SSEDetails) Descriptor added in v1.7.6

func (*SSEDetails) Descriptor() ([]byte, []int)

func (*SSEDetails) GetEnable added in v1.7.6

func (m *SSEDetails) GetEnable() bool

func (*SSEDetails) GetKeyId added in v1.7.6

func (m *SSEDetails) GetKeyId() []byte

func (*SSEDetails) GetKeyType added in v1.7.6

func (m *SSEDetails) GetKeyType() SSEKeyType

func (*SSEDetails) GetRoleArn added in v1.7.6

func (m *SSEDetails) GetRoleArn() []byte

func (*SSEDetails) ProtoMessage added in v1.7.6

func (*SSEDetails) ProtoMessage()

func (*SSEDetails) Reset added in v1.7.6

func (m *SSEDetails) Reset()

func (*SSEDetails) String added in v1.7.6

func (m *SSEDetails) String() string

func (*SSEDetails) XXX_DiscardUnknown added in v1.7.6

func (m *SSEDetails) XXX_DiscardUnknown()

func (*SSEDetails) XXX_Marshal added in v1.7.6

func (m *SSEDetails) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SSEDetails) XXX_Merge added in v1.7.6

func (m *SSEDetails) XXX_Merge(src proto.Message)

func (*SSEDetails) XXX_Size added in v1.7.6

func (m *SSEDetails) XXX_Size() int

func (*SSEDetails) XXX_Unmarshal added in v1.7.6

func (m *SSEDetails) XXX_Unmarshal(b []byte) error

type SSEKeyType added in v1.7.6

type SSEKeyType int32
const (
	SSEKeyType_SSE_KMS_SERVICE SSEKeyType = 1
	SSEKeyType_SSE_BYOK        SSEKeyType = 2
)

func (SSEKeyType) Enum added in v1.7.6

func (x SSEKeyType) Enum() *SSEKeyType

func (SSEKeyType) EnumDescriptor added in v1.7.6

func (SSEKeyType) EnumDescriptor() ([]byte, []int)

func (SSEKeyType) String added in v1.7.6

func (x SSEKeyType) String() string

func (*SSEKeyType) UnmarshalJSON added in v1.7.6

func (x *SSEKeyType) UnmarshalJSON(data []byte) error

type SSESpecification added in v1.7.6

type SSESpecification struct {
	Enable               *bool       `protobuf:"varint,1,req,name=enable" json:"enable,omitempty"`
	KeyType              *SSEKeyType `protobuf:"varint,2,opt,name=key_type,json=keyType,enum=otsprotocol.SSEKeyType" json:"key_type,omitempty"`
	KeyId                []byte      `protobuf:"bytes,3,opt,name=key_id,json=keyId" json:"key_id,omitempty"`
	RoleArn              []byte      `protobuf:"bytes,4,opt,name=role_arn,json=roleArn" json:"role_arn,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*SSESpecification) Descriptor added in v1.7.6

func (*SSESpecification) Descriptor() ([]byte, []int)

func (*SSESpecification) GetEnable added in v1.7.6

func (m *SSESpecification) GetEnable() bool

func (*SSESpecification) GetKeyId added in v1.7.6

func (m *SSESpecification) GetKeyId() []byte

func (*SSESpecification) GetKeyType added in v1.7.6

func (m *SSESpecification) GetKeyType() SSEKeyType

func (*SSESpecification) GetRoleArn added in v1.7.6

func (m *SSESpecification) GetRoleArn() []byte

func (*SSESpecification) ProtoMessage added in v1.7.6

func (*SSESpecification) ProtoMessage()

func (*SSESpecification) Reset added in v1.7.6

func (m *SSESpecification) Reset()

func (*SSESpecification) String added in v1.7.6

func (m *SSESpecification) String() string

func (*SSESpecification) XXX_DiscardUnknown added in v1.7.6

func (m *SSESpecification) XXX_DiscardUnknown()

func (*SSESpecification) XXX_Marshal added in v1.7.6

func (m *SSESpecification) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SSESpecification) XXX_Merge added in v1.7.6

func (m *SSESpecification) XXX_Merge(src proto.Message)

func (*SSESpecification) XXX_Size added in v1.7.6

func (m *SSESpecification) XXX_Size() int

func (*SSESpecification) XXX_Unmarshal added in v1.7.6

func (m *SSESpecification) XXX_Unmarshal(b []byte) error

type ScanQuery added in v1.6.0

type ScanQuery struct {
	Query                *Query   `protobuf:"bytes,1,opt,name=query" json:"query,omitempty"`
	Limit                *int32   `protobuf:"varint,2,opt,name=limit" json:"limit,omitempty"`
	AliveTime            *int32   `protobuf:"varint,3,opt,name=alive_time,json=aliveTime" json:"alive_time,omitempty"`
	Token                []byte   `protobuf:"bytes,4,opt,name=token" json:"token,omitempty"`
	CurrentParallelId    *int32   `protobuf:"varint,5,opt,name=current_parallel_id,json=currentParallelId" json:"current_parallel_id,omitempty"`
	MaxParallel          *int32   `protobuf:"varint,6,opt,name=max_parallel,json=maxParallel" json:"max_parallel,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

ParallelScan API, same to Search API

func (*ScanQuery) Descriptor added in v1.6.0

func (*ScanQuery) Descriptor() ([]byte, []int)

func (*ScanQuery) GetAliveTime added in v1.6.0

func (m *ScanQuery) GetAliveTime() int32

func (*ScanQuery) GetCurrentParallelId added in v1.6.0

func (m *ScanQuery) GetCurrentParallelId() int32

func (*ScanQuery) GetLimit added in v1.6.0

func (m *ScanQuery) GetLimit() int32

func (*ScanQuery) GetMaxParallel added in v1.6.0

func (m *ScanQuery) GetMaxParallel() int32

func (*ScanQuery) GetQuery added in v1.6.0

func (m *ScanQuery) GetQuery() *Query

func (*ScanQuery) GetToken added in v1.6.0

func (m *ScanQuery) GetToken() []byte

func (*ScanQuery) ProtoMessage added in v1.6.0

func (*ScanQuery) ProtoMessage()

func (*ScanQuery) Reset added in v1.6.0

func (m *ScanQuery) Reset()

func (*ScanQuery) String added in v1.6.0

func (m *ScanQuery) String() string

func (*ScanQuery) XXX_DiscardUnknown added in v1.6.0

func (m *ScanQuery) XXX_DiscardUnknown()

func (*ScanQuery) XXX_Marshal added in v1.6.0

func (m *ScanQuery) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ScanQuery) XXX_Merge added in v1.6.0

func (m *ScanQuery) XXX_Merge(src proto.Message)

func (*ScanQuery) XXX_Size added in v1.6.0

func (m *ScanQuery) XXX_Size() int

func (*ScanQuery) XXX_Unmarshal added in v1.6.0

func (m *ScanQuery) XXX_Unmarshal(b []byte) error

type ScoreMode

type ScoreMode int32
const (
	ScoreMode_SCORE_MODE_NONE  ScoreMode = 1
	ScoreMode_SCORE_MODE_AVG   ScoreMode = 2
	ScoreMode_SCORE_MODE_MAX   ScoreMode = 3
	ScoreMode_SCORE_MODE_TOTAL ScoreMode = 4
	ScoreMode_SCORE_MODE_MIN   ScoreMode = 5
)

func (ScoreMode) Enum

func (x ScoreMode) Enum() *ScoreMode

func (ScoreMode) EnumDescriptor

func (ScoreMode) EnumDescriptor() ([]byte, []int)

func (ScoreMode) String

func (x ScoreMode) String() string

func (*ScoreMode) UnmarshalJSON

func (x *ScoreMode) UnmarshalJSON(data []byte) error

type ScoreSort

type ScoreSort struct {
	Order                *SortOrder `protobuf:"varint,1,opt,name=order,enum=otsprotocol.SortOrder" json:"order,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

func (*ScoreSort) Descriptor

func (*ScoreSort) Descriptor() ([]byte, []int)

func (*ScoreSort) GetOrder

func (m *ScoreSort) GetOrder() SortOrder

func (*ScoreSort) ProtoMessage

func (*ScoreSort) ProtoMessage()

func (*ScoreSort) Reset

func (m *ScoreSort) Reset()

func (*ScoreSort) String

func (m *ScoreSort) String() string

func (*ScoreSort) XXX_DiscardUnknown

func (m *ScoreSort) XXX_DiscardUnknown()

func (*ScoreSort) XXX_Marshal

func (m *ScoreSort) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ScoreSort) XXX_Merge

func (m *ScoreSort) XXX_Merge(src proto.Message)

func (*ScoreSort) XXX_Size

func (m *ScoreSort) XXX_Size() int

func (*ScoreSort) XXX_Unmarshal

func (m *ScoreSort) XXX_Unmarshal(b []byte) error

type SearchConsumedCapacity added in v1.7.4

type SearchConsumedCapacity struct {
	TableName            *string             `protobuf:"bytes,1,opt,name=table_name,json=tableName" json:"table_name,omitempty"`
	IndexName            *string             `protobuf:"bytes,2,opt,name=index_name,json=indexName" json:"index_name,omitempty"`
	Consumed             *ConsumedCapacity   `protobuf:"bytes,3,opt,name=consumed" json:"consumed,omitempty"`
	ReservedThroughput   *ReservedThroughput `protobuf:"bytes,4,opt,name=reserved_throughput,json=reservedThroughput" json:"reserved_throughput,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*SearchConsumedCapacity) Descriptor added in v1.7.4

func (*SearchConsumedCapacity) Descriptor() ([]byte, []int)

func (*SearchConsumedCapacity) GetConsumed added in v1.7.4

func (m *SearchConsumedCapacity) GetConsumed() *ConsumedCapacity

func (*SearchConsumedCapacity) GetIndexName added in v1.7.4

func (m *SearchConsumedCapacity) GetIndexName() string

func (*SearchConsumedCapacity) GetReservedThroughput added in v1.7.4

func (m *SearchConsumedCapacity) GetReservedThroughput() *ReservedThroughput

func (*SearchConsumedCapacity) GetTableName added in v1.7.4

func (m *SearchConsumedCapacity) GetTableName() string

func (*SearchConsumedCapacity) ProtoMessage added in v1.7.4

func (*SearchConsumedCapacity) ProtoMessage()

func (*SearchConsumedCapacity) Reset added in v1.7.4

func (m *SearchConsumedCapacity) Reset()

func (*SearchConsumedCapacity) String added in v1.7.4

func (m *SearchConsumedCapacity) String() string

func (*SearchConsumedCapacity) XXX_DiscardUnknown added in v1.7.4

func (m *SearchConsumedCapacity) XXX_DiscardUnknown()

func (*SearchConsumedCapacity) XXX_Marshal added in v1.7.4

func (m *SearchConsumedCapacity) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SearchConsumedCapacity) XXX_Merge added in v1.7.4

func (m *SearchConsumedCapacity) XXX_Merge(src proto.Message)

func (*SearchConsumedCapacity) XXX_Size added in v1.7.4

func (m *SearchConsumedCapacity) XXX_Size() int

func (*SearchConsumedCapacity) XXX_Unmarshal added in v1.7.4

func (m *SearchConsumedCapacity) XXX_Unmarshal(b []byte) error

type SearchHit added in v1.7.9

type SearchHit struct {
	Score                *float64          `protobuf:"fixed64,3,opt,name=score" json:"score,omitempty"`
	HighlightResult      *HighlightResult  `protobuf:"bytes,4,opt,name=highlight_result,json=highlightResult" json:"highlight_result,omitempty"`
	SearchInnerHits      []*SearchInnerHit `protobuf:"bytes,5,rep,name=search_inner_hits,json=searchInnerHits" json:"search_inner_hits,omitempty"`
	NestedDocOffset      *int32            `protobuf:"varint,6,opt,name=nested_doc_offset,json=nestedDocOffset" json:"nested_doc_offset,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*SearchHit) Descriptor added in v1.7.9

func (*SearchHit) Descriptor() ([]byte, []int)

func (*SearchHit) GetHighlightResult added in v1.7.9

func (m *SearchHit) GetHighlightResult() *HighlightResult

func (*SearchHit) GetNestedDocOffset added in v1.7.12

func (m *SearchHit) GetNestedDocOffset() int32

func (*SearchHit) GetScore added in v1.7.12

func (m *SearchHit) GetScore() float64

func (*SearchHit) GetSearchInnerHits added in v1.7.12

func (m *SearchHit) GetSearchInnerHits() []*SearchInnerHit

func (*SearchHit) ProtoMessage added in v1.7.9

func (*SearchHit) ProtoMessage()

func (*SearchHit) Reset added in v1.7.9

func (m *SearchHit) Reset()

func (*SearchHit) String added in v1.7.9

func (m *SearchHit) String() string

func (*SearchHit) XXX_DiscardUnknown added in v1.7.9

func (m *SearchHit) XXX_DiscardUnknown()

func (*SearchHit) XXX_Marshal added in v1.7.9

func (m *SearchHit) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SearchHit) XXX_Merge added in v1.7.9

func (m *SearchHit) XXX_Merge(src proto.Message)

func (*SearchHit) XXX_Size added in v1.7.9

func (m *SearchHit) XXX_Size() int

func (*SearchHit) XXX_Unmarshal added in v1.7.9

func (m *SearchHit) XXX_Unmarshal(b []byte) error

type SearchIndexSplitsOptions added in v1.6.0

type SearchIndexSplitsOptions struct {
	IndexName            *string  `protobuf:"bytes,1,opt,name=index_name,json=indexName" json:"index_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SearchIndexSplitsOptions) Descriptor added in v1.6.0

func (*SearchIndexSplitsOptions) Descriptor() ([]byte, []int)

func (*SearchIndexSplitsOptions) GetIndexName added in v1.6.0

func (m *SearchIndexSplitsOptions) GetIndexName() string

func (*SearchIndexSplitsOptions) ProtoMessage added in v1.6.0

func (*SearchIndexSplitsOptions) ProtoMessage()

func (*SearchIndexSplitsOptions) Reset added in v1.6.0

func (m *SearchIndexSplitsOptions) Reset()

func (*SearchIndexSplitsOptions) String added in v1.6.0

func (m *SearchIndexSplitsOptions) String() string

func (*SearchIndexSplitsOptions) XXX_DiscardUnknown added in v1.6.0

func (m *SearchIndexSplitsOptions) XXX_DiscardUnknown()

func (*SearchIndexSplitsOptions) XXX_Marshal added in v1.6.0

func (m *SearchIndexSplitsOptions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SearchIndexSplitsOptions) XXX_Merge added in v1.6.0

func (m *SearchIndexSplitsOptions) XXX_Merge(src proto.Message)

func (*SearchIndexSplitsOptions) XXX_Size added in v1.6.0

func (m *SearchIndexSplitsOptions) XXX_Size() int

func (*SearchIndexSplitsOptions) XXX_Unmarshal added in v1.6.0

func (m *SearchIndexSplitsOptions) XXX_Unmarshal(b []byte) error

type SearchInnerHit added in v1.7.12

type SearchInnerHit struct {
	Path                 *string      `protobuf:"bytes,1,opt,name=path" json:"path,omitempty"`
	SearchHits           []*SearchHit `protobuf:"bytes,2,rep,name=search_hits,json=searchHits" json:"search_hits,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*SearchInnerHit) Descriptor added in v1.7.12

func (*SearchInnerHit) Descriptor() ([]byte, []int)

func (*SearchInnerHit) GetPath added in v1.7.12

func (m *SearchInnerHit) GetPath() string

func (*SearchInnerHit) GetSearchHits added in v1.7.12

func (m *SearchInnerHit) GetSearchHits() []*SearchHit

func (*SearchInnerHit) ProtoMessage added in v1.7.12

func (*SearchInnerHit) ProtoMessage()

func (*SearchInnerHit) Reset added in v1.7.12

func (m *SearchInnerHit) Reset()

func (*SearchInnerHit) String added in v1.7.12

func (m *SearchInnerHit) String() string

func (*SearchInnerHit) XXX_DiscardUnknown added in v1.7.12

func (m *SearchInnerHit) XXX_DiscardUnknown()

func (*SearchInnerHit) XXX_Marshal added in v1.7.12

func (m *SearchInnerHit) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SearchInnerHit) XXX_Merge added in v1.7.12

func (m *SearchInnerHit) XXX_Merge(src proto.Message)

func (*SearchInnerHit) XXX_Size added in v1.7.12

func (m *SearchInnerHit) XXX_Size() int

func (*SearchInnerHit) XXX_Unmarshal added in v1.7.12

func (m *SearchInnerHit) XXX_Unmarshal(b []byte) error

type SearchQuery

type SearchQuery struct {
	Offset               *int32        `protobuf:"varint,1,opt,name=offset" json:"offset,omitempty"`
	Limit                *int32        `protobuf:"varint,2,opt,name=limit" json:"limit,omitempty"`
	Query                *Query        `protobuf:"bytes,4,opt,name=query" json:"query,omitempty"`
	Collapse             *Collapse     `protobuf:"bytes,5,opt,name=collapse" json:"collapse,omitempty"`
	Sort                 *Sort         `protobuf:"bytes,6,opt,name=sort" json:"sort,omitempty"`
	GetTotalCount        *bool         `protobuf:"varint,8,opt,name=getTotalCount" json:"getTotalCount,omitempty"`
	Token                []byte        `protobuf:"bytes,9,opt,name=token" json:"token,omitempty"`
	Aggs                 *Aggregations `protobuf:"bytes,10,opt,name=aggs" json:"aggs,omitempty"`
	GroupBys             *GroupBys     `protobuf:"bytes,11,opt,name=group_bys,json=groupBys" json:"group_bys,omitempty"`
	Highlight            *Highlight    `protobuf:"bytes,12,opt,name=highlight" json:"highlight,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*SearchQuery) Descriptor

func (*SearchQuery) Descriptor() ([]byte, []int)

func (*SearchQuery) GetAggs

func (m *SearchQuery) GetAggs() *Aggregations

func (*SearchQuery) GetCollapse

func (m *SearchQuery) GetCollapse() *Collapse

func (*SearchQuery) GetGetTotalCount

func (m *SearchQuery) GetGetTotalCount() bool

func (*SearchQuery) GetGroupBys

func (m *SearchQuery) GetGroupBys() *GroupBys

func (*SearchQuery) GetHighlight added in v1.7.9

func (m *SearchQuery) GetHighlight() *Highlight

func (*SearchQuery) GetLimit

func (m *SearchQuery) GetLimit() int32

func (*SearchQuery) GetOffset

func (m *SearchQuery) GetOffset() int32

func (*SearchQuery) GetQuery

func (m *SearchQuery) GetQuery() *Query

func (*SearchQuery) GetSort

func (m *SearchQuery) GetSort() *Sort

func (*SearchQuery) GetToken

func (m *SearchQuery) GetToken() []byte

func (*SearchQuery) ProtoMessage

func (*SearchQuery) ProtoMessage()

func (*SearchQuery) Reset

func (m *SearchQuery) Reset()

func (*SearchQuery) String

func (m *SearchQuery) String() string

func (*SearchQuery) XXX_DiscardUnknown

func (m *SearchQuery) XXX_DiscardUnknown()

func (*SearchQuery) XXX_Marshal

func (m *SearchQuery) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SearchQuery) XXX_Merge

func (m *SearchQuery) XXX_Merge(src proto.Message)

func (*SearchQuery) XXX_Size

func (m *SearchQuery) XXX_Size() int

func (*SearchQuery) XXX_Unmarshal

func (m *SearchQuery) XXX_Unmarshal(b []byte) error

type SearchRequest

type SearchRequest struct {
	TableName            *string       `protobuf:"bytes,1,opt,name=table_name,json=tableName" json:"table_name,omitempty"`
	IndexName            *string       `protobuf:"bytes,2,opt,name=index_name,json=indexName" json:"index_name,omitempty"`
	ColumnsToGet         *ColumnsToGet `protobuf:"bytes,3,opt,name=columns_to_get,json=columnsToGet" json:"columns_to_get,omitempty"`
	SearchQuery          []byte        `protobuf:"bytes,4,opt,name=search_query,json=searchQuery" json:"search_query,omitempty"`
	RoutingValues        [][]byte      `protobuf:"bytes,5,rep,name=routing_values,json=routingValues" json:"routing_values,omitempty"`
	TimeoutMs            *int32        `protobuf:"varint,6,opt,name=timeoutMs" json:"timeoutMs,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*SearchRequest) Descriptor

func (*SearchRequest) Descriptor() ([]byte, []int)

func (*SearchRequest) GetColumnsToGet

func (m *SearchRequest) GetColumnsToGet() *ColumnsToGet

func (*SearchRequest) GetIndexName

func (m *SearchRequest) GetIndexName() string

func (*SearchRequest) GetRoutingValues

func (m *SearchRequest) GetRoutingValues() [][]byte

func (*SearchRequest) GetSearchQuery

func (m *SearchRequest) GetSearchQuery() []byte

func (*SearchRequest) GetTableName

func (m *SearchRequest) GetTableName() string

func (*SearchRequest) GetTimeoutMs added in v1.7.5

func (m *SearchRequest) GetTimeoutMs() int32

func (*SearchRequest) ProtoMessage

func (*SearchRequest) ProtoMessage()

func (*SearchRequest) Reset

func (m *SearchRequest) Reset()

func (*SearchRequest) String

func (m *SearchRequest) String() string

func (*SearchRequest) XXX_DiscardUnknown

func (m *SearchRequest) XXX_DiscardUnknown()

func (*SearchRequest) XXX_Marshal

func (m *SearchRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SearchRequest) XXX_Merge

func (m *SearchRequest) XXX_Merge(src proto.Message)

func (*SearchRequest) XXX_Size

func (m *SearchRequest) XXX_Size() int

func (*SearchRequest) XXX_Unmarshal

func (m *SearchRequest) XXX_Unmarshal(b []byte) error

type SearchResponse

type SearchResponse struct {
	TotalHits            *int64            `protobuf:"varint,1,opt,name=total_hits,json=totalHits" json:"total_hits,omitempty"`
	Rows                 [][]byte          `protobuf:"bytes,2,rep,name=rows" json:"rows,omitempty"`
	IsAllSucceeded       *bool             `protobuf:"varint,3,opt,name=is_all_succeeded,json=isAllSucceeded" json:"is_all_succeeded,omitempty"`
	SearchHits           []*SearchHit      `protobuf:"bytes,5,rep,name=search_hits,json=searchHits" json:"search_hits,omitempty"`
	NextToken            []byte            `protobuf:"bytes,6,opt,name=next_token,json=nextToken" json:"next_token,omitempty"`
	Aggs                 []byte            `protobuf:"bytes,7,opt,name=aggs" json:"aggs,omitempty"`
	GroupBys             []byte            `protobuf:"bytes,8,opt,name=group_bys,json=groupBys" json:"group_bys,omitempty"`
	Consumed             *ConsumedCapacity `protobuf:"bytes,9,opt,name=consumed" json:"consumed,omitempty"`
	ReservedConsumed     *ConsumedCapacity `protobuf:"bytes,10,opt,name=reserved_consumed,json=reservedConsumed" json:"reserved_consumed,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*SearchResponse) Descriptor

func (*SearchResponse) Descriptor() ([]byte, []int)

func (*SearchResponse) GetAggs

func (m *SearchResponse) GetAggs() []byte

func (*SearchResponse) GetConsumed added in v1.7.4

func (m *SearchResponse) GetConsumed() *ConsumedCapacity

func (*SearchResponse) GetGroupBys

func (m *SearchResponse) GetGroupBys() []byte

func (*SearchResponse) GetIsAllSucceeded

func (m *SearchResponse) GetIsAllSucceeded() bool

func (*SearchResponse) GetNextToken

func (m *SearchResponse) GetNextToken() []byte

func (*SearchResponse) GetReservedConsumed added in v1.7.4

func (m *SearchResponse) GetReservedConsumed() *ConsumedCapacity

func (*SearchResponse) GetRows

func (m *SearchResponse) GetRows() [][]byte

func (*SearchResponse) GetSearchHits added in v1.7.9

func (m *SearchResponse) GetSearchHits() []*SearchHit

func (*SearchResponse) GetTotalHits

func (m *SearchResponse) GetTotalHits() int64

func (*SearchResponse) ProtoMessage

func (*SearchResponse) ProtoMessage()

func (*SearchResponse) Reset

func (m *SearchResponse) Reset()

func (*SearchResponse) String

func (m *SearchResponse) String() string

func (*SearchResponse) XXX_DiscardUnknown

func (m *SearchResponse) XXX_DiscardUnknown()

func (*SearchResponse) XXX_Marshal

func (m *SearchResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SearchResponse) XXX_Merge

func (m *SearchResponse) XXX_Merge(src proto.Message)

func (*SearchResponse) XXX_Size

func (m *SearchResponse) XXX_Size() int

func (*SearchResponse) XXX_Unmarshal

func (m *SearchResponse) XXX_Unmarshal(b []byte) error

type SingleColumnValueFilter

type SingleColumnValueFilter struct {
	Comparator           *ComparatorType    `protobuf:"varint,1,req,name=comparator,enum=otsprotocol.ComparatorType" json:"comparator,omitempty"`
	ColumnName           *string            `protobuf:"bytes,2,req,name=column_name,json=columnName" json:"column_name,omitempty"`
	ColumnValue          []byte             `protobuf:"bytes,3,req,name=column_value,json=columnValue" json:"column_value,omitempty"`
	FilterIfMissing      *bool              `protobuf:"varint,4,req,name=filter_if_missing,json=filterIfMissing" json:"filter_if_missing,omitempty"`
	LatestVersionOnly    *bool              `protobuf:"varint,5,req,name=latest_version_only,json=latestVersionOnly" json:"latest_version_only,omitempty"`
	ValueTransRule       *ValueTransferRule `protobuf:"bytes,6,opt,name=value_trans_rule,json=valueTransRule" json:"value_trans_rule,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*SingleColumnValueFilter) Descriptor

func (*SingleColumnValueFilter) Descriptor() ([]byte, []int)

func (*SingleColumnValueFilter) GetColumnName

func (m *SingleColumnValueFilter) GetColumnName() string

func (*SingleColumnValueFilter) GetColumnValue

func (m *SingleColumnValueFilter) GetColumnValue() []byte

func (*SingleColumnValueFilter) GetComparator

func (m *SingleColumnValueFilter) GetComparator() ComparatorType

func (*SingleColumnValueFilter) GetFilterIfMissing

func (m *SingleColumnValueFilter) GetFilterIfMissing() bool

func (*SingleColumnValueFilter) GetLatestVersionOnly

func (m *SingleColumnValueFilter) GetLatestVersionOnly() bool

func (*SingleColumnValueFilter) GetValueTransRule

func (m *SingleColumnValueFilter) GetValueTransRule() *ValueTransferRule

func (*SingleColumnValueFilter) ProtoMessage

func (*SingleColumnValueFilter) ProtoMessage()

func (*SingleColumnValueFilter) Reset

func (m *SingleColumnValueFilter) Reset()

func (*SingleColumnValueFilter) String

func (m *SingleColumnValueFilter) String() string

func (*SingleColumnValueFilter) XXX_DiscardUnknown added in v1.7.13

func (m *SingleColumnValueFilter) XXX_DiscardUnknown()

func (*SingleColumnValueFilter) XXX_Marshal added in v1.7.13

func (m *SingleColumnValueFilter) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SingleColumnValueFilter) XXX_Merge added in v1.7.13

func (m *SingleColumnValueFilter) XXX_Merge(src proto.Message)

func (*SingleColumnValueFilter) XXX_Size added in v1.7.13

func (m *SingleColumnValueFilter) XXX_Size() int

func (*SingleColumnValueFilter) XXX_Unmarshal added in v1.7.13

func (m *SingleColumnValueFilter) XXX_Unmarshal(b []byte) error

type SingleWordAnalyzerParameter

type SingleWordAnalyzerParameter struct {
	CaseSensitive        *bool    `protobuf:"varint,1,opt,name=case_sensitive,json=caseSensitive" json:"case_sensitive,omitempty"`
	DelimitWord          *bool    `protobuf:"varint,2,opt,name=delimit_word,json=delimitWord" json:"delimit_word,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SingleWordAnalyzerParameter) Descriptor

func (*SingleWordAnalyzerParameter) Descriptor() ([]byte, []int)

func (*SingleWordAnalyzerParameter) GetCaseSensitive

func (m *SingleWordAnalyzerParameter) GetCaseSensitive() bool

func (*SingleWordAnalyzerParameter) GetDelimitWord

func (m *SingleWordAnalyzerParameter) GetDelimitWord() bool

func (*SingleWordAnalyzerParameter) ProtoMessage

func (*SingleWordAnalyzerParameter) ProtoMessage()

func (*SingleWordAnalyzerParameter) Reset

func (m *SingleWordAnalyzerParameter) Reset()

func (*SingleWordAnalyzerParameter) String

func (m *SingleWordAnalyzerParameter) String() string

func (*SingleWordAnalyzerParameter) XXX_DiscardUnknown

func (m *SingleWordAnalyzerParameter) XXX_DiscardUnknown()

func (*SingleWordAnalyzerParameter) XXX_Marshal

func (m *SingleWordAnalyzerParameter) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SingleWordAnalyzerParameter) XXX_Merge

func (m *SingleWordAnalyzerParameter) XXX_Merge(src proto.Message)

func (*SingleWordAnalyzerParameter) XXX_Size

func (m *SingleWordAnalyzerParameter) XXX_Size() int

func (*SingleWordAnalyzerParameter) XXX_Unmarshal

func (m *SingleWordAnalyzerParameter) XXX_Unmarshal(b []byte) error

type Sort

type Sort struct {
	Sorter               []*Sorter `protobuf:"bytes,1,rep,name=sorter" json:"sorter,omitempty"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

func (*Sort) Descriptor

func (*Sort) Descriptor() ([]byte, []int)

func (*Sort) GetSorter

func (m *Sort) GetSorter() []*Sorter

func (*Sort) ProtoMessage

func (*Sort) ProtoMessage()

func (*Sort) Reset

func (m *Sort) Reset()

func (*Sort) String

func (m *Sort) String() string

func (*Sort) XXX_DiscardUnknown

func (m *Sort) XXX_DiscardUnknown()

func (*Sort) XXX_Marshal

func (m *Sort) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Sort) XXX_Merge

func (m *Sort) XXX_Merge(src proto.Message)

func (*Sort) XXX_Size

func (m *Sort) XXX_Size() int

func (*Sort) XXX_Unmarshal

func (m *Sort) XXX_Unmarshal(b []byte) error

type SortMode

type SortMode int32
const (
	SortMode_SORT_MODE_MIN SortMode = 0
	SortMode_SORT_MODE_MAX SortMode = 1
	SortMode_SORT_MODE_AVG SortMode = 2
)

func (SortMode) Enum

func (x SortMode) Enum() *SortMode

func (SortMode) EnumDescriptor

func (SortMode) EnumDescriptor() ([]byte, []int)

func (SortMode) String

func (x SortMode) String() string

func (*SortMode) UnmarshalJSON

func (x *SortMode) UnmarshalJSON(data []byte) error

type SortOrder

type SortOrder int32
const (
	SortOrder_SORT_ORDER_ASC  SortOrder = 0
	SortOrder_SORT_ORDER_DESC SortOrder = 1
)

func (SortOrder) Enum

func (x SortOrder) Enum() *SortOrder

func (SortOrder) EnumDescriptor

func (SortOrder) EnumDescriptor() ([]byte, []int)

func (SortOrder) String

func (x SortOrder) String() string

func (*SortOrder) UnmarshalJSON

func (x *SortOrder) UnmarshalJSON(data []byte) error

type Sorter

type Sorter struct {
	FieldSort            *FieldSort       `protobuf:"bytes,1,opt,name=field_sort,json=fieldSort" json:"field_sort,omitempty"`
	GeoDistanceSort      *GeoDistanceSort `protobuf:"bytes,2,opt,name=geo_distance_sort,json=geoDistanceSort" json:"geo_distance_sort,omitempty"`
	ScoreSort            *ScoreSort       `protobuf:"bytes,3,opt,name=score_sort,json=scoreSort" json:"score_sort,omitempty"`
	PkSort               *PrimaryKeySort  `protobuf:"bytes,4,opt,name=pk_sort,json=pkSort" json:"pk_sort,omitempty"`
	DocSort              *DocSort         `protobuf:"bytes,5,opt,name=doc_sort,json=docSort" json:"doc_sort,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*Sorter) Descriptor

func (*Sorter) Descriptor() ([]byte, []int)

func (*Sorter) GetDocSort added in v1.7.12

func (m *Sorter) GetDocSort() *DocSort

func (*Sorter) GetFieldSort

func (m *Sorter) GetFieldSort() *FieldSort

func (*Sorter) GetGeoDistanceSort

func (m *Sorter) GetGeoDistanceSort() *GeoDistanceSort

func (*Sorter) GetPkSort

func (m *Sorter) GetPkSort() *PrimaryKeySort

func (*Sorter) GetScoreSort

func (m *Sorter) GetScoreSort() *ScoreSort

func (*Sorter) ProtoMessage

func (*Sorter) ProtoMessage()

func (*Sorter) Reset

func (m *Sorter) Reset()

func (*Sorter) String

func (m *Sorter) String() string

func (*Sorter) XXX_DiscardUnknown

func (m *Sorter) XXX_DiscardUnknown()

func (*Sorter) XXX_Marshal

func (m *Sorter) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Sorter) XXX_Merge

func (m *Sorter) XXX_Merge(src proto.Message)

func (*Sorter) XXX_Size

func (m *Sorter) XXX_Size() int

func (*Sorter) XXX_Unmarshal

func (m *Sorter) XXX_Unmarshal(b []byte) error

type SplitAnalyzerParameter

type SplitAnalyzerParameter struct {
	Delimiter            *string  `protobuf:"bytes,1,opt,name=delimiter" json:"delimiter,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SplitAnalyzerParameter) Descriptor

func (*SplitAnalyzerParameter) Descriptor() ([]byte, []int)

func (*SplitAnalyzerParameter) GetDelimiter

func (m *SplitAnalyzerParameter) GetDelimiter() string

func (*SplitAnalyzerParameter) ProtoMessage

func (*SplitAnalyzerParameter) ProtoMessage()

func (*SplitAnalyzerParameter) Reset

func (m *SplitAnalyzerParameter) Reset()

func (*SplitAnalyzerParameter) String

func (m *SplitAnalyzerParameter) String() string

func (*SplitAnalyzerParameter) XXX_DiscardUnknown

func (m *SplitAnalyzerParameter) XXX_DiscardUnknown()

func (*SplitAnalyzerParameter) XXX_Marshal

func (m *SplitAnalyzerParameter) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SplitAnalyzerParameter) XXX_Merge

func (m *SplitAnalyzerParameter) XXX_Merge(src proto.Message)

func (*SplitAnalyzerParameter) XXX_Size

func (m *SplitAnalyzerParameter) XXX_Size() int

func (*SplitAnalyzerParameter) XXX_Unmarshal

func (m *SplitAnalyzerParameter) XXX_Unmarshal(b []byte) error

type StartLocalTransactionRequest

type StartLocalTransactionRequest struct {
	TableName            *string  `protobuf:"bytes,1,req,name=table_name,json=tableName" json:"table_name,omitempty"`
	Key                  []byte   `protobuf:"bytes,2,req,name=key" json:"key,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

########################################### LocalTransaction ###########################################

func (*StartLocalTransactionRequest) Descriptor

func (*StartLocalTransactionRequest) Descriptor() ([]byte, []int)

func (*StartLocalTransactionRequest) GetKey

func (m *StartLocalTransactionRequest) GetKey() []byte

func (*StartLocalTransactionRequest) GetTableName

func (m *StartLocalTransactionRequest) GetTableName() string

func (*StartLocalTransactionRequest) ProtoMessage

func (*StartLocalTransactionRequest) ProtoMessage()

func (*StartLocalTransactionRequest) Reset

func (m *StartLocalTransactionRequest) Reset()

func (*StartLocalTransactionRequest) String

func (*StartLocalTransactionRequest) XXX_DiscardUnknown added in v1.6.0

func (m *StartLocalTransactionRequest) XXX_DiscardUnknown()

func (*StartLocalTransactionRequest) XXX_Marshal added in v1.6.0

func (m *StartLocalTransactionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*StartLocalTransactionRequest) XXX_Merge added in v1.6.0

func (m *StartLocalTransactionRequest) XXX_Merge(src proto.Message)

func (*StartLocalTransactionRequest) XXX_Size added in v1.6.0

func (m *StartLocalTransactionRequest) XXX_Size() int

func (*StartLocalTransactionRequest) XXX_Unmarshal added in v1.6.0

func (m *StartLocalTransactionRequest) XXX_Unmarshal(b []byte) error

type StartLocalTransactionResponse

type StartLocalTransactionResponse struct {
	TransactionId        *string  `protobuf:"bytes,1,req,name=transaction_id,json=transactionId" json:"transaction_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*StartLocalTransactionResponse) Descriptor

func (*StartLocalTransactionResponse) Descriptor() ([]byte, []int)

func (*StartLocalTransactionResponse) GetTransactionId

func (m *StartLocalTransactionResponse) GetTransactionId() string

func (*StartLocalTransactionResponse) ProtoMessage

func (*StartLocalTransactionResponse) ProtoMessage()

func (*StartLocalTransactionResponse) Reset

func (m *StartLocalTransactionResponse) Reset()

func (*StartLocalTransactionResponse) String

func (*StartLocalTransactionResponse) XXX_DiscardUnknown added in v1.6.0

func (m *StartLocalTransactionResponse) XXX_DiscardUnknown()

func (*StartLocalTransactionResponse) XXX_Marshal added in v1.6.0

func (m *StartLocalTransactionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*StartLocalTransactionResponse) XXX_Merge added in v1.6.0

func (m *StartLocalTransactionResponse) XXX_Merge(src proto.Message)

func (*StartLocalTransactionResponse) XXX_Size added in v1.6.0

func (m *StartLocalTransactionResponse) XXX_Size() int

func (*StartLocalTransactionResponse) XXX_Unmarshal added in v1.6.0

func (m *StartLocalTransactionResponse) XXX_Unmarshal(b []byte) error

type Stream

type Stream struct {
	StreamId             *string  `protobuf:"bytes,1,req,name=stream_id,json=streamId" json:"stream_id,omitempty"`
	TableName            *string  `protobuf:"bytes,2,req,name=table_name,json=tableName" json:"table_name,omitempty"`
	CreationTime         *int64   `protobuf:"varint,3,req,name=creation_time,json=creationTime" json:"creation_time,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Stream) Descriptor

func (*Stream) Descriptor() ([]byte, []int)

func (*Stream) GetCreationTime

func (m *Stream) GetCreationTime() int64

func (*Stream) GetStreamId

func (m *Stream) GetStreamId() string

func (*Stream) GetTableName

func (m *Stream) GetTableName() string

func (*Stream) ProtoMessage

func (*Stream) ProtoMessage()

func (*Stream) Reset

func (m *Stream) Reset()

func (*Stream) String

func (m *Stream) String() string

func (*Stream) XXX_DiscardUnknown added in v1.6.0

func (m *Stream) XXX_DiscardUnknown()

func (*Stream) XXX_Marshal added in v1.6.0

func (m *Stream) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Stream) XXX_Merge added in v1.6.0

func (m *Stream) XXX_Merge(src proto.Message)

func (*Stream) XXX_Size added in v1.6.0

func (m *Stream) XXX_Size() int

func (*Stream) XXX_Unmarshal added in v1.6.0

func (m *Stream) XXX_Unmarshal(b []byte) error

type StreamDetails

type StreamDetails struct {
	EnableStream         *bool    `protobuf:"varint,1,req,name=enable_stream,json=enableStream" json:"enable_stream,omitempty"`
	StreamId             *string  `protobuf:"bytes,2,opt,name=stream_id,json=streamId" json:"stream_id,omitempty"`
	ExpirationTime       *int32   `protobuf:"varint,3,opt,name=expiration_time,json=expirationTime" json:"expiration_time,omitempty"`
	LastEnableTime       *int64   `protobuf:"varint,4,opt,name=last_enable_time,json=lastEnableTime" json:"last_enable_time,omitempty"`
	ColumnsToGet         []string `protobuf:"bytes,5,rep,name=columns_to_get,json=columnsToGet" json:"columns_to_get,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*StreamDetails) Descriptor

func (*StreamDetails) Descriptor() ([]byte, []int)

func (*StreamDetails) GetColumnsToGet added in v1.7.5

func (m *StreamDetails) GetColumnsToGet() []string

func (*StreamDetails) GetEnableStream

func (m *StreamDetails) GetEnableStream() bool

func (*StreamDetails) GetExpirationTime

func (m *StreamDetails) GetExpirationTime() int32

func (*StreamDetails) GetLastEnableTime

func (m *StreamDetails) GetLastEnableTime() int64

func (*StreamDetails) GetStreamId

func (m *StreamDetails) GetStreamId() string

func (*StreamDetails) ProtoMessage

func (*StreamDetails) ProtoMessage()

func (*StreamDetails) Reset

func (m *StreamDetails) Reset()

func (*StreamDetails) String

func (m *StreamDetails) String() string

func (*StreamDetails) XXX_DiscardUnknown added in v1.6.0

func (m *StreamDetails) XXX_DiscardUnknown()

func (*StreamDetails) XXX_Marshal added in v1.6.0

func (m *StreamDetails) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*StreamDetails) XXX_Merge added in v1.6.0

func (m *StreamDetails) XXX_Merge(src proto.Message)

func (*StreamDetails) XXX_Size added in v1.6.0

func (m *StreamDetails) XXX_Size() int

func (*StreamDetails) XXX_Unmarshal added in v1.6.0

func (m *StreamDetails) XXX_Unmarshal(b []byte) error

type StreamShard

type StreamShard struct {
	ShardId              *string  `protobuf:"bytes,1,req,name=shard_id,json=shardId" json:"shard_id,omitempty"`
	ParentId             *string  `protobuf:"bytes,2,opt,name=parent_id,json=parentId" json:"parent_id,omitempty"`
	ParentSiblingId      *string  `protobuf:"bytes,3,opt,name=parent_sibling_id,json=parentSiblingId" json:"parent_sibling_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*StreamShard) Descriptor

func (*StreamShard) Descriptor() ([]byte, []int)

func (*StreamShard) GetParentId

func (m *StreamShard) GetParentId() string

func (*StreamShard) GetParentSiblingId

func (m *StreamShard) GetParentSiblingId() string

func (*StreamShard) GetShardId

func (m *StreamShard) GetShardId() string

func (*StreamShard) ProtoMessage

func (*StreamShard) ProtoMessage()

func (*StreamShard) Reset

func (m *StreamShard) Reset()

func (*StreamShard) String

func (m *StreamShard) String() string

func (*StreamShard) XXX_DiscardUnknown added in v1.6.0

func (m *StreamShard) XXX_DiscardUnknown()

func (*StreamShard) XXX_Marshal added in v1.6.0

func (m *StreamShard) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*StreamShard) XXX_Merge added in v1.6.0

func (m *StreamShard) XXX_Merge(src proto.Message)

func (*StreamShard) XXX_Size added in v1.6.0

func (m *StreamShard) XXX_Size() int

func (*StreamShard) XXX_Unmarshal added in v1.6.0

func (m *StreamShard) XXX_Unmarshal(b []byte) error

type StreamSpecification

type StreamSpecification struct {
	EnableStream         *bool    `protobuf:"varint,1,req,name=enable_stream,json=enableStream" json:"enable_stream,omitempty"`
	ExpirationTime       *int32   `protobuf:"varint,2,opt,name=expiration_time,json=expirationTime" json:"expiration_time,omitempty"`
	ColumnsToGet         []string `protobuf:"bytes,3,rep,name=columns_to_get,json=columnsToGet" json:"columns_to_get,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*StreamSpecification) Descriptor

func (*StreamSpecification) Descriptor() ([]byte, []int)

func (*StreamSpecification) GetColumnsToGet added in v1.7.5

func (m *StreamSpecification) GetColumnsToGet() []string

func (*StreamSpecification) GetEnableStream

func (m *StreamSpecification) GetEnableStream() bool

func (*StreamSpecification) GetExpirationTime

func (m *StreamSpecification) GetExpirationTime() int32

func (*StreamSpecification) ProtoMessage

func (*StreamSpecification) ProtoMessage()

func (*StreamSpecification) Reset

func (m *StreamSpecification) Reset()

func (*StreamSpecification) String

func (m *StreamSpecification) String() string

func (*StreamSpecification) XXX_DiscardUnknown added in v1.6.0

func (m *StreamSpecification) XXX_DiscardUnknown()

func (*StreamSpecification) XXX_Marshal added in v1.6.0

func (m *StreamSpecification) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*StreamSpecification) XXX_Merge added in v1.6.0

func (m *StreamSpecification) XXX_Merge(src proto.Message)

func (*StreamSpecification) XXX_Size added in v1.6.0

func (m *StreamSpecification) XXX_Size() int

func (*StreamSpecification) XXX_Unmarshal added in v1.6.0

func (m *StreamSpecification) XXX_Unmarshal(b []byte) error

type StreamStatus

type StreamStatus int32
const (
	StreamStatus_STREAM_ENABLING StreamStatus = 1
	StreamStatus_STREAM_ACTIVE   StreamStatus = 2
)

func (StreamStatus) Enum

func (x StreamStatus) Enum() *StreamStatus

func (StreamStatus) EnumDescriptor

func (StreamStatus) EnumDescriptor() ([]byte, []int)

func (StreamStatus) String

func (x StreamStatus) String() string

func (*StreamStatus) UnmarshalJSON

func (x *StreamStatus) UnmarshalJSON(data []byte) error

type SubAggSort

type SubAggSort struct {
	SubAggName           *string    `protobuf:"bytes,1,opt,name=sub_agg_name,json=subAggName" json:"sub_agg_name,omitempty"`
	Order                *SortOrder `protobuf:"varint,2,opt,name=order,enum=otsprotocol.SortOrder" json:"order,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

func (*SubAggSort) Descriptor

func (*SubAggSort) Descriptor() ([]byte, []int)

func (*SubAggSort) GetOrder

func (m *SubAggSort) GetOrder() SortOrder

func (*SubAggSort) GetSubAggName

func (m *SubAggSort) GetSubAggName() string

func (*SubAggSort) ProtoMessage

func (*SubAggSort) ProtoMessage()

func (*SubAggSort) Reset

func (m *SubAggSort) Reset()

func (*SubAggSort) String

func (m *SubAggSort) String() string

func (*SubAggSort) XXX_DiscardUnknown

func (m *SubAggSort) XXX_DiscardUnknown()

func (*SubAggSort) XXX_Marshal

func (m *SubAggSort) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SubAggSort) XXX_Merge

func (m *SubAggSort) XXX_Merge(src proto.Message)

func (*SubAggSort) XXX_Size

func (m *SubAggSort) XXX_Size() int

func (*SubAggSort) XXX_Unmarshal

func (m *SubAggSort) XXX_Unmarshal(b []byte) error

type SumAggregation

type SumAggregation struct {
	FieldName            *string  `protobuf:"bytes,1,opt,name=field_name,json=fieldName" json:"field_name,omitempty"`
	Missing              []byte   `protobuf:"bytes,2,opt,name=missing" json:"missing,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SumAggregation) Descriptor

func (*SumAggregation) Descriptor() ([]byte, []int)

func (*SumAggregation) GetFieldName

func (m *SumAggregation) GetFieldName() string

func (*SumAggregation) GetMissing

func (m *SumAggregation) GetMissing() []byte

func (*SumAggregation) ProtoMessage

func (*SumAggregation) ProtoMessage()

func (*SumAggregation) Reset

func (m *SumAggregation) Reset()

func (*SumAggregation) String

func (m *SumAggregation) String() string

func (*SumAggregation) XXX_DiscardUnknown

func (m *SumAggregation) XXX_DiscardUnknown()

func (*SumAggregation) XXX_Marshal

func (m *SumAggregation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SumAggregation) XXX_Merge

func (m *SumAggregation) XXX_Merge(src proto.Message)

func (*SumAggregation) XXX_Size

func (m *SumAggregation) XXX_Size() int

func (*SumAggregation) XXX_Unmarshal

func (m *SumAggregation) XXX_Unmarshal(b []byte) error

type SumAggregationResult

type SumAggregationResult struct {
	Value                *float64 `protobuf:"fixed64,1,opt,name=value" json:"value,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SumAggregationResult) Descriptor

func (*SumAggregationResult) Descriptor() ([]byte, []int)

func (*SumAggregationResult) GetValue

func (m *SumAggregationResult) GetValue() float64

func (*SumAggregationResult) ProtoMessage

func (*SumAggregationResult) ProtoMessage()

func (*SumAggregationResult) Reset

func (m *SumAggregationResult) Reset()

func (*SumAggregationResult) String

func (m *SumAggregationResult) String() string

func (*SumAggregationResult) XXX_DiscardUnknown

func (m *SumAggregationResult) XXX_DiscardUnknown()

func (*SumAggregationResult) XXX_Marshal

func (m *SumAggregationResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SumAggregationResult) XXX_Merge

func (m *SumAggregationResult) XXX_Merge(src proto.Message)

func (*SumAggregationResult) XXX_Size

func (m *SumAggregationResult) XXX_Size() int

func (*SumAggregationResult) XXX_Unmarshal

func (m *SumAggregationResult) XXX_Unmarshal(b []byte) error

type SyncPhase

type SyncPhase int32
const (
	SyncPhase_FULL SyncPhase = 1
	SyncPhase_INCR SyncPhase = 2
)

func (SyncPhase) Enum

func (x SyncPhase) Enum() *SyncPhase

func (SyncPhase) EnumDescriptor

func (SyncPhase) EnumDescriptor() ([]byte, []int)

func (SyncPhase) String

func (x SyncPhase) String() string

func (*SyncPhase) UnmarshalJSON

func (x *SyncPhase) UnmarshalJSON(data []byte) error

type SyncStat

type SyncStat struct {
	SyncPhase            *SyncPhase `protobuf:"varint,1,opt,name=sync_phase,json=syncPhase,enum=otsprotocol.SyncPhase" json:"sync_phase,omitempty"`
	CurrentSyncTimestamp *int64     `protobuf:"varint,2,opt,name=current_sync_timestamp,json=currentSyncTimestamp" json:"current_sync_timestamp,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

func (*SyncStat) Descriptor

func (*SyncStat) Descriptor() ([]byte, []int)

func (*SyncStat) GetCurrentSyncTimestamp

func (m *SyncStat) GetCurrentSyncTimestamp() int64

func (*SyncStat) GetSyncPhase

func (m *SyncStat) GetSyncPhase() SyncPhase

func (*SyncStat) ProtoMessage

func (*SyncStat) ProtoMessage()

func (*SyncStat) Reset

func (m *SyncStat) Reset()

func (*SyncStat) String

func (m *SyncStat) String() string

func (*SyncStat) XXX_DiscardUnknown

func (m *SyncStat) XXX_DiscardUnknown()

func (*SyncStat) XXX_Marshal

func (m *SyncStat) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SyncStat) XXX_Merge

func (m *SyncStat) XXX_Merge(src proto.Message)

func (*SyncStat) XXX_Size

func (m *SyncStat) XXX_Size() int

func (*SyncStat) XXX_Unmarshal

func (m *SyncStat) XXX_Unmarshal(b []byte) error

type TableConsumedCapacity added in v1.7.0

type TableConsumedCapacity struct {
	TableName            *string             `protobuf:"bytes,1,opt,name=table_name,json=tableName" json:"table_name,omitempty"`
	Consumed             *ConsumedCapacity   `protobuf:"bytes,2,opt,name=consumed" json:"consumed,omitempty"`
	ReservedThroughput   *ReservedThroughput `protobuf:"bytes,3,opt,name=reserved_throughput,json=reservedThroughput" json:"reserved_throughput,omitempty"`
	IsTimeseriesMeta     *bool               `protobuf:"varint,4,opt,name=is_timeseries_meta,json=isTimeseriesMeta" json:"is_timeseries_meta,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*TableConsumedCapacity) Descriptor added in v1.7.0

func (*TableConsumedCapacity) Descriptor() ([]byte, []int)

func (*TableConsumedCapacity) GetConsumed added in v1.7.0

func (m *TableConsumedCapacity) GetConsumed() *ConsumedCapacity

func (*TableConsumedCapacity) GetIsTimeseriesMeta added in v1.7.4

func (m *TableConsumedCapacity) GetIsTimeseriesMeta() bool

func (*TableConsumedCapacity) GetReservedThroughput added in v1.7.0

func (m *TableConsumedCapacity) GetReservedThroughput() *ReservedThroughput

func (*TableConsumedCapacity) GetTableName added in v1.7.0

func (m *TableConsumedCapacity) GetTableName() string

func (*TableConsumedCapacity) ProtoMessage added in v1.7.0

func (*TableConsumedCapacity) ProtoMessage()

func (*TableConsumedCapacity) Reset added in v1.7.0

func (m *TableConsumedCapacity) Reset()

func (*TableConsumedCapacity) String added in v1.7.0

func (m *TableConsumedCapacity) String() string

func (*TableConsumedCapacity) XXX_DiscardUnknown added in v1.7.0

func (m *TableConsumedCapacity) XXX_DiscardUnknown()

func (*TableConsumedCapacity) XXX_Marshal added in v1.7.0

func (m *TableConsumedCapacity) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TableConsumedCapacity) XXX_Merge added in v1.7.0

func (m *TableConsumedCapacity) XXX_Merge(src proto.Message)

func (*TableConsumedCapacity) XXX_Size added in v1.7.0

func (m *TableConsumedCapacity) XXX_Size() int

func (*TableConsumedCapacity) XXX_Unmarshal added in v1.7.0

func (m *TableConsumedCapacity) XXX_Unmarshal(b []byte) error

type TableInBatchGetRowRequest

type TableInBatchGetRowRequest struct {
	TableName            *string    `protobuf:"bytes,1,req,name=table_name,json=tableName" json:"table_name,omitempty"`
	PrimaryKey           [][]byte   `protobuf:"bytes,2,rep,name=primary_key,json=primaryKey" json:"primary_key,omitempty"`
	Token                [][]byte   `protobuf:"bytes,3,rep,name=token" json:"token,omitempty"`
	ColumnsToGet         []string   `protobuf:"bytes,4,rep,name=columns_to_get,json=columnsToGet" json:"columns_to_get,omitempty"`
	TimeRange            *TimeRange `protobuf:"bytes,5,opt,name=time_range,json=timeRange" json:"time_range,omitempty"`
	MaxVersions          *int32     `protobuf:"varint,6,opt,name=max_versions,json=maxVersions" json:"max_versions,omitempty"`
	CacheBlocks          *bool      `protobuf:"varint,7,opt,name=cache_blocks,json=cacheBlocks,def=1" json:"cache_blocks,omitempty"`
	Filter               []byte     `protobuf:"bytes,8,opt,name=filter" json:"filter,omitempty"`
	StartColumn          *string    `protobuf:"bytes,9,opt,name=start_column,json=startColumn" json:"start_column,omitempty"`
	EndColumn            *string    `protobuf:"bytes,10,opt,name=end_column,json=endColumn" json:"end_column,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

* HBase支持Batch操作的每行都拥有不同的查询参数,OTS不支持。

func (*TableInBatchGetRowRequest) Descriptor

func (*TableInBatchGetRowRequest) Descriptor() ([]byte, []int)

func (*TableInBatchGetRowRequest) GetCacheBlocks

func (m *TableInBatchGetRowRequest) GetCacheBlocks() bool

func (*TableInBatchGetRowRequest) GetColumnsToGet

func (m *TableInBatchGetRowRequest) GetColumnsToGet() []string

func (*TableInBatchGetRowRequest) GetEndColumn

func (m *TableInBatchGetRowRequest) GetEndColumn() string

func (*TableInBatchGetRowRequest) GetFilter

func (m *TableInBatchGetRowRequest) GetFilter() []byte

func (*TableInBatchGetRowRequest) GetMaxVersions

func (m *TableInBatchGetRowRequest) GetMaxVersions() int32

func (*TableInBatchGetRowRequest) GetPrimaryKey

func (m *TableInBatchGetRowRequest) GetPrimaryKey() [][]byte

func (*TableInBatchGetRowRequest) GetStartColumn

func (m *TableInBatchGetRowRequest) GetStartColumn() string

func (*TableInBatchGetRowRequest) GetTableName

func (m *TableInBatchGetRowRequest) GetTableName() string

func (*TableInBatchGetRowRequest) GetTimeRange

func (m *TableInBatchGetRowRequest) GetTimeRange() *TimeRange

func (*TableInBatchGetRowRequest) GetToken

func (m *TableInBatchGetRowRequest) GetToken() [][]byte

func (*TableInBatchGetRowRequest) ProtoMessage

func (*TableInBatchGetRowRequest) ProtoMessage()

func (*TableInBatchGetRowRequest) Reset

func (m *TableInBatchGetRowRequest) Reset()

func (*TableInBatchGetRowRequest) String

func (m *TableInBatchGetRowRequest) String() string

func (*TableInBatchGetRowRequest) XXX_DiscardUnknown added in v1.6.0

func (m *TableInBatchGetRowRequest) XXX_DiscardUnknown()

func (*TableInBatchGetRowRequest) XXX_Marshal added in v1.6.0

func (m *TableInBatchGetRowRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TableInBatchGetRowRequest) XXX_Merge added in v1.6.0

func (m *TableInBatchGetRowRequest) XXX_Merge(src proto.Message)

func (*TableInBatchGetRowRequest) XXX_Size added in v1.6.0

func (m *TableInBatchGetRowRequest) XXX_Size() int

func (*TableInBatchGetRowRequest) XXX_Unmarshal added in v1.6.0

func (m *TableInBatchGetRowRequest) XXX_Unmarshal(b []byte) error

type TableInBatchGetRowResponse

type TableInBatchGetRowResponse struct {
	TableName            *string                     `protobuf:"bytes,1,req,name=table_name,json=tableName" json:"table_name,omitempty"`
	Rows                 []*RowInBatchGetRowResponse `protobuf:"bytes,2,rep,name=rows" json:"rows,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                    `json:"-"`
	XXX_unrecognized     []byte                      `json:"-"`
	XXX_sizecache        int32                       `json:"-"`
}

func (*TableInBatchGetRowResponse) Descriptor

func (*TableInBatchGetRowResponse) Descriptor() ([]byte, []int)

func (*TableInBatchGetRowResponse) GetRows

func (*TableInBatchGetRowResponse) GetTableName

func (m *TableInBatchGetRowResponse) GetTableName() string

func (*TableInBatchGetRowResponse) ProtoMessage

func (*TableInBatchGetRowResponse) ProtoMessage()

func (*TableInBatchGetRowResponse) Reset

func (m *TableInBatchGetRowResponse) Reset()

func (*TableInBatchGetRowResponse) String

func (m *TableInBatchGetRowResponse) String() string

func (*TableInBatchGetRowResponse) XXX_DiscardUnknown added in v1.6.0

func (m *TableInBatchGetRowResponse) XXX_DiscardUnknown()

func (*TableInBatchGetRowResponse) XXX_Marshal added in v1.6.0

func (m *TableInBatchGetRowResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TableInBatchGetRowResponse) XXX_Merge added in v1.6.0

func (m *TableInBatchGetRowResponse) XXX_Merge(src proto.Message)

func (*TableInBatchGetRowResponse) XXX_Size added in v1.6.0

func (m *TableInBatchGetRowResponse) XXX_Size() int

func (*TableInBatchGetRowResponse) XXX_Unmarshal added in v1.6.0

func (m *TableInBatchGetRowResponse) XXX_Unmarshal(b []byte) error

type TableInBatchWriteRowRequest

type TableInBatchWriteRowRequest struct {
	TableName            *string                      `protobuf:"bytes,1,req,name=table_name,json=tableName" json:"table_name,omitempty"`
	Rows                 []*RowInBatchWriteRowRequest `protobuf:"bytes,2,rep,name=rows" json:"rows,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                     `json:"-"`
	XXX_unrecognized     []byte                       `json:"-"`
	XXX_sizecache        int32                        `json:"-"`
}

func (*TableInBatchWriteRowRequest) Descriptor

func (*TableInBatchWriteRowRequest) Descriptor() ([]byte, []int)

func (*TableInBatchWriteRowRequest) GetRows

func (*TableInBatchWriteRowRequest) GetTableName

func (m *TableInBatchWriteRowRequest) GetTableName() string

func (*TableInBatchWriteRowRequest) ProtoMessage

func (*TableInBatchWriteRowRequest) ProtoMessage()

func (*TableInBatchWriteRowRequest) Reset

func (m *TableInBatchWriteRowRequest) Reset()

func (*TableInBatchWriteRowRequest) String

func (m *TableInBatchWriteRowRequest) String() string

func (*TableInBatchWriteRowRequest) XXX_DiscardUnknown added in v1.6.0

func (m *TableInBatchWriteRowRequest) XXX_DiscardUnknown()

func (*TableInBatchWriteRowRequest) XXX_Marshal added in v1.6.0

func (m *TableInBatchWriteRowRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TableInBatchWriteRowRequest) XXX_Merge added in v1.6.0

func (m *TableInBatchWriteRowRequest) XXX_Merge(src proto.Message)

func (*TableInBatchWriteRowRequest) XXX_Size added in v1.6.0

func (m *TableInBatchWriteRowRequest) XXX_Size() int

func (*TableInBatchWriteRowRequest) XXX_Unmarshal added in v1.6.0

func (m *TableInBatchWriteRowRequest) XXX_Unmarshal(b []byte) error

type TableInBatchWriteRowResponse

type TableInBatchWriteRowResponse struct {
	TableName            *string                       `protobuf:"bytes,1,req,name=table_name,json=tableName" json:"table_name,omitempty"`
	Rows                 []*RowInBatchWriteRowResponse `protobuf:"bytes,2,rep,name=rows" json:"rows,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                      `json:"-"`
	XXX_unrecognized     []byte                        `json:"-"`
	XXX_sizecache        int32                         `json:"-"`
}

func (*TableInBatchWriteRowResponse) Descriptor

func (*TableInBatchWriteRowResponse) Descriptor() ([]byte, []int)

func (*TableInBatchWriteRowResponse) GetRows

func (*TableInBatchWriteRowResponse) GetTableName

func (m *TableInBatchWriteRowResponse) GetTableName() string

func (*TableInBatchWriteRowResponse) ProtoMessage

func (*TableInBatchWriteRowResponse) ProtoMessage()

func (*TableInBatchWriteRowResponse) Reset

func (m *TableInBatchWriteRowResponse) Reset()

func (*TableInBatchWriteRowResponse) String

func (*TableInBatchWriteRowResponse) XXX_DiscardUnknown added in v1.6.0

func (m *TableInBatchWriteRowResponse) XXX_DiscardUnknown()

func (*TableInBatchWriteRowResponse) XXX_Marshal added in v1.6.0

func (m *TableInBatchWriteRowResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TableInBatchWriteRowResponse) XXX_Merge added in v1.6.0

func (m *TableInBatchWriteRowResponse) XXX_Merge(src proto.Message)

func (*TableInBatchWriteRowResponse) XXX_Size added in v1.6.0

func (m *TableInBatchWriteRowResponse) XXX_Size() int

func (*TableInBatchWriteRowResponse) XXX_Unmarshal added in v1.6.0

func (m *TableInBatchWriteRowResponse) XXX_Unmarshal(b []byte) error

type TableMeta

type TableMeta struct {
	TableName            *string                `protobuf:"bytes,1,req,name=table_name,json=tableName" json:"table_name,omitempty"`
	PrimaryKey           []*PrimaryKeySchema    `protobuf:"bytes,2,rep,name=primary_key,json=primaryKey" json:"primary_key,omitempty"`
	DefinedColumn        []*DefinedColumnSchema `protobuf:"bytes,3,rep,name=defined_column,json=definedColumn" json:"defined_column,omitempty"`
	IndexMeta            []*IndexMeta           `protobuf:"bytes,4,rep,name=index_meta,json=indexMeta" json:"index_meta,omitempty"`
	XXX_NoUnkeyedLiteral struct{}               `json:"-"`
	XXX_unrecognized     []byte                 `json:"-"`
	XXX_sizecache        int32                  `json:"-"`
}

func (*TableMeta) Descriptor

func (*TableMeta) Descriptor() ([]byte, []int)

func (*TableMeta) GetDefinedColumn

func (m *TableMeta) GetDefinedColumn() []*DefinedColumnSchema

func (*TableMeta) GetIndexMeta

func (m *TableMeta) GetIndexMeta() []*IndexMeta

func (*TableMeta) GetPrimaryKey

func (m *TableMeta) GetPrimaryKey() []*PrimaryKeySchema

func (*TableMeta) GetTableName

func (m *TableMeta) GetTableName() string

func (*TableMeta) ProtoMessage

func (*TableMeta) ProtoMessage()

func (*TableMeta) Reset

func (m *TableMeta) Reset()

func (*TableMeta) String

func (m *TableMeta) String() string

func (*TableMeta) XXX_DiscardUnknown added in v1.6.0

func (m *TableMeta) XXX_DiscardUnknown()

func (*TableMeta) XXX_Marshal added in v1.6.0

func (m *TableMeta) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TableMeta) XXX_Merge added in v1.6.0

func (m *TableMeta) XXX_Merge(src proto.Message)

func (*TableMeta) XXX_Size added in v1.6.0

func (m *TableMeta) XXX_Size() int

func (*TableMeta) XXX_Unmarshal added in v1.6.0

func (m *TableMeta) XXX_Unmarshal(b []byte) error

type TableOptions

type TableOptions struct {
	TimeToLive                *int32           `protobuf:"varint,1,opt,name=time_to_live,json=timeToLive" json:"time_to_live,omitempty"`
	MaxVersions               *int32           `protobuf:"varint,2,opt,name=max_versions,json=maxVersions" json:"max_versions,omitempty"`
	BloomFilterType           *BloomFilterType `` /* 135-byte string literal not displayed */
	BlockSize                 *int32           `protobuf:"varint,4,opt,name=block_size,json=blockSize" json:"block_size,omitempty"`
	DeviationCellVersionInSec *int64           `` /* 136-byte string literal not displayed */
	AllowUpdate               *bool            `protobuf:"varint,6,opt,name=allow_update,json=allowUpdate" json:"allow_update,omitempty"`
	XXX_NoUnkeyedLiteral      struct{}         `json:"-"`
	XXX_unrecognized          []byte           `json:"-"`
	XXX_sizecache             int32            `json:"-"`
}

func (*TableOptions) Descriptor

func (*TableOptions) Descriptor() ([]byte, []int)

func (*TableOptions) GetAllowUpdate added in v1.7.3

func (m *TableOptions) GetAllowUpdate() bool

func (*TableOptions) GetBlockSize

func (m *TableOptions) GetBlockSize() int32

func (*TableOptions) GetBloomFilterType

func (m *TableOptions) GetBloomFilterType() BloomFilterType

func (*TableOptions) GetDeviationCellVersionInSec

func (m *TableOptions) GetDeviationCellVersionInSec() int64

func (*TableOptions) GetMaxVersions

func (m *TableOptions) GetMaxVersions() int32

func (*TableOptions) GetTimeToLive

func (m *TableOptions) GetTimeToLive() int32

func (*TableOptions) ProtoMessage

func (*TableOptions) ProtoMessage()

func (*TableOptions) Reset

func (m *TableOptions) Reset()

func (*TableOptions) String

func (m *TableOptions) String() string

func (*TableOptions) XXX_DiscardUnknown added in v1.6.0

func (m *TableOptions) XXX_DiscardUnknown()

func (*TableOptions) XXX_Marshal added in v1.6.0

func (m *TableOptions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TableOptions) XXX_Merge added in v1.6.0

func (m *TableOptions) XXX_Merge(src proto.Message)

func (*TableOptions) XXX_Size added in v1.6.0

func (m *TableOptions) XXX_Size() int

func (*TableOptions) XXX_Unmarshal added in v1.6.0

func (m *TableOptions) XXX_Unmarshal(b []byte) error

type TableStatus

type TableStatus int32

* 表的状态变更只与用户的操作对应,内部的机器failover等状况不对应表的状态变更。 有三个考虑:

一是一般场景下用户只会在做了对表的修改操作后才会去检查表的状态;
二是内部机器failover导致访问异常到用户能够查看到表的状态变更这两个时刻之间会有一段延迟,无法将表的不可服务状态与用户查看到的表的状态完全匹配上。
三是内部机器failover后不能说是表的整个状态变更,而应该是partition的状态变更,对应表的状态就是PARTIAL_FAILOVER,这个partial的粒度无法体现,会让用户更加困惑。
const (
	TableStatus_ACTIVE    TableStatus = 1
	TableStatus_INACTIVE  TableStatus = 2
	TableStatus_LOADING   TableStatus = 3
	TableStatus_UNLOADING TableStatus = 4
	TableStatus_UPDATING  TableStatus = 5
)

func (TableStatus) Enum

func (x TableStatus) Enum() *TableStatus

func (TableStatus) EnumDescriptor

func (TableStatus) EnumDescriptor() ([]byte, []int)

func (TableStatus) String

func (x TableStatus) String() string

func (*TableStatus) UnmarshalJSON

func (x *TableStatus) UnmarshalJSON(data []byte) error

type TaskSyncStat added in v1.6.0

type TaskSyncStat struct {
	TaskSyncPhase        *TaskSyncStat_TaskSyncPhase `` /* 140-byte string literal not displayed */
	CurrentSyncTimestamp *int64                      `protobuf:"varint,2,opt,name=current_sync_timestamp,json=currentSyncTimestamp" json:"current_sync_timestamp,omitempty"`
	ErrorCode            *ErrorType                  `protobuf:"varint,3,opt,name=error_code,json=errorCode,enum=otsprotocol.ErrorType" json:"error_code,omitempty"`
	Detail               *string                     `protobuf:"bytes,4,opt,name=detail" json:"detail,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                    `json:"-"`
	XXX_unrecognized     []byte                      `json:"-"`
	XXX_sizecache        int32                       `json:"-"`
}

func (*TaskSyncStat) Descriptor added in v1.6.0

func (*TaskSyncStat) Descriptor() ([]byte, []int)

func (*TaskSyncStat) GetCurrentSyncTimestamp added in v1.6.0

func (m *TaskSyncStat) GetCurrentSyncTimestamp() int64

func (*TaskSyncStat) GetDetail added in v1.6.0

func (m *TaskSyncStat) GetDetail() string

func (*TaskSyncStat) GetErrorCode added in v1.6.0

func (m *TaskSyncStat) GetErrorCode() ErrorType

func (*TaskSyncStat) GetTaskSyncPhase added in v1.6.0

func (m *TaskSyncStat) GetTaskSyncPhase() TaskSyncStat_TaskSyncPhase

func (*TaskSyncStat) ProtoMessage added in v1.6.0

func (*TaskSyncStat) ProtoMessage()

func (*TaskSyncStat) Reset added in v1.6.0

func (m *TaskSyncStat) Reset()

func (*TaskSyncStat) String added in v1.6.0

func (m *TaskSyncStat) String() string

func (*TaskSyncStat) XXX_DiscardUnknown added in v1.6.0

func (m *TaskSyncStat) XXX_DiscardUnknown()

func (*TaskSyncStat) XXX_Marshal added in v1.6.0

func (m *TaskSyncStat) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TaskSyncStat) XXX_Merge added in v1.6.0

func (dst *TaskSyncStat) XXX_Merge(src proto.Message)

func (*TaskSyncStat) XXX_Size added in v1.6.0

func (m *TaskSyncStat) XXX_Size() int

func (*TaskSyncStat) XXX_Unmarshal added in v1.6.0

func (m *TaskSyncStat) XXX_Unmarshal(b []byte) error

type TaskSyncStat_TaskSyncPhase added in v1.6.0

type TaskSyncStat_TaskSyncPhase int32
const (
	TaskSyncStat_INIT TaskSyncStat_TaskSyncPhase = 0
	TaskSyncStat_FULL TaskSyncStat_TaskSyncPhase = 1
	TaskSyncStat_INCR TaskSyncStat_TaskSyncPhase = 2
)

func (TaskSyncStat_TaskSyncPhase) Enum added in v1.6.0

func (TaskSyncStat_TaskSyncPhase) EnumDescriptor added in v1.6.0

func (TaskSyncStat_TaskSyncPhase) EnumDescriptor() ([]byte, []int)

func (TaskSyncStat_TaskSyncPhase) String added in v1.6.0

func (*TaskSyncStat_TaskSyncPhase) UnmarshalJSON added in v1.6.0

func (x *TaskSyncStat_TaskSyncPhase) UnmarshalJSON(data []byte) error

type TermQuery

type TermQuery struct {
	FieldName            *string  `protobuf:"bytes,1,opt,name=field_name,json=fieldName" json:"field_name,omitempty"`
	Term                 []byte   `protobuf:"bytes,2,opt,name=term" json:"term,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*TermQuery) Descriptor

func (*TermQuery) Descriptor() ([]byte, []int)

func (*TermQuery) GetFieldName

func (m *TermQuery) GetFieldName() string

func (*TermQuery) GetTerm

func (m *TermQuery) GetTerm() []byte

func (*TermQuery) ProtoMessage

func (*TermQuery) ProtoMessage()

func (*TermQuery) Reset

func (m *TermQuery) Reset()

func (*TermQuery) String

func (m *TermQuery) String() string

func (*TermQuery) XXX_DiscardUnknown

func (m *TermQuery) XXX_DiscardUnknown()

func (*TermQuery) XXX_Marshal

func (m *TermQuery) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TermQuery) XXX_Merge

func (m *TermQuery) XXX_Merge(src proto.Message)

func (*TermQuery) XXX_Size

func (m *TermQuery) XXX_Size() int

func (*TermQuery) XXX_Unmarshal

func (m *TermQuery) XXX_Unmarshal(b []byte) error

type TermsQuery

type TermsQuery struct {
	FieldName            *string  `protobuf:"bytes,1,opt,name=field_name,json=fieldName" json:"field_name,omitempty"`
	Terms                [][]byte `protobuf:"bytes,2,rep,name=terms" json:"terms,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*TermsQuery) Descriptor

func (*TermsQuery) Descriptor() ([]byte, []int)

func (*TermsQuery) GetFieldName

func (m *TermsQuery) GetFieldName() string

func (*TermsQuery) GetTerms

func (m *TermsQuery) GetTerms() [][]byte

func (*TermsQuery) ProtoMessage

func (*TermsQuery) ProtoMessage()

func (*TermsQuery) Reset

func (m *TermsQuery) Reset()

func (*TermsQuery) String

func (m *TermsQuery) String() string

func (*TermsQuery) XXX_DiscardUnknown

func (m *TermsQuery) XXX_DiscardUnknown()

func (*TermsQuery) XXX_Marshal

func (m *TermsQuery) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TermsQuery) XXX_Merge

func (m *TermsQuery) XXX_Merge(src proto.Message)

func (*TermsQuery) XXX_Size

func (m *TermsQuery) XXX_Size() int

func (*TermsQuery) XXX_Unmarshal

func (m *TermsQuery) XXX_Unmarshal(b []byte) error

type TimeFormatter added in v1.6.0

type TimeFormatter int32
const (
	TimeFormatter_YDMFormatter TimeFormatter = 0
)

func (TimeFormatter) Enum added in v1.6.0

func (x TimeFormatter) Enum() *TimeFormatter

func (TimeFormatter) EnumDescriptor added in v1.6.0

func (TimeFormatter) EnumDescriptor() ([]byte, []int)

func (TimeFormatter) String added in v1.6.0

func (x TimeFormatter) String() string

func (*TimeFormatter) UnmarshalJSON added in v1.6.0

func (x *TimeFormatter) UnmarshalJSON(data []byte) error

type TimeRange

type TimeRange struct {
	StartTime            *int64   `protobuf:"varint,1,opt,name=start_time,json=startTime" json:"start_time,omitempty"`
	EndTime              *int64   `protobuf:"varint,2,opt,name=end_time,json=endTime" json:"end_time,omitempty"`
	SpecificTime         *int64   `protobuf:"varint,3,opt,name=specific_time,json=specificTime" json:"specific_time,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

* 时间戳的取值最小值为0,最大值为INT64.MAX 1. 若要查询一个范围,则指定start_time和end_time 2. 若要查询一个特定时间戳,则指定specific_time

func (*TimeRange) Descriptor

func (*TimeRange) Descriptor() ([]byte, []int)

func (*TimeRange) GetEndTime

func (m *TimeRange) GetEndTime() int64

func (*TimeRange) GetSpecificTime

func (m *TimeRange) GetSpecificTime() int64

func (*TimeRange) GetStartTime

func (m *TimeRange) GetStartTime() int64

func (*TimeRange) ProtoMessage

func (*TimeRange) ProtoMessage()

func (*TimeRange) Reset

func (m *TimeRange) Reset()

func (*TimeRange) String

func (m *TimeRange) String() string

func (*TimeRange) XXX_DiscardUnknown added in v1.6.0

func (m *TimeRange) XXX_DiscardUnknown()

func (*TimeRange) XXX_Marshal added in v1.6.0

func (m *TimeRange) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TimeRange) XXX_Merge added in v1.6.0

func (m *TimeRange) XXX_Merge(src proto.Message)

func (*TimeRange) XXX_Size added in v1.6.0

func (m *TimeRange) XXX_Size() int

func (*TimeRange) XXX_Unmarshal added in v1.6.0

func (m *TimeRange) XXX_Unmarshal(b []byte) error

type TimeseriesAnalyticalStore added in v1.7.8

type TimeseriesAnalyticalStore struct {
	StoreName            *string                  `protobuf:"bytes,1,opt,name=store_name" json:"store_name,omitempty"`
	TimeToLive           *int32                   `protobuf:"varint,2,opt,name=time_to_live" json:"time_to_live,omitempty"`
	SyncOption           *AnalyticalStoreSyncType `protobuf:"varint,3,opt,name=sync_option,enum=otsprotocol.AnalyticalStoreSyncType" json:"sync_option,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                 `json:"-"`
	XXX_unrecognized     []byte                   `json:"-"`
	XXX_sizecache        int32                    `json:"-"`
}

func (*TimeseriesAnalyticalStore) Descriptor added in v1.7.8

func (*TimeseriesAnalyticalStore) Descriptor() ([]byte, []int)

func (*TimeseriesAnalyticalStore) GetStoreName added in v1.7.8

func (m *TimeseriesAnalyticalStore) GetStoreName() string

func (*TimeseriesAnalyticalStore) GetSyncOption added in v1.7.8

func (*TimeseriesAnalyticalStore) GetTimeToLive added in v1.7.8

func (m *TimeseriesAnalyticalStore) GetTimeToLive() int32

func (*TimeseriesAnalyticalStore) ProtoMessage added in v1.7.8

func (*TimeseriesAnalyticalStore) ProtoMessage()

func (*TimeseriesAnalyticalStore) Reset added in v1.7.8

func (m *TimeseriesAnalyticalStore) Reset()

func (*TimeseriesAnalyticalStore) String added in v1.7.8

func (m *TimeseriesAnalyticalStore) String() string

func (*TimeseriesAnalyticalStore) XXX_DiscardUnknown added in v1.7.8

func (m *TimeseriesAnalyticalStore) XXX_DiscardUnknown()

func (*TimeseriesAnalyticalStore) XXX_Marshal added in v1.7.8

func (m *TimeseriesAnalyticalStore) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TimeseriesAnalyticalStore) XXX_Merge added in v1.7.8

func (m *TimeseriesAnalyticalStore) XXX_Merge(src proto.Message)

func (*TimeseriesAnalyticalStore) XXX_Size added in v1.7.8

func (m *TimeseriesAnalyticalStore) XXX_Size() int

func (*TimeseriesAnalyticalStore) XXX_Unmarshal added in v1.7.8

func (m *TimeseriesAnalyticalStore) XXX_Unmarshal(b []byte) error

type TimeseriesField added in v1.7.4

type TimeseriesField struct {
	FieldName            *string  `protobuf:"bytes,1,opt,name=field_name" json:"field_name,omitempty"`
	ValueInt             *int64   `protobuf:"varint,2,opt,name=value_int" json:"value_int,omitempty"`
	ValueString          *string  `protobuf:"bytes,3,opt,name=value_string" json:"value_string,omitempty"`
	ValueBool            *bool    `protobuf:"varint,4,opt,name=value_bool" json:"value_bool,omitempty"`
	ValueDouble          *float64 `protobuf:"fixed64,5,opt,name=value_double" json:"value_double,omitempty"`
	ValueBinary          []byte   `protobuf:"bytes,6,opt,name=value_binary" json:"value_binary,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*TimeseriesField) Descriptor added in v1.7.4

func (*TimeseriesField) Descriptor() ([]byte, []int)

func (*TimeseriesField) GetFieldName added in v1.7.4

func (m *TimeseriesField) GetFieldName() string

func (*TimeseriesField) GetValueBinary added in v1.7.4

func (m *TimeseriesField) GetValueBinary() []byte

func (*TimeseriesField) GetValueBool added in v1.7.4

func (m *TimeseriesField) GetValueBool() bool

func (*TimeseriesField) GetValueDouble added in v1.7.4

func (m *TimeseriesField) GetValueDouble() float64

func (*TimeseriesField) GetValueInt added in v1.7.4

func (m *TimeseriesField) GetValueInt() int64

func (*TimeseriesField) GetValueString added in v1.7.4

func (m *TimeseriesField) GetValueString() string

func (*TimeseriesField) ProtoMessage added in v1.7.4

func (*TimeseriesField) ProtoMessage()

func (*TimeseriesField) Reset added in v1.7.4

func (m *TimeseriesField) Reset()

func (*TimeseriesField) String added in v1.7.4

func (m *TimeseriesField) String() string

func (*TimeseriesField) XXX_DiscardUnknown added in v1.7.4

func (m *TimeseriesField) XXX_DiscardUnknown()

func (*TimeseriesField) XXX_Marshal added in v1.7.4

func (m *TimeseriesField) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TimeseriesField) XXX_Merge added in v1.7.4

func (m *TimeseriesField) XXX_Merge(src proto.Message)

func (*TimeseriesField) XXX_Size added in v1.7.4

func (m *TimeseriesField) XXX_Size() int

func (*TimeseriesField) XXX_Unmarshal added in v1.7.4

func (m *TimeseriesField) XXX_Unmarshal(b []byte) error

type TimeseriesFieldsToGet added in v1.7.7

type TimeseriesFieldsToGet struct {
	Name                 *string  `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	Type                 *int32   `protobuf:"varint,2,opt,name=type" json:"type,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*TimeseriesFieldsToGet) Descriptor added in v1.7.7

func (*TimeseriesFieldsToGet) Descriptor() ([]byte, []int)

func (*TimeseriesFieldsToGet) GetName added in v1.7.7

func (m *TimeseriesFieldsToGet) GetName() string

func (*TimeseriesFieldsToGet) GetType added in v1.7.7

func (m *TimeseriesFieldsToGet) GetType() int32

func (*TimeseriesFieldsToGet) ProtoMessage added in v1.7.7

func (*TimeseriesFieldsToGet) ProtoMessage()

func (*TimeseriesFieldsToGet) Reset added in v1.7.7

func (m *TimeseriesFieldsToGet) Reset()

func (*TimeseriesFieldsToGet) String added in v1.7.7

func (m *TimeseriesFieldsToGet) String() string

func (*TimeseriesFieldsToGet) XXX_DiscardUnknown added in v1.7.7

func (m *TimeseriesFieldsToGet) XXX_DiscardUnknown()

func (*TimeseriesFieldsToGet) XXX_Marshal added in v1.7.7

func (m *TimeseriesFieldsToGet) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TimeseriesFieldsToGet) XXX_Merge added in v1.7.7

func (m *TimeseriesFieldsToGet) XXX_Merge(src proto.Message)

func (*TimeseriesFieldsToGet) XXX_Size added in v1.7.7

func (m *TimeseriesFieldsToGet) XXX_Size() int

func (*TimeseriesFieldsToGet) XXX_Unmarshal added in v1.7.7

func (m *TimeseriesFieldsToGet) XXX_Unmarshal(b []byte) error

type TimeseriesKey added in v1.7.0

type TimeseriesKey struct {
	Measurement          *string  `protobuf:"bytes,1,req,name=measurement" json:"measurement,omitempty"`
	Source               *string  `protobuf:"bytes,2,req,name=source" json:"source,omitempty"`
	Tags                 *string  `protobuf:"bytes,3,req,name=tags" json:"tags,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*TimeseriesKey) Descriptor added in v1.7.0

func (*TimeseriesKey) Descriptor() ([]byte, []int)

func (*TimeseriesKey) GetMeasurement added in v1.7.0

func (m *TimeseriesKey) GetMeasurement() string

func (*TimeseriesKey) GetSource added in v1.7.0

func (m *TimeseriesKey) GetSource() string

func (*TimeseriesKey) GetTags added in v1.7.0

func (m *TimeseriesKey) GetTags() string

func (*TimeseriesKey) ProtoMessage added in v1.7.0

func (*TimeseriesKey) ProtoMessage()

func (*TimeseriesKey) Reset added in v1.7.0

func (m *TimeseriesKey) Reset()

func (*TimeseriesKey) String added in v1.7.0

func (m *TimeseriesKey) String() string

func (*TimeseriesKey) XXX_DiscardUnknown added in v1.7.0

func (m *TimeseriesKey) XXX_DiscardUnknown()

func (*TimeseriesKey) XXX_Marshal added in v1.7.0

func (m *TimeseriesKey) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TimeseriesKey) XXX_Merge added in v1.7.0

func (m *TimeseriesKey) XXX_Merge(src proto.Message)

func (*TimeseriesKey) XXX_Size added in v1.7.0

func (m *TimeseriesKey) XXX_Size() int

func (*TimeseriesKey) XXX_Unmarshal added in v1.7.0

func (m *TimeseriesKey) XXX_Unmarshal(b []byte) error

type TimeseriesMeta added in v1.7.0

type TimeseriesMeta struct {
	TimeSeriesKey        *TimeseriesKey `protobuf:"bytes,1,req,name=time_series_key" json:"time_series_key,omitempty"`
	Attributes           *string        `protobuf:"bytes,2,opt,name=attributes" json:"attributes,omitempty"`
	UpdateTime           *int64         `protobuf:"varint,3,opt,name=update_time" json:"update_time,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*TimeseriesMeta) Descriptor added in v1.7.0

func (*TimeseriesMeta) Descriptor() ([]byte, []int)

func (*TimeseriesMeta) GetAttributes added in v1.7.0

func (m *TimeseriesMeta) GetAttributes() string

func (*TimeseriesMeta) GetTimeSeriesKey added in v1.7.0

func (m *TimeseriesMeta) GetTimeSeriesKey() *TimeseriesKey

func (*TimeseriesMeta) GetUpdateTime added in v1.7.0

func (m *TimeseriesMeta) GetUpdateTime() int64

func (*TimeseriesMeta) ProtoMessage added in v1.7.0

func (*TimeseriesMeta) ProtoMessage()

func (*TimeseriesMeta) Reset added in v1.7.0

func (m *TimeseriesMeta) Reset()

func (*TimeseriesMeta) String added in v1.7.0

func (m *TimeseriesMeta) String() string

func (*TimeseriesMeta) XXX_DiscardUnknown added in v1.7.0

func (m *TimeseriesMeta) XXX_DiscardUnknown()

func (*TimeseriesMeta) XXX_Marshal added in v1.7.0

func (m *TimeseriesMeta) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TimeseriesMeta) XXX_Merge added in v1.7.0

func (m *TimeseriesMeta) XXX_Merge(src proto.Message)

func (*TimeseriesMeta) XXX_Size added in v1.7.0

func (m *TimeseriesMeta) XXX_Size() int

func (*TimeseriesMeta) XXX_Unmarshal added in v1.7.0

func (m *TimeseriesMeta) XXX_Unmarshal(b []byte) error

type TimeseriesPBRows added in v1.7.4

type TimeseriesPBRows struct {
	Rows                 []*TimeseriesRow `protobuf:"bytes,1,rep,name=rows" json:"rows,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*TimeseriesPBRows) Descriptor added in v1.7.4

func (*TimeseriesPBRows) Descriptor() ([]byte, []int)

func (*TimeseriesPBRows) GetRows added in v1.7.4

func (m *TimeseriesPBRows) GetRows() []*TimeseriesRow

func (*TimeseriesPBRows) ProtoMessage added in v1.7.4

func (*TimeseriesPBRows) ProtoMessage()

func (*TimeseriesPBRows) Reset added in v1.7.4

func (m *TimeseriesPBRows) Reset()

func (*TimeseriesPBRows) String added in v1.7.4

func (m *TimeseriesPBRows) String() string

func (*TimeseriesPBRows) XXX_DiscardUnknown added in v1.7.4

func (m *TimeseriesPBRows) XXX_DiscardUnknown()

func (*TimeseriesPBRows) XXX_Marshal added in v1.7.4

func (m *TimeseriesPBRows) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TimeseriesPBRows) XXX_Merge added in v1.7.4

func (m *TimeseriesPBRows) XXX_Merge(src proto.Message)

func (*TimeseriesPBRows) XXX_Size added in v1.7.4

func (m *TimeseriesPBRows) XXX_Size() int

func (*TimeseriesPBRows) XXX_Unmarshal added in v1.7.4

func (m *TimeseriesPBRows) XXX_Unmarshal(b []byte) error

type TimeseriesRow added in v1.7.4

type TimeseriesRow struct {
	TimeseriesKey        *TimeseriesKey     `protobuf:"bytes,1,opt,name=timeseries_key" json:"timeseries_key,omitempty"`
	Time                 *int64             `protobuf:"varint,2,opt,name=time" json:"time,omitempty"`
	Fields               []*TimeseriesField `protobuf:"bytes,3,rep,name=fields" json:"fields,omitempty"`
	MetaCacheUpdateTime  *uint32            `protobuf:"varint,4,opt,name=meta_cache_update_time" json:"meta_cache_update_time,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*TimeseriesRow) Descriptor added in v1.7.4

func (*TimeseriesRow) Descriptor() ([]byte, []int)

func (*TimeseriesRow) GetFields added in v1.7.4

func (m *TimeseriesRow) GetFields() []*TimeseriesField

func (*TimeseriesRow) GetMetaCacheUpdateTime added in v1.7.4

func (m *TimeseriesRow) GetMetaCacheUpdateTime() uint32

func (*TimeseriesRow) GetTime added in v1.7.4

func (m *TimeseriesRow) GetTime() int64

func (*TimeseriesRow) GetTimeseriesKey added in v1.7.4

func (m *TimeseriesRow) GetTimeseriesKey() *TimeseriesKey

func (*TimeseriesRow) ProtoMessage added in v1.7.4

func (*TimeseriesRow) ProtoMessage()

func (*TimeseriesRow) Reset added in v1.7.4

func (m *TimeseriesRow) Reset()

func (*TimeseriesRow) String added in v1.7.4

func (m *TimeseriesRow) String() string

func (*TimeseriesRow) XXX_DiscardUnknown added in v1.7.4

func (m *TimeseriesRow) XXX_DiscardUnknown()

func (*TimeseriesRow) XXX_Marshal added in v1.7.4

func (m *TimeseriesRow) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TimeseriesRow) XXX_Merge added in v1.7.4

func (m *TimeseriesRow) XXX_Merge(src proto.Message)

func (*TimeseriesRow) XXX_Size added in v1.7.4

func (m *TimeseriesRow) XXX_Size() int

func (*TimeseriesRow) XXX_Unmarshal added in v1.7.4

func (m *TimeseriesRow) XXX_Unmarshal(b []byte) error

type TimeseriesRows added in v1.7.0

type TimeseriesRows struct {
	Type                 *RowsSerializeType `protobuf:"varint,1,req,name=type,enum=otsprotocol.RowsSerializeType" json:"type,omitempty"`
	RowsData             []byte             `protobuf:"bytes,2,req,name=rows_data" json:"rows_data,omitempty"`
	FlatbufferCrc32C     *int32             `protobuf:"varint,3,opt,name=flatbuffer_crc32c" json:"flatbuffer_crc32c,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*TimeseriesRows) Descriptor added in v1.7.0

func (*TimeseriesRows) Descriptor() ([]byte, []int)

func (*TimeseriesRows) GetFlatbufferCrc32C added in v1.7.0

func (m *TimeseriesRows) GetFlatbufferCrc32C() int32

func (*TimeseriesRows) GetRowsData added in v1.7.0

func (m *TimeseriesRows) GetRowsData() []byte

func (*TimeseriesRows) GetType added in v1.7.0

func (m *TimeseriesRows) GetType() RowsSerializeType

func (*TimeseriesRows) ProtoMessage added in v1.7.0

func (*TimeseriesRows) ProtoMessage()

func (*TimeseriesRows) Reset added in v1.7.0

func (m *TimeseriesRows) Reset()

func (*TimeseriesRows) String added in v1.7.0

func (m *TimeseriesRows) String() string

func (*TimeseriesRows) XXX_DiscardUnknown added in v1.7.0

func (m *TimeseriesRows) XXX_DiscardUnknown()

func (*TimeseriesRows) XXX_Marshal added in v1.7.0

func (m *TimeseriesRows) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TimeseriesRows) XXX_Merge added in v1.7.0

func (m *TimeseriesRows) XXX_Merge(src proto.Message)

func (*TimeseriesRows) XXX_Size added in v1.7.0

func (m *TimeseriesRows) XXX_Size() int

func (*TimeseriesRows) XXX_Unmarshal added in v1.7.0

func (m *TimeseriesRows) XXX_Unmarshal(b []byte) error

type TimeseriesTableMeta added in v1.7.0

type TimeseriesTableMeta struct {
	TableName            *string                 `protobuf:"bytes,1,req,name=table_name" json:"table_name,omitempty"`
	TableOptions         *TimeseriesTableOptions `protobuf:"bytes,2,opt,name=table_options" json:"table_options,omitempty"`
	Status               *string                 `protobuf:"bytes,3,opt,name=status" json:"status,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                `json:"-"`
	XXX_unrecognized     []byte                  `json:"-"`
	XXX_sizecache        int32                   `json:"-"`
}

func (*TimeseriesTableMeta) Descriptor added in v1.7.0

func (*TimeseriesTableMeta) Descriptor() ([]byte, []int)

func (*TimeseriesTableMeta) GetStatus added in v1.7.0

func (m *TimeseriesTableMeta) GetStatus() string

func (*TimeseriesTableMeta) GetTableName added in v1.7.0

func (m *TimeseriesTableMeta) GetTableName() string

func (*TimeseriesTableMeta) GetTableOptions added in v1.7.0

func (m *TimeseriesTableMeta) GetTableOptions() *TimeseriesTableOptions

func (*TimeseriesTableMeta) ProtoMessage added in v1.7.0

func (*TimeseriesTableMeta) ProtoMessage()

func (*TimeseriesTableMeta) Reset added in v1.7.0

func (m *TimeseriesTableMeta) Reset()

func (*TimeseriesTableMeta) String added in v1.7.0

func (m *TimeseriesTableMeta) String() string

func (*TimeseriesTableMeta) XXX_DiscardUnknown added in v1.7.0

func (m *TimeseriesTableMeta) XXX_DiscardUnknown()

func (*TimeseriesTableMeta) XXX_Marshal added in v1.7.0

func (m *TimeseriesTableMeta) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TimeseriesTableMeta) XXX_Merge added in v1.7.0

func (m *TimeseriesTableMeta) XXX_Merge(src proto.Message)

func (*TimeseriesTableMeta) XXX_Size added in v1.7.0

func (m *TimeseriesTableMeta) XXX_Size() int

func (*TimeseriesTableMeta) XXX_Unmarshal added in v1.7.0

func (m *TimeseriesTableMeta) XXX_Unmarshal(b []byte) error

type TimeseriesTableOptions added in v1.7.0

type TimeseriesTableOptions struct {
	TimeToLive           *int32   `protobuf:"varint,1,opt,name=time_to_live" json:"time_to_live,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*TimeseriesTableOptions) Descriptor added in v1.7.0

func (*TimeseriesTableOptions) Descriptor() ([]byte, []int)

func (*TimeseriesTableOptions) GetTimeToLive added in v1.7.0

func (m *TimeseriesTableOptions) GetTimeToLive() int32

func (*TimeseriesTableOptions) ProtoMessage added in v1.7.0

func (*TimeseriesTableOptions) ProtoMessage()

func (*TimeseriesTableOptions) Reset added in v1.7.0

func (m *TimeseriesTableOptions) Reset()

func (*TimeseriesTableOptions) String added in v1.7.0

func (m *TimeseriesTableOptions) String() string

func (*TimeseriesTableOptions) XXX_DiscardUnknown added in v1.7.0

func (m *TimeseriesTableOptions) XXX_DiscardUnknown()

func (*TimeseriesTableOptions) XXX_Marshal added in v1.7.0

func (m *TimeseriesTableOptions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TimeseriesTableOptions) XXX_Merge added in v1.7.0

func (m *TimeseriesTableOptions) XXX_Merge(src proto.Message)

func (*TimeseriesTableOptions) XXX_Size added in v1.7.0

func (m *TimeseriesTableOptions) XXX_Size() int

func (*TimeseriesTableOptions) XXX_Unmarshal added in v1.7.0

func (m *TimeseriesTableOptions) XXX_Unmarshal(b []byte) error

type TopRowsAggregation added in v1.7.0

type TopRowsAggregation struct {
	Limit                *int32   `protobuf:"varint,1,opt,name=limit" json:"limit,omitempty"`
	Sort                 *Sort    `protobuf:"bytes,2,opt,name=sort" json:"sort,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*TopRowsAggregation) Descriptor added in v1.7.0

func (*TopRowsAggregation) Descriptor() ([]byte, []int)

func (*TopRowsAggregation) GetLimit added in v1.7.0

func (m *TopRowsAggregation) GetLimit() int32

func (*TopRowsAggregation) GetSort added in v1.7.0

func (m *TopRowsAggregation) GetSort() *Sort

func (*TopRowsAggregation) ProtoMessage added in v1.7.0

func (*TopRowsAggregation) ProtoMessage()

func (*TopRowsAggregation) Reset added in v1.7.0

func (m *TopRowsAggregation) Reset()

func (*TopRowsAggregation) String added in v1.7.0

func (m *TopRowsAggregation) String() string

func (*TopRowsAggregation) XXX_DiscardUnknown added in v1.7.0

func (m *TopRowsAggregation) XXX_DiscardUnknown()

func (*TopRowsAggregation) XXX_Marshal added in v1.7.0

func (m *TopRowsAggregation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TopRowsAggregation) XXX_Merge added in v1.7.0

func (m *TopRowsAggregation) XXX_Merge(src proto.Message)

func (*TopRowsAggregation) XXX_Size added in v1.7.0

func (m *TopRowsAggregation) XXX_Size() int

func (*TopRowsAggregation) XXX_Unmarshal added in v1.7.0

func (m *TopRowsAggregation) XXX_Unmarshal(b []byte) error

type TopRowsAggregationResult added in v1.7.0

type TopRowsAggregationResult struct {
	Rows                 [][]byte `protobuf:"bytes,1,rep,name=rows" json:"rows,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*TopRowsAggregationResult) Descriptor added in v1.7.0

func (*TopRowsAggregationResult) Descriptor() ([]byte, []int)

func (*TopRowsAggregationResult) GetRows added in v1.7.0

func (m *TopRowsAggregationResult) GetRows() [][]byte

func (*TopRowsAggregationResult) ProtoMessage added in v1.7.0

func (*TopRowsAggregationResult) ProtoMessage()

func (*TopRowsAggregationResult) Reset added in v1.7.0

func (m *TopRowsAggregationResult) Reset()

func (*TopRowsAggregationResult) String added in v1.7.0

func (m *TopRowsAggregationResult) String() string

func (*TopRowsAggregationResult) XXX_DiscardUnknown added in v1.7.0

func (m *TopRowsAggregationResult) XXX_DiscardUnknown()

func (*TopRowsAggregationResult) XXX_Marshal added in v1.7.0

func (m *TopRowsAggregationResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TopRowsAggregationResult) XXX_Merge added in v1.7.0

func (m *TopRowsAggregationResult) XXX_Merge(src proto.Message)

func (*TopRowsAggregationResult) XXX_Size added in v1.7.0

func (m *TopRowsAggregationResult) XXX_Size() int

func (*TopRowsAggregationResult) XXX_Unmarshal added in v1.7.0

func (m *TopRowsAggregationResult) XXX_Unmarshal(b []byte) error

type UnloadTableRequest

type UnloadTableRequest struct {
	TableName            *string  `protobuf:"bytes,1,req,name=table_name,json=tableName" json:"table_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

############################################# UnloadTable #############################################

func (*UnloadTableRequest) Descriptor

func (*UnloadTableRequest) Descriptor() ([]byte, []int)

func (*UnloadTableRequest) GetTableName

func (m *UnloadTableRequest) GetTableName() string

func (*UnloadTableRequest) ProtoMessage

func (*UnloadTableRequest) ProtoMessage()

func (*UnloadTableRequest) Reset

func (m *UnloadTableRequest) Reset()

func (*UnloadTableRequest) String

func (m *UnloadTableRequest) String() string

func (*UnloadTableRequest) XXX_DiscardUnknown added in v1.6.0

func (m *UnloadTableRequest) XXX_DiscardUnknown()

func (*UnloadTableRequest) XXX_Marshal added in v1.6.0

func (m *UnloadTableRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UnloadTableRequest) XXX_Merge added in v1.6.0

func (m *UnloadTableRequest) XXX_Merge(src proto.Message)

func (*UnloadTableRequest) XXX_Size added in v1.6.0

func (m *UnloadTableRequest) XXX_Size() int

func (*UnloadTableRequest) XXX_Unmarshal added in v1.6.0

func (m *UnloadTableRequest) XXX_Unmarshal(b []byte) error

type UnloadTableResponse

type UnloadTableResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*UnloadTableResponse) Descriptor

func (*UnloadTableResponse) Descriptor() ([]byte, []int)

func (*UnloadTableResponse) ProtoMessage

func (*UnloadTableResponse) ProtoMessage()

func (*UnloadTableResponse) Reset

func (m *UnloadTableResponse) Reset()

func (*UnloadTableResponse) String

func (m *UnloadTableResponse) String() string

func (*UnloadTableResponse) XXX_DiscardUnknown added in v1.6.0

func (m *UnloadTableResponse) XXX_DiscardUnknown()

func (*UnloadTableResponse) XXX_Marshal added in v1.6.0

func (m *UnloadTableResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UnloadTableResponse) XXX_Merge added in v1.6.0

func (m *UnloadTableResponse) XXX_Merge(src proto.Message)

func (*UnloadTableResponse) XXX_Size added in v1.6.0

func (m *UnloadTableResponse) XXX_Size() int

func (*UnloadTableResponse) XXX_Unmarshal added in v1.6.0

func (m *UnloadTableResponse) XXX_Unmarshal(b []byte) error

type UpdateDeliveryTaskRequest added in v1.6.0

type UpdateDeliveryTaskRequest struct {
	Table                *string        `protobuf:"bytes,1,opt,name=table" json:"table,omitempty"`
	TaskName             *string        `protobuf:"bytes,2,opt,name=taskName" json:"taskName,omitempty"`
	TaskConfig           *OSSTaskConfig `protobuf:"bytes,5,opt,name=taskConfig" json:"taskConfig,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*UpdateDeliveryTaskRequest) Descriptor added in v1.6.0

func (*UpdateDeliveryTaskRequest) Descriptor() ([]byte, []int)

func (*UpdateDeliveryTaskRequest) GetTable added in v1.6.0

func (m *UpdateDeliveryTaskRequest) GetTable() string

func (*UpdateDeliveryTaskRequest) GetTaskConfig added in v1.6.0

func (m *UpdateDeliveryTaskRequest) GetTaskConfig() *OSSTaskConfig

func (*UpdateDeliveryTaskRequest) GetTaskName added in v1.6.0

func (m *UpdateDeliveryTaskRequest) GetTaskName() string

func (*UpdateDeliveryTaskRequest) ProtoMessage added in v1.6.0

func (*UpdateDeliveryTaskRequest) ProtoMessage()

func (*UpdateDeliveryTaskRequest) Reset added in v1.6.0

func (m *UpdateDeliveryTaskRequest) Reset()

func (*UpdateDeliveryTaskRequest) String added in v1.6.0

func (m *UpdateDeliveryTaskRequest) String() string

func (*UpdateDeliveryTaskRequest) XXX_DiscardUnknown added in v1.6.0

func (m *UpdateDeliveryTaskRequest) XXX_DiscardUnknown()

func (*UpdateDeliveryTaskRequest) XXX_Marshal added in v1.6.0

func (m *UpdateDeliveryTaskRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateDeliveryTaskRequest) XXX_Merge added in v1.6.0

func (dst *UpdateDeliveryTaskRequest) XXX_Merge(src proto.Message)

func (*UpdateDeliveryTaskRequest) XXX_Size added in v1.6.0

func (m *UpdateDeliveryTaskRequest) XXX_Size() int

func (*UpdateDeliveryTaskRequest) XXX_Unmarshal added in v1.6.0

func (m *UpdateDeliveryTaskRequest) XXX_Unmarshal(b []byte) error

type UpdateDeliveryTaskResponse added in v1.6.0

type UpdateDeliveryTaskResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*UpdateDeliveryTaskResponse) Descriptor added in v1.6.0

func (*UpdateDeliveryTaskResponse) Descriptor() ([]byte, []int)

func (*UpdateDeliveryTaskResponse) ProtoMessage added in v1.6.0

func (*UpdateDeliveryTaskResponse) ProtoMessage()

func (*UpdateDeliveryTaskResponse) Reset added in v1.6.0

func (m *UpdateDeliveryTaskResponse) Reset()

func (*UpdateDeliveryTaskResponse) String added in v1.6.0

func (m *UpdateDeliveryTaskResponse) String() string

func (*UpdateDeliveryTaskResponse) XXX_DiscardUnknown added in v1.6.0

func (m *UpdateDeliveryTaskResponse) XXX_DiscardUnknown()

func (*UpdateDeliveryTaskResponse) XXX_Marshal added in v1.6.0

func (m *UpdateDeliveryTaskResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateDeliveryTaskResponse) XXX_Merge added in v1.6.0

func (dst *UpdateDeliveryTaskResponse) XXX_Merge(src proto.Message)

func (*UpdateDeliveryTaskResponse) XXX_Size added in v1.6.0

func (m *UpdateDeliveryTaskResponse) XXX_Size() int

func (*UpdateDeliveryTaskResponse) XXX_Unmarshal added in v1.6.0

func (m *UpdateDeliveryTaskResponse) XXX_Unmarshal(b []byte) error

type UpdateRowRequest

type UpdateRowRequest struct {
	TableName            *string        `protobuf:"bytes,1,req,name=table_name,json=tableName" json:"table_name,omitempty"`
	RowChange            []byte         `protobuf:"bytes,2,req,name=row_change,json=rowChange" json:"row_change,omitempty"`
	Condition            *Condition     `protobuf:"bytes,3,req,name=condition" json:"condition,omitempty"`
	ReturnContent        *ReturnContent `protobuf:"bytes,4,opt,name=return_content,json=returnContent" json:"return_content,omitempty"`
	TransactionId        *string        `protobuf:"bytes,5,opt,name=transaction_id,json=transactionId" json:"transaction_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

############################################# UpdateRow #############################################

func (*UpdateRowRequest) Descriptor

func (*UpdateRowRequest) Descriptor() ([]byte, []int)

func (*UpdateRowRequest) GetCondition

func (m *UpdateRowRequest) GetCondition() *Condition

func (*UpdateRowRequest) GetReturnContent

func (m *UpdateRowRequest) GetReturnContent() *ReturnContent

func (*UpdateRowRequest) GetRowChange

func (m *UpdateRowRequest) GetRowChange() []byte

func (*UpdateRowRequest) GetTableName

func (m *UpdateRowRequest) GetTableName() string

func (*UpdateRowRequest) GetTransactionId

func (m *UpdateRowRequest) GetTransactionId() string

func (*UpdateRowRequest) ProtoMessage

func (*UpdateRowRequest) ProtoMessage()

func (*UpdateRowRequest) Reset

func (m *UpdateRowRequest) Reset()

func (*UpdateRowRequest) String

func (m *UpdateRowRequest) String() string

func (*UpdateRowRequest) XXX_DiscardUnknown added in v1.6.0

func (m *UpdateRowRequest) XXX_DiscardUnknown()

func (*UpdateRowRequest) XXX_Marshal added in v1.6.0

func (m *UpdateRowRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateRowRequest) XXX_Merge added in v1.6.0

func (m *UpdateRowRequest) XXX_Merge(src proto.Message)

func (*UpdateRowRequest) XXX_Size added in v1.6.0

func (m *UpdateRowRequest) XXX_Size() int

func (*UpdateRowRequest) XXX_Unmarshal added in v1.6.0

func (m *UpdateRowRequest) XXX_Unmarshal(b []byte) error

type UpdateRowResponse

type UpdateRowResponse struct {
	Consumed             *ConsumedCapacity `protobuf:"bytes,1,req,name=consumed" json:"consumed,omitempty"`
	Row                  []byte            `protobuf:"bytes,2,opt,name=row" json:"row,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*UpdateRowResponse) Descriptor

func (*UpdateRowResponse) Descriptor() ([]byte, []int)

func (*UpdateRowResponse) GetConsumed

func (m *UpdateRowResponse) GetConsumed() *ConsumedCapacity

func (*UpdateRowResponse) GetRow

func (m *UpdateRowResponse) GetRow() []byte

func (*UpdateRowResponse) ProtoMessage

func (*UpdateRowResponse) ProtoMessage()

func (*UpdateRowResponse) Reset

func (m *UpdateRowResponse) Reset()

func (*UpdateRowResponse) String

func (m *UpdateRowResponse) String() string

func (*UpdateRowResponse) XXX_DiscardUnknown added in v1.6.0

func (m *UpdateRowResponse) XXX_DiscardUnknown()

func (*UpdateRowResponse) XXX_Marshal added in v1.6.0

func (m *UpdateRowResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateRowResponse) XXX_Merge added in v1.6.0

func (m *UpdateRowResponse) XXX_Merge(src proto.Message)

func (*UpdateRowResponse) XXX_Size added in v1.6.0

func (m *UpdateRowResponse) XXX_Size() int

func (*UpdateRowResponse) XXX_Unmarshal added in v1.6.0

func (m *UpdateRowResponse) XXX_Unmarshal(b []byte) error

type UpdateSearchIndexRequest added in v1.7.3

type UpdateSearchIndexRequest struct {
	TableName            *string            `protobuf:"bytes,1,opt,name=table_name,json=tableName" json:"table_name,omitempty"`
	IndexName            *string            `protobuf:"bytes,2,opt,name=index_name,json=indexName" json:"index_name,omitempty"`
	SwitchIndexName      *string            `protobuf:"bytes,3,opt,name=switch_index_name,json=switchIndexName" json:"switch_index_name,omitempty"`
	QueryFlowWeight      []*QueryFlowWeight `protobuf:"bytes,4,rep,name=query_flow_weight,json=queryFlowWeight" json:"query_flow_weight,omitempty"`
	TimeToLive           *int32             `protobuf:"varint,5,opt,name=time_to_live,json=timeToLive" json:"time_to_live,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*UpdateSearchIndexRequest) Descriptor added in v1.7.3

func (*UpdateSearchIndexRequest) Descriptor() ([]byte, []int)

func (*UpdateSearchIndexRequest) GetIndexName added in v1.7.3

func (m *UpdateSearchIndexRequest) GetIndexName() string

func (*UpdateSearchIndexRequest) GetQueryFlowWeight added in v1.7.3

func (m *UpdateSearchIndexRequest) GetQueryFlowWeight() []*QueryFlowWeight

func (*UpdateSearchIndexRequest) GetSwitchIndexName added in v1.7.3

func (m *UpdateSearchIndexRequest) GetSwitchIndexName() string

func (*UpdateSearchIndexRequest) GetTableName added in v1.7.3

func (m *UpdateSearchIndexRequest) GetTableName() string

func (*UpdateSearchIndexRequest) GetTimeToLive added in v1.7.3

func (m *UpdateSearchIndexRequest) GetTimeToLive() int32

func (*UpdateSearchIndexRequest) ProtoMessage added in v1.7.3

func (*UpdateSearchIndexRequest) ProtoMessage()

func (*UpdateSearchIndexRequest) Reset added in v1.7.3

func (m *UpdateSearchIndexRequest) Reset()

func (*UpdateSearchIndexRequest) String added in v1.7.3

func (m *UpdateSearchIndexRequest) String() string

func (*UpdateSearchIndexRequest) XXX_DiscardUnknown added in v1.7.3

func (m *UpdateSearchIndexRequest) XXX_DiscardUnknown()

func (*UpdateSearchIndexRequest) XXX_Marshal added in v1.7.3

func (m *UpdateSearchIndexRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateSearchIndexRequest) XXX_Merge added in v1.7.3

func (m *UpdateSearchIndexRequest) XXX_Merge(src proto.Message)

func (*UpdateSearchIndexRequest) XXX_Size added in v1.7.3

func (m *UpdateSearchIndexRequest) XXX_Size() int

func (*UpdateSearchIndexRequest) XXX_Unmarshal added in v1.7.3

func (m *UpdateSearchIndexRequest) XXX_Unmarshal(b []byte) error

type UpdateSearchIndexResponse added in v1.7.3

type UpdateSearchIndexResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*UpdateSearchIndexResponse) Descriptor added in v1.7.3

func (*UpdateSearchIndexResponse) Descriptor() ([]byte, []int)

func (*UpdateSearchIndexResponse) ProtoMessage added in v1.7.3

func (*UpdateSearchIndexResponse) ProtoMessage()

func (*UpdateSearchIndexResponse) Reset added in v1.7.3

func (m *UpdateSearchIndexResponse) Reset()

func (*UpdateSearchIndexResponse) String added in v1.7.3

func (m *UpdateSearchIndexResponse) String() string

func (*UpdateSearchIndexResponse) XXX_DiscardUnknown added in v1.7.3

func (m *UpdateSearchIndexResponse) XXX_DiscardUnknown()

func (*UpdateSearchIndexResponse) XXX_Marshal added in v1.7.3

func (m *UpdateSearchIndexResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateSearchIndexResponse) XXX_Merge added in v1.7.3

func (m *UpdateSearchIndexResponse) XXX_Merge(src proto.Message)

func (*UpdateSearchIndexResponse) XXX_Size added in v1.7.3

func (m *UpdateSearchIndexResponse) XXX_Size() int

func (*UpdateSearchIndexResponse) XXX_Unmarshal added in v1.7.3

func (m *UpdateSearchIndexResponse) XXX_Unmarshal(b []byte) error

type UpdateTableRequest

type UpdateTableRequest struct {
	TableName            *string              `protobuf:"bytes,1,req,name=table_name,json=tableName" json:"table_name,omitempty"`
	ReservedThroughput   *ReservedThroughput  `protobuf:"bytes,2,opt,name=reserved_throughput,json=reservedThroughput" json:"reserved_throughput,omitempty"`
	TableOptions         *TableOptions        `protobuf:"bytes,3,opt,name=table_options,json=tableOptions" json:"table_options,omitempty"`
	StreamSpec           *StreamSpecification `protobuf:"bytes,4,opt,name=stream_spec,json=streamSpec" json:"stream_spec,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

############################################# UpdateTable #############################################

func (*UpdateTableRequest) Descriptor

func (*UpdateTableRequest) Descriptor() ([]byte, []int)

func (*UpdateTableRequest) GetReservedThroughput

func (m *UpdateTableRequest) GetReservedThroughput() *ReservedThroughput

func (*UpdateTableRequest) GetStreamSpec

func (m *UpdateTableRequest) GetStreamSpec() *StreamSpecification

func (*UpdateTableRequest) GetTableName

func (m *UpdateTableRequest) GetTableName() string

func (*UpdateTableRequest) GetTableOptions

func (m *UpdateTableRequest) GetTableOptions() *TableOptions

func (*UpdateTableRequest) ProtoMessage

func (*UpdateTableRequest) ProtoMessage()

func (*UpdateTableRequest) Reset

func (m *UpdateTableRequest) Reset()

func (*UpdateTableRequest) String

func (m *UpdateTableRequest) String() string

func (*UpdateTableRequest) XXX_DiscardUnknown added in v1.6.0

func (m *UpdateTableRequest) XXX_DiscardUnknown()

func (*UpdateTableRequest) XXX_Marshal added in v1.6.0

func (m *UpdateTableRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateTableRequest) XXX_Merge added in v1.6.0

func (m *UpdateTableRequest) XXX_Merge(src proto.Message)

func (*UpdateTableRequest) XXX_Size added in v1.6.0

func (m *UpdateTableRequest) XXX_Size() int

func (*UpdateTableRequest) XXX_Unmarshal added in v1.6.0

func (m *UpdateTableRequest) XXX_Unmarshal(b []byte) error

type UpdateTableResponse

type UpdateTableResponse struct {
	ReservedThroughputDetails *ReservedThroughputDetails `` /* 131-byte string literal not displayed */
	TableOptions              *TableOptions              `protobuf:"bytes,2,req,name=table_options,json=tableOptions" json:"table_options,omitempty"`
	StreamDetails             *StreamDetails             `protobuf:"bytes,3,opt,name=stream_details,json=streamDetails" json:"stream_details,omitempty"`
	XXX_NoUnkeyedLiteral      struct{}                   `json:"-"`
	XXX_unrecognized          []byte                     `json:"-"`
	XXX_sizecache             int32                      `json:"-"`
}

func (*UpdateTableResponse) Descriptor

func (*UpdateTableResponse) Descriptor() ([]byte, []int)

func (*UpdateTableResponse) GetReservedThroughputDetails

func (m *UpdateTableResponse) GetReservedThroughputDetails() *ReservedThroughputDetails

func (*UpdateTableResponse) GetStreamDetails

func (m *UpdateTableResponse) GetStreamDetails() *StreamDetails

func (*UpdateTableResponse) GetTableOptions

func (m *UpdateTableResponse) GetTableOptions() *TableOptions

func (*UpdateTableResponse) ProtoMessage

func (*UpdateTableResponse) ProtoMessage()

func (*UpdateTableResponse) Reset

func (m *UpdateTableResponse) Reset()

func (*UpdateTableResponse) String

func (m *UpdateTableResponse) String() string

func (*UpdateTableResponse) XXX_DiscardUnknown added in v1.6.0

func (m *UpdateTableResponse) XXX_DiscardUnknown()

func (*UpdateTableResponse) XXX_Marshal added in v1.6.0

func (m *UpdateTableResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateTableResponse) XXX_Merge added in v1.6.0

func (m *UpdateTableResponse) XXX_Merge(src proto.Message)

func (*UpdateTableResponse) XXX_Size added in v1.6.0

func (m *UpdateTableResponse) XXX_Size() int

func (*UpdateTableResponse) XXX_Unmarshal added in v1.6.0

func (m *UpdateTableResponse) XXX_Unmarshal(b []byte) error

type UpdateTimeseriesAnalyticalStoreRequest added in v1.7.8

type UpdateTimeseriesAnalyticalStoreRequest struct {
	TableName            *string                    `protobuf:"bytes,1,req,name=table_name" json:"table_name,omitempty"`
	AnalyticalStore      *TimeseriesAnalyticalStore `protobuf:"bytes,2,req,name=analytical_store" json:"analytical_store,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                   `json:"-"`
	XXX_unrecognized     []byte                     `json:"-"`
	XXX_sizecache        int32                      `json:"-"`
}

func (*UpdateTimeseriesAnalyticalStoreRequest) Descriptor added in v1.7.8

func (*UpdateTimeseriesAnalyticalStoreRequest) Descriptor() ([]byte, []int)

func (*UpdateTimeseriesAnalyticalStoreRequest) GetAnalyticalStore added in v1.7.8

func (*UpdateTimeseriesAnalyticalStoreRequest) GetTableName added in v1.7.8

func (*UpdateTimeseriesAnalyticalStoreRequest) ProtoMessage added in v1.7.8

func (*UpdateTimeseriesAnalyticalStoreRequest) Reset added in v1.7.8

func (*UpdateTimeseriesAnalyticalStoreRequest) String added in v1.7.8

func (*UpdateTimeseriesAnalyticalStoreRequest) XXX_DiscardUnknown added in v1.7.8

func (m *UpdateTimeseriesAnalyticalStoreRequest) XXX_DiscardUnknown()

func (*UpdateTimeseriesAnalyticalStoreRequest) XXX_Marshal added in v1.7.8

func (m *UpdateTimeseriesAnalyticalStoreRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateTimeseriesAnalyticalStoreRequest) XXX_Merge added in v1.7.8

func (*UpdateTimeseriesAnalyticalStoreRequest) XXX_Size added in v1.7.8

func (*UpdateTimeseriesAnalyticalStoreRequest) XXX_Unmarshal added in v1.7.8

func (m *UpdateTimeseriesAnalyticalStoreRequest) XXX_Unmarshal(b []byte) error

type UpdateTimeseriesAnalyticalStoreResponse added in v1.7.8

type UpdateTimeseriesAnalyticalStoreResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*UpdateTimeseriesAnalyticalStoreResponse) Descriptor added in v1.7.8

func (*UpdateTimeseriesAnalyticalStoreResponse) Descriptor() ([]byte, []int)

func (*UpdateTimeseriesAnalyticalStoreResponse) ProtoMessage added in v1.7.8

func (*UpdateTimeseriesAnalyticalStoreResponse) Reset added in v1.7.8

func (*UpdateTimeseriesAnalyticalStoreResponse) String added in v1.7.8

func (*UpdateTimeseriesAnalyticalStoreResponse) XXX_DiscardUnknown added in v1.7.8

func (m *UpdateTimeseriesAnalyticalStoreResponse) XXX_DiscardUnknown()

func (*UpdateTimeseriesAnalyticalStoreResponse) XXX_Marshal added in v1.7.8

func (m *UpdateTimeseriesAnalyticalStoreResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateTimeseriesAnalyticalStoreResponse) XXX_Merge added in v1.7.8

func (*UpdateTimeseriesAnalyticalStoreResponse) XXX_Size added in v1.7.8

func (*UpdateTimeseriesAnalyticalStoreResponse) XXX_Unmarshal added in v1.7.8

func (m *UpdateTimeseriesAnalyticalStoreResponse) XXX_Unmarshal(b []byte) error

type UpdateTimeseriesMetaRequest added in v1.7.0

type UpdateTimeseriesMetaRequest struct {
	TableName            *string           `protobuf:"bytes,1,req,name=table_name" json:"table_name,omitempty"`
	TimeseriesMeta       []*TimeseriesMeta `protobuf:"bytes,2,rep,name=timeseries_meta" json:"timeseries_meta,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*UpdateTimeseriesMetaRequest) Descriptor added in v1.7.0

func (*UpdateTimeseriesMetaRequest) Descriptor() ([]byte, []int)

func (*UpdateTimeseriesMetaRequest) GetTableName added in v1.7.0

func (m *UpdateTimeseriesMetaRequest) GetTableName() string

func (*UpdateTimeseriesMetaRequest) GetTimeseriesMeta added in v1.7.0

func (m *UpdateTimeseriesMetaRequest) GetTimeseriesMeta() []*TimeseriesMeta

func (*UpdateTimeseriesMetaRequest) ProtoMessage added in v1.7.0

func (*UpdateTimeseriesMetaRequest) ProtoMessage()

func (*UpdateTimeseriesMetaRequest) Reset added in v1.7.0

func (m *UpdateTimeseriesMetaRequest) Reset()

func (*UpdateTimeseriesMetaRequest) String added in v1.7.0

func (m *UpdateTimeseriesMetaRequest) String() string

func (*UpdateTimeseriesMetaRequest) XXX_DiscardUnknown added in v1.7.0

func (m *UpdateTimeseriesMetaRequest) XXX_DiscardUnknown()

func (*UpdateTimeseriesMetaRequest) XXX_Marshal added in v1.7.0

func (m *UpdateTimeseriesMetaRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateTimeseriesMetaRequest) XXX_Merge added in v1.7.0

func (m *UpdateTimeseriesMetaRequest) XXX_Merge(src proto.Message)

func (*UpdateTimeseriesMetaRequest) XXX_Size added in v1.7.0

func (m *UpdateTimeseriesMetaRequest) XXX_Size() int

func (*UpdateTimeseriesMetaRequest) XXX_Unmarshal added in v1.7.0

func (m *UpdateTimeseriesMetaRequest) XXX_Unmarshal(b []byte) error

type UpdateTimeseriesMetaResponse added in v1.7.0

type UpdateTimeseriesMetaResponse struct {
	FailedRows           []*FailedRowInfo `protobuf:"bytes,1,rep,name=failed_rows" json:"failed_rows,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*UpdateTimeseriesMetaResponse) Descriptor added in v1.7.0

func (*UpdateTimeseriesMetaResponse) Descriptor() ([]byte, []int)

func (*UpdateTimeseriesMetaResponse) GetFailedRows added in v1.7.0

func (m *UpdateTimeseriesMetaResponse) GetFailedRows() []*FailedRowInfo

func (*UpdateTimeseriesMetaResponse) ProtoMessage added in v1.7.0

func (*UpdateTimeseriesMetaResponse) ProtoMessage()

func (*UpdateTimeseriesMetaResponse) Reset added in v1.7.0

func (m *UpdateTimeseriesMetaResponse) Reset()

func (*UpdateTimeseriesMetaResponse) String added in v1.7.0

func (*UpdateTimeseriesMetaResponse) XXX_DiscardUnknown added in v1.7.0

func (m *UpdateTimeseriesMetaResponse) XXX_DiscardUnknown()

func (*UpdateTimeseriesMetaResponse) XXX_Marshal added in v1.7.0

func (m *UpdateTimeseriesMetaResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateTimeseriesMetaResponse) XXX_Merge added in v1.7.0

func (m *UpdateTimeseriesMetaResponse) XXX_Merge(src proto.Message)

func (*UpdateTimeseriesMetaResponse) XXX_Size added in v1.7.0

func (m *UpdateTimeseriesMetaResponse) XXX_Size() int

func (*UpdateTimeseriesMetaResponse) XXX_Unmarshal added in v1.7.0

func (m *UpdateTimeseriesMetaResponse) XXX_Unmarshal(b []byte) error

type UpdateTimeseriesTableRequest added in v1.7.0

type UpdateTimeseriesTableRequest struct {
	TableName            *string                 `protobuf:"bytes,1,req,name=table_name" json:"table_name,omitempty"`
	TableOptions         *TimeseriesTableOptions `protobuf:"bytes,2,opt,name=table_options" json:"table_options,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                `json:"-"`
	XXX_unrecognized     []byte                  `json:"-"`
	XXX_sizecache        int32                   `json:"-"`
}

func (*UpdateTimeseriesTableRequest) Descriptor added in v1.7.0

func (*UpdateTimeseriesTableRequest) Descriptor() ([]byte, []int)

func (*UpdateTimeseriesTableRequest) GetTableName added in v1.7.0

func (m *UpdateTimeseriesTableRequest) GetTableName() string

func (*UpdateTimeseriesTableRequest) GetTableOptions added in v1.7.0

func (*UpdateTimeseriesTableRequest) ProtoMessage added in v1.7.0

func (*UpdateTimeseriesTableRequest) ProtoMessage()

func (*UpdateTimeseriesTableRequest) Reset added in v1.7.0

func (m *UpdateTimeseriesTableRequest) Reset()

func (*UpdateTimeseriesTableRequest) String added in v1.7.0

func (*UpdateTimeseriesTableRequest) XXX_DiscardUnknown added in v1.7.0

func (m *UpdateTimeseriesTableRequest) XXX_DiscardUnknown()

func (*UpdateTimeseriesTableRequest) XXX_Marshal added in v1.7.0

func (m *UpdateTimeseriesTableRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateTimeseriesTableRequest) XXX_Merge added in v1.7.0

func (m *UpdateTimeseriesTableRequest) XXX_Merge(src proto.Message)

func (*UpdateTimeseriesTableRequest) XXX_Size added in v1.7.0

func (m *UpdateTimeseriesTableRequest) XXX_Size() int

func (*UpdateTimeseriesTableRequest) XXX_Unmarshal added in v1.7.0

func (m *UpdateTimeseriesTableRequest) XXX_Unmarshal(b []byte) error

type UpdateTimeseriesTableResponse added in v1.7.0

type UpdateTimeseriesTableResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*UpdateTimeseriesTableResponse) Descriptor added in v1.7.0

func (*UpdateTimeseriesTableResponse) Descriptor() ([]byte, []int)

func (*UpdateTimeseriesTableResponse) ProtoMessage added in v1.7.0

func (*UpdateTimeseriesTableResponse) ProtoMessage()

func (*UpdateTimeseriesTableResponse) Reset added in v1.7.0

func (m *UpdateTimeseriesTableResponse) Reset()

func (*UpdateTimeseriesTableResponse) String added in v1.7.0

func (*UpdateTimeseriesTableResponse) XXX_DiscardUnknown added in v1.7.0

func (m *UpdateTimeseriesTableResponse) XXX_DiscardUnknown()

func (*UpdateTimeseriesTableResponse) XXX_Marshal added in v1.7.0

func (m *UpdateTimeseriesTableResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateTimeseriesTableResponse) XXX_Merge added in v1.7.0

func (m *UpdateTimeseriesTableResponse) XXX_Merge(src proto.Message)

func (*UpdateTimeseriesTableResponse) XXX_Size added in v1.7.0

func (m *UpdateTimeseriesTableResponse) XXX_Size() int

func (*UpdateTimeseriesTableResponse) XXX_Unmarshal added in v1.7.0

func (m *UpdateTimeseriesTableResponse) XXX_Unmarshal(b []byte) error

type ValueTransferRule

type ValueTransferRule struct {
	Regex                *string      `protobuf:"bytes,1,req,name=regex" json:"regex,omitempty"`
	CastType             *VariantType `protobuf:"varint,2,opt,name=cast_type,json=castType,enum=otsprotocol.VariantType" json:"cast_type,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*ValueTransferRule) Descriptor

func (*ValueTransferRule) Descriptor() ([]byte, []int)

func (*ValueTransferRule) GetCastType

func (m *ValueTransferRule) GetCastType() VariantType

func (*ValueTransferRule) GetRegex

func (m *ValueTransferRule) GetRegex() string

func (*ValueTransferRule) ProtoMessage

func (*ValueTransferRule) ProtoMessage()

func (*ValueTransferRule) Reset

func (m *ValueTransferRule) Reset()

func (*ValueTransferRule) String

func (m *ValueTransferRule) String() string

func (*ValueTransferRule) XXX_DiscardUnknown added in v1.7.13

func (m *ValueTransferRule) XXX_DiscardUnknown()

func (*ValueTransferRule) XXX_Marshal added in v1.7.13

func (m *ValueTransferRule) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ValueTransferRule) XXX_Merge added in v1.7.13

func (m *ValueTransferRule) XXX_Merge(src proto.Message)

func (*ValueTransferRule) XXX_Size added in v1.7.13

func (m *ValueTransferRule) XXX_Size() int

func (*ValueTransferRule) XXX_Unmarshal added in v1.7.13

func (m *ValueTransferRule) XXX_Unmarshal(b []byte) error

type VariantType

type VariantType int32
const (
	VariantType_VT_INTEGER VariantType = 0
	VariantType_VT_DOUBLE  VariantType = 1
	// VT_BOOLEAN = 2;
	VariantType_VT_STRING VariantType = 3
	VariantType_VT_NULL   VariantType = 6
	VariantType_VT_BLOB   VariantType = 7
)

func (VariantType) Enum

func (x VariantType) Enum() *VariantType

func (VariantType) EnumDescriptor

func (VariantType) EnumDescriptor() ([]byte, []int)

func (VariantType) String

func (x VariantType) String() string

func (*VariantType) UnmarshalJSON

func (x *VariantType) UnmarshalJSON(data []byte) error

type VectorDataType added in v1.7.13

type VectorDataType int32
const (
	VectorDataType_VD_INT_8    VectorDataType = 1
	VectorDataType_VD_FLOAT_32 VectorDataType = 2
)

func (VectorDataType) Enum added in v1.7.13

func (x VectorDataType) Enum() *VectorDataType

func (VectorDataType) EnumDescriptor added in v1.7.13

func (VectorDataType) EnumDescriptor() ([]byte, []int)

func (VectorDataType) String added in v1.7.13

func (x VectorDataType) String() string

func (*VectorDataType) UnmarshalJSON added in v1.7.13

func (x *VectorDataType) UnmarshalJSON(data []byte) error

type VectorIndexType added in v1.7.13

type VectorIndexType int32
const (
	VectorIndexType_VI_HNSW VectorIndexType = 1
)

func (VectorIndexType) Enum added in v1.7.13

func (x VectorIndexType) Enum() *VectorIndexType

func (VectorIndexType) EnumDescriptor added in v1.7.13

func (VectorIndexType) EnumDescriptor() ([]byte, []int)

func (VectorIndexType) String added in v1.7.13

func (x VectorIndexType) String() string

func (*VectorIndexType) UnmarshalJSON added in v1.7.13

func (x *VectorIndexType) UnmarshalJSON(data []byte) error

type VectorMetricType added in v1.7.13

type VectorMetricType int32
const (
	VectorMetricType_VM_EUCLIDEAN   VectorMetricType = 0
	VectorMetricType_VM_COSINE      VectorMetricType = 1
	VectorMetricType_VM_DOT_PRODUCT VectorMetricType = 2
)

func (VectorMetricType) Enum added in v1.7.13

func (VectorMetricType) EnumDescriptor added in v1.7.13

func (VectorMetricType) EnumDescriptor() ([]byte, []int)

func (VectorMetricType) String added in v1.7.13

func (x VectorMetricType) String() string

func (*VectorMetricType) UnmarshalJSON added in v1.7.13

func (x *VectorMetricType) UnmarshalJSON(data []byte) error

type VectorOptions added in v1.7.13

type VectorOptions struct {
	DataType             *VectorDataType   `protobuf:"varint,1,opt,name=data_type,json=dataType,enum=otsprotocol.VectorDataType" json:"data_type,omitempty"`
	Dimension            *int32            `protobuf:"varint,2,opt,name=dimension" json:"dimension,omitempty"`
	MetricType           *VectorMetricType `protobuf:"varint,3,opt,name=metric_type,json=metricType,enum=otsprotocol.VectorMetricType" json:"metric_type,omitempty"`
	IndexType            *VectorIndexType  `protobuf:"varint,4,opt,name=index_type,json=indexType,enum=otsprotocol.VectorIndexType" json:"index_type,omitempty"`
	IndexParameter       []byte            `protobuf:"bytes,5,opt,name=index_parameter,json=indexParameter" json:"index_parameter,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*VectorOptions) Descriptor added in v1.7.13

func (*VectorOptions) Descriptor() ([]byte, []int)

func (*VectorOptions) GetDataType added in v1.7.13

func (m *VectorOptions) GetDataType() VectorDataType

func (*VectorOptions) GetDimension added in v1.7.13

func (m *VectorOptions) GetDimension() int32

func (*VectorOptions) GetIndexParameter added in v1.7.13

func (m *VectorOptions) GetIndexParameter() []byte

func (*VectorOptions) GetIndexType added in v1.7.13

func (m *VectorOptions) GetIndexType() VectorIndexType

func (*VectorOptions) GetMetricType added in v1.7.13

func (m *VectorOptions) GetMetricType() VectorMetricType

func (*VectorOptions) ProtoMessage added in v1.7.13

func (*VectorOptions) ProtoMessage()

func (*VectorOptions) Reset added in v1.7.13

func (m *VectorOptions) Reset()

func (*VectorOptions) String added in v1.7.13

func (m *VectorOptions) String() string

func (*VectorOptions) XXX_DiscardUnknown added in v1.7.13

func (m *VectorOptions) XXX_DiscardUnknown()

func (*VectorOptions) XXX_Marshal added in v1.7.13

func (m *VectorOptions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*VectorOptions) XXX_Merge added in v1.7.13

func (m *VectorOptions) XXX_Merge(src proto.Message)

func (*VectorOptions) XXX_Size added in v1.7.13

func (m *VectorOptions) XXX_Size() int

func (*VectorOptions) XXX_Unmarshal added in v1.7.13

func (m *VectorOptions) XXX_Unmarshal(b []byte) error

type WildcardQuery

type WildcardQuery struct {
	FieldName            *string  `protobuf:"bytes,1,opt,name=field_name,json=fieldName" json:"field_name,omitempty"`
	Value                *string  `protobuf:"bytes,2,opt,name=value" json:"value,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*WildcardQuery) Descriptor

func (*WildcardQuery) Descriptor() ([]byte, []int)

func (*WildcardQuery) GetFieldName

func (m *WildcardQuery) GetFieldName() string

func (*WildcardQuery) GetValue

func (m *WildcardQuery) GetValue() string

func (*WildcardQuery) ProtoMessage

func (*WildcardQuery) ProtoMessage()

func (*WildcardQuery) Reset

func (m *WildcardQuery) Reset()

func (*WildcardQuery) String

func (m *WildcardQuery) String() string

func (*WildcardQuery) XXX_DiscardUnknown

func (m *WildcardQuery) XXX_DiscardUnknown()

func (*WildcardQuery) XXX_Marshal

func (m *WildcardQuery) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WildcardQuery) XXX_Merge

func (m *WildcardQuery) XXX_Merge(src proto.Message)

func (*WildcardQuery) XXX_Size

func (m *WildcardQuery) XXX_Size() int

func (*WildcardQuery) XXX_Unmarshal

func (m *WildcardQuery) XXX_Unmarshal(b []byte) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL