UNPKG

@yandex-cloud/nodejs-sdk

Version:
280 lines (279 loc) 12 kB
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.NodeServiceClient = exports.NodeServiceService = exports.AliasExecutionResponse = exports.AliasExecutionRequest = exports.NodeExecutionResponse = exports.NodeExecutionRequest = exports.protobufPackage = void 0; /* eslint-disable */ const typeRegistry_1 = require("../../../../typeRegistry"); const long_1 = __importDefault(require("long")); const grpc_js_1 = require("@grpc/grpc-js"); const minimal_1 = __importDefault(require("protobufjs/minimal")); const struct_1 = require("../../../../google/protobuf/struct"); exports.protobufPackage = "yandex.cloud.datasphere.v1"; const baseNodeExecutionRequest = { $type: "yandex.cloud.datasphere.v1.NodeExecutionRequest", folderId: "", nodeId: "", }; exports.NodeExecutionRequest = { $type: "yandex.cloud.datasphere.v1.NodeExecutionRequest", encode(message, writer = minimal_1.default.Writer.create()) { if (message.folderId !== "") { writer.uint32(10).string(message.folderId); } if (message.nodeId !== "") { writer.uint32(18).string(message.nodeId); } if (message.input !== undefined) { struct_1.Struct.encode(struct_1.Struct.wrap(message.input), writer.uint32(26).fork()).ldelim(); } return writer; }, decode(input, length) { const reader = input instanceof minimal_1.default.Reader ? input : new minimal_1.default.Reader(input); let end = length === undefined ? reader.len : reader.pos + length; const message = Object.assign({}, baseNodeExecutionRequest); while (reader.pos < end) { const tag = reader.uint32(); switch (tag >>> 3) { case 1: message.folderId = reader.string(); break; case 2: message.nodeId = reader.string(); break; case 3: message.input = struct_1.Struct.unwrap(struct_1.Struct.decode(reader, reader.uint32())); break; default: reader.skipType(tag & 7); break; } } return message; }, fromJSON(object) { const message = Object.assign({}, baseNodeExecutionRequest); message.folderId = object.folderId !== undefined && object.folderId !== null ? String(object.folderId) : ""; message.nodeId = object.nodeId !== undefined && object.nodeId !== null ? String(object.nodeId) : ""; message.input = typeof object.input === "object" ? object.input : undefined; return message; }, toJSON(message) { const obj = {}; message.folderId !== undefined && (obj.folderId = message.folderId); message.nodeId !== undefined && (obj.nodeId = message.nodeId); message.input !== undefined && (obj.input = message.input); return obj; }, fromPartial(object) { var _a, _b, _c; const message = Object.assign({}, baseNodeExecutionRequest); message.folderId = (_a = object.folderId) !== null && _a !== void 0 ? _a : ""; message.nodeId = (_b = object.nodeId) !== null && _b !== void 0 ? _b : ""; message.input = (_c = object.input) !== null && _c !== void 0 ? _c : undefined; return message; }, }; typeRegistry_1.messageTypeRegistry.set(exports.NodeExecutionRequest.$type, exports.NodeExecutionRequest); const baseNodeExecutionResponse = { $type: "yandex.cloud.datasphere.v1.NodeExecutionResponse", }; exports.NodeExecutionResponse = { $type: "yandex.cloud.datasphere.v1.NodeExecutionResponse", encode(message, writer = minimal_1.default.Writer.create()) { if (message.output !== undefined) { struct_1.Struct.encode(struct_1.Struct.wrap(message.output), writer.uint32(10).fork()).ldelim(); } return writer; }, decode(input, length) { const reader = input instanceof minimal_1.default.Reader ? input : new minimal_1.default.Reader(input); let end = length === undefined ? reader.len : reader.pos + length; const message = Object.assign({}, baseNodeExecutionResponse); while (reader.pos < end) { const tag = reader.uint32(); switch (tag >>> 3) { case 1: message.output = struct_1.Struct.unwrap(struct_1.Struct.decode(reader, reader.uint32())); break; default: reader.skipType(tag & 7); break; } } return message; }, fromJSON(object) { const message = Object.assign({}, baseNodeExecutionResponse); message.output = typeof object.output === "object" ? object.output : undefined; return message; }, toJSON(message) { const obj = {}; message.output !== undefined && (obj.output = message.output); return obj; }, fromPartial(object) { var _a; const message = Object.assign({}, baseNodeExecutionResponse); message.output = (_a = object.output) !== null && _a !== void 0 ? _a : undefined; return message; }, }; typeRegistry_1.messageTypeRegistry.set(exports.NodeExecutionResponse.$type, exports.NodeExecutionResponse); const baseAliasExecutionRequest = { $type: "yandex.cloud.datasphere.v1.AliasExecutionRequest", folderId: "", aliasName: "", }; exports.AliasExecutionRequest = { $type: "yandex.cloud.datasphere.v1.AliasExecutionRequest", encode(message, writer = minimal_1.default.Writer.create()) { if (message.folderId !== "") { writer.uint32(10).string(message.folderId); } if (message.aliasName !== "") { writer.uint32(18).string(message.aliasName); } if (message.input !== undefined) { struct_1.Struct.encode(struct_1.Struct.wrap(message.input), writer.uint32(26).fork()).ldelim(); } return writer; }, decode(input, length) { const reader = input instanceof minimal_1.default.Reader ? input : new minimal_1.default.Reader(input); let end = length === undefined ? reader.len : reader.pos + length; const message = Object.assign({}, baseAliasExecutionRequest); while (reader.pos < end) { const tag = reader.uint32(); switch (tag >>> 3) { case 1: message.folderId = reader.string(); break; case 2: message.aliasName = reader.string(); break; case 3: message.input = struct_1.Struct.unwrap(struct_1.Struct.decode(reader, reader.uint32())); break; default: reader.skipType(tag & 7); break; } } return message; }, fromJSON(object) { const message = Object.assign({}, baseAliasExecutionRequest); message.folderId = object.folderId !== undefined && object.folderId !== null ? String(object.folderId) : ""; message.aliasName = object.aliasName !== undefined && object.aliasName !== null ? String(object.aliasName) : ""; message.input = typeof object.input === "object" ? object.input : undefined; return message; }, toJSON(message) { const obj = {}; message.folderId !== undefined && (obj.folderId = message.folderId); message.aliasName !== undefined && (obj.aliasName = message.aliasName); message.input !== undefined && (obj.input = message.input); return obj; }, fromPartial(object) { var _a, _b, _c; const message = Object.assign({}, baseAliasExecutionRequest); message.folderId = (_a = object.folderId) !== null && _a !== void 0 ? _a : ""; message.aliasName = (_b = object.aliasName) !== null && _b !== void 0 ? _b : ""; message.input = (_c = object.input) !== null && _c !== void 0 ? _c : undefined; return message; }, }; typeRegistry_1.messageTypeRegistry.set(exports.AliasExecutionRequest.$type, exports.AliasExecutionRequest); const baseAliasExecutionResponse = { $type: "yandex.cloud.datasphere.v1.AliasExecutionResponse", }; exports.AliasExecutionResponse = { $type: "yandex.cloud.datasphere.v1.AliasExecutionResponse", encode(message, writer = minimal_1.default.Writer.create()) { if (message.output !== undefined) { struct_1.Struct.encode(struct_1.Struct.wrap(message.output), writer.uint32(10).fork()).ldelim(); } return writer; }, decode(input, length) { const reader = input instanceof minimal_1.default.Reader ? input : new minimal_1.default.Reader(input); let end = length === undefined ? reader.len : reader.pos + length; const message = Object.assign({}, baseAliasExecutionResponse); while (reader.pos < end) { const tag = reader.uint32(); switch (tag >>> 3) { case 1: message.output = struct_1.Struct.unwrap(struct_1.Struct.decode(reader, reader.uint32())); break; default: reader.skipType(tag & 7); break; } } return message; }, fromJSON(object) { const message = Object.assign({}, baseAliasExecutionResponse); message.output = typeof object.output === "object" ? object.output : undefined; return message; }, toJSON(message) { const obj = {}; message.output !== undefined && (obj.output = message.output); return obj; }, fromPartial(object) { var _a; const message = Object.assign({}, baseAliasExecutionResponse); message.output = (_a = object.output) !== null && _a !== void 0 ? _a : undefined; return message; }, }; typeRegistry_1.messageTypeRegistry.set(exports.AliasExecutionResponse.$type, exports.AliasExecutionResponse); /** A set of methods for managing Node resources. */ exports.NodeServiceService = { /** Executes deployed Node. */ execute: { path: "/yandex.cloud.datasphere.v1.NodeService/Execute", requestStream: false, responseStream: false, requestSerialize: (value) => Buffer.from(exports.NodeExecutionRequest.encode(value).finish()), requestDeserialize: (value) => exports.NodeExecutionRequest.decode(value), responseSerialize: (value) => Buffer.from(exports.NodeExecutionResponse.encode(value).finish()), responseDeserialize: (value) => exports.NodeExecutionResponse.decode(value), }, /** Executes NodeAlias requests. */ executeAlias: { path: "/yandex.cloud.datasphere.v1.NodeService/ExecuteAlias", requestStream: false, responseStream: false, requestSerialize: (value) => Buffer.from(exports.AliasExecutionRequest.encode(value).finish()), requestDeserialize: (value) => exports.AliasExecutionRequest.decode(value), responseSerialize: (value) => Buffer.from(exports.AliasExecutionResponse.encode(value).finish()), responseDeserialize: (value) => exports.AliasExecutionResponse.decode(value), }, }; exports.NodeServiceClient = (0, grpc_js_1.makeGenericClientConstructor)(exports.NodeServiceService, "yandex.cloud.datasphere.v1.NodeService"); if (minimal_1.default.util.Long !== long_1.default) { minimal_1.default.util.Long = long_1.default; minimal_1.default.configure(); }