You've already forked npm-core-sdk
Latest generation
This commit is contained in:
52
org.ts
52
org.ts
@@ -3053,30 +3053,30 @@ export const DeleteOrganisationInDBResult = new DeleteOrganisationInDBResult$Typ
|
||||
* @generated ServiceType for protobuf service api.OrganisationService
|
||||
*/
|
||||
export const OrganisationService = new ServiceType("api.OrganisationService", [
|
||||
{ name: "Get", options: { "api.rscType": "Organisation", "api.roles": "Platform.Organisation", "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Admin Organisation"], description: "Get" }, "google.api.method_visibility": { restriction: "INTERNAL" } }, I: GetOrganisationRequest, O: GetOrganisationResult },
|
||||
{ name: "Create", options: { "api.rscType": "Platform", "api.roles": "", "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Admin Organisation"], description: "Create" }, "google.api.method_visibility": { restriction: "INTERNAL" } }, I: CreateOrganisationRequest, O: CreateOrganisationResult },
|
||||
{ name: "SetModules", options: { "api.rscType": "Platform", "api.roles": "", "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Admin Organisation"], description: "Set the modules of an organisation" }, "google.api.method_visibility": { restriction: "SDK" } }, I: SetModulesOrganisationRequest, O: SetModulesOrganisationResult },
|
||||
{ name: "Update", options: { "api.rscType": "Organisation", "api.roles": "", "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Admin Organisation"], description: "Update" }, "google.api.method_visibility": { restriction: "INTERNAL" } }, I: UpdateOrganisationRequest, O: UpdateOrganisationResult },
|
||||
{ name: "Delete", options: { "api.rscType": "Platform", "api.roles": "", "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Admin Organisation"], description: "Delete" }, "google.api.method_visibility": { restriction: "INTERNAL" } }, I: DeleteOrganisationRequest, O: DeleteOrganisationResult },
|
||||
{ name: "List", options: { "api.rscType": "Platform", "api.roles": "Platform.Organisation", "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Admin Organisation"], description: "List" }, "google.api.method_visibility": { restriction: "INTERNAL" } }, I: ListOrganisationRequest, O: ListOrganisationResult },
|
||||
{ name: "UpdateStatus", options: { "api.rscType": "Platform", "api.roles": "Platform.Organisation-Status", "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Admin Organisation"], description: "Set the new status for the organisation" }, "google.api.method_visibility": { restriction: "INTERNAL" } }, I: UpdateOrganisationStatusRequest, O: UpdateOrganisationStatusResult },
|
||||
{ name: "StartStreamingJobs", options: { "api.rscType": "Platform", "api.roles": "", "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Admin Streaming"], description: "Start streaming jobs for the organisation and set the status RUNNING" }, "google.api.method_visibility": { restriction: "INTERNAL" } }, I: StartStreamingJobsRequest, O: StartStreamingJobsResult },
|
||||
{ name: "StopStreamingJobs", options: { "api.rscType": "Platform", "api.roles": "", "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Admin Streaming"], description: "Stop gracefully streaming jobs for the organisation and set the status STOPPED" }, "google.api.method_visibility": { restriction: "INTERNAL" } }, I: StopStreamingJobsRequest, O: StopStreamingJobsResult },
|
||||
{ name: "CheckStreamingStatus", options: { "api.rscType": "Platform", "api.roles": "", "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Admin Streaming"], description: "Check status for all jobs for a organisation.\nIf organisation has status RUNNING and some jobs are not started the new organisation status is set to PARTIALLY_RUNNING.\nIf organisation has status STOPPED and some jobs are not stopped the new organisation status is set to PARTIALLY_STOPPED" }, "google.api.method_visibility": { restriction: "INTERNAL" } }, I: CheckStreamingStatusRequest, O: CheckStreamingStatusResult },
|
||||
{ name: "StopAllStreamingJobs", options: { "api.rscType": "Platform", "api.roles": "", "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Admin Streaming"], description: "Stop gracefully all jobs for all Organisations with RUNNING status in the platform. For each Organisation set the PAUSE status" }, "google.api.method_visibility": { restriction: "INTERNAL" } }, I: StopAllStreamingJobsRequest, O: StopAllStreamingJobsResult },
|
||||
{ name: "RestartAllStreamingJobs", options: { "api.rscType": "Platform", "api.roles": "", "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Admin Streaming"], description: "Restart all jobs not started for all organisations with RUNNING or PARTIALLY_RUNNING status in the platform. For each organisation set the Organisation status to RUNNING" }, "google.api.method_visibility": { restriction: "INTERNAL" } }, I: RestartAllStreamingJobsRequest, O: RestartAllStreamingJobsResult },
|
||||
{ name: "StartAllStreamingJobs", options: { "api.rscType": "Platform", "api.roles": "", "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Admin Streaming"], description: "Start all jobs for all organisations. For each organisation set the Organisation status to RUNNING" }, "google.api.method_visibility": { restriction: "INTERNAL" } }, I: StartAllStreamingJobsRequest, O: StartAllStreamingJobsResult },
|
||||
{ name: "ForceStopAllStreamingJobs", options: { "api.rscType": "Platform", "api.roles": "", "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Admin Streaming"], description: "Stop all jobs for all organisations with STOPPED or PARTIALLY_STOPPED status in the platform. For each organisation set the status STOPPED" }, "google.api.method_visibility": { restriction: "INTERNAL" } }, I: ForceStopAllStreamingJobsRequest, O: ForceStopAllStreamingJobsResult },
|
||||
{ name: "StartStreamingMetricsJob", options: { "api.rscType": "Platform", "api.roles": "", "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Admin Streaming"], description: "Start metrics job for the platform" }, "google.api.method_visibility": { restriction: "INTERNAL" } }, I: StartStreamingMetricsJobRequest, O: StartStreamingMetricsJobResult },
|
||||
{ name: "StopStreamingMetricsJob", options: { "api.rscType": "Platform", "api.roles": "", "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Admin Streaming"], description: "Stop metrics job for the platform" }, "google.api.method_visibility": { restriction: "INTERNAL" } }, I: StopStreamingMetricsJobRequest, O: StopStreamingMetricsJobResult },
|
||||
{ name: "StartIndividualStreamingJob", options: { "api.rscType": "Platform", "api.roles": "", "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Admin Streaming"], description: "Start one streaming job for the organisation" }, "google.api.method_visibility": { restriction: "INTERNAL" } }, I: StartIndividualStreamingJobRequest, O: StartIndividualStreamingJobResult },
|
||||
{ name: "StopIndividualStreamingJob", options: { "api.rscType": "Platform", "api.roles": "", "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Admin Streaming"], description: "Stop one streaming job for the organisation" }, "google.api.method_visibility": { restriction: "INTERNAL" } }, I: StopIndividualStreamingJobRequest, O: StopIndividualStreamingJobResult },
|
||||
{ name: "ProvisionGitOrg", options: { "api.rscType": "Platform", "api.roles": "Platform.Gitea", "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Admin Organisation"], description: "Provision a git organisation " }, "google.api.method_visibility": { restriction: "INTERNAL" } }, I: ProvisionGitOrgRequest, O: ProvisionGitOrgResult },
|
||||
{ name: "DeprovisionGitOrg", options: { "api.rscType": "Platform", "api.roles": "Platform.Gitea", "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Admin Organisation"], description: "Deprovision a git organisation " }, "google.api.method_visibility": { restriction: "INTERNAL" } }, I: DeprovisionGitOrgRequest, O: DeprovisionGitOrgResult },
|
||||
{ name: "CreatePulsar", options: { "api.rscType": "Platform", "api.roles": "", "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Admin Organisation"], description: "Create Pulsar resources (topics and subscriptions) in connection with the organisation" }, "google.api.method_visibility": { restriction: "INTERNAL" } }, I: CreatePulsarRequest, O: CreatePulsarResult },
|
||||
{ name: "CreatePulsarSubscriptions", options: { "api.rscType": "Platform", "api.roles": "", "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Admin Organisation"], description: "Create Pulsar subsciptions to the topics in connection with the organisation" }, "google.api.method_visibility": { restriction: "INTERNAL" } }, I: CreatePulsarSubscriptionsRequest, O: CreatePulsarSubscriptionsResult },
|
||||
{ name: "DeletePulsar", options: { "api.rscType": "Platform", "api.roles": "", "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Admin Organisation"], description: "Delete Pulsar resources in connection with the organisation" }, "google.api.method_visibility": { restriction: "INTERNAL" } }, I: DeletePulsarRequest, O: DeletePulsarResult },
|
||||
{ name: "CreatePulsarMissPartitions", options: { "api.rscType": "Platform", "api.roles": "", "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Admin Organisation"], description: "Fix Pulsar miss topics partitions in connection with the organisation" }, "google.api.method_visibility": { restriction: "INTERNAL" } }, I: CreatePulsarMissPartitionsRequest, O: CreatePulsarMissPartitionsResult },
|
||||
{ name: "CreateAllPulsarMissPartitions", options: { "api.rscType": "Platform", "api.roles": "", "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Admin Organisation"], description: "Fix Pulsar miss topics partitions for all organisations" }, "google.api.method_visibility": { restriction: "INTERNAL" } }, I: CreateAllPulsarMissPartitionsRequest, O: CreateAllPulsarMissPartitionsResult },
|
||||
{ name: "DeleteOrganisationInDB", options: { "api.rscType": "Platform", "api.roles": "Platform.Organisation-Deletion", "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Admin Organisation"], description: "Delete the organisation in database" }, "google.api.method_visibility": { restriction: "INTERNAL" } }, I: DeleteOrganisationInDBRequest, O: DeleteOrganisationInDBResult }
|
||||
{ name: "Get", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Admin Organisation"], description: "Get" }, "api.rscType": "Organisation", "api.roles": "Platform.Organisation", "google.api.method_visibility": { restriction: "INTERNAL" } }, I: GetOrganisationRequest, O: GetOrganisationResult },
|
||||
{ name: "Create", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Admin Organisation"], description: "Create" }, "api.rscType": "Platform", "api.roles": "", "google.api.method_visibility": { restriction: "INTERNAL" } }, I: CreateOrganisationRequest, O: CreateOrganisationResult },
|
||||
{ name: "SetModules", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Admin Organisation"], description: "Set the modules of an organisation" }, "api.rscType": "Platform", "api.roles": "", "google.api.method_visibility": { restriction: "SDK" } }, I: SetModulesOrganisationRequest, O: SetModulesOrganisationResult },
|
||||
{ name: "Update", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Admin Organisation"], description: "Update" }, "api.rscType": "Organisation", "api.roles": "", "google.api.method_visibility": { restriction: "INTERNAL" } }, I: UpdateOrganisationRequest, O: UpdateOrganisationResult },
|
||||
{ name: "Delete", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Admin Organisation"], description: "Delete" }, "api.rscType": "Platform", "api.roles": "", "google.api.method_visibility": { restriction: "INTERNAL" } }, I: DeleteOrganisationRequest, O: DeleteOrganisationResult },
|
||||
{ name: "List", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Admin Organisation"], description: "List" }, "api.rscType": "Platform", "api.roles": "Platform.Organisation", "google.api.method_visibility": { restriction: "INTERNAL" } }, I: ListOrganisationRequest, O: ListOrganisationResult },
|
||||
{ name: "UpdateStatus", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Admin Organisation"], description: "Set the new status for the organisation" }, "api.rscType": "Platform", "api.roles": "Platform.Organisation-Status", "google.api.method_visibility": { restriction: "INTERNAL" } }, I: UpdateOrganisationStatusRequest, O: UpdateOrganisationStatusResult },
|
||||
{ name: "StartStreamingJobs", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Admin Streaming"], description: "Start streaming jobs for the organisation and set the status RUNNING" }, "api.rscType": "Platform", "api.roles": "", "google.api.method_visibility": { restriction: "INTERNAL" } }, I: StartStreamingJobsRequest, O: StartStreamingJobsResult },
|
||||
{ name: "StopStreamingJobs", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Admin Streaming"], description: "Stop gracefully streaming jobs for the organisation and set the status STOPPED" }, "api.rscType": "Platform", "api.roles": "", "google.api.method_visibility": { restriction: "INTERNAL" } }, I: StopStreamingJobsRequest, O: StopStreamingJobsResult },
|
||||
{ name: "CheckStreamingStatus", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Admin Streaming"], description: "Check status for all jobs for a organisation.\nIf organisation has status RUNNING and some jobs are not started the new organisation status is set to PARTIALLY_RUNNING.\nIf organisation has status STOPPED and some jobs are not stopped the new organisation status is set to PARTIALLY_STOPPED" }, "api.rscType": "Platform", "api.roles": "", "google.api.method_visibility": { restriction: "INTERNAL" } }, I: CheckStreamingStatusRequest, O: CheckStreamingStatusResult },
|
||||
{ name: "StopAllStreamingJobs", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Admin Streaming"], description: "Stop gracefully all jobs for all Organisations with RUNNING status in the platform. For each Organisation set the PAUSE status" }, "api.rscType": "Platform", "api.roles": "", "google.api.method_visibility": { restriction: "INTERNAL" } }, I: StopAllStreamingJobsRequest, O: StopAllStreamingJobsResult },
|
||||
{ name: "RestartAllStreamingJobs", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Admin Streaming"], description: "Restart all jobs not started for all organisations with RUNNING or PARTIALLY_RUNNING status in the platform. For each organisation set the Organisation status to RUNNING" }, "api.rscType": "Platform", "api.roles": "", "google.api.method_visibility": { restriction: "INTERNAL" } }, I: RestartAllStreamingJobsRequest, O: RestartAllStreamingJobsResult },
|
||||
{ name: "StartAllStreamingJobs", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Admin Streaming"], description: "Start all jobs for all organisations. For each organisation set the Organisation status to RUNNING" }, "api.rscType": "Platform", "api.roles": "", "google.api.method_visibility": { restriction: "INTERNAL" } }, I: StartAllStreamingJobsRequest, O: StartAllStreamingJobsResult },
|
||||
{ name: "ForceStopAllStreamingJobs", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Admin Streaming"], description: "Stop all jobs for all organisations with STOPPED or PARTIALLY_STOPPED status in the platform. For each organisation set the status STOPPED" }, "api.rscType": "Platform", "api.roles": "", "google.api.method_visibility": { restriction: "INTERNAL" } }, I: ForceStopAllStreamingJobsRequest, O: ForceStopAllStreamingJobsResult },
|
||||
{ name: "StartStreamingMetricsJob", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Admin Streaming"], description: "Start metrics job for the platform" }, "api.rscType": "Platform", "api.roles": "", "google.api.method_visibility": { restriction: "INTERNAL" } }, I: StartStreamingMetricsJobRequest, O: StartStreamingMetricsJobResult },
|
||||
{ name: "StopStreamingMetricsJob", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Admin Streaming"], description: "Stop metrics job for the platform" }, "api.rscType": "Platform", "api.roles": "", "google.api.method_visibility": { restriction: "INTERNAL" } }, I: StopStreamingMetricsJobRequest, O: StopStreamingMetricsJobResult },
|
||||
{ name: "StartIndividualStreamingJob", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Admin Streaming"], description: "Start one streaming job for the organisation" }, "api.rscType": "Platform", "api.roles": "", "google.api.method_visibility": { restriction: "INTERNAL" } }, I: StartIndividualStreamingJobRequest, O: StartIndividualStreamingJobResult },
|
||||
{ name: "StopIndividualStreamingJob", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Admin Streaming"], description: "Stop one streaming job for the organisation" }, "api.rscType": "Platform", "api.roles": "", "google.api.method_visibility": { restriction: "INTERNAL" } }, I: StopIndividualStreamingJobRequest, O: StopIndividualStreamingJobResult },
|
||||
{ name: "ProvisionGitOrg", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Admin Organisation"], description: "Provision a git organisation " }, "api.rscType": "Platform", "api.roles": "Platform.Gitea", "google.api.method_visibility": { restriction: "INTERNAL" } }, I: ProvisionGitOrgRequest, O: ProvisionGitOrgResult },
|
||||
{ name: "DeprovisionGitOrg", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Admin Organisation"], description: "Deprovision a git organisation " }, "api.rscType": "Platform", "api.roles": "Platform.Gitea", "google.api.method_visibility": { restriction: "INTERNAL" } }, I: DeprovisionGitOrgRequest, O: DeprovisionGitOrgResult },
|
||||
{ name: "CreatePulsar", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Admin Organisation"], description: "Create Pulsar resources (topics and subscriptions) in connection with the organisation" }, "api.rscType": "Platform", "api.roles": "", "google.api.method_visibility": { restriction: "INTERNAL" } }, I: CreatePulsarRequest, O: CreatePulsarResult },
|
||||
{ name: "CreatePulsarSubscriptions", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Admin Organisation"], description: "Create Pulsar subsciptions to the topics in connection with the organisation" }, "api.rscType": "Platform", "api.roles": "", "google.api.method_visibility": { restriction: "INTERNAL" } }, I: CreatePulsarSubscriptionsRequest, O: CreatePulsarSubscriptionsResult },
|
||||
{ name: "DeletePulsar", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Admin Organisation"], description: "Delete Pulsar resources in connection with the organisation" }, "api.rscType": "Platform", "api.roles": "", "google.api.method_visibility": { restriction: "INTERNAL" } }, I: DeletePulsarRequest, O: DeletePulsarResult },
|
||||
{ name: "CreatePulsarMissPartitions", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Admin Organisation"], description: "Fix Pulsar miss topics partitions in connection with the organisation" }, "api.rscType": "Platform", "api.roles": "", "google.api.method_visibility": { restriction: "INTERNAL" } }, I: CreatePulsarMissPartitionsRequest, O: CreatePulsarMissPartitionsResult },
|
||||
{ name: "CreateAllPulsarMissPartitions", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Admin Organisation"], description: "Fix Pulsar miss topics partitions for all organisations" }, "api.rscType": "Platform", "api.roles": "", "google.api.method_visibility": { restriction: "INTERNAL" } }, I: CreateAllPulsarMissPartitionsRequest, O: CreateAllPulsarMissPartitionsResult },
|
||||
{ name: "DeleteOrganisationInDB", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Admin Organisation"], description: "Delete the organisation in database" }, "api.rscType": "Platform", "api.roles": "Platform.Organisation-Deletion", "google.api.method_visibility": { restriction: "INTERNAL" } }, I: DeleteOrganisationInDBRequest, O: DeleteOrganisationInDBResult }
|
||||
], { "api.k8sService": "organisation-server", "api.roleManager": true, "api.resourceManager": true });
|
||||
|
||||
Reference in New Issue
Block a user