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

@@ -472,5 +472,5 @@ export const GetViewFieldsResult = new GetViewFieldsResult$Type();
* @generated ServiceType for protobuf service api.ViewService
*/
export const ViewService = new ServiceType("api.ViewService", [
{ name: "GetViewFields", options: { "api.rscType": "Project", "api.roles": "Platform.Project-View", "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Project View"], description: "Get view fields" }, "google.api.method_visibility": { restriction: "SDK" } }, I: GetViewFieldsRequest, O: GetViewFieldsResult }
{ name: "GetViewFields", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Project View"], description: "Get view fields" }, "api.rscType": "Project", "api.roles": "Platform.Project-View", "google.api.method_visibility": { restriction: "SDK" } }, I: GetViewFieldsRequest, O: GetViewFieldsResult }
], { "api.k8sService": "project-model-server" });