You've already forked npm-core-sdk
Latest generation
This commit is contained in:
@@ -145,7 +145,7 @@ class PutConnectionSettingsRequest$Type extends MessageType<PutConnectionSetting
|
||||
constructor() {
|
||||
super("api.PutConnectionSettingsRequest", [
|
||||
{ no: 1, name: "Header", kind: "message", localName: "Header", jsonName: "Header", T: () => RequestConnectionHeader, options: { "validate.rules": { message: { required: true } } } },
|
||||
{ no: 2, name: "settings", kind: "map", K: 9 /*ScalarType.STRING*/, V: { kind: "scalar", T: 9 /*ScalarType.STRING*/ }, options: { "validate.rules": { map: { minPairs: "1" } }, "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { description: "settings: at least one pair of \"key: value\" needed" } } }
|
||||
{ no: 2, name: "settings", kind: "map", K: 9 /*ScalarType.STRING*/, V: { kind: "scalar", T: 9 /*ScalarType.STRING*/ }, options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { description: "settings: at least one pair of \"key: value\" needed" }, "validate.rules": { map: { minPairs: "1" } } } }
|
||||
], { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_schema": { jsonSchema: { description: "Settings of the connection to store", required: ["Header"] } } });
|
||||
}
|
||||
create(value?: PartialMessage<PutConnectionSettingsRequest>): PutConnectionSettingsRequest {
|
||||
@@ -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" }, "google.api.method_visibility": { restriction: "SDK" }, "api.rscType": "Connection", "api.roles": "Platform.Connection-Settings" }, 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" }, "google.api.method_visibility": { restriction: "SDK" }, "api.rscType": "Connection", "api.roles": "Platform.Connection-Settings" }, 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" }, "google.api.method_visibility": { restriction: "SDK" }, "api.rscType": "Connection", "api.roles": "Platform.Connection-Settings" }, I: DeleteConnectionSettingsRequest, O: DeleteConnectionSettingsResult }
|
||||
], { "api.k8sService": "organisation-server", "api.roleManager": true, "api.resourceManager": true });
|
||||
|
||||
Reference in New Issue
Block a user