You've already forked npm-core-sdk
Latest generation
This commit is contained in:
@@ -438,7 +438,7 @@ export const DeleteConnectionSettingsResult = new DeleteConnectionSettingsResult
|
||||
* @generated ServiceType for protobuf service api.ConnectionSettingsService
|
||||
*/
|
||||
export const ConnectionSettingsService = new ServiceType("api.ConnectionSettingsService", [
|
||||
{ name: "Get", options: { "api.rscType": "Connection", "api.roles": "Platform.Connection-Settings", "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Admin Connection Settings"], description: "Use to get get connection's settings" }, "google.api.method_visibility": { restriction: "SDK" } }, I: GetConnectionSettingsRequest, O: GetConnectionSettingsResult },
|
||||
{ name: "Put", options: { "api.rscType": "Connection", "api.roles": "Platform.Connection-Settings", "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Admin Connection Settings"], description: "Use to create or update connection's settings" }, "google.api.method_visibility": { restriction: "SDK" } }, I: PutConnectionSettingsRequest, O: PutConnectionSettingsResult },
|
||||
{ name: "Delete", options: { "api.rscType": "Connection", "api.roles": "Platform.Connection-Settings", "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Admin Connection Settings"], description: "Use to delete connection's settings" }, "google.api.method_visibility": { restriction: "SDK" } }, I: DeleteConnectionSettingsRequest, O: DeleteConnectionSettingsResult }
|
||||
{ name: "Get", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Admin Connection Settings"], description: "Use to get get connection's settings" }, "api.rscType": "Connection", "api.roles": "Platform.Connection-Settings", "google.api.method_visibility": { restriction: "SDK" } }, I: GetConnectionSettingsRequest, O: GetConnectionSettingsResult },
|
||||
{ name: "Put", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Admin Connection Settings"], description: "Use to create or update connection's settings" }, "api.rscType": "Connection", "api.roles": "Platform.Connection-Settings", "google.api.method_visibility": { restriction: "SDK" } }, I: PutConnectionSettingsRequest, O: PutConnectionSettingsResult },
|
||||
{ name: "Delete", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Admin Connection Settings"], description: "Use to delete connection's settings" }, "api.rscType": "Connection", "api.roles": "Platform.Connection-Settings", "google.api.method_visibility": { restriction: "SDK" } }, I: DeleteConnectionSettingsRequest, O: DeleteConnectionSettingsResult }
|
||||
], { "api.k8sService": "organisation-server", "api.roleManager": true, "api.resourceManager": true });
|
||||
|
||||
Reference in New Issue
Block a user