You've already forked npm-core-sdk
Latest generation
This commit is contained in:
@@ -678,8 +678,8 @@ export const ClearIndexEntityResult = new ClearIndexEntityResult$Type();
|
||||
* @generated ServiceType for protobuf service api.ElasticService
|
||||
*/
|
||||
export const ElasticService = new ServiceType("api.ElasticService", [
|
||||
{ name: "UpdateModelMappings", options: { "api.rscType": "Platform", "api.roles": "Platform.Elastic", "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Project Elastic"], description: "Generate new model mapping templates" }, "google.api.method_visibility": { restriction: "INTERNAL" } }, I: UpdateModelMappingsRequest, O: UpdateModelMappingsResult },
|
||||
{ name: "CreateProjectMappings", options: { "api.rscType": "Platform", "api.roles": "Platform.Elastic", "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Project Elastic"], description: "Generate new project mapping templates" }, "google.api.method_visibility": { restriction: "INTERNAL" } }, I: CreateProjectMappingsRequest, O: CreateProjectMappingsResult },
|
||||
{ name: "DeleteProjectMappings", options: { "api.rscType": "Platform", "api.roles": "Platform.Elastic", "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Project Elastic"], description: "Delete project mapping templates" }, "google.api.method_visibility": { restriction: "INTERNAL" } }, I: DeleteProjectMappingsRequest, O: DeleteProjectMappingsResult },
|
||||
{ name: "ClearIndexEntity", options: { "api.rscType": "Platform", "api.roles": "Platform.Elastic", "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Project Elastic"], description: "Clear data for a specific entity" }, "google.api.method_visibility": { restriction: "INTERNAL" } }, I: ClearIndexEntityRequest, O: ClearIndexEntityResult }
|
||||
{ name: "UpdateModelMappings", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Project Elastic"], description: "Generate new model mapping templates" }, "api.rscType": "Platform", "api.roles": "Platform.Elastic", "google.api.method_visibility": { restriction: "INTERNAL" } }, I: UpdateModelMappingsRequest, O: UpdateModelMappingsResult },
|
||||
{ name: "CreateProjectMappings", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Project Elastic"], description: "Generate new project mapping templates" }, "api.rscType": "Platform", "api.roles": "Platform.Elastic", "google.api.method_visibility": { restriction: "INTERNAL" } }, I: CreateProjectMappingsRequest, O: CreateProjectMappingsResult },
|
||||
{ name: "DeleteProjectMappings", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Project Elastic"], description: "Delete project mapping templates" }, "api.rscType": "Platform", "api.roles": "Platform.Elastic", "google.api.method_visibility": { restriction: "INTERNAL" } }, I: DeleteProjectMappingsRequest, O: DeleteProjectMappingsResult },
|
||||
{ name: "ClearIndexEntity", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Project Elastic"], description: "Clear data for a specific entity" }, "api.rscType": "Platform", "api.roles": "Platform.Elastic", "google.api.method_visibility": { restriction: "INTERNAL" } }, I: ClearIndexEntityRequest, O: ClearIndexEntityResult }
|
||||
], { "api.k8sService": "project-model-server" });
|
||||
|
||||
Reference in New Issue
Block a user