Latest generation

This commit is contained in:
ci core model
2025-06-02 13:25:02 +00:00
parent 31e3e485f3
commit f30bfa6840
90 changed files with 1295 additions and 1295 deletions

View File

@@ -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" });