Latest generation

This commit is contained in:
ci core model
2025-05-26 12:14:28 +00:00
parent 65247e7fe4
commit cc9c6d0b4c
197 changed files with 15132 additions and 15052 deletions

View File

@@ -1,4 +1,4 @@
// @generated by protobuf-ts 2.10.0 with parameter use_proto_field_name
// @generated by protobuf-ts 2.11.0 with parameter use_proto_field_name
// @generated from protobuf file "proj.proto" (package "api", syntax proto3)
// tslint:disable
import type { RpcTransport } from "@protobuf-ts/runtime-rpc";
@@ -44,71 +44,71 @@ import type { RpcOptions } from "@protobuf-ts/runtime-rpc";
*/
export interface IProjectServiceClient {
/**
* @generated from protobuf rpc: Get(api.GetProjectRequest) returns (api.GetProjectResult);
* @generated from protobuf rpc: Get
*/
get(input: GetProjectRequest, options?: RpcOptions): UnaryCall<GetProjectRequest, GetProjectResult>;
/**
* @generated from protobuf rpc: List(api.ListProjectRequest) returns (api.ListProjectResult);
* @generated from protobuf rpc: List
*/
list(input: ListProjectRequest, options?: RpcOptions): UnaryCall<ListProjectRequest, ListProjectResult>;
/**
* @generated from protobuf rpc: ListAll(api.ListAllProjectRequest) returns (api.ListAllProjectResult);
* @generated from protobuf rpc: ListAll
*/
listAll(input: ListAllProjectRequest, options?: RpcOptions): UnaryCall<ListAllProjectRequest, ListAllProjectResult>;
/**
* @generated from protobuf rpc: Create(api.CreateProjectRequest) returns (api.CreateProjectResult);
* @generated from protobuf rpc: Create
*/
create(input: CreateProjectRequest, options?: RpcOptions): UnaryCall<CreateProjectRequest, CreateProjectResult>;
/**
* @generated from protobuf rpc: SetModules(api.SetModulesProjectRequest) returns (api.SetModulesProjectResult);
* @generated from protobuf rpc: SetModules
*/
setModules(input: SetModulesProjectRequest, options?: RpcOptions): UnaryCall<SetModulesProjectRequest, SetModulesProjectResult>;
/**
* @generated from protobuf rpc: Update(api.UpdateProjectRequest) returns (api.UpdateProjectResult);
* @generated from protobuf rpc: Update
*/
update(input: UpdateProjectRequest, options?: RpcOptions): UnaryCall<UpdateProjectRequest, UpdateProjectResult>;
/**
* @generated from protobuf rpc: UpdateStatus(api.UpdateProjectStatusRequest) returns (api.UpdateProjectStatusResult);
* @generated from protobuf rpc: UpdateStatus
*/
updateStatus(input: UpdateProjectStatusRequest, options?: RpcOptions): UnaryCall<UpdateProjectStatusRequest, UpdateProjectStatusResult>;
/**
* @generated from protobuf rpc: Delete(api.DeleteProjectRequest) returns (api.DeleteProjectResult);
* @generated from protobuf rpc: Delete
*/
delete(input: DeleteProjectRequest, options?: RpcOptions): UnaryCall<DeleteProjectRequest, DeleteProjectResult>;
/**
* @generated from protobuf rpc: CreateClickhouse(api.CreateClickhouseRequest) returns (api.CreateClickhouseResult);
* @generated from protobuf rpc: CreateClickhouse
*/
createClickhouse(input: CreateClickhouseRequest, options?: RpcOptions): UnaryCall<CreateClickhouseRequest, CreateClickhouseResult>;
/**
* @generated from protobuf rpc: DeleteClickhouse(api.DeleteClickhouseRequest) returns (api.DeleteClickhouseResult);
* @generated from protobuf rpc: DeleteClickhouse
*/
deleteClickhouse(input: DeleteClickhouseRequest, options?: RpcOptions): UnaryCall<DeleteClickhouseRequest, DeleteClickhouseResult>;
/**
* @generated from protobuf rpc: SuggestID(api.SuggestProjectIDRequest) returns (api.SuggestProjectIDResult);
* @generated from protobuf rpc: SuggestID
*/
suggestID(input: SuggestProjectIDRequest, options?: RpcOptions): UnaryCall<SuggestProjectIDRequest, SuggestProjectIDResult>;
/**
* @generated from protobuf rpc: GetMyUIContext(api.GetMyContextRequest) returns (api.GetMyContextResult);
* @generated from protobuf rpc: GetMyUIContext
*/
getMyUIContext(input: GetMyContextRequest, options?: RpcOptions): UnaryCall<GetMyContextRequest, GetMyContextResult>;
/**
* @generated from protobuf rpc: GetMyContext(api.GetMyContextRequest) returns (api.GetMyContextResult);
* @generated from protobuf rpc: GetMyContext
*/
getMyContext(input: GetMyContextRequest, options?: RpcOptions): UnaryCall<GetMyContextRequest, GetMyContextResult>;
/**
* @generated from protobuf rpc: DeleteProjectInDB(api.DeleteProjectInDBRequest) returns (api.DeleteProjectInDBResult);
* @generated from protobuf rpc: DeleteProjectInDB
*/
deleteProjectInDB(input: DeleteProjectInDBRequest, options?: RpcOptions): UnaryCall<DeleteProjectInDBRequest, DeleteProjectInDBResult>;
/**
* @generated from protobuf rpc: DeleteCassandra(api.DeleteCassandraRequest) returns (api.DeleteCassandraResult);
* @generated from protobuf rpc: DeleteCassandra
*/
deleteCassandra(input: DeleteCassandraRequest, options?: RpcOptions): UnaryCall<DeleteCassandraRequest, DeleteCassandraResult>;
/**
* @generated from protobuf rpc: OptimizeClickhouse(api.OptimizeClickhouseRequest) returns (api.OptimizeClickhouseResult);
* @generated from protobuf rpc: OptimizeClickhouse
*/
optimizeClickhouse(input: OptimizeClickhouseRequest, options?: RpcOptions): UnaryCall<OptimizeClickhouseRequest, OptimizeClickhouseResult>;
/**
* @generated from protobuf rpc: CleanDeletedProjects(api.CleanDeletedProjectsRequest) returns (api.CleanDeletedProjectsResult);
* @generated from protobuf rpc: CleanDeletedProjects
*/
cleanDeletedProjects(input: CleanDeletedProjectsRequest, options?: RpcOptions): UnaryCall<CleanDeletedProjectsRequest, CleanDeletedProjectsResult>;
}
@@ -122,119 +122,119 @@ export class ProjectServiceClient implements IProjectServiceClient, ServiceInfo
constructor(private readonly _transport: RpcTransport) {
}
/**
* @generated from protobuf rpc: Get(api.GetProjectRequest) returns (api.GetProjectResult);
* @generated from protobuf rpc: Get
*/
get(input: GetProjectRequest, options?: RpcOptions): UnaryCall<GetProjectRequest, GetProjectResult> {
const method = this.methods[0], opt = this._transport.mergeOptions(options);
return stackIntercept<GetProjectRequest, GetProjectResult>("unary", this._transport, method, opt, input);
}
/**
* @generated from protobuf rpc: List(api.ListProjectRequest) returns (api.ListProjectResult);
* @generated from protobuf rpc: List
*/
list(input: ListProjectRequest, options?: RpcOptions): UnaryCall<ListProjectRequest, ListProjectResult> {
const method = this.methods[1], opt = this._transport.mergeOptions(options);
return stackIntercept<ListProjectRequest, ListProjectResult>("unary", this._transport, method, opt, input);
}
/**
* @generated from protobuf rpc: ListAll(api.ListAllProjectRequest) returns (api.ListAllProjectResult);
* @generated from protobuf rpc: ListAll
*/
listAll(input: ListAllProjectRequest, options?: RpcOptions): UnaryCall<ListAllProjectRequest, ListAllProjectResult> {
const method = this.methods[2], opt = this._transport.mergeOptions(options);
return stackIntercept<ListAllProjectRequest, ListAllProjectResult>("unary", this._transport, method, opt, input);
}
/**
* @generated from protobuf rpc: Create(api.CreateProjectRequest) returns (api.CreateProjectResult);
* @generated from protobuf rpc: Create
*/
create(input: CreateProjectRequest, options?: RpcOptions): UnaryCall<CreateProjectRequest, CreateProjectResult> {
const method = this.methods[3], opt = this._transport.mergeOptions(options);
return stackIntercept<CreateProjectRequest, CreateProjectResult>("unary", this._transport, method, opt, input);
}
/**
* @generated from protobuf rpc: SetModules(api.SetModulesProjectRequest) returns (api.SetModulesProjectResult);
* @generated from protobuf rpc: SetModules
*/
setModules(input: SetModulesProjectRequest, options?: RpcOptions): UnaryCall<SetModulesProjectRequest, SetModulesProjectResult> {
const method = this.methods[4], opt = this._transport.mergeOptions(options);
return stackIntercept<SetModulesProjectRequest, SetModulesProjectResult>("unary", this._transport, method, opt, input);
}
/**
* @generated from protobuf rpc: Update(api.UpdateProjectRequest) returns (api.UpdateProjectResult);
* @generated from protobuf rpc: Update
*/
update(input: UpdateProjectRequest, options?: RpcOptions): UnaryCall<UpdateProjectRequest, UpdateProjectResult> {
const method = this.methods[5], opt = this._transport.mergeOptions(options);
return stackIntercept<UpdateProjectRequest, UpdateProjectResult>("unary", this._transport, method, opt, input);
}
/**
* @generated from protobuf rpc: UpdateStatus(api.UpdateProjectStatusRequest) returns (api.UpdateProjectStatusResult);
* @generated from protobuf rpc: UpdateStatus
*/
updateStatus(input: UpdateProjectStatusRequest, options?: RpcOptions): UnaryCall<UpdateProjectStatusRequest, UpdateProjectStatusResult> {
const method = this.methods[6], opt = this._transport.mergeOptions(options);
return stackIntercept<UpdateProjectStatusRequest, UpdateProjectStatusResult>("unary", this._transport, method, opt, input);
}
/**
* @generated from protobuf rpc: Delete(api.DeleteProjectRequest) returns (api.DeleteProjectResult);
* @generated from protobuf rpc: Delete
*/
delete(input: DeleteProjectRequest, options?: RpcOptions): UnaryCall<DeleteProjectRequest, DeleteProjectResult> {
const method = this.methods[7], opt = this._transport.mergeOptions(options);
return stackIntercept<DeleteProjectRequest, DeleteProjectResult>("unary", this._transport, method, opt, input);
}
/**
* @generated from protobuf rpc: CreateClickhouse(api.CreateClickhouseRequest) returns (api.CreateClickhouseResult);
* @generated from protobuf rpc: CreateClickhouse
*/
createClickhouse(input: CreateClickhouseRequest, options?: RpcOptions): UnaryCall<CreateClickhouseRequest, CreateClickhouseResult> {
const method = this.methods[8], opt = this._transport.mergeOptions(options);
return stackIntercept<CreateClickhouseRequest, CreateClickhouseResult>("unary", this._transport, method, opt, input);
}
/**
* @generated from protobuf rpc: DeleteClickhouse(api.DeleteClickhouseRequest) returns (api.DeleteClickhouseResult);
* @generated from protobuf rpc: DeleteClickhouse
*/
deleteClickhouse(input: DeleteClickhouseRequest, options?: RpcOptions): UnaryCall<DeleteClickhouseRequest, DeleteClickhouseResult> {
const method = this.methods[9], opt = this._transport.mergeOptions(options);
return stackIntercept<DeleteClickhouseRequest, DeleteClickhouseResult>("unary", this._transport, method, opt, input);
}
/**
* @generated from protobuf rpc: SuggestID(api.SuggestProjectIDRequest) returns (api.SuggestProjectIDResult);
* @generated from protobuf rpc: SuggestID
*/
suggestID(input: SuggestProjectIDRequest, options?: RpcOptions): UnaryCall<SuggestProjectIDRequest, SuggestProjectIDResult> {
const method = this.methods[10], opt = this._transport.mergeOptions(options);
return stackIntercept<SuggestProjectIDRequest, SuggestProjectIDResult>("unary", this._transport, method, opt, input);
}
/**
* @generated from protobuf rpc: GetMyUIContext(api.GetMyContextRequest) returns (api.GetMyContextResult);
* @generated from protobuf rpc: GetMyUIContext
*/
getMyUIContext(input: GetMyContextRequest, options?: RpcOptions): UnaryCall<GetMyContextRequest, GetMyContextResult> {
const method = this.methods[11], opt = this._transport.mergeOptions(options);
return stackIntercept<GetMyContextRequest, GetMyContextResult>("unary", this._transport, method, opt, input);
}
/**
* @generated from protobuf rpc: GetMyContext(api.GetMyContextRequest) returns (api.GetMyContextResult);
* @generated from protobuf rpc: GetMyContext
*/
getMyContext(input: GetMyContextRequest, options?: RpcOptions): UnaryCall<GetMyContextRequest, GetMyContextResult> {
const method = this.methods[12], opt = this._transport.mergeOptions(options);
return stackIntercept<GetMyContextRequest, GetMyContextResult>("unary", this._transport, method, opt, input);
}
/**
* @generated from protobuf rpc: DeleteProjectInDB(api.DeleteProjectInDBRequest) returns (api.DeleteProjectInDBResult);
* @generated from protobuf rpc: DeleteProjectInDB
*/
deleteProjectInDB(input: DeleteProjectInDBRequest, options?: RpcOptions): UnaryCall<DeleteProjectInDBRequest, DeleteProjectInDBResult> {
const method = this.methods[13], opt = this._transport.mergeOptions(options);
return stackIntercept<DeleteProjectInDBRequest, DeleteProjectInDBResult>("unary", this._transport, method, opt, input);
}
/**
* @generated from protobuf rpc: DeleteCassandra(api.DeleteCassandraRequest) returns (api.DeleteCassandraResult);
* @generated from protobuf rpc: DeleteCassandra
*/
deleteCassandra(input: DeleteCassandraRequest, options?: RpcOptions): UnaryCall<DeleteCassandraRequest, DeleteCassandraResult> {
const method = this.methods[14], opt = this._transport.mergeOptions(options);
return stackIntercept<DeleteCassandraRequest, DeleteCassandraResult>("unary", this._transport, method, opt, input);
}
/**
* @generated from protobuf rpc: OptimizeClickhouse(api.OptimizeClickhouseRequest) returns (api.OptimizeClickhouseResult);
* @generated from protobuf rpc: OptimizeClickhouse
*/
optimizeClickhouse(input: OptimizeClickhouseRequest, options?: RpcOptions): UnaryCall<OptimizeClickhouseRequest, OptimizeClickhouseResult> {
const method = this.methods[15], opt = this._transport.mergeOptions(options);
return stackIntercept<OptimizeClickhouseRequest, OptimizeClickhouseResult>("unary", this._transport, method, opt, input);
}
/**
* @generated from protobuf rpc: CleanDeletedProjects(api.CleanDeletedProjectsRequest) returns (api.CleanDeletedProjectsResult);
* @generated from protobuf rpc: CleanDeletedProjects
*/
cleanDeletedProjects(input: CleanDeletedProjectsRequest, options?: RpcOptions): UnaryCall<CleanDeletedProjectsRequest, CleanDeletedProjectsResult> {
const method = this.methods[16], opt = this._transport.mergeOptions(options);