Home
last modified time | relevance | path

Searched defs:DescribeSearchIndexResponse (Results 1 – 3 of 3) sorted by relevance

/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/aliyun/aliyun-tablestore-go-sdk/tablestore/
H A Dsearch_model.go300 type DescribeSearchIndexResponse struct { struct
301 Schema *IndexSchema
302 SyncStat *SyncStat
303 ResponseInfo ResponseInfo
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/aliyun/aliyun-tablestore-go-sdk/tablestore/otsprotocol/
H A Dsearch.pb.go1792 type DescribeSearchIndexResponse struct { struct
1793 Schema *IndexSchema `protobuf:"bytes,1,opt,name=schema" json:"schema,omitempty"`
1794 SyncStat *SyncStat `protobuf:"bytes,2,opt,name=sync_stat" json:"sync_stat,omitempty"`
1795 XXX_unrecognized []byte `json:"-"`
1798 … (m *DescribeSearchIndexResponse) Reset() { *m = DescribeSearchIndexResponse{} }
1799 …c (m *DescribeSearchIndexResponse) String() string { return proto.CompactTextString(m) }
1800 func (*DescribeSearchIndexResponse) ProtoMessage() {}
1801 …c (*DescribeSearchIndexResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{41} }
1803 func (m *DescribeSearchIndexResponse) GetSchema() *IndexSchema {
1810 func (m *DescribeSearchIndexResponse) GetSyncStat() *SyncStat {
H A Dsearch.proto320 message DescribeSearchIndexResponse { message