public static class SearchService.Schema extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
CreateSchemaResp |
create(CreateSchemaReq req) |
CreateSchemaResp |
create(CreateSchemaReq req,
RequestOptions reqOptions) |
DeleteSchemaResp |
delete(DeleteSchemaReq req) |
DeleteSchemaResp |
delete(DeleteSchemaReq req,
RequestOptions reqOptions) |
GetSchemaResp |
get(GetSchemaReq req) |
GetSchemaResp |
get(GetSchemaReq req,
RequestOptions reqOptions) |
PatchSchemaResp |
patch(PatchSchemaReq req) |
PatchSchemaResp |
patch(PatchSchemaReq req,
RequestOptions reqOptions) |
public Schema(Config config)
public CreateSchemaResp create(CreateSchemaReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic CreateSchemaResp create(CreateSchemaReq req) throws Exception
Exceptionpublic DeleteSchemaResp delete(DeleteSchemaReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic DeleteSchemaResp delete(DeleteSchemaReq req) throws Exception
Exceptionpublic GetSchemaResp get(GetSchemaReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic GetSchemaResp get(GetSchemaReq req) throws Exception
Exceptionpublic PatchSchemaResp patch(PatchSchemaReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic PatchSchemaResp patch(PatchSchemaReq req) throws Exception
ExceptionCopyright © 2022. All rights reserved.