Home
last modified time | relevance | path

Searched refs:DescribeSearchIndexResponse (Results 1 – 4 of 4) sorted by relevance

/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/aliyun/aliyun-tablestore-go-sdk/tablestore/
H A Dsearch_api.go62 …nt) DescribeSearchIndex(request *DescribeSearchIndexRequest) (*DescribeSearchIndexResponse, error)…
67 resp := new(otsprotocol.DescribeSearchIndexResponse)
68 response := &DescribeSearchIndexResponse{}
H A Dsearch_model.go300 type DescribeSearchIndexResponse struct { struct
/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
1798 func (m *DescribeSearchIndexResponse) Reset() { *m = DescribeSearchIndexResponse argument
1799 func (m *DescribeSearchIndexResponse) String() string { return proto.CompactTextString(m… argument
1800 func (*DescribeSearchIndexResponse) ProtoMessage() {} argument
1801 func (*DescribeSearchIndexResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{41… argument
1803 func (m *DescribeSearchIndexResponse) GetSchema() *IndexSchema { argument
1810 func (m *DescribeSearchIndexResponse) GetSyncStat() *SyncStat { argument
1859 proto.RegisterType((*DescribeSearchIndexResponse)(nil), "otsprotocol.DescribeSearchIndexResponse")
H A Dsearch.proto320 message DescribeSearchIndexResponse { message