Latest generation

This commit is contained in:
ci core model
2025-05-05 09:13:40 +00:00
parent c82118c2e0
commit bb9a0a8938
89 changed files with 993 additions and 981 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" }, "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 }
{ name: "Get", options: { "api.rscType": "Project", "api.roles": "Platform.UserGroups", "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["User Groups"], description: "Get" }, "google.api.method_visibility": { restriction: "SDK" } }, I: GetUserGroupsRequest, O: GetUserGroupsResult },
{ name: "Put", options: { "api.rscType": "Project", "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["User Groups"], description: "Update or create a UserGroup" }, "google.api.method_visibility": { restriction: "SDK" } }, I: PutUserGroupsRequest, O: PutUserGroupsResult },
{ name: "Delete", options: { "api.rscType": "Project", "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["User Groups"], description: "Delete" }, "google.api.method_visibility": { restriction: "SDK" } }, I: DeleteUserGroupsRequest, O: DeleteUserGroupsResult },
{ name: "List", options: { "api.rscType": "Project", "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["User Groups"], description: "List" }, "google.api.method_visibility": { restriction: "SDK" } }, I: ListUserGroupsRequest, O: ListUserGroupsResult }
], { "api.k8sService": "organisation-server", "api.roleManager": true, "api.resourceManager": true });