Latest generation

This commit is contained in:
ci core model
2025-08-19 08:32:31 +00:00
parent b5f4e58159
commit d7e4bc1594
88 changed files with 1012 additions and 1012 deletions

View File

@@ -670,8 +670,8 @@ export const ListUserGroupsResult = new ListUserGroupsResult$Type();
* @generated ServiceType for protobuf service api.UserGroupsService
*/
export const UserGroupsService = new ServiceType("api.UserGroupsService", [
{ name: "Get", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["User Groups"], description: "Get" }, "google.api.method_visibility": { restriction: "SDK" }, "api.rscType": "Project", "api.roles": "Platform.UserGroups" }, I: GetUserGroupsRequest, O: GetUserGroupsResult },
{ name: "Put", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["User Groups"], description: "Update or create a UserGroup" }, "google.api.method_visibility": { restriction: "SDK" }, "api.rscType": "Project" }, I: PutUserGroupsRequest, O: PutUserGroupsResult },
{ name: "Delete", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["User Groups"], description: "Delete" }, "google.api.method_visibility": { restriction: "SDK" }, "api.rscType": "Project" }, I: DeleteUserGroupsRequest, O: DeleteUserGroupsResult },
{ name: "List", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["User Groups"], description: "List" }, "google.api.method_visibility": { restriction: "SDK" }, "api.rscType": "Project" }, I: ListUserGroupsRequest, O: ListUserGroupsResult }
{ name: "Get", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["User Groups"], description: "Get" }, "api.rscType": "Project", "api.roles": "Platform.UserGroups", "google.api.method_visibility": { restriction: "SDK" } }, I: GetUserGroupsRequest, O: GetUserGroupsResult },
{ name: "Put", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["User Groups"], description: "Update or create a UserGroup" }, "api.rscType": "Project", "google.api.method_visibility": { restriction: "SDK" } }, I: PutUserGroupsRequest, O: PutUserGroupsResult },
{ name: "Delete", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["User Groups"], description: "Delete" }, "api.rscType": "Project", "google.api.method_visibility": { restriction: "SDK" } }, I: DeleteUserGroupsRequest, O: DeleteUserGroupsResult },
{ name: "List", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["User Groups"], description: "List" }, "api.rscType": "Project", "google.api.method_visibility": { restriction: "SDK" } }, I: ListUserGroupsRequest, O: ListUserGroupsResult }
], { "api.k8sService": "organisation-server", "api.roleManager": true, "api.resourceManager": true });