otsprotocol

package
v5.0.6 Latest Latest
Warning

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

Go to latest
Published: Jul 30, 2020 License: Apache-2.0 Imports: 3 Imported by: 0

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",
}
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,
}
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",
}
View Source
var ColumnReturnType_value = map[string]int32{
	"RETURN_ALL":       1,
	"RETURN_SPECIFIED": 2,
	"RETURN_NONE":      3,
}
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 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 Direction_name = map[int32]string{
	0: "FORWARD",
	1: "BACKWARD",
}
View Source
var Direction_value = map[string]int32{
	"FORWARD":  0,
	"BACKWARD": 1,
}
View Source
var FieldType_name = map[int32]string{
	1: "LONG",
	2: "DOUBLE",
	3: "BOOLEAN",
	4: "KEYWORD",
	5: "TEXT",
	6: "NESTED",
	7: "GEO_POINT",
}
View Source
var FieldType_value = map[string]int32{
	"LONG":      1,
	"DOUBLE":    2,
	"BOOLEAN":   3,
	"KEYWORD":   4,
	"TEXT":      5,
	"NESTED":    6,
	"GEO_POINT": 7,
}
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 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 GroupByType_name = map[int32]string{
	1: "GROUP_BY_FIELD",
	2: "GROUP_BY_RANGE",
	3: "GROUP_BY_FILTER",
	4: "GROUP_BY_GEO_DISTANCE",
}
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,
}
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 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 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 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",
}
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,
}
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 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 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,
}

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 v5.0.3

func (m *AbortTransactionRequest) XXX_DiscardUnknown()

func (*AbortTransactionRequest) XXX_Marshal added in v5.0.3

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

func (*AbortTransactionRequest) XXX_Merge added in v5.0.3

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

func (*AbortTransactionRequest) XXX_Size added in v5.0.3

func (m *AbortTransactionRequest) XXX_Size() int

func (*AbortTransactionRequest) XXX_Unmarshal added in v5.0.3

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 v5.0.3

func (m *AbortTransactionResponse) XXX_DiscardUnknown()

func (*AbortTransactionResponse) XXX_Marshal added in v5.0.3

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

func (*AbortTransactionResponse) XXX_Merge added in v5.0.3

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

func (*AbortTransactionResponse) XXX_Size added in v5.0.3

func (m *AbortTransactionResponse) XXX_Size() int

func (*AbortTransactionResponse) XXX_Unmarshal added in v5.0.3

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 v5.0.3

func (m *AddDefinedColumnRequest) XXX_DiscardUnknown()

func (*AddDefinedColumnRequest) XXX_Marshal added in v5.0.3

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

func (*AddDefinedColumnRequest) XXX_Merge added in v5.0.3

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

func (*AddDefinedColumnRequest) XXX_Size added in v5.0.3

func (m *AddDefinedColumnRequest) XXX_Size() int

func (*AddDefinedColumnRequest) XXX_Unmarshal added in v5.0.3

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 v5.0.3

func (m *AddDefinedColumnResponse) XXX_DiscardUnknown()

func (*AddDefinedColumnResponse) XXX_Marshal added in v5.0.3

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

func (*AddDefinedColumnResponse) XXX_Merge added in v5.0.3

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

func (*AddDefinedColumnResponse) XXX_Size added in v5.0.3

func (m *AddDefinedColumnResponse) XXX_Size() int

func (*AddDefinedColumnResponse) XXX_Unmarshal added in v5.0.3

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 (dst *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 (dst *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
)

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 (dst *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 (dst *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 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 (dst *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 (dst *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 v5.0.3

func (m *BatchGetRowRequest) XXX_DiscardUnknown()

func (*BatchGetRowRequest) XXX_Marshal added in v5.0.3

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

func (*BatchGetRowRequest) XXX_Merge added in v5.0.3

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

func (*BatchGetRowRequest) XXX_Size added in v5.0.3

func (m *BatchGetRowRequest) XXX_Size() int

func (*BatchGetRowRequest) XXX_Unmarshal added in v5.0.3

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 v5.0.3

func (m *BatchGetRowResponse) XXX_DiscardUnknown()

func (*BatchGetRowResponse) XXX_Marshal added in v5.0.3

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

func (*BatchGetRowResponse) XXX_Merge added in v5.0.3

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

func (*BatchGetRowResponse) XXX_Size added in v5.0.3

func (m *BatchGetRowResponse) XXX_Size() int

func (*BatchGetRowResponse) XXX_Unmarshal added in v5.0.3

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"`
	XXX_NoUnkeyedLiteral struct{}                       `json:"-"`
	XXX_unrecognized     []byte                         `json:"-"`
	XXX_sizecache        int32                          `json:"-"`
}

func (*BatchWriteRowRequest) Descriptor

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

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 v5.0.3

func (m *BatchWriteRowRequest) XXX_DiscardUnknown()

func (*BatchWriteRowRequest) XXX_Marshal added in v5.0.3

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

func (*BatchWriteRowRequest) XXX_Merge added in v5.0.3

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

func (*BatchWriteRowRequest) XXX_Size added in v5.0.3

func (m *BatchWriteRowRequest) XXX_Size() int

func (*BatchWriteRowRequest) XXX_Unmarshal added in v5.0.3

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 v5.0.3

func (m *BatchWriteRowResponse) XXX_DiscardUnknown()

func (*BatchWriteRowResponse) XXX_Marshal added in v5.0.3

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

func (*BatchWriteRowResponse) XXX_Merge added in v5.0.3

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

func (*BatchWriteRowResponse) XXX_Size added in v5.0.3

func (m *BatchWriteRowResponse) XXX_Size() int

func (*BatchWriteRowResponse) XXX_Unmarshal added in v5.0.3

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 (dst *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 v5.0.3

func (m *CapacityUnit) XXX_DiscardUnknown()

func (*CapacityUnit) XXX_Marshal added in v5.0.3

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

func (*CapacityUnit) XXX_Merge added in v5.0.3

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

func (*CapacityUnit) XXX_Size added in v5.0.3

func (m *CapacityUnit) XXX_Size() int

func (*CapacityUnit) XXX_Unmarshal added in v5.0.3

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 (dst *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 v5.0.3

func (m *ColumnPaginationFilter) XXX_DiscardUnknown()

func (*ColumnPaginationFilter) XXX_Marshal added in v5.0.3

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

func (*ColumnPaginationFilter) XXX_Merge added in v5.0.3

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

func (*ColumnPaginationFilter) XXX_Size added in v5.0.3

func (m *ColumnPaginationFilter) XXX_Size() int

func (*ColumnPaginationFilter) XXX_Unmarshal added in v5.0.3

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
)

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 (dst *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 v5.0.3

func (m *CommitTransactionRequest) XXX_DiscardUnknown()

func (*CommitTransactionRequest) XXX_Marshal added in v5.0.3

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

func (*CommitTransactionRequest) XXX_Merge added in v5.0.3

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

func (*CommitTransactionRequest) XXX_Size added in v5.0.3

func (m *CommitTransactionRequest) XXX_Size() int

func (*CommitTransactionRequest) XXX_Unmarshal added in v5.0.3

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 v5.0.3

func (m *CommitTransactionResponse) XXX_DiscardUnknown()

func (*CommitTransactionResponse) XXX_Marshal added in v5.0.3

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

func (*CommitTransactionResponse) XXX_Merge added in v5.0.3

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

func (*CommitTransactionResponse) XXX_Size added in v5.0.3

func (m *CommitTransactionResponse) XXX_Size() int

func (*CommitTransactionResponse) XXX_Unmarshal added in v5.0.3

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 v5.0.3

func (m *CompositeColumnValueFilter) XXX_DiscardUnknown()

func (*CompositeColumnValueFilter) XXX_Marshal added in v5.0.3

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

func (*CompositeColumnValueFilter) XXX_Merge added in v5.0.3

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

func (*CompositeColumnValueFilter) XXX_Size added in v5.0.3

func (m *CompositeColumnValueFilter) XXX_Size() int

func (*CompositeColumnValueFilter) XXX_Unmarshal added in v5.0.3

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

type CompressType added in v5.0.3

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

func (CompressType) Enum added in v5.0.3

func (x CompressType) Enum() *CompressType

func (CompressType) EnumDescriptor added in v5.0.3

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

func (CompressType) String added in v5.0.3

func (x CompressType) String() string

func (*CompressType) UnmarshalJSON added in v5.0.3

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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

+++++ ComputeSplitPointsBySize +++++

func (*ComputeSplitPointsBySizeRequest) Descriptor

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

func (*ComputeSplitPointsBySizeRequest) GetSplitSize

func (m *ComputeSplitPointsBySizeRequest) GetSplitSize() 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 v5.0.3

func (m *ComputeSplitPointsBySizeRequest) XXX_DiscardUnknown()

func (*ComputeSplitPointsBySizeRequest) XXX_Marshal added in v5.0.3

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

func (*ComputeSplitPointsBySizeRequest) XXX_Merge added in v5.0.3

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

func (*ComputeSplitPointsBySizeRequest) XXX_Size added in v5.0.3

func (m *ComputeSplitPointsBySizeRequest) XXX_Size() int

func (*ComputeSplitPointsBySizeRequest) XXX_Unmarshal added in v5.0.3

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 v5.0.3

func (m *ComputeSplitPointsBySizeResponse) XXX_DiscardUnknown()

func (*ComputeSplitPointsBySizeResponse) XXX_Marshal added in v5.0.3

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

func (*ComputeSplitPointsBySizeResponse) XXX_Merge added in v5.0.3

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

func (*ComputeSplitPointsBySizeResponse) XXX_Size added in v5.0.3

func (m *ComputeSplitPointsBySizeResponse) XXX_Size() int

func (*ComputeSplitPointsBySizeResponse) XXX_Unmarshal added in v5.0.3

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 v5.0.3

func (m *ComputeSplitPointsBySizeResponse_SplitLocation) XXX_DiscardUnknown()

func (*ComputeSplitPointsBySizeResponse_SplitLocation) XXX_Marshal added in v5.0.3

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

func (*ComputeSplitPointsBySizeResponse_SplitLocation) XXX_Merge added in v5.0.3

func (*ComputeSplitPointsBySizeResponse_SplitLocation) XXX_Size added in v5.0.3

func (*ComputeSplitPointsBySizeResponse_SplitLocation) XXX_Unmarshal added in v5.0.3

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 v5.0.3

func (m *Condition) XXX_DiscardUnknown()

func (*Condition) XXX_Marshal added in v5.0.3

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

func (*Condition) XXX_Merge added in v5.0.3

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

func (*Condition) XXX_Size added in v5.0.3

func (m *Condition) XXX_Size() int

func (*Condition) XXX_Unmarshal added in v5.0.3

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 (dst *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 v5.0.3

func (m *ConsumedCapacity) XXX_DiscardUnknown()

func (*ConsumedCapacity) XXX_Marshal added in v5.0.3

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

func (*ConsumedCapacity) XXX_Merge added in v5.0.3

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

func (*ConsumedCapacity) XXX_Size added in v5.0.3

func (m *ConsumedCapacity) XXX_Size() int

func (*ConsumedCapacity) XXX_Unmarshal added in v5.0.3

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 (dst *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 (dst *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 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 v5.0.3

func (m *CreateIndexRequest) XXX_DiscardUnknown()

func (*CreateIndexRequest) XXX_Marshal added in v5.0.3

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

func (*CreateIndexRequest) XXX_Merge added in v5.0.3

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

func (*CreateIndexRequest) XXX_Size added in v5.0.3

func (m *CreateIndexRequest) XXX_Size() int

func (*CreateIndexRequest) XXX_Unmarshal added in v5.0.3

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 v5.0.3

func (m *CreateIndexResponse) XXX_DiscardUnknown()

func (*CreateIndexResponse) XXX_Marshal added in v5.0.3

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

func (*CreateIndexResponse) XXX_Merge added in v5.0.3

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

func (*CreateIndexResponse) XXX_Size added in v5.0.3

func (m *CreateIndexResponse) XXX_Size() int

func (*CreateIndexResponse) XXX_Unmarshal added in v5.0.3

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"`
	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) GetTableName

func (m *CreateSearchIndexRequest) GetTableName() string

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 (dst *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 (dst *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"`
	IndexMetas           []*IndexMeta         `protobuf:"bytes,7,rep,name=index_metas,json=indexMetas" json:"index_metas,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) GetIndexMetas

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

func (*CreateTableRequest) GetPartitions

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

func (*CreateTableRequest) GetReservedThroughput

func (m *CreateTableRequest) GetReservedThroughput() *ReservedThroughput

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 v5.0.3

func (m *CreateTableRequest) XXX_DiscardUnknown()

func (*CreateTableRequest) XXX_Marshal added in v5.0.3

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

func (*CreateTableRequest) XXX_Merge added in v5.0.3

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

func (*CreateTableRequest) XXX_Size added in v5.0.3

func (m *CreateTableRequest) XXX_Size() int

func (*CreateTableRequest) XXX_Unmarshal added in v5.0.3

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 v5.0.3

func (m *CreateTableResponse) XXX_DiscardUnknown()

func (*CreateTableResponse) XXX_Marshal added in v5.0.3

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

func (*CreateTableResponse) XXX_Merge added in v5.0.3

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

func (*CreateTableResponse) XXX_Size added in v5.0.3

func (m *CreateTableResponse) XXX_Size() int

func (*CreateTableResponse) XXX_Unmarshal added in v5.0.3

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

type DataBlockType added in v5.0.3

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 v5.0.3

func (x DataBlockType) Enum() *DataBlockType

func (DataBlockType) EnumDescriptor added in v5.0.3

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

func (DataBlockType) String added in v5.0.3

func (x DataBlockType) String() string

func (*DataBlockType) UnmarshalJSON added in v5.0.3

func (x *DataBlockType) 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 v5.0.3

func (m *DefinedColumnSchema) XXX_DiscardUnknown()

func (*DefinedColumnSchema) XXX_Marshal added in v5.0.3

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

func (*DefinedColumnSchema) XXX_Merge added in v5.0.3

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

func (*DefinedColumnSchema) XXX_Size added in v5.0.3

func (m *DefinedColumnSchema) XXX_Size() int

func (*DefinedColumnSchema) XXX_Unmarshal added in v5.0.3

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 v5.0.3

func (m *DeleteDefinedColumnRequest) XXX_DiscardUnknown()

func (*DeleteDefinedColumnRequest) XXX_Marshal added in v5.0.3

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

func (*DeleteDefinedColumnRequest) XXX_Merge added in v5.0.3

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

func (*DeleteDefinedColumnRequest) XXX_Size added in v5.0.3

func (m *DeleteDefinedColumnRequest) XXX_Size() int

func (*DeleteDefinedColumnRequest) XXX_Unmarshal added in v5.0.3

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 v5.0.3

func (m *DeleteDefinedColumnResponse) XXX_DiscardUnknown()

func (*DeleteDefinedColumnResponse) XXX_Marshal added in v5.0.3

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

func (*DeleteDefinedColumnResponse) XXX_Merge added in v5.0.3

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

func (*DeleteDefinedColumnResponse) XXX_Size added in v5.0.3

func (m *DeleteDefinedColumnResponse) XXX_Size() int

func (*DeleteDefinedColumnResponse) XXX_Unmarshal added in v5.0.3

func (m *DeleteDefinedColumnResponse) 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 v5.0.3

func (m *DeleteRowRequest) XXX_DiscardUnknown()

func (*DeleteRowRequest) XXX_Marshal added in v5.0.3

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

func (*DeleteRowRequest) XXX_Merge added in v5.0.3

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

func (*DeleteRowRequest) XXX_Size added in v5.0.3

func (m *DeleteRowRequest) XXX_Size() int

func (*DeleteRowRequest) XXX_Unmarshal added in v5.0.3

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 v5.0.3

func (m *DeleteRowResponse) XXX_DiscardUnknown()

func (*DeleteRowResponse) XXX_Marshal added in v5.0.3

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

func (*DeleteRowResponse) XXX_Merge added in v5.0.3

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

func (*DeleteRowResponse) XXX_Size added in v5.0.3

func (m *DeleteRowResponse) XXX_Size() int

func (*DeleteRowResponse) XXX_Unmarshal added in v5.0.3

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 (dst *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 (dst *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 v5.0.3

func (m *DeleteTableRequest) XXX_DiscardUnknown()

func (*DeleteTableRequest) XXX_Marshal added in v5.0.3

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

func (*DeleteTableRequest) XXX_Merge added in v5.0.3

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

func (*DeleteTableRequest) XXX_Size added in v5.0.3

func (m *DeleteTableRequest) XXX_Size() int

func (*DeleteTableRequest) XXX_Unmarshal added in v5.0.3

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 v5.0.3

func (m *DeleteTableResponse) XXX_DiscardUnknown()

func (*DeleteTableResponse) XXX_Marshal added in v5.0.3

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

func (*DeleteTableResponse) XXX_Merge added in v5.0.3

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

func (*DeleteTableResponse) XXX_Size added in v5.0.3

func (m *DeleteTableResponse) XXX_Size() int

func (*DeleteTableResponse) XXX_Unmarshal added in v5.0.3

func (m *DeleteTableResponse) 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 (dst *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"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*DescribeSearchIndexResponse) Descriptor

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

func (*DescribeSearchIndexResponse) GetSchema

func (m *DescribeSearchIndexResponse) GetSchema() *IndexSchema

func (*DescribeSearchIndexResponse) GetSyncStat

func (m *DescribeSearchIndexResponse) GetSyncStat() *SyncStat

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 (dst *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 v5.0.3

func (m *DescribeStreamRequest) XXX_DiscardUnknown()

func (*DescribeStreamRequest) XXX_Marshal added in v5.0.3

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

func (*DescribeStreamRequest) XXX_Merge added in v5.0.3

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

func (*DescribeStreamRequest) XXX_Size added in v5.0.3

func (m *DescribeStreamRequest) XXX_Size() int

func (*DescribeStreamRequest) XXX_Unmarshal added in v5.0.3

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 v5.0.3

func (m *DescribeStreamResponse) XXX_DiscardUnknown()

func (*DescribeStreamResponse) XXX_Marshal added in v5.0.3

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

func (*DescribeStreamResponse) XXX_Merge added in v5.0.3

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

func (*DescribeStreamResponse) XXX_Size added in v5.0.3

func (m *DescribeStreamResponse) XXX_Size() int

func (*DescribeStreamResponse) XXX_Unmarshal added in v5.0.3

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 v5.0.3

func (m *DescribeTableRequest) XXX_DiscardUnknown()

func (*DescribeTableRequest) XXX_Marshal added in v5.0.3

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

func (*DescribeTableRequest) XXX_Merge added in v5.0.3

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

func (*DescribeTableRequest) XXX_Size added in v5.0.3

func (m *DescribeTableRequest) XXX_Size() int

func (*DescribeTableRequest) XXX_Unmarshal added in v5.0.3

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"`
	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) 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 v5.0.3

func (m *DescribeTableResponse) XXX_DiscardUnknown()

func (*DescribeTableResponse) XXX_Marshal added in v5.0.3

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

func (*DescribeTableResponse) XXX_Merge added in v5.0.3

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

func (*DescribeTableResponse) XXX_Size added in v5.0.3

func (m *DescribeTableResponse) XXX_Size() int

func (*DescribeTableResponse) XXX_Unmarshal added in v5.0.3

func (m *DescribeTableResponse) 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 (dst *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 (dst *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 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 v5.0.3

func (m *DropIndexRequest) XXX_DiscardUnknown()

func (*DropIndexRequest) XXX_Marshal added in v5.0.3

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

func (*DropIndexRequest) XXX_Merge added in v5.0.3

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

func (*DropIndexRequest) XXX_Size added in v5.0.3

func (m *DropIndexRequest) XXX_Size() int

func (*DropIndexRequest) XXX_Unmarshal added in v5.0.3

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 v5.0.3

func (m *DropIndexResponse) XXX_DiscardUnknown()

func (*DropIndexResponse) XXX_Marshal added in v5.0.3

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

func (*DropIndexResponse) XXX_Merge added in v5.0.3

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

func (*DropIndexResponse) XXX_Size added in v5.0.3

func (m *DropIndexResponse) XXX_Size() int

func (*DropIndexResponse) XXX_Unmarshal added in v5.0.3

func (m *DropIndexResponse) XXX_Unmarshal(b []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 v5.0.3

func (m *Error) XXX_DiscardUnknown()

func (*Error) XXX_Marshal added in v5.0.3

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

func (*Error) XXX_Merge added in v5.0.3

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

func (*Error) XXX_Size added in v5.0.3

func (m *Error) XXX_Size() int

func (*Error) XXX_Unmarshal added in v5.0.3

func (m *Error) XXX_Unmarshal(b []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 (dst *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 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"`
	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) 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) GetSortAndAgg

func (m *FieldSchema) GetSortAndAgg() bool

func (*FieldSchema) GetStore

func (m *FieldSchema) GetStore() bool

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 (dst *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"`
	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) 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 (dst *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
)

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 (dst *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 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 v5.0.3

func (m *Filter) XXX_DiscardUnknown()

func (*Filter) XXX_Marshal added in v5.0.3

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

func (*Filter) XXX_Merge added in v5.0.3

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

func (*Filter) XXX_Size added in v5.0.3

func (m *Filter) XXX_Size() int

func (*Filter) XXX_Unmarshal added in v5.0.3

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 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 (dst *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 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 (dst *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 (dst *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 (dst *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 (dst *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 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 (dst *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 (dst *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 v5.0.3

func (m *GetRangeRequest) GetCompressTypeHint() CompressType

func (*GetRangeRequest) GetDataBlockTypeHint added in v5.0.3

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 v5.0.3

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 v5.0.3

func (m *GetRangeRequest) XXX_DiscardUnknown()

func (*GetRangeRequest) XXX_Marshal added in v5.0.3

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

func (*GetRangeRequest) XXX_Merge added in v5.0.3

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

func (*GetRangeRequest) XXX_Size added in v5.0.3

func (m *GetRangeRequest) XXX_Size() int

func (*GetRangeRequest) XXX_Unmarshal added in v5.0.3

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 v5.0.3

func (m *GetRangeResponse) GetCompressType() CompressType

func (*GetRangeResponse) GetConsumed

func (m *GetRangeResponse) GetConsumed() *ConsumedCapacity

func (*GetRangeResponse) GetDataBlockType added in v5.0.3

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 v5.0.3

func (m *GetRangeResponse) XXX_DiscardUnknown()

func (*GetRangeResponse) XXX_Marshal added in v5.0.3

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

func (*GetRangeResponse) XXX_Merge added in v5.0.3

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

func (*GetRangeResponse) XXX_Size added in v5.0.3

func (m *GetRangeResponse) XXX_Size() int

func (*GetRangeResponse) XXX_Unmarshal added in v5.0.3

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 v5.0.3

func (m *GetRowRequest) XXX_DiscardUnknown()

func (*GetRowRequest) XXX_Marshal added in v5.0.3

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

func (*GetRowRequest) XXX_Merge added in v5.0.3

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

func (*GetRowRequest) XXX_Size added in v5.0.3

func (m *GetRowRequest) XXX_Size() int

func (*GetRowRequest) XXX_Unmarshal added in v5.0.3

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 v5.0.3

func (m *GetRowResponse) XXX_DiscardUnknown()

func (*GetRowResponse) XXX_Marshal added in v5.0.3

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

func (*GetRowResponse) XXX_Merge added in v5.0.3

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

func (*GetRowResponse) XXX_Size added in v5.0.3

func (m *GetRowResponse) XXX_Size() int

func (*GetRowResponse) XXX_Unmarshal added in v5.0.3

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 v5.0.3

func (m *GetShardIteratorRequest) XXX_DiscardUnknown()

func (*GetShardIteratorRequest) XXX_Marshal added in v5.0.3

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

func (*GetShardIteratorRequest) XXX_Merge added in v5.0.3

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

func (*GetShardIteratorRequest) XXX_Size added in v5.0.3

func (m *GetShardIteratorRequest) XXX_Size() int

func (*GetShardIteratorRequest) XXX_Unmarshal added in v5.0.3

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 v5.0.3

func (m *GetShardIteratorResponse) XXX_DiscardUnknown()

func (*GetShardIteratorResponse) XXX_Marshal added in v5.0.3

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

func (*GetShardIteratorResponse) XXX_Merge added in v5.0.3

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

func (*GetShardIteratorResponse) XXX_Size added in v5.0.3

func (m *GetShardIteratorResponse) XXX_Size() int

func (*GetShardIteratorResponse) XXX_Unmarshal added in v5.0.3

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"`
	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) 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 v5.0.3

func (m *GetStreamRecordRequest) XXX_DiscardUnknown()

func (*GetStreamRecordRequest) XXX_Marshal added in v5.0.3

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

func (*GetStreamRecordRequest) XXX_Merge added in v5.0.3

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

func (*GetStreamRecordRequest) XXX_Size added in v5.0.3

func (m *GetStreamRecordRequest) XXX_Size() int

func (*GetStreamRecordRequest) XXX_Unmarshal added in v5.0.3

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"`
	XXX_NoUnkeyedLiteral struct{}                                `json:"-"`
	XXX_unrecognized     []byte                                  `json:"-"`
	XXX_sizecache        int32                                   `json:"-"`
}

func (*GetStreamRecordResponse) Descriptor

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

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 v5.0.3

func (m *GetStreamRecordResponse) XXX_DiscardUnknown()

func (*GetStreamRecordResponse) XXX_Marshal added in v5.0.3

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

func (*GetStreamRecordResponse) XXX_Merge added in v5.0.3

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

func (*GetStreamRecordResponse) XXX_Size added in v5.0.3

func (m *GetStreamRecordResponse) XXX_Size() int

func (*GetStreamRecordResponse) XXX_Unmarshal added in v5.0.3

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"`
	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) 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 v5.0.3

func (m *GetStreamRecordResponse_StreamRecord) XXX_DiscardUnknown()

func (*GetStreamRecordResponse_StreamRecord) XXX_Marshal added in v5.0.3

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

func (*GetStreamRecordResponse_StreamRecord) XXX_Merge added in v5.0.3

func (*GetStreamRecordResponse_StreamRecord) XXX_Size added in v5.0.3

func (*GetStreamRecordResponse_StreamRecord) XXX_Unmarshal added in v5.0.3

func (m *GetStreamRecordResponse_StreamRecord) 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 (dst *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 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 (dst *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 (dst *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 (dst *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 (dst *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 (dst *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 (dst *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 (dst *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 (dst *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 (dst *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 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 (dst *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 (dst *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 (dst *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 (dst *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 (dst *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 (dst *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
)

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 (dst *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 (dst *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 (dst *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 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 (dst *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"`
	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) 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 v5.0.3

func (m *IndexMeta) XXX_DiscardUnknown()

func (*IndexMeta) XXX_Marshal added in v5.0.3

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

func (*IndexMeta) XXX_Merge added in v5.0.3

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

func (*IndexMeta) XXX_Size added in v5.0.3

func (m *IndexMeta) XXX_Size() int

func (*IndexMeta) XXX_Unmarshal added in v5.0.3

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 (dst *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 (dst *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 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 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 (dst *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 (dst *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 v5.0.3

func (m *ListStreamRequest) XXX_DiscardUnknown()

func (*ListStreamRequest) XXX_Marshal added in v5.0.3

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

func (*ListStreamRequest) XXX_Merge added in v5.0.3

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

func (*ListStreamRequest) XXX_Size added in v5.0.3

func (m *ListStreamRequest) XXX_Size() int

func (*ListStreamRequest) XXX_Unmarshal added in v5.0.3

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 v5.0.3

func (m *ListStreamResponse) XXX_DiscardUnknown()

func (*ListStreamResponse) XXX_Marshal added in v5.0.3

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

func (*ListStreamResponse) XXX_Merge added in v5.0.3

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

func (*ListStreamResponse) XXX_Size added in v5.0.3

func (m *ListStreamResponse) XXX_Size() int

func (*ListStreamResponse) XXX_Unmarshal added in v5.0.3

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 v5.0.3

func (m *ListTableRequest) XXX_DiscardUnknown()

func (*ListTableRequest) XXX_Marshal added in v5.0.3

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

func (*ListTableRequest) XXX_Merge added in v5.0.3

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

func (*ListTableRequest) XXX_Size added in v5.0.3

func (m *ListTableRequest) XXX_Size() int

func (*ListTableRequest) XXX_Unmarshal added in v5.0.3

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 v5.0.3

func (m *ListTableResponse) XXX_DiscardUnknown()

func (*ListTableResponse) XXX_Marshal added in v5.0.3

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

func (*ListTableResponse) XXX_Merge added in v5.0.3

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

func (*ListTableResponse) XXX_Size added in v5.0.3

func (m *ListTableResponse) XXX_Size() int

func (*ListTableResponse) XXX_Unmarshal added in v5.0.3

func (m *ListTableResponse) 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 v5.0.3

func (m *LoadTableRequest) XXX_DiscardUnknown()

func (*LoadTableRequest) XXX_Marshal added in v5.0.3

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

func (*LoadTableRequest) XXX_Merge added in v5.0.3

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

func (*LoadTableRequest) XXX_Size added in v5.0.3

func (m *LoadTableRequest) XXX_Size() int

func (*LoadTableRequest) XXX_Unmarshal added in v5.0.3

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 v5.0.3

func (m *LoadTableResponse) XXX_DiscardUnknown()

func (*LoadTableResponse) XXX_Marshal added in v5.0.3

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

func (*LoadTableResponse) XXX_Merge added in v5.0.3

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

func (*LoadTableResponse) XXX_Size added in v5.0.3

func (m *LoadTableResponse) XXX_Size() int

func (*LoadTableResponse) XXX_Unmarshal added in v5.0.3

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 (dst *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 (dst *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 (dst *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 (dst *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 (dst *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 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 (dst *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 (dst *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 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 (dst *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"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

func (*NestedQuery) Descriptor

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

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 (dst *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 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 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 v5.0.3

func (m *PartitionRange) XXX_DiscardUnknown()

func (*PartitionRange) XXX_Marshal added in v5.0.3

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

func (*PartitionRange) XXX_Merge added in v5.0.3

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

func (*PartitionRange) XXX_Size added in v5.0.3

func (m *PartitionRange) XXX_Size() int

func (*PartitionRange) XXX_Unmarshal added in v5.0.3

func (m *PartitionRange) 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 (dst *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 v5.0.3

func (m *PrimaryKeySchema) XXX_DiscardUnknown()

func (*PrimaryKeySchema) XXX_Marshal added in v5.0.3

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

func (*PrimaryKeySchema) XXX_Merge added in v5.0.3

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

func (*PrimaryKeySchema) XXX_Size added in v5.0.3

func (m *PrimaryKeySchema) XXX_Size() int

func (*PrimaryKeySchema) XXX_Unmarshal added in v5.0.3

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 (dst *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 v5.0.3

func (m *PutRowRequest) XXX_DiscardUnknown()

func (*PutRowRequest) XXX_Marshal added in v5.0.3

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

func (*PutRowRequest) XXX_Merge added in v5.0.3

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

func (*PutRowRequest) XXX_Size added in v5.0.3

func (m *PutRowRequest) XXX_Size() int

func (*PutRowRequest) XXX_Unmarshal added in v5.0.3

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 v5.0.3

func (m *PutRowResponse) XXX_DiscardUnknown()

func (*PutRowResponse) XXX_Marshal added in v5.0.3

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

func (*PutRowResponse) XXX_Merge added in v5.0.3

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

func (*PutRowResponse) XXX_Size added in v5.0.3

func (m *PutRowResponse) XXX_Size() int

func (*PutRowResponse) XXX_Unmarshal added in v5.0.3

func (m *PutRowResponse) 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 (dst *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 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 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
)

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 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 (dst *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 (dst *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 v5.0.3

func (m *ReservedThroughput) XXX_DiscardUnknown()

func (*ReservedThroughput) XXX_Marshal added in v5.0.3

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

func (*ReservedThroughput) XXX_Merge added in v5.0.3

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

func (*ReservedThroughput) XXX_Size added in v5.0.3

func (m *ReservedThroughput) XXX_Size() int

func (*ReservedThroughput) XXX_Unmarshal added in v5.0.3

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 v5.0.3

func (m *ReservedThroughputDetails) XXX_DiscardUnknown()

func (*ReservedThroughputDetails) XXX_Marshal added in v5.0.3

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

func (*ReservedThroughputDetails) XXX_Merge added in v5.0.3

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

func (*ReservedThroughputDetails) XXX_Size added in v5.0.3

func (m *ReservedThroughputDetails) XXX_Size() int

func (*ReservedThroughputDetails) XXX_Unmarshal added in v5.0.3

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 v5.0.3

func (m *ReturnContent) XXX_DiscardUnknown()

func (*ReturnContent) XXX_Marshal added in v5.0.3

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

func (*ReturnContent) XXX_Merge added in v5.0.3

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

func (*ReturnContent) XXX_Size added in v5.0.3

func (m *ReturnContent) XXX_Size() int

func (*ReturnContent) XXX_Unmarshal added in v5.0.3

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 (dst *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 v5.0.3

func (m *RowInBatchGetRowResponse) XXX_DiscardUnknown()

func (*RowInBatchGetRowResponse) XXX_Marshal added in v5.0.3

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

func (*RowInBatchGetRowResponse) XXX_Merge added in v5.0.3

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

func (*RowInBatchGetRowResponse) XXX_Size added in v5.0.3

func (m *RowInBatchGetRowResponse) XXX_Size() int

func (*RowInBatchGetRowResponse) XXX_Unmarshal added in v5.0.3

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 v5.0.3

func (m *RowInBatchWriteRowRequest) XXX_DiscardUnknown()

func (*RowInBatchWriteRowRequest) XXX_Marshal added in v5.0.3

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

func (*RowInBatchWriteRowRequest) XXX_Merge added in v5.0.3

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

func (*RowInBatchWriteRowRequest) XXX_Size added in v5.0.3

func (m *RowInBatchWriteRowRequest) XXX_Size() int

func (*RowInBatchWriteRowRequest) XXX_Unmarshal added in v5.0.3

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 v5.0.3

func (m *RowInBatchWriteRowResponse) XXX_DiscardUnknown()

func (*RowInBatchWriteRowResponse) XXX_Marshal added in v5.0.3

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

func (*RowInBatchWriteRowResponse) XXX_Merge added in v5.0.3

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

func (*RowInBatchWriteRowResponse) XXX_Size added in v5.0.3

func (m *RowInBatchWriteRowResponse) XXX_Size() int

func (*RowInBatchWriteRowResponse) XXX_Unmarshal added in v5.0.3

func (m *RowInBatchWriteRowResponse) 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 (dst *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 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"`
	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) 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 (dst *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"`
	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) 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 (dst *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"`
	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"`
	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) GetGroupBys

func (m *SearchResponse) GetGroupBys() []byte

func (*SearchResponse) GetIsAllSucceeded

func (m *SearchResponse) GetIsAllSucceeded() bool

func (*SearchResponse) GetNextToken

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

func (*SearchResponse) GetRows

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

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 (dst *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 v5.0.3

func (m *SingleColumnValueFilter) XXX_DiscardUnknown()

func (*SingleColumnValueFilter) XXX_Marshal added in v5.0.3

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

func (*SingleColumnValueFilter) XXX_Merge added in v5.0.3

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

func (*SingleColumnValueFilter) XXX_Size added in v5.0.3

func (m *SingleColumnValueFilter) XXX_Size() int

func (*SingleColumnValueFilter) XXX_Unmarshal added in v5.0.3

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 (dst *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 (dst *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"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*Sorter) Descriptor

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

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 (dst *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 (dst *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 v5.0.3

func (m *StartLocalTransactionRequest) XXX_DiscardUnknown()

func (*StartLocalTransactionRequest) XXX_Marshal added in v5.0.3

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

func (*StartLocalTransactionRequest) XXX_Merge added in v5.0.3

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

func (*StartLocalTransactionRequest) XXX_Size added in v5.0.3

func (m *StartLocalTransactionRequest) XXX_Size() int

func (*StartLocalTransactionRequest) XXX_Unmarshal added in v5.0.3

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 v5.0.3

func (m *StartLocalTransactionResponse) XXX_DiscardUnknown()

func (*StartLocalTransactionResponse) XXX_Marshal added in v5.0.3

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

func (*StartLocalTransactionResponse) XXX_Merge added in v5.0.3

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

func (*StartLocalTransactionResponse) XXX_Size added in v5.0.3

func (m *StartLocalTransactionResponse) XXX_Size() int

func (*StartLocalTransactionResponse) XXX_Unmarshal added in v5.0.3

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 v5.0.3

func (m *Stream) XXX_DiscardUnknown()

func (*Stream) XXX_Marshal added in v5.0.3

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

func (*Stream) XXX_Merge added in v5.0.3

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

func (*Stream) XXX_Size added in v5.0.3

func (m *Stream) XXX_Size() int

func (*Stream) XXX_Unmarshal added in v5.0.3

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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*StreamDetails) Descriptor

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

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 v5.0.3

func (m *StreamDetails) XXX_DiscardUnknown()

func (*StreamDetails) XXX_Marshal added in v5.0.3

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

func (*StreamDetails) XXX_Merge added in v5.0.3

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

func (*StreamDetails) XXX_Size added in v5.0.3

func (m *StreamDetails) XXX_Size() int

func (*StreamDetails) XXX_Unmarshal added in v5.0.3

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 v5.0.3

func (m *StreamShard) XXX_DiscardUnknown()

func (*StreamShard) XXX_Marshal added in v5.0.3

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

func (*StreamShard) XXX_Merge added in v5.0.3

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

func (*StreamShard) XXX_Size added in v5.0.3

func (m *StreamShard) XXX_Size() int

func (*StreamShard) XXX_Unmarshal added in v5.0.3

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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*StreamSpecification) Descriptor

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

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 v5.0.3

func (m *StreamSpecification) XXX_DiscardUnknown()

func (*StreamSpecification) XXX_Marshal added in v5.0.3

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

func (*StreamSpecification) XXX_Merge added in v5.0.3

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

func (*StreamSpecification) XXX_Size added in v5.0.3

func (m *StreamSpecification) XXX_Size() int

func (*StreamSpecification) XXX_Unmarshal added in v5.0.3

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 (dst *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 (dst *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 (dst *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 (dst *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 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 v5.0.3

func (m *TableInBatchGetRowRequest) XXX_DiscardUnknown()

func (*TableInBatchGetRowRequest) XXX_Marshal added in v5.0.3

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

func (*TableInBatchGetRowRequest) XXX_Merge added in v5.0.3

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

func (*TableInBatchGetRowRequest) XXX_Size added in v5.0.3

func (m *TableInBatchGetRowRequest) XXX_Size() int

func (*TableInBatchGetRowRequest) XXX_Unmarshal added in v5.0.3

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 v5.0.3

func (m *TableInBatchGetRowResponse) XXX_DiscardUnknown()

func (*TableInBatchGetRowResponse) XXX_Marshal added in v5.0.3

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

func (*TableInBatchGetRowResponse) XXX_Merge added in v5.0.3

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

func (*TableInBatchGetRowResponse) XXX_Size added in v5.0.3

func (m *TableInBatchGetRowResponse) XXX_Size() int

func (*TableInBatchGetRowResponse) XXX_Unmarshal added in v5.0.3

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 v5.0.3

func (m *TableInBatchWriteRowRequest) XXX_DiscardUnknown()

func (*TableInBatchWriteRowRequest) XXX_Marshal added in v5.0.3

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

func (*TableInBatchWriteRowRequest) XXX_Merge added in v5.0.3

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

func (*TableInBatchWriteRowRequest) XXX_Size added in v5.0.3

func (m *TableInBatchWriteRowRequest) XXX_Size() int

func (*TableInBatchWriteRowRequest) XXX_Unmarshal added in v5.0.3

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 v5.0.3

func (m *TableInBatchWriteRowResponse) XXX_DiscardUnknown()

func (*TableInBatchWriteRowResponse) XXX_Marshal added in v5.0.3

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

func (*TableInBatchWriteRowResponse) XXX_Merge added in v5.0.3

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

func (*TableInBatchWriteRowResponse) XXX_Size added in v5.0.3

func (m *TableInBatchWriteRowResponse) XXX_Size() int

func (*TableInBatchWriteRowResponse) XXX_Unmarshal added in v5.0.3

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 v5.0.3

func (m *TableMeta) XXX_DiscardUnknown()

func (*TableMeta) XXX_Marshal added in v5.0.3

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

func (*TableMeta) XXX_Merge added in v5.0.3

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

func (*TableMeta) XXX_Size added in v5.0.3

func (m *TableMeta) XXX_Size() int

func (*TableMeta) XXX_Unmarshal added in v5.0.3

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 */
	XXX_NoUnkeyedLiteral      struct{}         `json:"-"`
	XXX_unrecognized          []byte           `json:"-"`
	XXX_sizecache             int32            `json:"-"`
}

func (*TableOptions) Descriptor

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

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 v5.0.3

func (m *TableOptions) XXX_DiscardUnknown()

func (*TableOptions) XXX_Marshal added in v5.0.3

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

func (*TableOptions) XXX_Merge added in v5.0.3

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

func (*TableOptions) XXX_Size added in v5.0.3

func (m *TableOptions) XXX_Size() int

func (*TableOptions) XXX_Unmarshal added in v5.0.3

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 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 (dst *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 (dst *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 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 v5.0.3

func (m *TimeRange) XXX_DiscardUnknown()

func (*TimeRange) XXX_Marshal added in v5.0.3

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

func (*TimeRange) XXX_Merge added in v5.0.3

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

func (*TimeRange) XXX_Size added in v5.0.3

func (m *TimeRange) XXX_Size() int

func (*TimeRange) XXX_Unmarshal added in v5.0.3

func (m *TimeRange) 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 v5.0.3

func (m *UnloadTableRequest) XXX_DiscardUnknown()

func (*UnloadTableRequest) XXX_Marshal added in v5.0.3

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

func (*UnloadTableRequest) XXX_Merge added in v5.0.3

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

func (*UnloadTableRequest) XXX_Size added in v5.0.3

func (m *UnloadTableRequest) XXX_Size() int

func (*UnloadTableRequest) XXX_Unmarshal added in v5.0.3

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 v5.0.3

func (m *UnloadTableResponse) XXX_DiscardUnknown()

func (*UnloadTableResponse) XXX_Marshal added in v5.0.3

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

func (*UnloadTableResponse) XXX_Merge added in v5.0.3

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

func (*UnloadTableResponse) XXX_Size added in v5.0.3

func (m *UnloadTableResponse) XXX_Size() int

func (*UnloadTableResponse) XXX_Unmarshal added in v5.0.3

func (m *UnloadTableResponse) 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 v5.0.3

func (m *UpdateRowRequest) XXX_DiscardUnknown()

func (*UpdateRowRequest) XXX_Marshal added in v5.0.3

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

func (*UpdateRowRequest) XXX_Merge added in v5.0.3

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

func (*UpdateRowRequest) XXX_Size added in v5.0.3

func (m *UpdateRowRequest) XXX_Size() int

func (*UpdateRowRequest) XXX_Unmarshal added in v5.0.3

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 v5.0.3

func (m *UpdateRowResponse) XXX_DiscardUnknown()

func (*UpdateRowResponse) XXX_Marshal added in v5.0.3

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

func (*UpdateRowResponse) XXX_Merge added in v5.0.3

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

func (*UpdateRowResponse) XXX_Size added in v5.0.3

func (m *UpdateRowResponse) XXX_Size() int

func (*UpdateRowResponse) XXX_Unmarshal added in v5.0.3

func (m *UpdateRowResponse) 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 v5.0.3

func (m *UpdateTableRequest) XXX_DiscardUnknown()

func (*UpdateTableRequest) XXX_Marshal added in v5.0.3

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

func (*UpdateTableRequest) XXX_Merge added in v5.0.3

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

func (*UpdateTableRequest) XXX_Size added in v5.0.3

func (m *UpdateTableRequest) XXX_Size() int

func (*UpdateTableRequest) XXX_Unmarshal added in v5.0.3

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 v5.0.3

func (m *UpdateTableResponse) XXX_DiscardUnknown()

func (*UpdateTableResponse) XXX_Marshal added in v5.0.3

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

func (*UpdateTableResponse) XXX_Merge added in v5.0.3

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

func (*UpdateTableResponse) XXX_Size added in v5.0.3

func (m *UpdateTableResponse) XXX_Size() int

func (*UpdateTableResponse) XXX_Unmarshal added in v5.0.3

func (m *UpdateTableResponse) 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 v5.0.3

func (m *ValueTransferRule) XXX_DiscardUnknown()

func (*ValueTransferRule) XXX_Marshal added in v5.0.3

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

func (*ValueTransferRule) XXX_Merge added in v5.0.3

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

func (*ValueTransferRule) XXX_Size added in v5.0.3

func (m *ValueTransferRule) XXX_Size() int

func (*ValueTransferRule) XXX_Unmarshal added in v5.0.3

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 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 (dst *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