(function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;i, eg, foo.pb_default. * For the list of reserved names please see: * net/proto2/compiler/js/internal/generator.cc#kKeyword. * @param {boolean=} opt_includeInstance Deprecated. whether to include the * JSPB instance for transitional soy proto support: * http://goto/soy-param-migration * @return {!Object} */ proto.hiddifyrpc.HelloRequest.prototype.toObject = function(opt_includeInstance) { return proto.hiddifyrpc.HelloRequest.toObject(opt_includeInstance, this); }; /** * Static version of the {@see toObject} method. * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration * @param {!proto.hiddifyrpc.HelloRequest} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.hiddifyrpc.HelloRequest.toObject = function(includeInstance, msg) { var f, obj = { name: jspb.Message.getFieldWithDefault(msg, 1, "") }; if (includeInstance) { obj.$jspbMessageInstance = msg; } return obj; }; } /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. * @return {!proto.hiddifyrpc.HelloRequest} */ proto.hiddifyrpc.HelloRequest.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); var msg = new proto.hiddifyrpc.HelloRequest; return proto.hiddifyrpc.HelloRequest.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. * @param {!proto.hiddifyrpc.HelloRequest} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. * @return {!proto.hiddifyrpc.HelloRequest} */ proto.hiddifyrpc.HelloRequest.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; } var field = reader.getFieldNumber(); switch (field) { case 1: var value = /** @type {string} */ (reader.readString()); msg.setName(value); break; default: reader.skipField(); break; } } return msg; }; /** * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ proto.hiddifyrpc.HelloRequest.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); proto.hiddifyrpc.HelloRequest.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. * @param {!proto.hiddifyrpc.HelloRequest} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.hiddifyrpc.HelloRequest.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getName(); if (f.length > 0) { writer.writeString( 1, f ); } }; /** * optional string name = 1; * @return {string} */ proto.hiddifyrpc.HelloRequest.prototype.getName = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value * @return {!proto.hiddifyrpc.HelloRequest} returns this */ proto.hiddifyrpc.HelloRequest.prototype.setName = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; if (jspb.Message.GENERATE_TO_OBJECT) { /** * Creates an object representation of this proto. * Field names that are reserved in JavaScript and will be renamed to pb_name. * Optional fields that are not set will be set to undefined. * To access a reserved field use, foo.pb_, eg, foo.pb_default. * For the list of reserved names please see: * net/proto2/compiler/js/internal/generator.cc#kKeyword. * @param {boolean=} opt_includeInstance Deprecated. whether to include the * JSPB instance for transitional soy proto support: * http://goto/soy-param-migration * @return {!Object} */ proto.hiddifyrpc.HelloResponse.prototype.toObject = function(opt_includeInstance) { return proto.hiddifyrpc.HelloResponse.toObject(opt_includeInstance, this); }; /** * Static version of the {@see toObject} method. * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration * @param {!proto.hiddifyrpc.HelloResponse} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.hiddifyrpc.HelloResponse.toObject = function(includeInstance, msg) { var f, obj = { message: jspb.Message.getFieldWithDefault(msg, 1, "") }; if (includeInstance) { obj.$jspbMessageInstance = msg; } return obj; }; } /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. * @return {!proto.hiddifyrpc.HelloResponse} */ proto.hiddifyrpc.HelloResponse.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); var msg = new proto.hiddifyrpc.HelloResponse; return proto.hiddifyrpc.HelloResponse.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. * @param {!proto.hiddifyrpc.HelloResponse} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. * @return {!proto.hiddifyrpc.HelloResponse} */ proto.hiddifyrpc.HelloResponse.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; } var field = reader.getFieldNumber(); switch (field) { case 1: var value = /** @type {string} */ (reader.readString()); msg.setMessage(value); break; default: reader.skipField(); break; } } return msg; }; /** * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ proto.hiddifyrpc.HelloResponse.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); proto.hiddifyrpc.HelloResponse.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. * @param {!proto.hiddifyrpc.HelloResponse} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.hiddifyrpc.HelloResponse.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getMessage(); if (f.length > 0) { writer.writeString( 1, f ); } }; /** * optional string message = 1; * @return {string} */ proto.hiddifyrpc.HelloResponse.prototype.getMessage = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value * @return {!proto.hiddifyrpc.HelloResponse} returns this */ proto.hiddifyrpc.HelloResponse.prototype.setMessage = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; if (jspb.Message.GENERATE_TO_OBJECT) { /** * Creates an object representation of this proto. * Field names that are reserved in JavaScript and will be renamed to pb_name. * Optional fields that are not set will be set to undefined. * To access a reserved field use, foo.pb_, eg, foo.pb_default. * For the list of reserved names please see: * net/proto2/compiler/js/internal/generator.cc#kKeyword. * @param {boolean=} opt_includeInstance Deprecated. whether to include the * JSPB instance for transitional soy proto support: * http://goto/soy-param-migration * @return {!Object} */ proto.hiddifyrpc.Empty.prototype.toObject = function(opt_includeInstance) { return proto.hiddifyrpc.Empty.toObject(opt_includeInstance, this); }; /** * Static version of the {@see toObject} method. * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration * @param {!proto.hiddifyrpc.Empty} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.hiddifyrpc.Empty.toObject = function(includeInstance, msg) { var f, obj = { }; if (includeInstance) { obj.$jspbMessageInstance = msg; } return obj; }; } /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. * @return {!proto.hiddifyrpc.Empty} */ proto.hiddifyrpc.Empty.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); var msg = new proto.hiddifyrpc.Empty; return proto.hiddifyrpc.Empty.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. * @param {!proto.hiddifyrpc.Empty} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. * @return {!proto.hiddifyrpc.Empty} */ proto.hiddifyrpc.Empty.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; } var field = reader.getFieldNumber(); switch (field) { default: reader.skipField(); break; } } return msg; }; /** * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ proto.hiddifyrpc.Empty.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); proto.hiddifyrpc.Empty.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. * @param {!proto.hiddifyrpc.Empty} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.hiddifyrpc.Empty.serializeBinaryToWriter = function(message, writer) { var f = undefined; }; /** * @enum {number} */ proto.hiddifyrpc.ResponseCode = { OK: 0, FAILED: 1 }; goog.object.extend(exports, proto.hiddifyrpc); },{"google-protobuf":12}],2:[function(require,module,exports){ const hiddify = require("./hiddify_grpc_web_pb.js"); const extension = require("./extension_grpc_web_pb.js"); const grpcServerAddress = '/'; const extensionClient = new extension.ExtensionHostServicePromiseClient(grpcServerAddress, null, null); const hiddifyClient = new hiddify.CorePromiseClient(grpcServerAddress, null, null); module.exports = { extensionClient ,hiddifyClient}; },{"./extension_grpc_web_pb.js":7,"./hiddify_grpc_web_pb.js":10}],3:[function(require,module,exports){ const { hiddifyClient } = require('./client.js'); const hiddify = require("./hiddify_grpc_web_pb.js"); function openConnectionPage() { $("#extension-list-container").show(); $("#extension-page-container").hide(); $("#connection-page").show(); connect(); $("#connect-button").click(async () => { const hsetting_request = new hiddify.ChangeHiddifySettingsRequest(); hsetting_request.setHiddifySettingsJson($("#hiddify-settings").val()); try{ const hres=await hiddifyClient.changeHiddifySettings(hsetting_request, {}); }catch(err){ $("#hiddify-settings").val("") console.log(err) } const parse_request = new hiddify.ParseRequest(); parse_request.setContent($("#config-content").val()); try{ const pres=await hiddifyClient.parse(parse_request, {}); if (pres.getResponseCode() !== hiddify.ResponseCode.OK){ alert(pres.getMessage()); return } $("#config-content").val(pres.getContent()); }catch(err){ console.log(err) alert(JSON.stringify(err)) return } const request = new hiddify.StartRequest(); request.setConfigContent($("#config-content").val()); request.setEnableRawConfig(false); try{ const res=await hiddifyClient.start(request, {}); console.log(res.getCoreState(),res.getMessage()) handleCoreStatus(res.getCoreState()); }catch(err){ console.log(err) alert(JSON.stringify(err)) return } }) $("#disconnect-button").click(async () => { const request = new hiddify.Empty(); try{ const res=await hiddifyClient.stop(request, {}); console.log(res.getCoreState(),res.getMessage()) handleCoreStatus(res.getCoreState()); }catch(err){ console.log(err) alert(JSON.stringify(err)) return } }) } function connect(){ const request = new hiddify.Empty(); const stream = hiddifyClient.coreInfoListener(request, {}); stream.on('data', (response) => { console.log('Receving ',response); handleCoreStatus(response); }); stream.on('error', (err) => { console.error('Error opening extension page:', err); // openExtensionPage(extensionId); }); stream.on('end', () => { console.log('Stream ended'); setTimeout(connect, 1000); }); } function handleCoreStatus(status){ if (status == hiddify.CoreState.STOPPED){ $("#connection-before-connect").show(); $("#connection-connecting").hide(); }else{ $("#connection-before-connect").hide(); $("#connection-connecting").show(); if (status == hiddify.CoreState.STARTING){ $("#connection-status").text("Starting"); $("#connection-status").css("color", "yellow"); }else if (status == hiddify.CoreState.STOPPING){ $("#connection-status").text("Stopping"); $("#connection-status").css("color", "red"); }else if (status == hiddify.CoreState.STARTED){ $("#connection-status").text("Connected"); $("#connection-status").css("color", "green"); } } } module.exports = { openConnectionPage }; },{"./client.js":2,"./hiddify_grpc_web_pb.js":10}],4:[function(require,module,exports){ const { listExtensions } = require('./extensionList.js'); const { openConnectionPage } = require('./connectionPage.js'); window.onload = () => { listExtensions(); openConnectionPage(); }; },{"./connectionPage.js":3,"./extensionList.js":5}],5:[function(require,module,exports){ const { extensionClient } = require('./client.js'); const extension = require("./extension_grpc_web_pb.js"); async function listExtensions() { $("#extension-list-container").show(); $("#extension-page-container").hide(); $("#connection-page").show(); try { const extensionListContainer = document.getElementById('extension-list'); extensionListContainer.innerHTML = ''; // Clear previous entries const response = await extensionClient.listExtensions(new extension.Empty(), {}); const extensionList = response.getExtensionsList(); extensionList.forEach(ext => { const listItem = createExtensionListItem(ext); extensionListContainer.appendChild(listItem); }); } catch (err) { console.error('Error listing extensions:', err); } } function createExtensionListItem(ext) { const listItem = document.createElement('li'); listItem.className = 'list-group-item d-flex justify-content-between align-items-center'; listItem.setAttribute('data-extension-id', ext.getId()); const contentDiv = document.createElement('div'); const titleElement = document.createElement('span'); titleElement.innerHTML = `${ext.getTitle()}`; contentDiv.appendChild(titleElement); const descriptionElement = document.createElement('p'); descriptionElement.className = 'mb-0'; descriptionElement.textContent = ext.getDescription(); contentDiv.appendChild(descriptionElement); contentDiv.style.width="100%"; listItem.appendChild(contentDiv); const switchDiv = createSwitchElement(ext); listItem.appendChild(switchDiv); const {openExtensionPage} = require('./extensionPage.js'); contentDiv.addEventListener('click', () =>{ if (!ext.getEnable() ){ alert("Extension is not enabled") return } openExtensionPage(ext.getId()) }); return listItem; } function createSwitchElement(ext) { const switchDiv = document.createElement('div'); switchDiv.className = 'form-check form-switch'; const switchButton = document.createElement('input'); switchButton.type = 'checkbox'; switchButton.className = 'form-check-input'; switchButton.checked = ext.getEnable(); switchButton.addEventListener('change', (e) => { toggleExtension(ext.getId(), switchButton.checked) }); switchDiv.appendChild(switchButton); return switchDiv; } async function toggleExtension(extensionId, enable) { const request = new extension.EditExtensionRequest(); request.setExtensionId(extensionId); request.setEnable(enable); try { await extensionClient.editExtension(request, {}); console.log(`Extension ${extensionId} updated to ${enable ? 'enabled' : 'disabled'}`); } catch (err) { console.error('Error updating extension status:', err); } listExtensions(); } module.exports = { listExtensions }; },{"./client.js":2,"./extensionPage.js":6,"./extension_grpc_web_pb.js":7}],6:[function(require,module,exports){ const { extensionClient } = require('./client.js'); const extension = require("./extension_grpc_web_pb.js"); const { renderForm } = require('./formRenderer.js'); const { listExtensions } = require('./extensionList.js'); var currentExtensionId=undefined; function openExtensionPage(extensionId) { currentExtensionId=extensionId; $("#extension-list-container").hide(); $("#extension-page-container").show(); $("#connection-page").hide(); connect() } function connect() { const request = new extension.ExtensionRequest(); request.setExtensionId(currentExtensionId); const stream = extensionClient.connect(request, {}); stream.on('data', (response) => { console.log('Receving ',response); if (response.getExtensionId() === currentExtensionId) { ui=JSON.parse(response.getJsonUi()) if(response.getType()== proto.hiddifyrpc.ExtensionResponseType.SHOW_DIALOG) { renderForm(ui, "dialog",handleSubmitButtonClick,handleCancelButtonClick,undefined); }else{ renderForm(ui, "",handleSubmitButtonClick,handleCancelButtonClick); } } }); stream.on('error', (err) => { console.error('Error opening extension page:', err); // openExtensionPage(extensionId); }); stream.on('end', () => { console.log('Stream ended'); setTimeout(connect, 1000); }); } async function handleSubmitButtonClick(event) { event.preventDefault(); bootstrap.Modal.getOrCreateInstance("#extension-dialog").hide(); const formData = new FormData(event.target.closest('form')); const request = new extension.ExtensionRequest(); const datamap=request.getDataMap() formData.forEach((value, key) => { datamap.set(key,value); }); request.setExtensionId(currentExtensionId); try { await extensionClient.submitForm(request, {}); console.log('Form submitted successfully.'); } catch (err) { console.error('Error submitting form:', err); } } async function handleCancelButtonClick(event) { event.preventDefault(); const request = new extension.ExtensionRequest(); request.setExtensionId(currentExtensionId); try { bootstrap.Modal.getOrCreateInstance("#extension-dialog").hide(); await extensionClient.cancel(request, {}); console.log('Extension cancelled successfully.'); } catch (err) { console.error('Error cancelling extension:', err); } } async function handleStopButtonClick(event) { event.preventDefault(); const request = new extension.ExtensionRequest(); request.setExtensionId(currentExtensionId); try { await extensionClient.stop(request, {}); console.log('Extension stopped successfully.'); currentExtensionId = undefined; listExtensions(); // Return to the extension list } catch (err) { console.error('Error stopping extension:', err); } } module.exports = { openExtensionPage }; },{"./client.js":2,"./extensionList.js":5,"./extension_grpc_web_pb.js":7,"./formRenderer.js":9}],7:[function(require,module,exports){ /** * @fileoverview gRPC-Web generated client stub for hiddifyrpc * @enhanceable * @public */ // Code generated by protoc-gen-grpc-web. DO NOT EDIT. // versions: // protoc-gen-grpc-web v1.5.0 // protoc v5.28.0 // source: extension.proto /* eslint-disable */ // @ts-nocheck const grpc = {}; grpc.web = require('grpc-web'); var base_pb = require('./base_pb.js') const proto = {}; proto.hiddifyrpc = require('./extension_pb.js'); /** * @param {string} hostname * @param {?Object} credentials * @param {?grpc.web.ClientOptions} options * @constructor * @struct * @final */ proto.hiddifyrpc.ExtensionHostServiceClient = function(hostname, credentials, options) { if (!options) options = {}; options.format = 'text'; /** * @private @const {!grpc.web.GrpcWebClientBase} The client */ this.client_ = new grpc.web.GrpcWebClientBase(options); /** * @private @const {string} The hostname */ this.hostname_ = hostname.replace(/\/+$/, ''); }; /** * @param {string} hostname * @param {?Object} credentials * @param {?grpc.web.ClientOptions} options * @constructor * @struct * @final */ proto.hiddifyrpc.ExtensionHostServicePromiseClient = function(hostname, credentials, options) { if (!options) options = {}; options.format = 'text'; /** * @private @const {!grpc.web.GrpcWebClientBase} The client */ this.client_ = new grpc.web.GrpcWebClientBase(options); /** * @private @const {string} The hostname */ this.hostname_ = hostname.replace(/\/+$/, ''); }; /** * @const * @type {!grpc.web.MethodDescriptor< * !proto.hiddifyrpc.Empty, * !proto.hiddifyrpc.ExtensionList>} */ const methodDescriptor_ExtensionHostService_ListExtensions = new grpc.web.MethodDescriptor( '/hiddifyrpc.ExtensionHostService/ListExtensions', grpc.web.MethodType.UNARY, base_pb.Empty, proto.hiddifyrpc.ExtensionList, /** * @param {!proto.hiddifyrpc.Empty} request * @return {!Uint8Array} */ function(request) { return request.serializeBinary(); }, proto.hiddifyrpc.ExtensionList.deserializeBinary ); /** * @param {!proto.hiddifyrpc.Empty} request The * request proto * @param {?Object} metadata User defined * call metadata * @param {function(?grpc.web.RpcError, ?proto.hiddifyrpc.ExtensionList)} * callback The callback function(error, response) * @return {!grpc.web.ClientReadableStream|undefined} * The XHR Node Readable Stream */ proto.hiddifyrpc.ExtensionHostServiceClient.prototype.listExtensions = function(request, metadata, callback) { return this.client_.rpcCall(this.hostname_ + '/hiddifyrpc.ExtensionHostService/ListExtensions', request, metadata || {}, methodDescriptor_ExtensionHostService_ListExtensions, callback); }; /** * @param {!proto.hiddifyrpc.Empty} request The * request proto * @param {?Object=} metadata User defined * call metadata * @return {!Promise} * Promise that resolves to the response */ proto.hiddifyrpc.ExtensionHostServicePromiseClient.prototype.listExtensions = function(request, metadata) { return this.client_.unaryCall(this.hostname_ + '/hiddifyrpc.ExtensionHostService/ListExtensions', request, metadata || {}, methodDescriptor_ExtensionHostService_ListExtensions); }; /** * @const * @type {!grpc.web.MethodDescriptor< * !proto.hiddifyrpc.ExtensionRequest, * !proto.hiddifyrpc.ExtensionResponse>} */ const methodDescriptor_ExtensionHostService_Connect = new grpc.web.MethodDescriptor( '/hiddifyrpc.ExtensionHostService/Connect', grpc.web.MethodType.SERVER_STREAMING, proto.hiddifyrpc.ExtensionRequest, proto.hiddifyrpc.ExtensionResponse, /** * @param {!proto.hiddifyrpc.ExtensionRequest} request * @return {!Uint8Array} */ function(request) { return request.serializeBinary(); }, proto.hiddifyrpc.ExtensionResponse.deserializeBinary ); /** * @param {!proto.hiddifyrpc.ExtensionRequest} request The request proto * @param {?Object=} metadata User defined * call metadata * @return {!grpc.web.ClientReadableStream} * The XHR Node Readable Stream */ proto.hiddifyrpc.ExtensionHostServiceClient.prototype.connect = function(request, metadata) { return this.client_.serverStreaming(this.hostname_ + '/hiddifyrpc.ExtensionHostService/Connect', request, metadata || {}, methodDescriptor_ExtensionHostService_Connect); }; /** * @param {!proto.hiddifyrpc.ExtensionRequest} request The request proto * @param {?Object=} metadata User defined * call metadata * @return {!grpc.web.ClientReadableStream} * The XHR Node Readable Stream */ proto.hiddifyrpc.ExtensionHostServicePromiseClient.prototype.connect = function(request, metadata) { return this.client_.serverStreaming(this.hostname_ + '/hiddifyrpc.ExtensionHostService/Connect', request, metadata || {}, methodDescriptor_ExtensionHostService_Connect); }; /** * @const * @type {!grpc.web.MethodDescriptor< * !proto.hiddifyrpc.EditExtensionRequest, * !proto.hiddifyrpc.ExtensionActionResult>} */ const methodDescriptor_ExtensionHostService_EditExtension = new grpc.web.MethodDescriptor( '/hiddifyrpc.ExtensionHostService/EditExtension', grpc.web.MethodType.UNARY, proto.hiddifyrpc.EditExtensionRequest, proto.hiddifyrpc.ExtensionActionResult, /** * @param {!proto.hiddifyrpc.EditExtensionRequest} request * @return {!Uint8Array} */ function(request) { return request.serializeBinary(); }, proto.hiddifyrpc.ExtensionActionResult.deserializeBinary ); /** * @param {!proto.hiddifyrpc.EditExtensionRequest} request The * request proto * @param {?Object} metadata User defined * call metadata * @param {function(?grpc.web.RpcError, ?proto.hiddifyrpc.ExtensionActionResult)} * callback The callback function(error, response) * @return {!grpc.web.ClientReadableStream|undefined} * The XHR Node Readable Stream */ proto.hiddifyrpc.ExtensionHostServiceClient.prototype.editExtension = function(request, metadata, callback) { return this.client_.rpcCall(this.hostname_ + '/hiddifyrpc.ExtensionHostService/EditExtension', request, metadata || {}, methodDescriptor_ExtensionHostService_EditExtension, callback); }; /** * @param {!proto.hiddifyrpc.EditExtensionRequest} request The * request proto * @param {?Object=} metadata User defined * call metadata * @return {!Promise} * Promise that resolves to the response */ proto.hiddifyrpc.ExtensionHostServicePromiseClient.prototype.editExtension = function(request, metadata) { return this.client_.unaryCall(this.hostname_ + '/hiddifyrpc.ExtensionHostService/EditExtension', request, metadata || {}, methodDescriptor_ExtensionHostService_EditExtension); }; /** * @const * @type {!grpc.web.MethodDescriptor< * !proto.hiddifyrpc.ExtensionRequest, * !proto.hiddifyrpc.ExtensionActionResult>} */ const methodDescriptor_ExtensionHostService_SubmitForm = new grpc.web.MethodDescriptor( '/hiddifyrpc.ExtensionHostService/SubmitForm', grpc.web.MethodType.UNARY, proto.hiddifyrpc.ExtensionRequest, proto.hiddifyrpc.ExtensionActionResult, /** * @param {!proto.hiddifyrpc.ExtensionRequest} request * @return {!Uint8Array} */ function(request) { return request.serializeBinary(); }, proto.hiddifyrpc.ExtensionActionResult.deserializeBinary ); /** * @param {!proto.hiddifyrpc.ExtensionRequest} request The * request proto * @param {?Object} metadata User defined * call metadata * @param {function(?grpc.web.RpcError, ?proto.hiddifyrpc.ExtensionActionResult)} * callback The callback function(error, response) * @return {!grpc.web.ClientReadableStream|undefined} * The XHR Node Readable Stream */ proto.hiddifyrpc.ExtensionHostServiceClient.prototype.submitForm = function(request, metadata, callback) { return this.client_.rpcCall(this.hostname_ + '/hiddifyrpc.ExtensionHostService/SubmitForm', request, metadata || {}, methodDescriptor_ExtensionHostService_SubmitForm, callback); }; /** * @param {!proto.hiddifyrpc.ExtensionRequest} request The * request proto * @param {?Object=} metadata User defined * call metadata * @return {!Promise} * Promise that resolves to the response */ proto.hiddifyrpc.ExtensionHostServicePromiseClient.prototype.submitForm = function(request, metadata) { return this.client_.unaryCall(this.hostname_ + '/hiddifyrpc.ExtensionHostService/SubmitForm', request, metadata || {}, methodDescriptor_ExtensionHostService_SubmitForm); }; /** * @const * @type {!grpc.web.MethodDescriptor< * !proto.hiddifyrpc.ExtensionRequest, * !proto.hiddifyrpc.ExtensionActionResult>} */ const methodDescriptor_ExtensionHostService_Cancel = new grpc.web.MethodDescriptor( '/hiddifyrpc.ExtensionHostService/Cancel', grpc.web.MethodType.UNARY, proto.hiddifyrpc.ExtensionRequest, proto.hiddifyrpc.ExtensionActionResult, /** * @param {!proto.hiddifyrpc.ExtensionRequest} request * @return {!Uint8Array} */ function(request) { return request.serializeBinary(); }, proto.hiddifyrpc.ExtensionActionResult.deserializeBinary ); /** * @param {!proto.hiddifyrpc.ExtensionRequest} request The * request proto * @param {?Object} metadata User defined * call metadata * @param {function(?grpc.web.RpcError, ?proto.hiddifyrpc.ExtensionActionResult)} * callback The callback function(error, response) * @return {!grpc.web.ClientReadableStream|undefined} * The XHR Node Readable Stream */ proto.hiddifyrpc.ExtensionHostServiceClient.prototype.cancel = function(request, metadata, callback) { return this.client_.rpcCall(this.hostname_ + '/hiddifyrpc.ExtensionHostService/Cancel', request, metadata || {}, methodDescriptor_ExtensionHostService_Cancel, callback); }; /** * @param {!proto.hiddifyrpc.ExtensionRequest} request The * request proto * @param {?Object=} metadata User defined * call metadata * @return {!Promise} * Promise that resolves to the response */ proto.hiddifyrpc.ExtensionHostServicePromiseClient.prototype.cancel = function(request, metadata) { return this.client_.unaryCall(this.hostname_ + '/hiddifyrpc.ExtensionHostService/Cancel', request, metadata || {}, methodDescriptor_ExtensionHostService_Cancel); }; /** * @const * @type {!grpc.web.MethodDescriptor< * !proto.hiddifyrpc.ExtensionRequest, * !proto.hiddifyrpc.ExtensionActionResult>} */ const methodDescriptor_ExtensionHostService_Stop = new grpc.web.MethodDescriptor( '/hiddifyrpc.ExtensionHostService/Stop', grpc.web.MethodType.UNARY, proto.hiddifyrpc.ExtensionRequest, proto.hiddifyrpc.ExtensionActionResult, /** * @param {!proto.hiddifyrpc.ExtensionRequest} request * @return {!Uint8Array} */ function(request) { return request.serializeBinary(); }, proto.hiddifyrpc.ExtensionActionResult.deserializeBinary ); /** * @param {!proto.hiddifyrpc.ExtensionRequest} request The * request proto * @param {?Object} metadata User defined * call metadata * @param {function(?grpc.web.RpcError, ?proto.hiddifyrpc.ExtensionActionResult)} * callback The callback function(error, response) * @return {!grpc.web.ClientReadableStream|undefined} * The XHR Node Readable Stream */ proto.hiddifyrpc.ExtensionHostServiceClient.prototype.stop = function(request, metadata, callback) { return this.client_.rpcCall(this.hostname_ + '/hiddifyrpc.ExtensionHostService/Stop', request, metadata || {}, methodDescriptor_ExtensionHostService_Stop, callback); }; /** * @param {!proto.hiddifyrpc.ExtensionRequest} request The * request proto * @param {?Object=} metadata User defined * call metadata * @return {!Promise} * Promise that resolves to the response */ proto.hiddifyrpc.ExtensionHostServicePromiseClient.prototype.stop = function(request, metadata) { return this.client_.unaryCall(this.hostname_ + '/hiddifyrpc.ExtensionHostService/Stop', request, metadata || {}, methodDescriptor_ExtensionHostService_Stop); }; /** * @const * @type {!grpc.web.MethodDescriptor< * !proto.hiddifyrpc.ExtensionRequest, * !proto.hiddifyrpc.ExtensionActionResult>} */ const methodDescriptor_ExtensionHostService_GetUI = new grpc.web.MethodDescriptor( '/hiddifyrpc.ExtensionHostService/GetUI', grpc.web.MethodType.UNARY, proto.hiddifyrpc.ExtensionRequest, proto.hiddifyrpc.ExtensionActionResult, /** * @param {!proto.hiddifyrpc.ExtensionRequest} request * @return {!Uint8Array} */ function(request) { return request.serializeBinary(); }, proto.hiddifyrpc.ExtensionActionResult.deserializeBinary ); /** * @param {!proto.hiddifyrpc.ExtensionRequest} request The * request proto * @param {?Object} metadata User defined * call metadata * @param {function(?grpc.web.RpcError, ?proto.hiddifyrpc.ExtensionActionResult)} * callback The callback function(error, response) * @return {!grpc.web.ClientReadableStream|undefined} * The XHR Node Readable Stream */ proto.hiddifyrpc.ExtensionHostServiceClient.prototype.getUI = function(request, metadata, callback) { return this.client_.rpcCall(this.hostname_ + '/hiddifyrpc.ExtensionHostService/GetUI', request, metadata || {}, methodDescriptor_ExtensionHostService_GetUI, callback); }; /** * @param {!proto.hiddifyrpc.ExtensionRequest} request The * request proto * @param {?Object=} metadata User defined * call metadata * @return {!Promise} * Promise that resolves to the response */ proto.hiddifyrpc.ExtensionHostServicePromiseClient.prototype.getUI = function(request, metadata) { return this.client_.unaryCall(this.hostname_ + '/hiddifyrpc.ExtensionHostService/GetUI', request, metadata || {}, methodDescriptor_ExtensionHostService_GetUI); }; module.exports = proto.hiddifyrpc; },{"./base_pb.js":1,"./extension_pb.js":8,"grpc-web":13}],8:[function(require,module,exports){ // source: extension.proto /** * @fileoverview * @enhanceable * @suppress {missingRequire} reports error on implicit type usages. * @suppress {messageConventions} JS Compiler reports an error if a variable or * field starts with 'MSG_' and isn't a translatable message. * @public */ // GENERATED CODE -- DO NOT EDIT! /* eslint-disable */ // @ts-nocheck var jspb = require('google-protobuf'); var goog = jspb; var global = (typeof globalThis !== 'undefined' && globalThis) || (typeof window !== 'undefined' && window) || (typeof global !== 'undefined' && global) || (typeof self !== 'undefined' && self) || (function () { return this; }).call(null) || Function('return this')(); var base_pb = require('./base_pb.js'); goog.object.extend(proto, base_pb); goog.exportSymbol('proto.hiddifyrpc.EditExtensionRequest', null, global); goog.exportSymbol('proto.hiddifyrpc.Extension', null, global); goog.exportSymbol('proto.hiddifyrpc.ExtensionActionResult', null, global); goog.exportSymbol('proto.hiddifyrpc.ExtensionList', null, global); goog.exportSymbol('proto.hiddifyrpc.ExtensionRequest', null, global); goog.exportSymbol('proto.hiddifyrpc.ExtensionResponse', null, global); goog.exportSymbol('proto.hiddifyrpc.ExtensionResponseType', null, global); /** * Generated by JsPbCodeGenerator. * @param {Array=} opt_data Optional initial data array, typically from a * server response, or constructed directly in Javascript. The array is used * in place and becomes part of the constructed object. It is not cloned. * If no data is provided, the constructed object will be empty, but still * valid. * @extends {jspb.Message} * @constructor */ proto.hiddifyrpc.ExtensionActionResult = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.hiddifyrpc.ExtensionActionResult, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.hiddifyrpc.ExtensionActionResult.displayName = 'proto.hiddifyrpc.ExtensionActionResult'; } /** * Generated by JsPbCodeGenerator. * @param {Array=} opt_data Optional initial data array, typically from a * server response, or constructed directly in Javascript. The array is used * in place and becomes part of the constructed object. It is not cloned. * If no data is provided, the constructed object will be empty, but still * valid. * @extends {jspb.Message} * @constructor */ proto.hiddifyrpc.ExtensionList = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, proto.hiddifyrpc.ExtensionList.repeatedFields_, null); }; goog.inherits(proto.hiddifyrpc.ExtensionList, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.hiddifyrpc.ExtensionList.displayName = 'proto.hiddifyrpc.ExtensionList'; } /** * Generated by JsPbCodeGenerator. * @param {Array=} opt_data Optional initial data array, typically from a * server response, or constructed directly in Javascript. The array is used * in place and becomes part of the constructed object. It is not cloned. * If no data is provided, the constructed object will be empty, but still * valid. * @extends {jspb.Message} * @constructor */ proto.hiddifyrpc.EditExtensionRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.hiddifyrpc.EditExtensionRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.hiddifyrpc.EditExtensionRequest.displayName = 'proto.hiddifyrpc.EditExtensionRequest'; } /** * Generated by JsPbCodeGenerator. * @param {Array=} opt_data Optional initial data array, typically from a * server response, or constructed directly in Javascript. The array is used * in place and becomes part of the constructed object. It is not cloned. * If no data is provided, the constructed object will be empty, but still * valid. * @extends {jspb.Message} * @constructor */ proto.hiddifyrpc.Extension = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.hiddifyrpc.Extension, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.hiddifyrpc.Extension.displayName = 'proto.hiddifyrpc.Extension'; } /** * Generated by JsPbCodeGenerator. * @param {Array=} opt_data Optional initial data array, typically from a * server response, or constructed directly in Javascript. The array is used * in place and becomes part of the constructed object. It is not cloned. * If no data is provided, the constructed object will be empty, but still * valid. * @extends {jspb.Message} * @constructor */ proto.hiddifyrpc.ExtensionRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.hiddifyrpc.ExtensionRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.hiddifyrpc.ExtensionRequest.displayName = 'proto.hiddifyrpc.ExtensionRequest'; } /** * Generated by JsPbCodeGenerator. * @param {Array=} opt_data Optional initial data array, typically from a * server response, or constructed directly in Javascript. The array is used * in place and becomes part of the constructed object. It is not cloned. * If no data is provided, the constructed object will be empty, but still * valid. * @extends {jspb.Message} * @constructor */ proto.hiddifyrpc.ExtensionResponse = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.hiddifyrpc.ExtensionResponse, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.hiddifyrpc.ExtensionResponse.displayName = 'proto.hiddifyrpc.ExtensionResponse'; } if (jspb.Message.GENERATE_TO_OBJECT) { /** * Creates an object representation of this proto. * Field names that are reserved in JavaScript and will be renamed to pb_name. * Optional fields that are not set will be set to undefined. * To access a reserved field use, foo.pb_, eg, foo.pb_default. * For the list of reserved names please see: * net/proto2/compiler/js/internal/generator.cc#kKeyword. * @param {boolean=} opt_includeInstance Deprecated. whether to include the * JSPB instance for transitional soy proto support: * http://goto/soy-param-migration * @return {!Object} */ proto.hiddifyrpc.ExtensionActionResult.prototype.toObject = function(opt_includeInstance) { return proto.hiddifyrpc.ExtensionActionResult.toObject(opt_includeInstance, this); }; /** * Static version of the {@see toObject} method. * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration * @param {!proto.hiddifyrpc.ExtensionActionResult} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.hiddifyrpc.ExtensionActionResult.toObject = function(includeInstance, msg) { var f, obj = { extensionId: jspb.Message.getFieldWithDefault(msg, 1, ""), code: jspb.Message.getFieldWithDefault(msg, 2, 0), message: jspb.Message.getFieldWithDefault(msg, 3, "") }; if (includeInstance) { obj.$jspbMessageInstance = msg; } return obj; }; } /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. * @return {!proto.hiddifyrpc.ExtensionActionResult} */ proto.hiddifyrpc.ExtensionActionResult.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); var msg = new proto.hiddifyrpc.ExtensionActionResult; return proto.hiddifyrpc.ExtensionActionResult.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. * @param {!proto.hiddifyrpc.ExtensionActionResult} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. * @return {!proto.hiddifyrpc.ExtensionActionResult} */ proto.hiddifyrpc.ExtensionActionResult.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; } var field = reader.getFieldNumber(); switch (field) { case 1: var value = /** @type {string} */ (reader.readString()); msg.setExtensionId(value); break; case 2: var value = /** @type {!proto.hiddifyrpc.ResponseCode} */ (reader.readEnum()); msg.setCode(value); break; case 3: var value = /** @type {string} */ (reader.readString()); msg.setMessage(value); break; default: reader.skipField(); break; } } return msg; }; /** * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ proto.hiddifyrpc.ExtensionActionResult.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); proto.hiddifyrpc.ExtensionActionResult.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. * @param {!proto.hiddifyrpc.ExtensionActionResult} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.hiddifyrpc.ExtensionActionResult.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getExtensionId(); if (f.length > 0) { writer.writeString( 1, f ); } f = message.getCode(); if (f !== 0.0) { writer.writeEnum( 2, f ); } f = message.getMessage(); if (f.length > 0) { writer.writeString( 3, f ); } }; /** * optional string extension_id = 1; * @return {string} */ proto.hiddifyrpc.ExtensionActionResult.prototype.getExtensionId = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value * @return {!proto.hiddifyrpc.ExtensionActionResult} returns this */ proto.hiddifyrpc.ExtensionActionResult.prototype.setExtensionId = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; /** * optional ResponseCode code = 2; * @return {!proto.hiddifyrpc.ResponseCode} */ proto.hiddifyrpc.ExtensionActionResult.prototype.getCode = function() { return /** @type {!proto.hiddifyrpc.ResponseCode} */ (jspb.Message.getFieldWithDefault(this, 2, 0)); }; /** * @param {!proto.hiddifyrpc.ResponseCode} value * @return {!proto.hiddifyrpc.ExtensionActionResult} returns this */ proto.hiddifyrpc.ExtensionActionResult.prototype.setCode = function(value) { return jspb.Message.setProto3EnumField(this, 2, value); }; /** * optional string message = 3; * @return {string} */ proto.hiddifyrpc.ExtensionActionResult.prototype.getMessage = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, "")); }; /** * @param {string} value * @return {!proto.hiddifyrpc.ExtensionActionResult} returns this */ proto.hiddifyrpc.ExtensionActionResult.prototype.setMessage = function(value) { return jspb.Message.setProto3StringField(this, 3, value); }; /** * List of repeated fields within this message type. * @private {!Array} * @const */ proto.hiddifyrpc.ExtensionList.repeatedFields_ = [1]; if (jspb.Message.GENERATE_TO_OBJECT) { /** * Creates an object representation of this proto. * Field names that are reserved in JavaScript and will be renamed to pb_name. * Optional fields that are not set will be set to undefined. * To access a reserved field use, foo.pb_, eg, foo.pb_default. * For the list of reserved names please see: * net/proto2/compiler/js/internal/generator.cc#kKeyword. * @param {boolean=} opt_includeInstance Deprecated. whether to include the * JSPB instance for transitional soy proto support: * http://goto/soy-param-migration * @return {!Object} */ proto.hiddifyrpc.ExtensionList.prototype.toObject = function(opt_includeInstance) { return proto.hiddifyrpc.ExtensionList.toObject(opt_includeInstance, this); }; /** * Static version of the {@see toObject} method. * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration * @param {!proto.hiddifyrpc.ExtensionList} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.hiddifyrpc.ExtensionList.toObject = function(includeInstance, msg) { var f, obj = { extensionsList: jspb.Message.toObjectList(msg.getExtensionsList(), proto.hiddifyrpc.Extension.toObject, includeInstance) }; if (includeInstance) { obj.$jspbMessageInstance = msg; } return obj; }; } /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. * @return {!proto.hiddifyrpc.ExtensionList} */ proto.hiddifyrpc.ExtensionList.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); var msg = new proto.hiddifyrpc.ExtensionList; return proto.hiddifyrpc.ExtensionList.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. * @param {!proto.hiddifyrpc.ExtensionList} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. * @return {!proto.hiddifyrpc.ExtensionList} */ proto.hiddifyrpc.ExtensionList.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; } var field = reader.getFieldNumber(); switch (field) { case 1: var value = new proto.hiddifyrpc.Extension; reader.readMessage(value,proto.hiddifyrpc.Extension.deserializeBinaryFromReader); msg.addExtensions(value); break; default: reader.skipField(); break; } } return msg; }; /** * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ proto.hiddifyrpc.ExtensionList.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); proto.hiddifyrpc.ExtensionList.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. * @param {!proto.hiddifyrpc.ExtensionList} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.hiddifyrpc.ExtensionList.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getExtensionsList(); if (f.length > 0) { writer.writeRepeatedMessage( 1, f, proto.hiddifyrpc.Extension.serializeBinaryToWriter ); } }; /** * repeated Extension extensions = 1; * @return {!Array} */ proto.hiddifyrpc.ExtensionList.prototype.getExtensionsList = function() { return /** @type{!Array} */ ( jspb.Message.getRepeatedWrapperField(this, proto.hiddifyrpc.Extension, 1)); }; /** * @param {!Array} value * @return {!proto.hiddifyrpc.ExtensionList} returns this */ proto.hiddifyrpc.ExtensionList.prototype.setExtensionsList = function(value) { return jspb.Message.setRepeatedWrapperField(this, 1, value); }; /** * @param {!proto.hiddifyrpc.Extension=} opt_value * @param {number=} opt_index * @return {!proto.hiddifyrpc.Extension} */ proto.hiddifyrpc.ExtensionList.prototype.addExtensions = function(opt_value, opt_index) { return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.hiddifyrpc.Extension, opt_index); }; /** * Clears the list making it empty but non-null. * @return {!proto.hiddifyrpc.ExtensionList} returns this */ proto.hiddifyrpc.ExtensionList.prototype.clearExtensionsList = function() { return this.setExtensionsList([]); }; if (jspb.Message.GENERATE_TO_OBJECT) { /** * Creates an object representation of this proto. * Field names that are reserved in JavaScript and will be renamed to pb_name. * Optional fields that are not set will be set to undefined. * To access a reserved field use, foo.pb_, eg, foo.pb_default. * For the list of reserved names please see: * net/proto2/compiler/js/internal/generator.cc#kKeyword. * @param {boolean=} opt_includeInstance Deprecated. whether to include the * JSPB instance for transitional soy proto support: * http://goto/soy-param-migration * @return {!Object} */ proto.hiddifyrpc.EditExtensionRequest.prototype.toObject = function(opt_includeInstance) { return proto.hiddifyrpc.EditExtensionRequest.toObject(opt_includeInstance, this); }; /** * Static version of the {@see toObject} method. * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration * @param {!proto.hiddifyrpc.EditExtensionRequest} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.hiddifyrpc.EditExtensionRequest.toObject = function(includeInstance, msg) { var f, obj = { extensionId: jspb.Message.getFieldWithDefault(msg, 1, ""), enable: jspb.Message.getBooleanFieldWithDefault(msg, 2, false) }; if (includeInstance) { obj.$jspbMessageInstance = msg; } return obj; }; } /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. * @return {!proto.hiddifyrpc.EditExtensionRequest} */ proto.hiddifyrpc.EditExtensionRequest.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); var msg = new proto.hiddifyrpc.EditExtensionRequest; return proto.hiddifyrpc.EditExtensionRequest.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. * @param {!proto.hiddifyrpc.EditExtensionRequest} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. * @return {!proto.hiddifyrpc.EditExtensionRequest} */ proto.hiddifyrpc.EditExtensionRequest.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; } var field = reader.getFieldNumber(); switch (field) { case 1: var value = /** @type {string} */ (reader.readString()); msg.setExtensionId(value); break; case 2: var value = /** @type {boolean} */ (reader.readBool()); msg.setEnable(value); break; default: reader.skipField(); break; } } return msg; }; /** * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ proto.hiddifyrpc.EditExtensionRequest.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); proto.hiddifyrpc.EditExtensionRequest.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. * @param {!proto.hiddifyrpc.EditExtensionRequest} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.hiddifyrpc.EditExtensionRequest.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getExtensionId(); if (f.length > 0) { writer.writeString( 1, f ); } f = message.getEnable(); if (f) { writer.writeBool( 2, f ); } }; /** * optional string extension_id = 1; * @return {string} */ proto.hiddifyrpc.EditExtensionRequest.prototype.getExtensionId = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value * @return {!proto.hiddifyrpc.EditExtensionRequest} returns this */ proto.hiddifyrpc.EditExtensionRequest.prototype.setExtensionId = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; /** * optional bool enable = 2; * @return {boolean} */ proto.hiddifyrpc.EditExtensionRequest.prototype.getEnable = function() { return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 2, false)); }; /** * @param {boolean} value * @return {!proto.hiddifyrpc.EditExtensionRequest} returns this */ proto.hiddifyrpc.EditExtensionRequest.prototype.setEnable = function(value) { return jspb.Message.setProto3BooleanField(this, 2, value); }; if (jspb.Message.GENERATE_TO_OBJECT) { /** * Creates an object representation of this proto. * Field names that are reserved in JavaScript and will be renamed to pb_name. * Optional fields that are not set will be set to undefined. * To access a reserved field use, foo.pb_, eg, foo.pb_default. * For the list of reserved names please see: * net/proto2/compiler/js/internal/generator.cc#kKeyword. * @param {boolean=} opt_includeInstance Deprecated. whether to include the * JSPB instance for transitional soy proto support: * http://goto/soy-param-migration * @return {!Object} */ proto.hiddifyrpc.Extension.prototype.toObject = function(opt_includeInstance) { return proto.hiddifyrpc.Extension.toObject(opt_includeInstance, this); }; /** * Static version of the {@see toObject} method. * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration * @param {!proto.hiddifyrpc.Extension} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.hiddifyrpc.Extension.toObject = function(includeInstance, msg) { var f, obj = { id: jspb.Message.getFieldWithDefault(msg, 1, ""), title: jspb.Message.getFieldWithDefault(msg, 2, ""), description: jspb.Message.getFieldWithDefault(msg, 3, ""), enable: jspb.Message.getBooleanFieldWithDefault(msg, 4, false) }; if (includeInstance) { obj.$jspbMessageInstance = msg; } return obj; }; } /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. * @return {!proto.hiddifyrpc.Extension} */ proto.hiddifyrpc.Extension.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); var msg = new proto.hiddifyrpc.Extension; return proto.hiddifyrpc.Extension.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. * @param {!proto.hiddifyrpc.Extension} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. * @return {!proto.hiddifyrpc.Extension} */ proto.hiddifyrpc.Extension.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; } var field = reader.getFieldNumber(); switch (field) { case 1: var value = /** @type {string} */ (reader.readString()); msg.setId(value); break; case 2: var value = /** @type {string} */ (reader.readString()); msg.setTitle(value); break; case 3: var value = /** @type {string} */ (reader.readString()); msg.setDescription(value); break; case 4: var value = /** @type {boolean} */ (reader.readBool()); msg.setEnable(value); break; default: reader.skipField(); break; } } return msg; }; /** * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ proto.hiddifyrpc.Extension.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); proto.hiddifyrpc.Extension.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. * @param {!proto.hiddifyrpc.Extension} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.hiddifyrpc.Extension.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getId(); if (f.length > 0) { writer.writeString( 1, f ); } f = message.getTitle(); if (f.length > 0) { writer.writeString( 2, f ); } f = message.getDescription(); if (f.length > 0) { writer.writeString( 3, f ); } f = message.getEnable(); if (f) { writer.writeBool( 4, f ); } }; /** * optional string id = 1; * @return {string} */ proto.hiddifyrpc.Extension.prototype.getId = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value * @return {!proto.hiddifyrpc.Extension} returns this */ proto.hiddifyrpc.Extension.prototype.setId = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; /** * optional string title = 2; * @return {string} */ proto.hiddifyrpc.Extension.prototype.getTitle = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, "")); }; /** * @param {string} value * @return {!proto.hiddifyrpc.Extension} returns this */ proto.hiddifyrpc.Extension.prototype.setTitle = function(value) { return jspb.Message.setProto3StringField(this, 2, value); }; /** * optional string description = 3; * @return {string} */ proto.hiddifyrpc.Extension.prototype.getDescription = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, "")); }; /** * @param {string} value * @return {!proto.hiddifyrpc.Extension} returns this */ proto.hiddifyrpc.Extension.prototype.setDescription = function(value) { return jspb.Message.setProto3StringField(this, 3, value); }; /** * optional bool enable = 4; * @return {boolean} */ proto.hiddifyrpc.Extension.prototype.getEnable = function() { return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 4, false)); }; /** * @param {boolean} value * @return {!proto.hiddifyrpc.Extension} returns this */ proto.hiddifyrpc.Extension.prototype.setEnable = function(value) { return jspb.Message.setProto3BooleanField(this, 4, value); }; if (jspb.Message.GENERATE_TO_OBJECT) { /** * Creates an object representation of this proto. * Field names that are reserved in JavaScript and will be renamed to pb_name. * Optional fields that are not set will be set to undefined. * To access a reserved field use, foo.pb_, eg, foo.pb_default. * For the list of reserved names please see: * net/proto2/compiler/js/internal/generator.cc#kKeyword. * @param {boolean=} opt_includeInstance Deprecated. whether to include the * JSPB instance for transitional soy proto support: * http://goto/soy-param-migration * @return {!Object} */ proto.hiddifyrpc.ExtensionRequest.prototype.toObject = function(opt_includeInstance) { return proto.hiddifyrpc.ExtensionRequest.toObject(opt_includeInstance, this); }; /** * Static version of the {@see toObject} method. * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration * @param {!proto.hiddifyrpc.ExtensionRequest} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.hiddifyrpc.ExtensionRequest.toObject = function(includeInstance, msg) { var f, obj = { extensionId: jspb.Message.getFieldWithDefault(msg, 1, ""), dataMap: (f = msg.getDataMap()) ? f.toObject(includeInstance, undefined) : [] }; if (includeInstance) { obj.$jspbMessageInstance = msg; } return obj; }; } /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. * @return {!proto.hiddifyrpc.ExtensionRequest} */ proto.hiddifyrpc.ExtensionRequest.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); var msg = new proto.hiddifyrpc.ExtensionRequest; return proto.hiddifyrpc.ExtensionRequest.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. * @param {!proto.hiddifyrpc.ExtensionRequest} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. * @return {!proto.hiddifyrpc.ExtensionRequest} */ proto.hiddifyrpc.ExtensionRequest.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; } var field = reader.getFieldNumber(); switch (field) { case 1: var value = /** @type {string} */ (reader.readString()); msg.setExtensionId(value); break; case 2: var value = msg.getDataMap(); reader.readMessage(value, function(message, reader) { jspb.Map.deserializeBinary(message, reader, jspb.BinaryReader.prototype.readString, jspb.BinaryReader.prototype.readString, null, "", ""); }); break; default: reader.skipField(); break; } } return msg; }; /** * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ proto.hiddifyrpc.ExtensionRequest.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); proto.hiddifyrpc.ExtensionRequest.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. * @param {!proto.hiddifyrpc.ExtensionRequest} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.hiddifyrpc.ExtensionRequest.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getExtensionId(); if (f.length > 0) { writer.writeString( 1, f ); } f = message.getDataMap(true); if (f && f.getLength() > 0) { f.serializeBinary(2, writer, jspb.BinaryWriter.prototype.writeString, jspb.BinaryWriter.prototype.writeString); } }; /** * optional string extension_id = 1; * @return {string} */ proto.hiddifyrpc.ExtensionRequest.prototype.getExtensionId = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value * @return {!proto.hiddifyrpc.ExtensionRequest} returns this */ proto.hiddifyrpc.ExtensionRequest.prototype.setExtensionId = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; /** * map data = 2; * @param {boolean=} opt_noLazyCreate Do not create the map if * empty, instead returning `undefined` * @return {!jspb.Map} */ proto.hiddifyrpc.ExtensionRequest.prototype.getDataMap = function(opt_noLazyCreate) { return /** @type {!jspb.Map} */ ( jspb.Message.getMapField(this, 2, opt_noLazyCreate, null)); }; /** * Clears values from the map. The map will be non-null. * @return {!proto.hiddifyrpc.ExtensionRequest} returns this */ proto.hiddifyrpc.ExtensionRequest.prototype.clearDataMap = function() { this.getDataMap().clear(); return this; }; if (jspb.Message.GENERATE_TO_OBJECT) { /** * Creates an object representation of this proto. * Field names that are reserved in JavaScript and will be renamed to pb_name. * Optional fields that are not set will be set to undefined. * To access a reserved field use, foo.pb_, eg, foo.pb_default. * For the list of reserved names please see: * net/proto2/compiler/js/internal/generator.cc#kKeyword. * @param {boolean=} opt_includeInstance Deprecated. whether to include the * JSPB instance for transitional soy proto support: * http://goto/soy-param-migration * @return {!Object} */ proto.hiddifyrpc.ExtensionResponse.prototype.toObject = function(opt_includeInstance) { return proto.hiddifyrpc.ExtensionResponse.toObject(opt_includeInstance, this); }; /** * Static version of the {@see toObject} method. * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration * @param {!proto.hiddifyrpc.ExtensionResponse} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.hiddifyrpc.ExtensionResponse.toObject = function(includeInstance, msg) { var f, obj = { type: jspb.Message.getFieldWithDefault(msg, 1, 0), extensionId: jspb.Message.getFieldWithDefault(msg, 2, ""), jsonUi: jspb.Message.getFieldWithDefault(msg, 3, "") }; if (includeInstance) { obj.$jspbMessageInstance = msg; } return obj; }; } /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. * @return {!proto.hiddifyrpc.ExtensionResponse} */ proto.hiddifyrpc.ExtensionResponse.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); var msg = new proto.hiddifyrpc.ExtensionResponse; return proto.hiddifyrpc.ExtensionResponse.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. * @param {!proto.hiddifyrpc.ExtensionResponse} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. * @return {!proto.hiddifyrpc.ExtensionResponse} */ proto.hiddifyrpc.ExtensionResponse.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; } var field = reader.getFieldNumber(); switch (field) { case 1: var value = /** @type {!proto.hiddifyrpc.ExtensionResponseType} */ (reader.readEnum()); msg.setType(value); break; case 2: var value = /** @type {string} */ (reader.readString()); msg.setExtensionId(value); break; case 3: var value = /** @type {string} */ (reader.readString()); msg.setJsonUi(value); break; default: reader.skipField(); break; } } return msg; }; /** * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ proto.hiddifyrpc.ExtensionResponse.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); proto.hiddifyrpc.ExtensionResponse.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. * @param {!proto.hiddifyrpc.ExtensionResponse} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.hiddifyrpc.ExtensionResponse.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getType(); if (f !== 0.0) { writer.writeEnum( 1, f ); } f = message.getExtensionId(); if (f.length > 0) { writer.writeString( 2, f ); } f = message.getJsonUi(); if (f.length > 0) { writer.writeString( 3, f ); } }; /** * optional ExtensionResponseType type = 1; * @return {!proto.hiddifyrpc.ExtensionResponseType} */ proto.hiddifyrpc.ExtensionResponse.prototype.getType = function() { return /** @type {!proto.hiddifyrpc.ExtensionResponseType} */ (jspb.Message.getFieldWithDefault(this, 1, 0)); }; /** * @param {!proto.hiddifyrpc.ExtensionResponseType} value * @return {!proto.hiddifyrpc.ExtensionResponse} returns this */ proto.hiddifyrpc.ExtensionResponse.prototype.setType = function(value) { return jspb.Message.setProto3EnumField(this, 1, value); }; /** * optional string extension_id = 2; * @return {string} */ proto.hiddifyrpc.ExtensionResponse.prototype.getExtensionId = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, "")); }; /** * @param {string} value * @return {!proto.hiddifyrpc.ExtensionResponse} returns this */ proto.hiddifyrpc.ExtensionResponse.prototype.setExtensionId = function(value) { return jspb.Message.setProto3StringField(this, 2, value); }; /** * optional string json_ui = 3; * @return {string} */ proto.hiddifyrpc.ExtensionResponse.prototype.getJsonUi = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, "")); }; /** * @param {string} value * @return {!proto.hiddifyrpc.ExtensionResponse} returns this */ proto.hiddifyrpc.ExtensionResponse.prototype.setJsonUi = function(value) { return jspb.Message.setProto3StringField(this, 3, value); }; /** * @enum {number} */ proto.hiddifyrpc.ExtensionResponseType = { NOTHING: 0, UPDATE_UI: 1, SHOW_DIALOG: 2, END: 3 }; goog.object.extend(exports, proto.hiddifyrpc); },{"./base_pb.js":1,"google-protobuf":12}],9:[function(require,module,exports){ const ansi_up = new AnsiUp({ escape_html: false, }); function renderForm(json, dialog, submitAction, cancelAction, stopAction) { const container = document.getElementById(`extension-page-container${dialog}`); const formId = `dynamicForm${json.id}${dialog}`; const existingForm = document.getElementById(formId); if (existingForm) { existingForm.remove(); } const form = document.createElement('form'); container.appendChild(form); form.id = formId; if (dialog === "dialog") { document.getElementById("modalLabel").textContent = json.title; } else { const titleElement = createTitleElement(json); if (stopAction != undefined) { const stopButton = document.createElement('button'); stopButton.textContent = "Back"; stopButton.classList.add('btn', 'btn-danger'); stopButton.addEventListener('click', stopAction); form.appendChild(stopButton); } form.appendChild(titleElement); } addElementsToForm(form, json); const buttonGroup = createButtonGroup(json, submitAction, cancelAction); if (dialog === "dialog") { document.getElementById("modal-footer").innerHTML = ''; document.getElementById("modal-footer").appendChild(buttonGroup); const dialog = bootstrap.Modal.getOrCreateInstance("#extension-dialog"); dialog.show() dialog.on("hidden.bs.modal", () => { cancelAction() }) } else { form.appendChild(buttonGroup); } } function addElementsToForm(form, json) { const description = document.createElement('p'); description.textContent = json.description; form.appendChild(description); if (json.fields) { json.fields.forEach(field => { const formGroup = createFormGroup(field); form.appendChild(formGroup); }); } return form; } function createTitleElement(json) { const title = document.createElement('h1'); title.textContent = json.title; return title; } function createFormGroup(field) { const formGroup = document.createElement('div'); formGroup.classList.add('mb-3'); if (field.label && !field.labelHidden) { const label = document.createElement('label'); label.textContent = field.label; label.setAttribute('for', field.key); formGroup.appendChild(label); } const input = createInputElement(field); formGroup.appendChild(input); return formGroup; } function createInputElement(field) { let input; switch (field.type) { case "Console": input = document.createElement('pre'); input.innerHTML = ansi_up.ansi_to_html(field.value || field.placeholder || ''); input.style.maxHeight = field.lines * 20 + 'px'; break; case "TextArea": input = document.createElement('textarea'); input.rows = field.lines || 3; input.textContent = field.value || ''; break; case "Checkbox": case "RadioButton": input = createCheckboxOrRadioGroup(field); break; case "Switch": input = createSwitchElement(field); break; case "Select": input = document.createElement('select'); field.items.forEach(item => { const option = document.createElement('option'); option.value = item.value; option.text = item.label; input.appendChild(option); }); break; default: input = document.createElement('input'); input.type = field.type.toLowerCase(); input.value = field.value; break; } input.id = field.key; input.name = field.key; if (field.readOnly) input.readOnly = true; if (field.type == "Checkbox" || field.type == "RadioButton" || field.type == "Switch") { } else { if (field.required) input.required = true; input.classList.add('form-control'); if (field.placeholder) input.placeholder = field.placeholder; } return input; } function createCheckboxOrRadioGroup(field) { const wrapper = document.createDocumentFragment(); field.items.forEach(item => { const inputWrapper = document.createElement('div'); inputWrapper.classList.add('form-check'); const input = document.createElement('input'); input.type = field.type === "Checkbox" ? 'checkbox' : 'radio'; input.classList.add('form-check-input'); input.id = `${field.key}_${item.value}`; input.name = field.key; // Grouping by name for radio buttons input.value = item.value; input.checked = field.value === item.value; const itemLabel = document.createElement('label'); itemLabel.classList.add('form-check-label'); itemLabel.setAttribute('for', input.id); itemLabel.textContent = item.label; inputWrapper.appendChild(input); inputWrapper.appendChild(itemLabel); wrapper.appendChild(inputWrapper); }); return wrapper; } function createSwitchElement(field) { const switchWrapper = document.createElement('div'); switchWrapper.classList.add('form-check', 'form-switch'); const input = document.createElement('input'); input.type = 'checkbox'; input.classList.add('form-check-input'); input.setAttribute('role', 'switch'); input.id = field.key; input.checked = field.value === "true"; const label = document.createElement('label'); label.classList.add('form-check-label'); label.setAttribute('for', field.key); label.textContent = field.label; switchWrapper.appendChild(input); switchWrapper.appendChild(label); return switchWrapper; } function createButtonGroup(json, submitAction, cancelAction) { const buttonGroup = document.createElement('div'); buttonGroup.classList.add('btn-group'); json.buttons.forEach(buttonText => { const btn = document.createElement('button'); btn.classList.add('btn',"btn-default"); buttonGroup.appendChild(btn); btn.textContent = buttonText if (buttonText=="Cancel") { btn.classList.add( 'btn-secondary'); btn.addEventListener('click', cancelAction); }else{ if (buttonText=="Submit"||buttonText=="Ok") btn.classList.add('btn-primary'); btn.addEventListener('click', submitAction); } }) return buttonGroup; } module.exports = { renderForm }; },{}],10:[function(require,module,exports){ /** * @fileoverview gRPC-Web generated client stub for hiddifyrpc * @enhanceable * @public */ // Code generated by protoc-gen-grpc-web. DO NOT EDIT. // versions: // protoc-gen-grpc-web v1.5.0 // protoc v5.28.0 // source: hiddify.proto /* eslint-disable */ // @ts-nocheck const grpc = {}; grpc.web = require('grpc-web'); var base_pb = require('./base_pb.js') const proto = {}; proto.hiddifyrpc = require('./hiddify_pb.js'); /** * @param {string} hostname * @param {?Object} credentials * @param {?grpc.web.ClientOptions} options * @constructor * @struct * @final */ proto.hiddifyrpc.HelloClient = function(hostname, credentials, options) { if (!options) options = {}; options.format = 'text'; /** * @private @const {!grpc.web.GrpcWebClientBase} The client */ this.client_ = new grpc.web.GrpcWebClientBase(options); /** * @private @const {string} The hostname */ this.hostname_ = hostname.replace(/\/+$/, ''); }; /** * @param {string} hostname * @param {?Object} credentials * @param {?grpc.web.ClientOptions} options * @constructor * @struct * @final */ proto.hiddifyrpc.HelloPromiseClient = function(hostname, credentials, options) { if (!options) options = {}; options.format = 'text'; /** * @private @const {!grpc.web.GrpcWebClientBase} The client */ this.client_ = new grpc.web.GrpcWebClientBase(options); /** * @private @const {string} The hostname */ this.hostname_ = hostname.replace(/\/+$/, ''); }; /** * @const * @type {!grpc.web.MethodDescriptor< * !proto.hiddifyrpc.HelloRequest, * !proto.hiddifyrpc.HelloResponse>} */ const methodDescriptor_Hello_SayHello = new grpc.web.MethodDescriptor( '/hiddifyrpc.Hello/SayHello', grpc.web.MethodType.UNARY, base_pb.HelloRequest, base_pb.HelloResponse, /** * @param {!proto.hiddifyrpc.HelloRequest} request * @return {!Uint8Array} */ function(request) { return request.serializeBinary(); }, base_pb.HelloResponse.deserializeBinary ); /** * @param {!proto.hiddifyrpc.HelloRequest} request The * request proto * @param {?Object} metadata User defined * call metadata * @param {function(?grpc.web.RpcError, ?proto.hiddifyrpc.HelloResponse)} * callback The callback function(error, response) * @return {!grpc.web.ClientReadableStream|undefined} * The XHR Node Readable Stream */ proto.hiddifyrpc.HelloClient.prototype.sayHello = function(request, metadata, callback) { return this.client_.rpcCall(this.hostname_ + '/hiddifyrpc.Hello/SayHello', request, metadata || {}, methodDescriptor_Hello_SayHello, callback); }; /** * @param {!proto.hiddifyrpc.HelloRequest} request The * request proto * @param {?Object=} metadata User defined * call metadata * @return {!Promise} * Promise that resolves to the response */ proto.hiddifyrpc.HelloPromiseClient.prototype.sayHello = function(request, metadata) { return this.client_.unaryCall(this.hostname_ + '/hiddifyrpc.Hello/SayHello', request, metadata || {}, methodDescriptor_Hello_SayHello); }; /** * @param {string} hostname * @param {?Object} credentials * @param {?grpc.web.ClientOptions} options * @constructor * @struct * @final */ proto.hiddifyrpc.CoreClient = function(hostname, credentials, options) { if (!options) options = {}; options.format = 'text'; /** * @private @const {!grpc.web.GrpcWebClientBase} The client */ this.client_ = new grpc.web.GrpcWebClientBase(options); /** * @private @const {string} The hostname */ this.hostname_ = hostname.replace(/\/+$/, ''); }; /** * @param {string} hostname * @param {?Object} credentials * @param {?grpc.web.ClientOptions} options * @constructor * @struct * @final */ proto.hiddifyrpc.CorePromiseClient = function(hostname, credentials, options) { if (!options) options = {}; options.format = 'text'; /** * @private @const {!grpc.web.GrpcWebClientBase} The client */ this.client_ = new grpc.web.GrpcWebClientBase(options); /** * @private @const {string} The hostname */ this.hostname_ = hostname.replace(/\/+$/, ''); }; /** * @const * @type {!grpc.web.MethodDescriptor< * !proto.hiddifyrpc.StartRequest, * !proto.hiddifyrpc.CoreInfoResponse>} */ const methodDescriptor_Core_Start = new grpc.web.MethodDescriptor( '/hiddifyrpc.Core/Start', grpc.web.MethodType.UNARY, proto.hiddifyrpc.StartRequest, proto.hiddifyrpc.CoreInfoResponse, /** * @param {!proto.hiddifyrpc.StartRequest} request * @return {!Uint8Array} */ function(request) { return request.serializeBinary(); }, proto.hiddifyrpc.CoreInfoResponse.deserializeBinary ); /** * @param {!proto.hiddifyrpc.StartRequest} request The * request proto * @param {?Object} metadata User defined * call metadata * @param {function(?grpc.web.RpcError, ?proto.hiddifyrpc.CoreInfoResponse)} * callback The callback function(error, response) * @return {!grpc.web.ClientReadableStream|undefined} * The XHR Node Readable Stream */ proto.hiddifyrpc.CoreClient.prototype.start = function(request, metadata, callback) { return this.client_.rpcCall(this.hostname_ + '/hiddifyrpc.Core/Start', request, metadata || {}, methodDescriptor_Core_Start, callback); }; /** * @param {!proto.hiddifyrpc.StartRequest} request The * request proto * @param {?Object=} metadata User defined * call metadata * @return {!Promise} * Promise that resolves to the response */ proto.hiddifyrpc.CorePromiseClient.prototype.start = function(request, metadata) { return this.client_.unaryCall(this.hostname_ + '/hiddifyrpc.Core/Start', request, metadata || {}, methodDescriptor_Core_Start); }; /** * @const * @type {!grpc.web.MethodDescriptor< * !proto.hiddifyrpc.Empty, * !proto.hiddifyrpc.CoreInfoResponse>} */ const methodDescriptor_Core_CoreInfoListener = new grpc.web.MethodDescriptor( '/hiddifyrpc.Core/CoreInfoListener', grpc.web.MethodType.SERVER_STREAMING, base_pb.Empty, proto.hiddifyrpc.CoreInfoResponse, /** * @param {!proto.hiddifyrpc.Empty} request * @return {!Uint8Array} */ function(request) { return request.serializeBinary(); }, proto.hiddifyrpc.CoreInfoResponse.deserializeBinary ); /** * @param {!proto.hiddifyrpc.Empty} request The request proto * @param {?Object=} metadata User defined * call metadata * @return {!grpc.web.ClientReadableStream} * The XHR Node Readable Stream */ proto.hiddifyrpc.CoreClient.prototype.coreInfoListener = function(request, metadata) { return this.client_.serverStreaming(this.hostname_ + '/hiddifyrpc.Core/CoreInfoListener', request, metadata || {}, methodDescriptor_Core_CoreInfoListener); }; /** * @param {!proto.hiddifyrpc.Empty} request The request proto * @param {?Object=} metadata User defined * call metadata * @return {!grpc.web.ClientReadableStream} * The XHR Node Readable Stream */ proto.hiddifyrpc.CorePromiseClient.prototype.coreInfoListener = function(request, metadata) { return this.client_.serverStreaming(this.hostname_ + '/hiddifyrpc.Core/CoreInfoListener', request, metadata || {}, methodDescriptor_Core_CoreInfoListener); }; /** * @const * @type {!grpc.web.MethodDescriptor< * !proto.hiddifyrpc.Empty, * !proto.hiddifyrpc.OutboundGroupList>} */ const methodDescriptor_Core_OutboundsInfo = new grpc.web.MethodDescriptor( '/hiddifyrpc.Core/OutboundsInfo', grpc.web.MethodType.SERVER_STREAMING, base_pb.Empty, proto.hiddifyrpc.OutboundGroupList, /** * @param {!proto.hiddifyrpc.Empty} request * @return {!Uint8Array} */ function(request) { return request.serializeBinary(); }, proto.hiddifyrpc.OutboundGroupList.deserializeBinary ); /** * @param {!proto.hiddifyrpc.Empty} request The request proto * @param {?Object=} metadata User defined * call metadata * @return {!grpc.web.ClientReadableStream} * The XHR Node Readable Stream */ proto.hiddifyrpc.CoreClient.prototype.outboundsInfo = function(request, metadata) { return this.client_.serverStreaming(this.hostname_ + '/hiddifyrpc.Core/OutboundsInfo', request, metadata || {}, methodDescriptor_Core_OutboundsInfo); }; /** * @param {!proto.hiddifyrpc.Empty} request The request proto * @param {?Object=} metadata User defined * call metadata * @return {!grpc.web.ClientReadableStream} * The XHR Node Readable Stream */ proto.hiddifyrpc.CorePromiseClient.prototype.outboundsInfo = function(request, metadata) { return this.client_.serverStreaming(this.hostname_ + '/hiddifyrpc.Core/OutboundsInfo', request, metadata || {}, methodDescriptor_Core_OutboundsInfo); }; /** * @const * @type {!grpc.web.MethodDescriptor< * !proto.hiddifyrpc.Empty, * !proto.hiddifyrpc.OutboundGroupList>} */ const methodDescriptor_Core_MainOutboundsInfo = new grpc.web.MethodDescriptor( '/hiddifyrpc.Core/MainOutboundsInfo', grpc.web.MethodType.SERVER_STREAMING, base_pb.Empty, proto.hiddifyrpc.OutboundGroupList, /** * @param {!proto.hiddifyrpc.Empty} request * @return {!Uint8Array} */ function(request) { return request.serializeBinary(); }, proto.hiddifyrpc.OutboundGroupList.deserializeBinary ); /** * @param {!proto.hiddifyrpc.Empty} request The request proto * @param {?Object=} metadata User defined * call metadata * @return {!grpc.web.ClientReadableStream} * The XHR Node Readable Stream */ proto.hiddifyrpc.CoreClient.prototype.mainOutboundsInfo = function(request, metadata) { return this.client_.serverStreaming(this.hostname_ + '/hiddifyrpc.Core/MainOutboundsInfo', request, metadata || {}, methodDescriptor_Core_MainOutboundsInfo); }; /** * @param {!proto.hiddifyrpc.Empty} request The request proto * @param {?Object=} metadata User defined * call metadata * @return {!grpc.web.ClientReadableStream} * The XHR Node Readable Stream */ proto.hiddifyrpc.CorePromiseClient.prototype.mainOutboundsInfo = function(request, metadata) { return this.client_.serverStreaming(this.hostname_ + '/hiddifyrpc.Core/MainOutboundsInfo', request, metadata || {}, methodDescriptor_Core_MainOutboundsInfo); }; /** * @const * @type {!grpc.web.MethodDescriptor< * !proto.hiddifyrpc.Empty, * !proto.hiddifyrpc.SystemInfo>} */ const methodDescriptor_Core_GetSystemInfo = new grpc.web.MethodDescriptor( '/hiddifyrpc.Core/GetSystemInfo', grpc.web.MethodType.SERVER_STREAMING, base_pb.Empty, proto.hiddifyrpc.SystemInfo, /** * @param {!proto.hiddifyrpc.Empty} request * @return {!Uint8Array} */ function(request) { return request.serializeBinary(); }, proto.hiddifyrpc.SystemInfo.deserializeBinary ); /** * @param {!proto.hiddifyrpc.Empty} request The request proto * @param {?Object=} metadata User defined * call metadata * @return {!grpc.web.ClientReadableStream} * The XHR Node Readable Stream */ proto.hiddifyrpc.CoreClient.prototype.getSystemInfo = function(request, metadata) { return this.client_.serverStreaming(this.hostname_ + '/hiddifyrpc.Core/GetSystemInfo', request, metadata || {}, methodDescriptor_Core_GetSystemInfo); }; /** * @param {!proto.hiddifyrpc.Empty} request The request proto * @param {?Object=} metadata User defined * call metadata * @return {!grpc.web.ClientReadableStream} * The XHR Node Readable Stream */ proto.hiddifyrpc.CorePromiseClient.prototype.getSystemInfo = function(request, metadata) { return this.client_.serverStreaming(this.hostname_ + '/hiddifyrpc.Core/GetSystemInfo', request, metadata || {}, methodDescriptor_Core_GetSystemInfo); }; /** * @const * @type {!grpc.web.MethodDescriptor< * !proto.hiddifyrpc.SetupRequest, * !proto.hiddifyrpc.Response>} */ const methodDescriptor_Core_Setup = new grpc.web.MethodDescriptor( '/hiddifyrpc.Core/Setup', grpc.web.MethodType.UNARY, proto.hiddifyrpc.SetupRequest, proto.hiddifyrpc.Response, /** * @param {!proto.hiddifyrpc.SetupRequest} request * @return {!Uint8Array} */ function(request) { return request.serializeBinary(); }, proto.hiddifyrpc.Response.deserializeBinary ); /** * @param {!proto.hiddifyrpc.SetupRequest} request The * request proto * @param {?Object} metadata User defined * call metadata * @param {function(?grpc.web.RpcError, ?proto.hiddifyrpc.Response)} * callback The callback function(error, response) * @return {!grpc.web.ClientReadableStream|undefined} * The XHR Node Readable Stream */ proto.hiddifyrpc.CoreClient.prototype.setup = function(request, metadata, callback) { return this.client_.rpcCall(this.hostname_ + '/hiddifyrpc.Core/Setup', request, metadata || {}, methodDescriptor_Core_Setup, callback); }; /** * @param {!proto.hiddifyrpc.SetupRequest} request The * request proto * @param {?Object=} metadata User defined * call metadata * @return {!Promise} * Promise that resolves to the response */ proto.hiddifyrpc.CorePromiseClient.prototype.setup = function(request, metadata) { return this.client_.unaryCall(this.hostname_ + '/hiddifyrpc.Core/Setup', request, metadata || {}, methodDescriptor_Core_Setup); }; /** * @const * @type {!grpc.web.MethodDescriptor< * !proto.hiddifyrpc.ParseRequest, * !proto.hiddifyrpc.ParseResponse>} */ const methodDescriptor_Core_Parse = new grpc.web.MethodDescriptor( '/hiddifyrpc.Core/Parse', grpc.web.MethodType.UNARY, proto.hiddifyrpc.ParseRequest, proto.hiddifyrpc.ParseResponse, /** * @param {!proto.hiddifyrpc.ParseRequest} request * @return {!Uint8Array} */ function(request) { return request.serializeBinary(); }, proto.hiddifyrpc.ParseResponse.deserializeBinary ); /** * @param {!proto.hiddifyrpc.ParseRequest} request The * request proto * @param {?Object} metadata User defined * call metadata * @param {function(?grpc.web.RpcError, ?proto.hiddifyrpc.ParseResponse)} * callback The callback function(error, response) * @return {!grpc.web.ClientReadableStream|undefined} * The XHR Node Readable Stream */ proto.hiddifyrpc.CoreClient.prototype.parse = function(request, metadata, callback) { return this.client_.rpcCall(this.hostname_ + '/hiddifyrpc.Core/Parse', request, metadata || {}, methodDescriptor_Core_Parse, callback); }; /** * @param {!proto.hiddifyrpc.ParseRequest} request The * request proto * @param {?Object=} metadata User defined * call metadata * @return {!Promise} * Promise that resolves to the response */ proto.hiddifyrpc.CorePromiseClient.prototype.parse = function(request, metadata) { return this.client_.unaryCall(this.hostname_ + '/hiddifyrpc.Core/Parse', request, metadata || {}, methodDescriptor_Core_Parse); }; /** * @const * @type {!grpc.web.MethodDescriptor< * !proto.hiddifyrpc.ChangeHiddifySettingsRequest, * !proto.hiddifyrpc.CoreInfoResponse>} */ const methodDescriptor_Core_ChangeHiddifySettings = new grpc.web.MethodDescriptor( '/hiddifyrpc.Core/ChangeHiddifySettings', grpc.web.MethodType.UNARY, proto.hiddifyrpc.ChangeHiddifySettingsRequest, proto.hiddifyrpc.CoreInfoResponse, /** * @param {!proto.hiddifyrpc.ChangeHiddifySettingsRequest} request * @return {!Uint8Array} */ function(request) { return request.serializeBinary(); }, proto.hiddifyrpc.CoreInfoResponse.deserializeBinary ); /** * @param {!proto.hiddifyrpc.ChangeHiddifySettingsRequest} request The * request proto * @param {?Object} metadata User defined * call metadata * @param {function(?grpc.web.RpcError, ?proto.hiddifyrpc.CoreInfoResponse)} * callback The callback function(error, response) * @return {!grpc.web.ClientReadableStream|undefined} * The XHR Node Readable Stream */ proto.hiddifyrpc.CoreClient.prototype.changeHiddifySettings = function(request, metadata, callback) { return this.client_.rpcCall(this.hostname_ + '/hiddifyrpc.Core/ChangeHiddifySettings', request, metadata || {}, methodDescriptor_Core_ChangeHiddifySettings, callback); }; /** * @param {!proto.hiddifyrpc.ChangeHiddifySettingsRequest} request The * request proto * @param {?Object=} metadata User defined * call metadata * @return {!Promise} * Promise that resolves to the response */ proto.hiddifyrpc.CorePromiseClient.prototype.changeHiddifySettings = function(request, metadata) { return this.client_.unaryCall(this.hostname_ + '/hiddifyrpc.Core/ChangeHiddifySettings', request, metadata || {}, methodDescriptor_Core_ChangeHiddifySettings); }; /** * @const * @type {!grpc.web.MethodDescriptor< * !proto.hiddifyrpc.StartRequest, * !proto.hiddifyrpc.CoreInfoResponse>} */ const methodDescriptor_Core_StartService = new grpc.web.MethodDescriptor( '/hiddifyrpc.Core/StartService', grpc.web.MethodType.UNARY, proto.hiddifyrpc.StartRequest, proto.hiddifyrpc.CoreInfoResponse, /** * @param {!proto.hiddifyrpc.StartRequest} request * @return {!Uint8Array} */ function(request) { return request.serializeBinary(); }, proto.hiddifyrpc.CoreInfoResponse.deserializeBinary ); /** * @param {!proto.hiddifyrpc.StartRequest} request The * request proto * @param {?Object} metadata User defined * call metadata * @param {function(?grpc.web.RpcError, ?proto.hiddifyrpc.CoreInfoResponse)} * callback The callback function(error, response) * @return {!grpc.web.ClientReadableStream|undefined} * The XHR Node Readable Stream */ proto.hiddifyrpc.CoreClient.prototype.startService = function(request, metadata, callback) { return this.client_.rpcCall(this.hostname_ + '/hiddifyrpc.Core/StartService', request, metadata || {}, methodDescriptor_Core_StartService, callback); }; /** * @param {!proto.hiddifyrpc.StartRequest} request The * request proto * @param {?Object=} metadata User defined * call metadata * @return {!Promise} * Promise that resolves to the response */ proto.hiddifyrpc.CorePromiseClient.prototype.startService = function(request, metadata) { return this.client_.unaryCall(this.hostname_ + '/hiddifyrpc.Core/StartService', request, metadata || {}, methodDescriptor_Core_StartService); }; /** * @const * @type {!grpc.web.MethodDescriptor< * !proto.hiddifyrpc.Empty, * !proto.hiddifyrpc.CoreInfoResponse>} */ const methodDescriptor_Core_Stop = new grpc.web.MethodDescriptor( '/hiddifyrpc.Core/Stop', grpc.web.MethodType.UNARY, base_pb.Empty, proto.hiddifyrpc.CoreInfoResponse, /** * @param {!proto.hiddifyrpc.Empty} request * @return {!Uint8Array} */ function(request) { return request.serializeBinary(); }, proto.hiddifyrpc.CoreInfoResponse.deserializeBinary ); /** * @param {!proto.hiddifyrpc.Empty} request The * request proto * @param {?Object} metadata User defined * call metadata * @param {function(?grpc.web.RpcError, ?proto.hiddifyrpc.CoreInfoResponse)} * callback The callback function(error, response) * @return {!grpc.web.ClientReadableStream|undefined} * The XHR Node Readable Stream */ proto.hiddifyrpc.CoreClient.prototype.stop = function(request, metadata, callback) { return this.client_.rpcCall(this.hostname_ + '/hiddifyrpc.Core/Stop', request, metadata || {}, methodDescriptor_Core_Stop, callback); }; /** * @param {!proto.hiddifyrpc.Empty} request The * request proto * @param {?Object=} metadata User defined * call metadata * @return {!Promise} * Promise that resolves to the response */ proto.hiddifyrpc.CorePromiseClient.prototype.stop = function(request, metadata) { return this.client_.unaryCall(this.hostname_ + '/hiddifyrpc.Core/Stop', request, metadata || {}, methodDescriptor_Core_Stop); }; /** * @const * @type {!grpc.web.MethodDescriptor< * !proto.hiddifyrpc.StartRequest, * !proto.hiddifyrpc.CoreInfoResponse>} */ const methodDescriptor_Core_Restart = new grpc.web.MethodDescriptor( '/hiddifyrpc.Core/Restart', grpc.web.MethodType.UNARY, proto.hiddifyrpc.StartRequest, proto.hiddifyrpc.CoreInfoResponse, /** * @param {!proto.hiddifyrpc.StartRequest} request * @return {!Uint8Array} */ function(request) { return request.serializeBinary(); }, proto.hiddifyrpc.CoreInfoResponse.deserializeBinary ); /** * @param {!proto.hiddifyrpc.StartRequest} request The * request proto * @param {?Object} metadata User defined * call metadata * @param {function(?grpc.web.RpcError, ?proto.hiddifyrpc.CoreInfoResponse)} * callback The callback function(error, response) * @return {!grpc.web.ClientReadableStream|undefined} * The XHR Node Readable Stream */ proto.hiddifyrpc.CoreClient.prototype.restart = function(request, metadata, callback) { return this.client_.rpcCall(this.hostname_ + '/hiddifyrpc.Core/Restart', request, metadata || {}, methodDescriptor_Core_Restart, callback); }; /** * @param {!proto.hiddifyrpc.StartRequest} request The * request proto * @param {?Object=} metadata User defined * call metadata * @return {!Promise} * Promise that resolves to the response */ proto.hiddifyrpc.CorePromiseClient.prototype.restart = function(request, metadata) { return this.client_.unaryCall(this.hostname_ + '/hiddifyrpc.Core/Restart', request, metadata || {}, methodDescriptor_Core_Restart); }; /** * @const * @type {!grpc.web.MethodDescriptor< * !proto.hiddifyrpc.SelectOutboundRequest, * !proto.hiddifyrpc.Response>} */ const methodDescriptor_Core_SelectOutbound = new grpc.web.MethodDescriptor( '/hiddifyrpc.Core/SelectOutbound', grpc.web.MethodType.UNARY, proto.hiddifyrpc.SelectOutboundRequest, proto.hiddifyrpc.Response, /** * @param {!proto.hiddifyrpc.SelectOutboundRequest} request * @return {!Uint8Array} */ function(request) { return request.serializeBinary(); }, proto.hiddifyrpc.Response.deserializeBinary ); /** * @param {!proto.hiddifyrpc.SelectOutboundRequest} request The * request proto * @param {?Object} metadata User defined * call metadata * @param {function(?grpc.web.RpcError, ?proto.hiddifyrpc.Response)} * callback The callback function(error, response) * @return {!grpc.web.ClientReadableStream|undefined} * The XHR Node Readable Stream */ proto.hiddifyrpc.CoreClient.prototype.selectOutbound = function(request, metadata, callback) { return this.client_.rpcCall(this.hostname_ + '/hiddifyrpc.Core/SelectOutbound', request, metadata || {}, methodDescriptor_Core_SelectOutbound, callback); }; /** * @param {!proto.hiddifyrpc.SelectOutboundRequest} request The * request proto * @param {?Object=} metadata User defined * call metadata * @return {!Promise} * Promise that resolves to the response */ proto.hiddifyrpc.CorePromiseClient.prototype.selectOutbound = function(request, metadata) { return this.client_.unaryCall(this.hostname_ + '/hiddifyrpc.Core/SelectOutbound', request, metadata || {}, methodDescriptor_Core_SelectOutbound); }; /** * @const * @type {!grpc.web.MethodDescriptor< * !proto.hiddifyrpc.UrlTestRequest, * !proto.hiddifyrpc.Response>} */ const methodDescriptor_Core_UrlTest = new grpc.web.MethodDescriptor( '/hiddifyrpc.Core/UrlTest', grpc.web.MethodType.UNARY, proto.hiddifyrpc.UrlTestRequest, proto.hiddifyrpc.Response, /** * @param {!proto.hiddifyrpc.UrlTestRequest} request * @return {!Uint8Array} */ function(request) { return request.serializeBinary(); }, proto.hiddifyrpc.Response.deserializeBinary ); /** * @param {!proto.hiddifyrpc.UrlTestRequest} request The * request proto * @param {?Object} metadata User defined * call metadata * @param {function(?grpc.web.RpcError, ?proto.hiddifyrpc.Response)} * callback The callback function(error, response) * @return {!grpc.web.ClientReadableStream|undefined} * The XHR Node Readable Stream */ proto.hiddifyrpc.CoreClient.prototype.urlTest = function(request, metadata, callback) { return this.client_.rpcCall(this.hostname_ + '/hiddifyrpc.Core/UrlTest', request, metadata || {}, methodDescriptor_Core_UrlTest, callback); }; /** * @param {!proto.hiddifyrpc.UrlTestRequest} request The * request proto * @param {?Object=} metadata User defined * call metadata * @return {!Promise} * Promise that resolves to the response */ proto.hiddifyrpc.CorePromiseClient.prototype.urlTest = function(request, metadata) { return this.client_.unaryCall(this.hostname_ + '/hiddifyrpc.Core/UrlTest', request, metadata || {}, methodDescriptor_Core_UrlTest); }; /** * @const * @type {!grpc.web.MethodDescriptor< * !proto.hiddifyrpc.GenerateWarpConfigRequest, * !proto.hiddifyrpc.WarpGenerationResponse>} */ const methodDescriptor_Core_GenerateWarpConfig = new grpc.web.MethodDescriptor( '/hiddifyrpc.Core/GenerateWarpConfig', grpc.web.MethodType.UNARY, proto.hiddifyrpc.GenerateWarpConfigRequest, proto.hiddifyrpc.WarpGenerationResponse, /** * @param {!proto.hiddifyrpc.GenerateWarpConfigRequest} request * @return {!Uint8Array} */ function(request) { return request.serializeBinary(); }, proto.hiddifyrpc.WarpGenerationResponse.deserializeBinary ); /** * @param {!proto.hiddifyrpc.GenerateWarpConfigRequest} request The * request proto * @param {?Object} metadata User defined * call metadata * @param {function(?grpc.web.RpcError, ?proto.hiddifyrpc.WarpGenerationResponse)} * callback The callback function(error, response) * @return {!grpc.web.ClientReadableStream|undefined} * The XHR Node Readable Stream */ proto.hiddifyrpc.CoreClient.prototype.generateWarpConfig = function(request, metadata, callback) { return this.client_.rpcCall(this.hostname_ + '/hiddifyrpc.Core/GenerateWarpConfig', request, metadata || {}, methodDescriptor_Core_GenerateWarpConfig, callback); }; /** * @param {!proto.hiddifyrpc.GenerateWarpConfigRequest} request The * request proto * @param {?Object=} metadata User defined * call metadata * @return {!Promise} * Promise that resolves to the response */ proto.hiddifyrpc.CorePromiseClient.prototype.generateWarpConfig = function(request, metadata) { return this.client_.unaryCall(this.hostname_ + '/hiddifyrpc.Core/GenerateWarpConfig', request, metadata || {}, methodDescriptor_Core_GenerateWarpConfig); }; /** * @const * @type {!grpc.web.MethodDescriptor< * !proto.hiddifyrpc.Empty, * !proto.hiddifyrpc.SystemProxyStatus>} */ const methodDescriptor_Core_GetSystemProxyStatus = new grpc.web.MethodDescriptor( '/hiddifyrpc.Core/GetSystemProxyStatus', grpc.web.MethodType.UNARY, base_pb.Empty, proto.hiddifyrpc.SystemProxyStatus, /** * @param {!proto.hiddifyrpc.Empty} request * @return {!Uint8Array} */ function(request) { return request.serializeBinary(); }, proto.hiddifyrpc.SystemProxyStatus.deserializeBinary ); /** * @param {!proto.hiddifyrpc.Empty} request The * request proto * @param {?Object} metadata User defined * call metadata * @param {function(?grpc.web.RpcError, ?proto.hiddifyrpc.SystemProxyStatus)} * callback The callback function(error, response) * @return {!grpc.web.ClientReadableStream|undefined} * The XHR Node Readable Stream */ proto.hiddifyrpc.CoreClient.prototype.getSystemProxyStatus = function(request, metadata, callback) { return this.client_.rpcCall(this.hostname_ + '/hiddifyrpc.Core/GetSystemProxyStatus', request, metadata || {}, methodDescriptor_Core_GetSystemProxyStatus, callback); }; /** * @param {!proto.hiddifyrpc.Empty} request The * request proto * @param {?Object=} metadata User defined * call metadata * @return {!Promise} * Promise that resolves to the response */ proto.hiddifyrpc.CorePromiseClient.prototype.getSystemProxyStatus = function(request, metadata) { return this.client_.unaryCall(this.hostname_ + '/hiddifyrpc.Core/GetSystemProxyStatus', request, metadata || {}, methodDescriptor_Core_GetSystemProxyStatus); }; /** * @const * @type {!grpc.web.MethodDescriptor< * !proto.hiddifyrpc.SetSystemProxyEnabledRequest, * !proto.hiddifyrpc.Response>} */ const methodDescriptor_Core_SetSystemProxyEnabled = new grpc.web.MethodDescriptor( '/hiddifyrpc.Core/SetSystemProxyEnabled', grpc.web.MethodType.UNARY, proto.hiddifyrpc.SetSystemProxyEnabledRequest, proto.hiddifyrpc.Response, /** * @param {!proto.hiddifyrpc.SetSystemProxyEnabledRequest} request * @return {!Uint8Array} */ function(request) { return request.serializeBinary(); }, proto.hiddifyrpc.Response.deserializeBinary ); /** * @param {!proto.hiddifyrpc.SetSystemProxyEnabledRequest} request The * request proto * @param {?Object} metadata User defined * call metadata * @param {function(?grpc.web.RpcError, ?proto.hiddifyrpc.Response)} * callback The callback function(error, response) * @return {!grpc.web.ClientReadableStream|undefined} * The XHR Node Readable Stream */ proto.hiddifyrpc.CoreClient.prototype.setSystemProxyEnabled = function(request, metadata, callback) { return this.client_.rpcCall(this.hostname_ + '/hiddifyrpc.Core/SetSystemProxyEnabled', request, metadata || {}, methodDescriptor_Core_SetSystemProxyEnabled, callback); }; /** * @param {!proto.hiddifyrpc.SetSystemProxyEnabledRequest} request The * request proto * @param {?Object=} metadata User defined * call metadata * @return {!Promise} * Promise that resolves to the response */ proto.hiddifyrpc.CorePromiseClient.prototype.setSystemProxyEnabled = function(request, metadata) { return this.client_.unaryCall(this.hostname_ + '/hiddifyrpc.Core/SetSystemProxyEnabled', request, metadata || {}, methodDescriptor_Core_SetSystemProxyEnabled); }; /** * @const * @type {!grpc.web.MethodDescriptor< * !proto.hiddifyrpc.Empty, * !proto.hiddifyrpc.LogMessage>} */ const methodDescriptor_Core_LogListener = new grpc.web.MethodDescriptor( '/hiddifyrpc.Core/LogListener', grpc.web.MethodType.SERVER_STREAMING, base_pb.Empty, proto.hiddifyrpc.LogMessage, /** * @param {!proto.hiddifyrpc.Empty} request * @return {!Uint8Array} */ function(request) { return request.serializeBinary(); }, proto.hiddifyrpc.LogMessage.deserializeBinary ); /** * @param {!proto.hiddifyrpc.Empty} request The request proto * @param {?Object=} metadata User defined * call metadata * @return {!grpc.web.ClientReadableStream} * The XHR Node Readable Stream */ proto.hiddifyrpc.CoreClient.prototype.logListener = function(request, metadata) { return this.client_.serverStreaming(this.hostname_ + '/hiddifyrpc.Core/LogListener', request, metadata || {}, methodDescriptor_Core_LogListener); }; /** * @param {!proto.hiddifyrpc.Empty} request The request proto * @param {?Object=} metadata User defined * call metadata * @return {!grpc.web.ClientReadableStream} * The XHR Node Readable Stream */ proto.hiddifyrpc.CorePromiseClient.prototype.logListener = function(request, metadata) { return this.client_.serverStreaming(this.hostname_ + '/hiddifyrpc.Core/LogListener', request, metadata || {}, methodDescriptor_Core_LogListener); }; /** * @param {string} hostname * @param {?Object} credentials * @param {?grpc.web.ClientOptions} options * @constructor * @struct * @final */ proto.hiddifyrpc.TunnelServiceClient = function(hostname, credentials, options) { if (!options) options = {}; options.format = 'text'; /** * @private @const {!grpc.web.GrpcWebClientBase} The client */ this.client_ = new grpc.web.GrpcWebClientBase(options); /** * @private @const {string} The hostname */ this.hostname_ = hostname.replace(/\/+$/, ''); }; /** * @param {string} hostname * @param {?Object} credentials * @param {?grpc.web.ClientOptions} options * @constructor * @struct * @final */ proto.hiddifyrpc.TunnelServicePromiseClient = function(hostname, credentials, options) { if (!options) options = {}; options.format = 'text'; /** * @private @const {!grpc.web.GrpcWebClientBase} The client */ this.client_ = new grpc.web.GrpcWebClientBase(options); /** * @private @const {string} The hostname */ this.hostname_ = hostname.replace(/\/+$/, ''); }; /** * @const * @type {!grpc.web.MethodDescriptor< * !proto.hiddifyrpc.TunnelStartRequest, * !proto.hiddifyrpc.TunnelResponse>} */ const methodDescriptor_TunnelService_Start = new grpc.web.MethodDescriptor( '/hiddifyrpc.TunnelService/Start', grpc.web.MethodType.UNARY, proto.hiddifyrpc.TunnelStartRequest, proto.hiddifyrpc.TunnelResponse, /** * @param {!proto.hiddifyrpc.TunnelStartRequest} request * @return {!Uint8Array} */ function(request) { return request.serializeBinary(); }, proto.hiddifyrpc.TunnelResponse.deserializeBinary ); /** * @param {!proto.hiddifyrpc.TunnelStartRequest} request The * request proto * @param {?Object} metadata User defined * call metadata * @param {function(?grpc.web.RpcError, ?proto.hiddifyrpc.TunnelResponse)} * callback The callback function(error, response) * @return {!grpc.web.ClientReadableStream|undefined} * The XHR Node Readable Stream */ proto.hiddifyrpc.TunnelServiceClient.prototype.start = function(request, metadata, callback) { return this.client_.rpcCall(this.hostname_ + '/hiddifyrpc.TunnelService/Start', request, metadata || {}, methodDescriptor_TunnelService_Start, callback); }; /** * @param {!proto.hiddifyrpc.TunnelStartRequest} request The * request proto * @param {?Object=} metadata User defined * call metadata * @return {!Promise} * Promise that resolves to the response */ proto.hiddifyrpc.TunnelServicePromiseClient.prototype.start = function(request, metadata) { return this.client_.unaryCall(this.hostname_ + '/hiddifyrpc.TunnelService/Start', request, metadata || {}, methodDescriptor_TunnelService_Start); }; /** * @const * @type {!grpc.web.MethodDescriptor< * !proto.hiddifyrpc.Empty, * !proto.hiddifyrpc.TunnelResponse>} */ const methodDescriptor_TunnelService_Stop = new grpc.web.MethodDescriptor( '/hiddifyrpc.TunnelService/Stop', grpc.web.MethodType.UNARY, base_pb.Empty, proto.hiddifyrpc.TunnelResponse, /** * @param {!proto.hiddifyrpc.Empty} request * @return {!Uint8Array} */ function(request) { return request.serializeBinary(); }, proto.hiddifyrpc.TunnelResponse.deserializeBinary ); /** * @param {!proto.hiddifyrpc.Empty} request The * request proto * @param {?Object} metadata User defined * call metadata * @param {function(?grpc.web.RpcError, ?proto.hiddifyrpc.TunnelResponse)} * callback The callback function(error, response) * @return {!grpc.web.ClientReadableStream|undefined} * The XHR Node Readable Stream */ proto.hiddifyrpc.TunnelServiceClient.prototype.stop = function(request, metadata, callback) { return this.client_.rpcCall(this.hostname_ + '/hiddifyrpc.TunnelService/Stop', request, metadata || {}, methodDescriptor_TunnelService_Stop, callback); }; /** * @param {!proto.hiddifyrpc.Empty} request The * request proto * @param {?Object=} metadata User defined * call metadata * @return {!Promise} * Promise that resolves to the response */ proto.hiddifyrpc.TunnelServicePromiseClient.prototype.stop = function(request, metadata) { return this.client_.unaryCall(this.hostname_ + '/hiddifyrpc.TunnelService/Stop', request, metadata || {}, methodDescriptor_TunnelService_Stop); }; /** * @const * @type {!grpc.web.MethodDescriptor< * !proto.hiddifyrpc.Empty, * !proto.hiddifyrpc.TunnelResponse>} */ const methodDescriptor_TunnelService_Status = new grpc.web.MethodDescriptor( '/hiddifyrpc.TunnelService/Status', grpc.web.MethodType.UNARY, base_pb.Empty, proto.hiddifyrpc.TunnelResponse, /** * @param {!proto.hiddifyrpc.Empty} request * @return {!Uint8Array} */ function(request) { return request.serializeBinary(); }, proto.hiddifyrpc.TunnelResponse.deserializeBinary ); /** * @param {!proto.hiddifyrpc.Empty} request The * request proto * @param {?Object} metadata User defined * call metadata * @param {function(?grpc.web.RpcError, ?proto.hiddifyrpc.TunnelResponse)} * callback The callback function(error, response) * @return {!grpc.web.ClientReadableStream|undefined} * The XHR Node Readable Stream */ proto.hiddifyrpc.TunnelServiceClient.prototype.status = function(request, metadata, callback) { return this.client_.rpcCall(this.hostname_ + '/hiddifyrpc.TunnelService/Status', request, metadata || {}, methodDescriptor_TunnelService_Status, callback); }; /** * @param {!proto.hiddifyrpc.Empty} request The * request proto * @param {?Object=} metadata User defined * call metadata * @return {!Promise} * Promise that resolves to the response */ proto.hiddifyrpc.TunnelServicePromiseClient.prototype.status = function(request, metadata) { return this.client_.unaryCall(this.hostname_ + '/hiddifyrpc.TunnelService/Status', request, metadata || {}, methodDescriptor_TunnelService_Status); }; /** * @const * @type {!grpc.web.MethodDescriptor< * !proto.hiddifyrpc.Empty, * !proto.hiddifyrpc.TunnelResponse>} */ const methodDescriptor_TunnelService_Exit = new grpc.web.MethodDescriptor( '/hiddifyrpc.TunnelService/Exit', grpc.web.MethodType.UNARY, base_pb.Empty, proto.hiddifyrpc.TunnelResponse, /** * @param {!proto.hiddifyrpc.Empty} request * @return {!Uint8Array} */ function(request) { return request.serializeBinary(); }, proto.hiddifyrpc.TunnelResponse.deserializeBinary ); /** * @param {!proto.hiddifyrpc.Empty} request The * request proto * @param {?Object} metadata User defined * call metadata * @param {function(?grpc.web.RpcError, ?proto.hiddifyrpc.TunnelResponse)} * callback The callback function(error, response) * @return {!grpc.web.ClientReadableStream|undefined} * The XHR Node Readable Stream */ proto.hiddifyrpc.TunnelServiceClient.prototype.exit = function(request, metadata, callback) { return this.client_.rpcCall(this.hostname_ + '/hiddifyrpc.TunnelService/Exit', request, metadata || {}, methodDescriptor_TunnelService_Exit, callback); }; /** * @param {!proto.hiddifyrpc.Empty} request The * request proto * @param {?Object=} metadata User defined * call metadata * @return {!Promise} * Promise that resolves to the response */ proto.hiddifyrpc.TunnelServicePromiseClient.prototype.exit = function(request, metadata) { return this.client_.unaryCall(this.hostname_ + '/hiddifyrpc.TunnelService/Exit', request, metadata || {}, methodDescriptor_TunnelService_Exit); }; module.exports = proto.hiddifyrpc; },{"./base_pb.js":1,"./hiddify_pb.js":11,"grpc-web":13}],11:[function(require,module,exports){ // source: hiddify.proto /** * @fileoverview * @enhanceable * @suppress {missingRequire} reports error on implicit type usages. * @suppress {messageConventions} JS Compiler reports an error if a variable or * field starts with 'MSG_' and isn't a translatable message. * @public */ // GENERATED CODE -- DO NOT EDIT! /* eslint-disable */ // @ts-nocheck var jspb = require('google-protobuf'); var goog = jspb; var global = (typeof globalThis !== 'undefined' && globalThis) || (typeof window !== 'undefined' && window) || (typeof global !== 'undefined' && global) || (typeof self !== 'undefined' && self) || (function () { return this; }).call(null) || Function('return this')(); var base_pb = require('./base_pb.js'); goog.object.extend(proto, base_pb); goog.exportSymbol('proto.hiddifyrpc.ChangeHiddifySettingsRequest', null, global); goog.exportSymbol('proto.hiddifyrpc.CoreInfoResponse', null, global); goog.exportSymbol('proto.hiddifyrpc.CoreState', null, global); goog.exportSymbol('proto.hiddifyrpc.GenerateConfigRequest', null, global); goog.exportSymbol('proto.hiddifyrpc.GenerateConfigResponse', null, global); goog.exportSymbol('proto.hiddifyrpc.GenerateWarpConfigRequest', null, global); goog.exportSymbol('proto.hiddifyrpc.LogLevel', null, global); goog.exportSymbol('proto.hiddifyrpc.LogMessage', null, global); goog.exportSymbol('proto.hiddifyrpc.LogType', null, global); goog.exportSymbol('proto.hiddifyrpc.MessageType', null, global); goog.exportSymbol('proto.hiddifyrpc.OutboundGroup', null, global); goog.exportSymbol('proto.hiddifyrpc.OutboundGroupItem', null, global); goog.exportSymbol('proto.hiddifyrpc.OutboundGroupList', null, global); goog.exportSymbol('proto.hiddifyrpc.ParseRequest', null, global); goog.exportSymbol('proto.hiddifyrpc.ParseResponse', null, global); goog.exportSymbol('proto.hiddifyrpc.Response', null, global); goog.exportSymbol('proto.hiddifyrpc.SelectOutboundRequest', null, global); goog.exportSymbol('proto.hiddifyrpc.SetSystemProxyEnabledRequest', null, global); goog.exportSymbol('proto.hiddifyrpc.SetupRequest', null, global); goog.exportSymbol('proto.hiddifyrpc.StartRequest', null, global); goog.exportSymbol('proto.hiddifyrpc.StopRequest', null, global); goog.exportSymbol('proto.hiddifyrpc.SystemInfo', null, global); goog.exportSymbol('proto.hiddifyrpc.SystemProxyStatus', null, global); goog.exportSymbol('proto.hiddifyrpc.TunnelResponse', null, global); goog.exportSymbol('proto.hiddifyrpc.TunnelStartRequest', null, global); goog.exportSymbol('proto.hiddifyrpc.UrlTestRequest', null, global); goog.exportSymbol('proto.hiddifyrpc.WarpAccount', null, global); goog.exportSymbol('proto.hiddifyrpc.WarpGenerationResponse', null, global); goog.exportSymbol('proto.hiddifyrpc.WarpWireguardConfig', null, global); /** * Generated by JsPbCodeGenerator. * @param {Array=} opt_data Optional initial data array, typically from a * server response, or constructed directly in Javascript. The array is used * in place and becomes part of the constructed object. It is not cloned. * If no data is provided, the constructed object will be empty, but still * valid. * @extends {jspb.Message} * @constructor */ proto.hiddifyrpc.CoreInfoResponse = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.hiddifyrpc.CoreInfoResponse, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.hiddifyrpc.CoreInfoResponse.displayName = 'proto.hiddifyrpc.CoreInfoResponse'; } /** * Generated by JsPbCodeGenerator. * @param {Array=} opt_data Optional initial data array, typically from a * server response, or constructed directly in Javascript. The array is used * in place and becomes part of the constructed object. It is not cloned. * If no data is provided, the constructed object will be empty, but still * valid. * @extends {jspb.Message} * @constructor */ proto.hiddifyrpc.StartRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.hiddifyrpc.StartRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.hiddifyrpc.StartRequest.displayName = 'proto.hiddifyrpc.StartRequest'; } /** * Generated by JsPbCodeGenerator. * @param {Array=} opt_data Optional initial data array, typically from a * server response, or constructed directly in Javascript. The array is used * in place and becomes part of the constructed object. It is not cloned. * If no data is provided, the constructed object will be empty, but still * valid. * @extends {jspb.Message} * @constructor */ proto.hiddifyrpc.SetupRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.hiddifyrpc.SetupRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.hiddifyrpc.SetupRequest.displayName = 'proto.hiddifyrpc.SetupRequest'; } /** * Generated by JsPbCodeGenerator. * @param {Array=} opt_data Optional initial data array, typically from a * server response, or constructed directly in Javascript. The array is used * in place and becomes part of the constructed object. It is not cloned. * If no data is provided, the constructed object will be empty, but still * valid. * @extends {jspb.Message} * @constructor */ proto.hiddifyrpc.Response = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.hiddifyrpc.Response, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.hiddifyrpc.Response.displayName = 'proto.hiddifyrpc.Response'; } /** * Generated by JsPbCodeGenerator. * @param {Array=} opt_data Optional initial data array, typically from a * server response, or constructed directly in Javascript. The array is used * in place and becomes part of the constructed object. It is not cloned. * If no data is provided, the constructed object will be empty, but still * valid. * @extends {jspb.Message} * @constructor */ proto.hiddifyrpc.SystemInfo = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.hiddifyrpc.SystemInfo, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.hiddifyrpc.SystemInfo.displayName = 'proto.hiddifyrpc.SystemInfo'; } /** * Generated by JsPbCodeGenerator. * @param {Array=} opt_data Optional initial data array, typically from a * server response, or constructed directly in Javascript. The array is used * in place and becomes part of the constructed object. It is not cloned. * If no data is provided, the constructed object will be empty, but still * valid. * @extends {jspb.Message} * @constructor */ proto.hiddifyrpc.OutboundGroupItem = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.hiddifyrpc.OutboundGroupItem, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.hiddifyrpc.OutboundGroupItem.displayName = 'proto.hiddifyrpc.OutboundGroupItem'; } /** * Generated by JsPbCodeGenerator. * @param {Array=} opt_data Optional initial data array, typically from a * server response, or constructed directly in Javascript. The array is used * in place and becomes part of the constructed object. It is not cloned. * If no data is provided, the constructed object will be empty, but still * valid. * @extends {jspb.Message} * @constructor */ proto.hiddifyrpc.OutboundGroup = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, proto.hiddifyrpc.OutboundGroup.repeatedFields_, null); }; goog.inherits(proto.hiddifyrpc.OutboundGroup, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.hiddifyrpc.OutboundGroup.displayName = 'proto.hiddifyrpc.OutboundGroup'; } /** * Generated by JsPbCodeGenerator. * @param {Array=} opt_data Optional initial data array, typically from a * server response, or constructed directly in Javascript. The array is used * in place and becomes part of the constructed object. It is not cloned. * If no data is provided, the constructed object will be empty, but still * valid. * @extends {jspb.Message} * @constructor */ proto.hiddifyrpc.OutboundGroupList = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, proto.hiddifyrpc.OutboundGroupList.repeatedFields_, null); }; goog.inherits(proto.hiddifyrpc.OutboundGroupList, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.hiddifyrpc.OutboundGroupList.displayName = 'proto.hiddifyrpc.OutboundGroupList'; } /** * Generated by JsPbCodeGenerator. * @param {Array=} opt_data Optional initial data array, typically from a * server response, or constructed directly in Javascript. The array is used * in place and becomes part of the constructed object. It is not cloned. * If no data is provided, the constructed object will be empty, but still * valid. * @extends {jspb.Message} * @constructor */ proto.hiddifyrpc.WarpAccount = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.hiddifyrpc.WarpAccount, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.hiddifyrpc.WarpAccount.displayName = 'proto.hiddifyrpc.WarpAccount'; } /** * Generated by JsPbCodeGenerator. * @param {Array=} opt_data Optional initial data array, typically from a * server response, or constructed directly in Javascript. The array is used * in place and becomes part of the constructed object. It is not cloned. * If no data is provided, the constructed object will be empty, but still * valid. * @extends {jspb.Message} * @constructor */ proto.hiddifyrpc.WarpWireguardConfig = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.hiddifyrpc.WarpWireguardConfig, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.hiddifyrpc.WarpWireguardConfig.displayName = 'proto.hiddifyrpc.WarpWireguardConfig'; } /** * Generated by JsPbCodeGenerator. * @param {Array=} opt_data Optional initial data array, typically from a * server response, or constructed directly in Javascript. The array is used * in place and becomes part of the constructed object. It is not cloned. * If no data is provided, the constructed object will be empty, but still * valid. * @extends {jspb.Message} * @constructor */ proto.hiddifyrpc.WarpGenerationResponse = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.hiddifyrpc.WarpGenerationResponse, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.hiddifyrpc.WarpGenerationResponse.displayName = 'proto.hiddifyrpc.WarpGenerationResponse'; } /** * Generated by JsPbCodeGenerator. * @param {Array=} opt_data Optional initial data array, typically from a * server response, or constructed directly in Javascript. The array is used * in place and becomes part of the constructed object. It is not cloned. * If no data is provided, the constructed object will be empty, but still * valid. * @extends {jspb.Message} * @constructor */ proto.hiddifyrpc.SystemProxyStatus = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.hiddifyrpc.SystemProxyStatus, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.hiddifyrpc.SystemProxyStatus.displayName = 'proto.hiddifyrpc.SystemProxyStatus'; } /** * Generated by JsPbCodeGenerator. * @param {Array=} opt_data Optional initial data array, typically from a * server response, or constructed directly in Javascript. The array is used * in place and becomes part of the constructed object. It is not cloned. * If no data is provided, the constructed object will be empty, but still * valid. * @extends {jspb.Message} * @constructor */ proto.hiddifyrpc.ParseRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.hiddifyrpc.ParseRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.hiddifyrpc.ParseRequest.displayName = 'proto.hiddifyrpc.ParseRequest'; } /** * Generated by JsPbCodeGenerator. * @param {Array=} opt_data Optional initial data array, typically from a * server response, or constructed directly in Javascript. The array is used * in place and becomes part of the constructed object. It is not cloned. * If no data is provided, the constructed object will be empty, but still * valid. * @extends {jspb.Message} * @constructor */ proto.hiddifyrpc.ParseResponse = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.hiddifyrpc.ParseResponse, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.hiddifyrpc.ParseResponse.displayName = 'proto.hiddifyrpc.ParseResponse'; } /** * Generated by JsPbCodeGenerator. * @param {Array=} opt_data Optional initial data array, typically from a * server response, or constructed directly in Javascript. The array is used * in place and becomes part of the constructed object. It is not cloned. * If no data is provided, the constructed object will be empty, but still * valid. * @extends {jspb.Message} * @constructor */ proto.hiddifyrpc.ChangeHiddifySettingsRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.hiddifyrpc.ChangeHiddifySettingsRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.hiddifyrpc.ChangeHiddifySettingsRequest.displayName = 'proto.hiddifyrpc.ChangeHiddifySettingsRequest'; } /** * Generated by JsPbCodeGenerator. * @param {Array=} opt_data Optional initial data array, typically from a * server response, or constructed directly in Javascript. The array is used * in place and becomes part of the constructed object. It is not cloned. * If no data is provided, the constructed object will be empty, but still * valid. * @extends {jspb.Message} * @constructor */ proto.hiddifyrpc.GenerateConfigRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.hiddifyrpc.GenerateConfigRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.hiddifyrpc.GenerateConfigRequest.displayName = 'proto.hiddifyrpc.GenerateConfigRequest'; } /** * Generated by JsPbCodeGenerator. * @param {Array=} opt_data Optional initial data array, typically from a * server response, or constructed directly in Javascript. The array is used * in place and becomes part of the constructed object. It is not cloned. * If no data is provided, the constructed object will be empty, but still * valid. * @extends {jspb.Message} * @constructor */ proto.hiddifyrpc.GenerateConfigResponse = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.hiddifyrpc.GenerateConfigResponse, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.hiddifyrpc.GenerateConfigResponse.displayName = 'proto.hiddifyrpc.GenerateConfigResponse'; } /** * Generated by JsPbCodeGenerator. * @param {Array=} opt_data Optional initial data array, typically from a * server response, or constructed directly in Javascript. The array is used * in place and becomes part of the constructed object. It is not cloned. * If no data is provided, the constructed object will be empty, but still * valid. * @extends {jspb.Message} * @constructor */ proto.hiddifyrpc.SelectOutboundRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.hiddifyrpc.SelectOutboundRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.hiddifyrpc.SelectOutboundRequest.displayName = 'proto.hiddifyrpc.SelectOutboundRequest'; } /** * Generated by JsPbCodeGenerator. * @param {Array=} opt_data Optional initial data array, typically from a * server response, or constructed directly in Javascript. The array is used * in place and becomes part of the constructed object. It is not cloned. * If no data is provided, the constructed object will be empty, but still * valid. * @extends {jspb.Message} * @constructor */ proto.hiddifyrpc.UrlTestRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.hiddifyrpc.UrlTestRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.hiddifyrpc.UrlTestRequest.displayName = 'proto.hiddifyrpc.UrlTestRequest'; } /** * Generated by JsPbCodeGenerator. * @param {Array=} opt_data Optional initial data array, typically from a * server response, or constructed directly in Javascript. The array is used * in place and becomes part of the constructed object. It is not cloned. * If no data is provided, the constructed object will be empty, but still * valid. * @extends {jspb.Message} * @constructor */ proto.hiddifyrpc.GenerateWarpConfigRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.hiddifyrpc.GenerateWarpConfigRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.hiddifyrpc.GenerateWarpConfigRequest.displayName = 'proto.hiddifyrpc.GenerateWarpConfigRequest'; } /** * Generated by JsPbCodeGenerator. * @param {Array=} opt_data Optional initial data array, typically from a * server response, or constructed directly in Javascript. The array is used * in place and becomes part of the constructed object. It is not cloned. * If no data is provided, the constructed object will be empty, but still * valid. * @extends {jspb.Message} * @constructor */ proto.hiddifyrpc.SetSystemProxyEnabledRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.hiddifyrpc.SetSystemProxyEnabledRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.hiddifyrpc.SetSystemProxyEnabledRequest.displayName = 'proto.hiddifyrpc.SetSystemProxyEnabledRequest'; } /** * Generated by JsPbCodeGenerator. * @param {Array=} opt_data Optional initial data array, typically from a * server response, or constructed directly in Javascript. The array is used * in place and becomes part of the constructed object. It is not cloned. * If no data is provided, the constructed object will be empty, but still * valid. * @extends {jspb.Message} * @constructor */ proto.hiddifyrpc.LogMessage = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.hiddifyrpc.LogMessage, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.hiddifyrpc.LogMessage.displayName = 'proto.hiddifyrpc.LogMessage'; } /** * Generated by JsPbCodeGenerator. * @param {Array=} opt_data Optional initial data array, typically from a * server response, or constructed directly in Javascript. The array is used * in place and becomes part of the constructed object. It is not cloned. * If no data is provided, the constructed object will be empty, but still * valid. * @extends {jspb.Message} * @constructor */ proto.hiddifyrpc.StopRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.hiddifyrpc.StopRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.hiddifyrpc.StopRequest.displayName = 'proto.hiddifyrpc.StopRequest'; } /** * Generated by JsPbCodeGenerator. * @param {Array=} opt_data Optional initial data array, typically from a * server response, or constructed directly in Javascript. The array is used * in place and becomes part of the constructed object. It is not cloned. * If no data is provided, the constructed object will be empty, but still * valid. * @extends {jspb.Message} * @constructor */ proto.hiddifyrpc.TunnelStartRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.hiddifyrpc.TunnelStartRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.hiddifyrpc.TunnelStartRequest.displayName = 'proto.hiddifyrpc.TunnelStartRequest'; } /** * Generated by JsPbCodeGenerator. * @param {Array=} opt_data Optional initial data array, typically from a * server response, or constructed directly in Javascript. The array is used * in place and becomes part of the constructed object. It is not cloned. * If no data is provided, the constructed object will be empty, but still * valid. * @extends {jspb.Message} * @constructor */ proto.hiddifyrpc.TunnelResponse = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.hiddifyrpc.TunnelResponse, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.hiddifyrpc.TunnelResponse.displayName = 'proto.hiddifyrpc.TunnelResponse'; } if (jspb.Message.GENERATE_TO_OBJECT) { /** * Creates an object representation of this proto. * Field names that are reserved in JavaScript and will be renamed to pb_name. * Optional fields that are not set will be set to undefined. * To access a reserved field use, foo.pb_, eg, foo.pb_default. * For the list of reserved names please see: * net/proto2/compiler/js/internal/generator.cc#kKeyword. * @param {boolean=} opt_includeInstance Deprecated. whether to include the * JSPB instance for transitional soy proto support: * http://goto/soy-param-migration * @return {!Object} */ proto.hiddifyrpc.CoreInfoResponse.prototype.toObject = function(opt_includeInstance) { return proto.hiddifyrpc.CoreInfoResponse.toObject(opt_includeInstance, this); }; /** * Static version of the {@see toObject} method. * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration * @param {!proto.hiddifyrpc.CoreInfoResponse} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.hiddifyrpc.CoreInfoResponse.toObject = function(includeInstance, msg) { var f, obj = { coreState: jspb.Message.getFieldWithDefault(msg, 1, 0), messageType: jspb.Message.getFieldWithDefault(msg, 2, 0), message: jspb.Message.getFieldWithDefault(msg, 3, "") }; if (includeInstance) { obj.$jspbMessageInstance = msg; } return obj; }; } /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. * @return {!proto.hiddifyrpc.CoreInfoResponse} */ proto.hiddifyrpc.CoreInfoResponse.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); var msg = new proto.hiddifyrpc.CoreInfoResponse; return proto.hiddifyrpc.CoreInfoResponse.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. * @param {!proto.hiddifyrpc.CoreInfoResponse} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. * @return {!proto.hiddifyrpc.CoreInfoResponse} */ proto.hiddifyrpc.CoreInfoResponse.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; } var field = reader.getFieldNumber(); switch (field) { case 1: var value = /** @type {!proto.hiddifyrpc.CoreState} */ (reader.readEnum()); msg.setCoreState(value); break; case 2: var value = /** @type {!proto.hiddifyrpc.MessageType} */ (reader.readEnum()); msg.setMessageType(value); break; case 3: var value = /** @type {string} */ (reader.readString()); msg.setMessage(value); break; default: reader.skipField(); break; } } return msg; }; /** * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ proto.hiddifyrpc.CoreInfoResponse.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); proto.hiddifyrpc.CoreInfoResponse.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. * @param {!proto.hiddifyrpc.CoreInfoResponse} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.hiddifyrpc.CoreInfoResponse.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getCoreState(); if (f !== 0.0) { writer.writeEnum( 1, f ); } f = message.getMessageType(); if (f !== 0.0) { writer.writeEnum( 2, f ); } f = message.getMessage(); if (f.length > 0) { writer.writeString( 3, f ); } }; /** * optional CoreState core_state = 1; * @return {!proto.hiddifyrpc.CoreState} */ proto.hiddifyrpc.CoreInfoResponse.prototype.getCoreState = function() { return /** @type {!proto.hiddifyrpc.CoreState} */ (jspb.Message.getFieldWithDefault(this, 1, 0)); }; /** * @param {!proto.hiddifyrpc.CoreState} value * @return {!proto.hiddifyrpc.CoreInfoResponse} returns this */ proto.hiddifyrpc.CoreInfoResponse.prototype.setCoreState = function(value) { return jspb.Message.setProto3EnumField(this, 1, value); }; /** * optional MessageType message_type = 2; * @return {!proto.hiddifyrpc.MessageType} */ proto.hiddifyrpc.CoreInfoResponse.prototype.getMessageType = function() { return /** @type {!proto.hiddifyrpc.MessageType} */ (jspb.Message.getFieldWithDefault(this, 2, 0)); }; /** * @param {!proto.hiddifyrpc.MessageType} value * @return {!proto.hiddifyrpc.CoreInfoResponse} returns this */ proto.hiddifyrpc.CoreInfoResponse.prototype.setMessageType = function(value) { return jspb.Message.setProto3EnumField(this, 2, value); }; /** * optional string message = 3; * @return {string} */ proto.hiddifyrpc.CoreInfoResponse.prototype.getMessage = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, "")); }; /** * @param {string} value * @return {!proto.hiddifyrpc.CoreInfoResponse} returns this */ proto.hiddifyrpc.CoreInfoResponse.prototype.setMessage = function(value) { return jspb.Message.setProto3StringField(this, 3, value); }; if (jspb.Message.GENERATE_TO_OBJECT) { /** * Creates an object representation of this proto. * Field names that are reserved in JavaScript and will be renamed to pb_name. * Optional fields that are not set will be set to undefined. * To access a reserved field use, foo.pb_, eg, foo.pb_default. * For the list of reserved names please see: * net/proto2/compiler/js/internal/generator.cc#kKeyword. * @param {boolean=} opt_includeInstance Deprecated. whether to include the * JSPB instance for transitional soy proto support: * http://goto/soy-param-migration * @return {!Object} */ proto.hiddifyrpc.StartRequest.prototype.toObject = function(opt_includeInstance) { return proto.hiddifyrpc.StartRequest.toObject(opt_includeInstance, this); }; /** * Static version of the {@see toObject} method. * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration * @param {!proto.hiddifyrpc.StartRequest} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.hiddifyrpc.StartRequest.toObject = function(includeInstance, msg) { var f, obj = { configPath: jspb.Message.getFieldWithDefault(msg, 1, ""), configContent: jspb.Message.getFieldWithDefault(msg, 2, ""), disableMemoryLimit: jspb.Message.getBooleanFieldWithDefault(msg, 3, false), delayStart: jspb.Message.getBooleanFieldWithDefault(msg, 4, false), enableOldCommandServer: jspb.Message.getBooleanFieldWithDefault(msg, 5, false), enableRawConfig: jspb.Message.getBooleanFieldWithDefault(msg, 6, false) }; if (includeInstance) { obj.$jspbMessageInstance = msg; } return obj; }; } /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. * @return {!proto.hiddifyrpc.StartRequest} */ proto.hiddifyrpc.StartRequest.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); var msg = new proto.hiddifyrpc.StartRequest; return proto.hiddifyrpc.StartRequest.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. * @param {!proto.hiddifyrpc.StartRequest} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. * @return {!proto.hiddifyrpc.StartRequest} */ proto.hiddifyrpc.StartRequest.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; } var field = reader.getFieldNumber(); switch (field) { case 1: var value = /** @type {string} */ (reader.readString()); msg.setConfigPath(value); break; case 2: var value = /** @type {string} */ (reader.readString()); msg.setConfigContent(value); break; case 3: var value = /** @type {boolean} */ (reader.readBool()); msg.setDisableMemoryLimit(value); break; case 4: var value = /** @type {boolean} */ (reader.readBool()); msg.setDelayStart(value); break; case 5: var value = /** @type {boolean} */ (reader.readBool()); msg.setEnableOldCommandServer(value); break; case 6: var value = /** @type {boolean} */ (reader.readBool()); msg.setEnableRawConfig(value); break; default: reader.skipField(); break; } } return msg; }; /** * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ proto.hiddifyrpc.StartRequest.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); proto.hiddifyrpc.StartRequest.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. * @param {!proto.hiddifyrpc.StartRequest} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.hiddifyrpc.StartRequest.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getConfigPath(); if (f.length > 0) { writer.writeString( 1, f ); } f = message.getConfigContent(); if (f.length > 0) { writer.writeString( 2, f ); } f = message.getDisableMemoryLimit(); if (f) { writer.writeBool( 3, f ); } f = message.getDelayStart(); if (f) { writer.writeBool( 4, f ); } f = message.getEnableOldCommandServer(); if (f) { writer.writeBool( 5, f ); } f = message.getEnableRawConfig(); if (f) { writer.writeBool( 6, f ); } }; /** * optional string config_path = 1; * @return {string} */ proto.hiddifyrpc.StartRequest.prototype.getConfigPath = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value * @return {!proto.hiddifyrpc.StartRequest} returns this */ proto.hiddifyrpc.StartRequest.prototype.setConfigPath = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; /** * optional string config_content = 2; * @return {string} */ proto.hiddifyrpc.StartRequest.prototype.getConfigContent = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, "")); }; /** * @param {string} value * @return {!proto.hiddifyrpc.StartRequest} returns this */ proto.hiddifyrpc.StartRequest.prototype.setConfigContent = function(value) { return jspb.Message.setProto3StringField(this, 2, value); }; /** * optional bool disable_memory_limit = 3; * @return {boolean} */ proto.hiddifyrpc.StartRequest.prototype.getDisableMemoryLimit = function() { return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 3, false)); }; /** * @param {boolean} value * @return {!proto.hiddifyrpc.StartRequest} returns this */ proto.hiddifyrpc.StartRequest.prototype.setDisableMemoryLimit = function(value) { return jspb.Message.setProto3BooleanField(this, 3, value); }; /** * optional bool delay_start = 4; * @return {boolean} */ proto.hiddifyrpc.StartRequest.prototype.getDelayStart = function() { return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 4, false)); }; /** * @param {boolean} value * @return {!proto.hiddifyrpc.StartRequest} returns this */ proto.hiddifyrpc.StartRequest.prototype.setDelayStart = function(value) { return jspb.Message.setProto3BooleanField(this, 4, value); }; /** * optional bool enable_old_command_server = 5; * @return {boolean} */ proto.hiddifyrpc.StartRequest.prototype.getEnableOldCommandServer = function() { return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 5, false)); }; /** * @param {boolean} value * @return {!proto.hiddifyrpc.StartRequest} returns this */ proto.hiddifyrpc.StartRequest.prototype.setEnableOldCommandServer = function(value) { return jspb.Message.setProto3BooleanField(this, 5, value); }; /** * optional bool enable_raw_config = 6; * @return {boolean} */ proto.hiddifyrpc.StartRequest.prototype.getEnableRawConfig = function() { return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 6, false)); }; /** * @param {boolean} value * @return {!proto.hiddifyrpc.StartRequest} returns this */ proto.hiddifyrpc.StartRequest.prototype.setEnableRawConfig = function(value) { return jspb.Message.setProto3BooleanField(this, 6, value); }; if (jspb.Message.GENERATE_TO_OBJECT) { /** * Creates an object representation of this proto. * Field names that are reserved in JavaScript and will be renamed to pb_name. * Optional fields that are not set will be set to undefined. * To access a reserved field use, foo.pb_, eg, foo.pb_default. * For the list of reserved names please see: * net/proto2/compiler/js/internal/generator.cc#kKeyword. * @param {boolean=} opt_includeInstance Deprecated. whether to include the * JSPB instance for transitional soy proto support: * http://goto/soy-param-migration * @return {!Object} */ proto.hiddifyrpc.SetupRequest.prototype.toObject = function(opt_includeInstance) { return proto.hiddifyrpc.SetupRequest.toObject(opt_includeInstance, this); }; /** * Static version of the {@see toObject} method. * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration * @param {!proto.hiddifyrpc.SetupRequest} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.hiddifyrpc.SetupRequest.toObject = function(includeInstance, msg) { var f, obj = { basePath: jspb.Message.getFieldWithDefault(msg, 1, ""), workingPath: jspb.Message.getFieldWithDefault(msg, 2, ""), tempPath: jspb.Message.getFieldWithDefault(msg, 3, "") }; if (includeInstance) { obj.$jspbMessageInstance = msg; } return obj; }; } /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. * @return {!proto.hiddifyrpc.SetupRequest} */ proto.hiddifyrpc.SetupRequest.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); var msg = new proto.hiddifyrpc.SetupRequest; return proto.hiddifyrpc.SetupRequest.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. * @param {!proto.hiddifyrpc.SetupRequest} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. * @return {!proto.hiddifyrpc.SetupRequest} */ proto.hiddifyrpc.SetupRequest.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; } var field = reader.getFieldNumber(); switch (field) { case 1: var value = /** @type {string} */ (reader.readString()); msg.setBasePath(value); break; case 2: var value = /** @type {string} */ (reader.readString()); msg.setWorkingPath(value); break; case 3: var value = /** @type {string} */ (reader.readString()); msg.setTempPath(value); break; default: reader.skipField(); break; } } return msg; }; /** * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ proto.hiddifyrpc.SetupRequest.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); proto.hiddifyrpc.SetupRequest.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. * @param {!proto.hiddifyrpc.SetupRequest} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.hiddifyrpc.SetupRequest.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getBasePath(); if (f.length > 0) { writer.writeString( 1, f ); } f = message.getWorkingPath(); if (f.length > 0) { writer.writeString( 2, f ); } f = message.getTempPath(); if (f.length > 0) { writer.writeString( 3, f ); } }; /** * optional string base_path = 1; * @return {string} */ proto.hiddifyrpc.SetupRequest.prototype.getBasePath = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value * @return {!proto.hiddifyrpc.SetupRequest} returns this */ proto.hiddifyrpc.SetupRequest.prototype.setBasePath = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; /** * optional string working_path = 2; * @return {string} */ proto.hiddifyrpc.SetupRequest.prototype.getWorkingPath = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, "")); }; /** * @param {string} value * @return {!proto.hiddifyrpc.SetupRequest} returns this */ proto.hiddifyrpc.SetupRequest.prototype.setWorkingPath = function(value) { return jspb.Message.setProto3StringField(this, 2, value); }; /** * optional string temp_path = 3; * @return {string} */ proto.hiddifyrpc.SetupRequest.prototype.getTempPath = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, "")); }; /** * @param {string} value * @return {!proto.hiddifyrpc.SetupRequest} returns this */ proto.hiddifyrpc.SetupRequest.prototype.setTempPath = function(value) { return jspb.Message.setProto3StringField(this, 3, value); }; if (jspb.Message.GENERATE_TO_OBJECT) { /** * Creates an object representation of this proto. * Field names that are reserved in JavaScript and will be renamed to pb_name. * Optional fields that are not set will be set to undefined. * To access a reserved field use, foo.pb_, eg, foo.pb_default. * For the list of reserved names please see: * net/proto2/compiler/js/internal/generator.cc#kKeyword. * @param {boolean=} opt_includeInstance Deprecated. whether to include the * JSPB instance for transitional soy proto support: * http://goto/soy-param-migration * @return {!Object} */ proto.hiddifyrpc.Response.prototype.toObject = function(opt_includeInstance) { return proto.hiddifyrpc.Response.toObject(opt_includeInstance, this); }; /** * Static version of the {@see toObject} method. * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration * @param {!proto.hiddifyrpc.Response} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.hiddifyrpc.Response.toObject = function(includeInstance, msg) { var f, obj = { responseCode: jspb.Message.getFieldWithDefault(msg, 1, 0), message: jspb.Message.getFieldWithDefault(msg, 2, "") }; if (includeInstance) { obj.$jspbMessageInstance = msg; } return obj; }; } /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. * @return {!proto.hiddifyrpc.Response} */ proto.hiddifyrpc.Response.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); var msg = new proto.hiddifyrpc.Response; return proto.hiddifyrpc.Response.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. * @param {!proto.hiddifyrpc.Response} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. * @return {!proto.hiddifyrpc.Response} */ proto.hiddifyrpc.Response.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; } var field = reader.getFieldNumber(); switch (field) { case 1: var value = /** @type {!proto.hiddifyrpc.ResponseCode} */ (reader.readEnum()); msg.setResponseCode(value); break; case 2: var value = /** @type {string} */ (reader.readString()); msg.setMessage(value); break; default: reader.skipField(); break; } } return msg; }; /** * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ proto.hiddifyrpc.Response.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); proto.hiddifyrpc.Response.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. * @param {!proto.hiddifyrpc.Response} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.hiddifyrpc.Response.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getResponseCode(); if (f !== 0.0) { writer.writeEnum( 1, f ); } f = message.getMessage(); if (f.length > 0) { writer.writeString( 2, f ); } }; /** * optional ResponseCode response_code = 1; * @return {!proto.hiddifyrpc.ResponseCode} */ proto.hiddifyrpc.Response.prototype.getResponseCode = function() { return /** @type {!proto.hiddifyrpc.ResponseCode} */ (jspb.Message.getFieldWithDefault(this, 1, 0)); }; /** * @param {!proto.hiddifyrpc.ResponseCode} value * @return {!proto.hiddifyrpc.Response} returns this */ proto.hiddifyrpc.Response.prototype.setResponseCode = function(value) { return jspb.Message.setProto3EnumField(this, 1, value); }; /** * optional string message = 2; * @return {string} */ proto.hiddifyrpc.Response.prototype.getMessage = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, "")); }; /** * @param {string} value * @return {!proto.hiddifyrpc.Response} returns this */ proto.hiddifyrpc.Response.prototype.setMessage = function(value) { return jspb.Message.setProto3StringField(this, 2, value); }; if (jspb.Message.GENERATE_TO_OBJECT) { /** * Creates an object representation of this proto. * Field names that are reserved in JavaScript and will be renamed to pb_name. * Optional fields that are not set will be set to undefined. * To access a reserved field use, foo.pb_, eg, foo.pb_default. * For the list of reserved names please see: * net/proto2/compiler/js/internal/generator.cc#kKeyword. * @param {boolean=} opt_includeInstance Deprecated. whether to include the * JSPB instance for transitional soy proto support: * http://goto/soy-param-migration * @return {!Object} */ proto.hiddifyrpc.SystemInfo.prototype.toObject = function(opt_includeInstance) { return proto.hiddifyrpc.SystemInfo.toObject(opt_includeInstance, this); }; /** * Static version of the {@see toObject} method. * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration * @param {!proto.hiddifyrpc.SystemInfo} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.hiddifyrpc.SystemInfo.toObject = function(includeInstance, msg) { var f, obj = { memory: jspb.Message.getFieldWithDefault(msg, 1, 0), goroutines: jspb.Message.getFieldWithDefault(msg, 2, 0), connectionsIn: jspb.Message.getFieldWithDefault(msg, 3, 0), connectionsOut: jspb.Message.getFieldWithDefault(msg, 4, 0), trafficAvailable: jspb.Message.getBooleanFieldWithDefault(msg, 5, false), uplink: jspb.Message.getFieldWithDefault(msg, 6, 0), downlink: jspb.Message.getFieldWithDefault(msg, 7, 0), uplinkTotal: jspb.Message.getFieldWithDefault(msg, 8, 0), downlinkTotal: jspb.Message.getFieldWithDefault(msg, 9, 0) }; if (includeInstance) { obj.$jspbMessageInstance = msg; } return obj; }; } /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. * @return {!proto.hiddifyrpc.SystemInfo} */ proto.hiddifyrpc.SystemInfo.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); var msg = new proto.hiddifyrpc.SystemInfo; return proto.hiddifyrpc.SystemInfo.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. * @param {!proto.hiddifyrpc.SystemInfo} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. * @return {!proto.hiddifyrpc.SystemInfo} */ proto.hiddifyrpc.SystemInfo.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; } var field = reader.getFieldNumber(); switch (field) { case 1: var value = /** @type {number} */ (reader.readInt64()); msg.setMemory(value); break; case 2: var value = /** @type {number} */ (reader.readInt32()); msg.setGoroutines(value); break; case 3: var value = /** @type {number} */ (reader.readInt32()); msg.setConnectionsIn(value); break; case 4: var value = /** @type {number} */ (reader.readInt32()); msg.setConnectionsOut(value); break; case 5: var value = /** @type {boolean} */ (reader.readBool()); msg.setTrafficAvailable(value); break; case 6: var value = /** @type {number} */ (reader.readInt64()); msg.setUplink(value); break; case 7: var value = /** @type {number} */ (reader.readInt64()); msg.setDownlink(value); break; case 8: var value = /** @type {number} */ (reader.readInt64()); msg.setUplinkTotal(value); break; case 9: var value = /** @type {number} */ (reader.readInt64()); msg.setDownlinkTotal(value); break; default: reader.skipField(); break; } } return msg; }; /** * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ proto.hiddifyrpc.SystemInfo.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); proto.hiddifyrpc.SystemInfo.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. * @param {!proto.hiddifyrpc.SystemInfo} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.hiddifyrpc.SystemInfo.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getMemory(); if (f !== 0) { writer.writeInt64( 1, f ); } f = message.getGoroutines(); if (f !== 0) { writer.writeInt32( 2, f ); } f = message.getConnectionsIn(); if (f !== 0) { writer.writeInt32( 3, f ); } f = message.getConnectionsOut(); if (f !== 0) { writer.writeInt32( 4, f ); } f = message.getTrafficAvailable(); if (f) { writer.writeBool( 5, f ); } f = message.getUplink(); if (f !== 0) { writer.writeInt64( 6, f ); } f = message.getDownlink(); if (f !== 0) { writer.writeInt64( 7, f ); } f = message.getUplinkTotal(); if (f !== 0) { writer.writeInt64( 8, f ); } f = message.getDownlinkTotal(); if (f !== 0) { writer.writeInt64( 9, f ); } }; /** * optional int64 memory = 1; * @return {number} */ proto.hiddifyrpc.SystemInfo.prototype.getMemory = function() { return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 1, 0)); }; /** * @param {number} value * @return {!proto.hiddifyrpc.SystemInfo} returns this */ proto.hiddifyrpc.SystemInfo.prototype.setMemory = function(value) { return jspb.Message.setProto3IntField(this, 1, value); }; /** * optional int32 goroutines = 2; * @return {number} */ proto.hiddifyrpc.SystemInfo.prototype.getGoroutines = function() { return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 2, 0)); }; /** * @param {number} value * @return {!proto.hiddifyrpc.SystemInfo} returns this */ proto.hiddifyrpc.SystemInfo.prototype.setGoroutines = function(value) { return jspb.Message.setProto3IntField(this, 2, value); }; /** * optional int32 connections_in = 3; * @return {number} */ proto.hiddifyrpc.SystemInfo.prototype.getConnectionsIn = function() { return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 3, 0)); }; /** * @param {number} value * @return {!proto.hiddifyrpc.SystemInfo} returns this */ proto.hiddifyrpc.SystemInfo.prototype.setConnectionsIn = function(value) { return jspb.Message.setProto3IntField(this, 3, value); }; /** * optional int32 connections_out = 4; * @return {number} */ proto.hiddifyrpc.SystemInfo.prototype.getConnectionsOut = function() { return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 4, 0)); }; /** * @param {number} value * @return {!proto.hiddifyrpc.SystemInfo} returns this */ proto.hiddifyrpc.SystemInfo.prototype.setConnectionsOut = function(value) { return jspb.Message.setProto3IntField(this, 4, value); }; /** * optional bool traffic_available = 5; * @return {boolean} */ proto.hiddifyrpc.SystemInfo.prototype.getTrafficAvailable = function() { return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 5, false)); }; /** * @param {boolean} value * @return {!proto.hiddifyrpc.SystemInfo} returns this */ proto.hiddifyrpc.SystemInfo.prototype.setTrafficAvailable = function(value) { return jspb.Message.setProto3BooleanField(this, 5, value); }; /** * optional int64 uplink = 6; * @return {number} */ proto.hiddifyrpc.SystemInfo.prototype.getUplink = function() { return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 6, 0)); }; /** * @param {number} value * @return {!proto.hiddifyrpc.SystemInfo} returns this */ proto.hiddifyrpc.SystemInfo.prototype.setUplink = function(value) { return jspb.Message.setProto3IntField(this, 6, value); }; /** * optional int64 downlink = 7; * @return {number} */ proto.hiddifyrpc.SystemInfo.prototype.getDownlink = function() { return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 7, 0)); }; /** * @param {number} value * @return {!proto.hiddifyrpc.SystemInfo} returns this */ proto.hiddifyrpc.SystemInfo.prototype.setDownlink = function(value) { return jspb.Message.setProto3IntField(this, 7, value); }; /** * optional int64 uplink_total = 8; * @return {number} */ proto.hiddifyrpc.SystemInfo.prototype.getUplinkTotal = function() { return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 8, 0)); }; /** * @param {number} value * @return {!proto.hiddifyrpc.SystemInfo} returns this */ proto.hiddifyrpc.SystemInfo.prototype.setUplinkTotal = function(value) { return jspb.Message.setProto3IntField(this, 8, value); }; /** * optional int64 downlink_total = 9; * @return {number} */ proto.hiddifyrpc.SystemInfo.prototype.getDownlinkTotal = function() { return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 9, 0)); }; /** * @param {number} value * @return {!proto.hiddifyrpc.SystemInfo} returns this */ proto.hiddifyrpc.SystemInfo.prototype.setDownlinkTotal = function(value) { return jspb.Message.setProto3IntField(this, 9, value); }; if (jspb.Message.GENERATE_TO_OBJECT) { /** * Creates an object representation of this proto. * Field names that are reserved in JavaScript and will be renamed to pb_name. * Optional fields that are not set will be set to undefined. * To access a reserved field use, foo.pb_, eg, foo.pb_default. * For the list of reserved names please see: * net/proto2/compiler/js/internal/generator.cc#kKeyword. * @param {boolean=} opt_includeInstance Deprecated. whether to include the * JSPB instance for transitional soy proto support: * http://goto/soy-param-migration * @return {!Object} */ proto.hiddifyrpc.OutboundGroupItem.prototype.toObject = function(opt_includeInstance) { return proto.hiddifyrpc.OutboundGroupItem.toObject(opt_includeInstance, this); }; /** * Static version of the {@see toObject} method. * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration * @param {!proto.hiddifyrpc.OutboundGroupItem} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.hiddifyrpc.OutboundGroupItem.toObject = function(includeInstance, msg) { var f, obj = { tag: jspb.Message.getFieldWithDefault(msg, 1, ""), type: jspb.Message.getFieldWithDefault(msg, 2, ""), urlTestTime: jspb.Message.getFieldWithDefault(msg, 3, 0), urlTestDelay: jspb.Message.getFieldWithDefault(msg, 4, 0) }; if (includeInstance) { obj.$jspbMessageInstance = msg; } return obj; }; } /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. * @return {!proto.hiddifyrpc.OutboundGroupItem} */ proto.hiddifyrpc.OutboundGroupItem.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); var msg = new proto.hiddifyrpc.OutboundGroupItem; return proto.hiddifyrpc.OutboundGroupItem.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. * @param {!proto.hiddifyrpc.OutboundGroupItem} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. * @return {!proto.hiddifyrpc.OutboundGroupItem} */ proto.hiddifyrpc.OutboundGroupItem.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; } var field = reader.getFieldNumber(); switch (field) { case 1: var value = /** @type {string} */ (reader.readString()); msg.setTag(value); break; case 2: var value = /** @type {string} */ (reader.readString()); msg.setType(value); break; case 3: var value = /** @type {number} */ (reader.readInt64()); msg.setUrlTestTime(value); break; case 4: var value = /** @type {number} */ (reader.readInt32()); msg.setUrlTestDelay(value); break; default: reader.skipField(); break; } } return msg; }; /** * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ proto.hiddifyrpc.OutboundGroupItem.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); proto.hiddifyrpc.OutboundGroupItem.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. * @param {!proto.hiddifyrpc.OutboundGroupItem} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.hiddifyrpc.OutboundGroupItem.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getTag(); if (f.length > 0) { writer.writeString( 1, f ); } f = message.getType(); if (f.length > 0) { writer.writeString( 2, f ); } f = message.getUrlTestTime(); if (f !== 0) { writer.writeInt64( 3, f ); } f = message.getUrlTestDelay(); if (f !== 0) { writer.writeInt32( 4, f ); } }; /** * optional string tag = 1; * @return {string} */ proto.hiddifyrpc.OutboundGroupItem.prototype.getTag = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value * @return {!proto.hiddifyrpc.OutboundGroupItem} returns this */ proto.hiddifyrpc.OutboundGroupItem.prototype.setTag = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; /** * optional string type = 2; * @return {string} */ proto.hiddifyrpc.OutboundGroupItem.prototype.getType = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, "")); }; /** * @param {string} value * @return {!proto.hiddifyrpc.OutboundGroupItem} returns this */ proto.hiddifyrpc.OutboundGroupItem.prototype.setType = function(value) { return jspb.Message.setProto3StringField(this, 2, value); }; /** * optional int64 url_test_time = 3; * @return {number} */ proto.hiddifyrpc.OutboundGroupItem.prototype.getUrlTestTime = function() { return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 3, 0)); }; /** * @param {number} value * @return {!proto.hiddifyrpc.OutboundGroupItem} returns this */ proto.hiddifyrpc.OutboundGroupItem.prototype.setUrlTestTime = function(value) { return jspb.Message.setProto3IntField(this, 3, value); }; /** * optional int32 url_test_delay = 4; * @return {number} */ proto.hiddifyrpc.OutboundGroupItem.prototype.getUrlTestDelay = function() { return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 4, 0)); }; /** * @param {number} value * @return {!proto.hiddifyrpc.OutboundGroupItem} returns this */ proto.hiddifyrpc.OutboundGroupItem.prototype.setUrlTestDelay = function(value) { return jspb.Message.setProto3IntField(this, 4, value); }; /** * List of repeated fields within this message type. * @private {!Array} * @const */ proto.hiddifyrpc.OutboundGroup.repeatedFields_ = [4]; if (jspb.Message.GENERATE_TO_OBJECT) { /** * Creates an object representation of this proto. * Field names that are reserved in JavaScript and will be renamed to pb_name. * Optional fields that are not set will be set to undefined. * To access a reserved field use, foo.pb_, eg, foo.pb_default. * For the list of reserved names please see: * net/proto2/compiler/js/internal/generator.cc#kKeyword. * @param {boolean=} opt_includeInstance Deprecated. whether to include the * JSPB instance for transitional soy proto support: * http://goto/soy-param-migration * @return {!Object} */ proto.hiddifyrpc.OutboundGroup.prototype.toObject = function(opt_includeInstance) { return proto.hiddifyrpc.OutboundGroup.toObject(opt_includeInstance, this); }; /** * Static version of the {@see toObject} method. * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration * @param {!proto.hiddifyrpc.OutboundGroup} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.hiddifyrpc.OutboundGroup.toObject = function(includeInstance, msg) { var f, obj = { tag: jspb.Message.getFieldWithDefault(msg, 1, ""), type: jspb.Message.getFieldWithDefault(msg, 2, ""), selected: jspb.Message.getFieldWithDefault(msg, 3, ""), itemsList: jspb.Message.toObjectList(msg.getItemsList(), proto.hiddifyrpc.OutboundGroupItem.toObject, includeInstance) }; if (includeInstance) { obj.$jspbMessageInstance = msg; } return obj; }; } /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. * @return {!proto.hiddifyrpc.OutboundGroup} */ proto.hiddifyrpc.OutboundGroup.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); var msg = new proto.hiddifyrpc.OutboundGroup; return proto.hiddifyrpc.OutboundGroup.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. * @param {!proto.hiddifyrpc.OutboundGroup} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. * @return {!proto.hiddifyrpc.OutboundGroup} */ proto.hiddifyrpc.OutboundGroup.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; } var field = reader.getFieldNumber(); switch (field) { case 1: var value = /** @type {string} */ (reader.readString()); msg.setTag(value); break; case 2: var value = /** @type {string} */ (reader.readString()); msg.setType(value); break; case 3: var value = /** @type {string} */ (reader.readString()); msg.setSelected(value); break; case 4: var value = new proto.hiddifyrpc.OutboundGroupItem; reader.readMessage(value,proto.hiddifyrpc.OutboundGroupItem.deserializeBinaryFromReader); msg.addItems(value); break; default: reader.skipField(); break; } } return msg; }; /** * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ proto.hiddifyrpc.OutboundGroup.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); proto.hiddifyrpc.OutboundGroup.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. * @param {!proto.hiddifyrpc.OutboundGroup} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.hiddifyrpc.OutboundGroup.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getTag(); if (f.length > 0) { writer.writeString( 1, f ); } f = message.getType(); if (f.length > 0) { writer.writeString( 2, f ); } f = message.getSelected(); if (f.length > 0) { writer.writeString( 3, f ); } f = message.getItemsList(); if (f.length > 0) { writer.writeRepeatedMessage( 4, f, proto.hiddifyrpc.OutboundGroupItem.serializeBinaryToWriter ); } }; /** * optional string tag = 1; * @return {string} */ proto.hiddifyrpc.OutboundGroup.prototype.getTag = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value * @return {!proto.hiddifyrpc.OutboundGroup} returns this */ proto.hiddifyrpc.OutboundGroup.prototype.setTag = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; /** * optional string type = 2; * @return {string} */ proto.hiddifyrpc.OutboundGroup.prototype.getType = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, "")); }; /** * @param {string} value * @return {!proto.hiddifyrpc.OutboundGroup} returns this */ proto.hiddifyrpc.OutboundGroup.prototype.setType = function(value) { return jspb.Message.setProto3StringField(this, 2, value); }; /** * optional string selected = 3; * @return {string} */ proto.hiddifyrpc.OutboundGroup.prototype.getSelected = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, "")); }; /** * @param {string} value * @return {!proto.hiddifyrpc.OutboundGroup} returns this */ proto.hiddifyrpc.OutboundGroup.prototype.setSelected = function(value) { return jspb.Message.setProto3StringField(this, 3, value); }; /** * repeated OutboundGroupItem items = 4; * @return {!Array} */ proto.hiddifyrpc.OutboundGroup.prototype.getItemsList = function() { return /** @type{!Array} */ ( jspb.Message.getRepeatedWrapperField(this, proto.hiddifyrpc.OutboundGroupItem, 4)); }; /** * @param {!Array} value * @return {!proto.hiddifyrpc.OutboundGroup} returns this */ proto.hiddifyrpc.OutboundGroup.prototype.setItemsList = function(value) { return jspb.Message.setRepeatedWrapperField(this, 4, value); }; /** * @param {!proto.hiddifyrpc.OutboundGroupItem=} opt_value * @param {number=} opt_index * @return {!proto.hiddifyrpc.OutboundGroupItem} */ proto.hiddifyrpc.OutboundGroup.prototype.addItems = function(opt_value, opt_index) { return jspb.Message.addToRepeatedWrapperField(this, 4, opt_value, proto.hiddifyrpc.OutboundGroupItem, opt_index); }; /** * Clears the list making it empty but non-null. * @return {!proto.hiddifyrpc.OutboundGroup} returns this */ proto.hiddifyrpc.OutboundGroup.prototype.clearItemsList = function() { return this.setItemsList([]); }; /** * List of repeated fields within this message type. * @private {!Array} * @const */ proto.hiddifyrpc.OutboundGroupList.repeatedFields_ = [1]; if (jspb.Message.GENERATE_TO_OBJECT) { /** * Creates an object representation of this proto. * Field names that are reserved in JavaScript and will be renamed to pb_name. * Optional fields that are not set will be set to undefined. * To access a reserved field use, foo.pb_, eg, foo.pb_default. * For the list of reserved names please see: * net/proto2/compiler/js/internal/generator.cc#kKeyword. * @param {boolean=} opt_includeInstance Deprecated. whether to include the * JSPB instance for transitional soy proto support: * http://goto/soy-param-migration * @return {!Object} */ proto.hiddifyrpc.OutboundGroupList.prototype.toObject = function(opt_includeInstance) { return proto.hiddifyrpc.OutboundGroupList.toObject(opt_includeInstance, this); }; /** * Static version of the {@see toObject} method. * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration * @param {!proto.hiddifyrpc.OutboundGroupList} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.hiddifyrpc.OutboundGroupList.toObject = function(includeInstance, msg) { var f, obj = { itemsList: jspb.Message.toObjectList(msg.getItemsList(), proto.hiddifyrpc.OutboundGroup.toObject, includeInstance) }; if (includeInstance) { obj.$jspbMessageInstance = msg; } return obj; }; } /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. * @return {!proto.hiddifyrpc.OutboundGroupList} */ proto.hiddifyrpc.OutboundGroupList.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); var msg = new proto.hiddifyrpc.OutboundGroupList; return proto.hiddifyrpc.OutboundGroupList.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. * @param {!proto.hiddifyrpc.OutboundGroupList} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. * @return {!proto.hiddifyrpc.OutboundGroupList} */ proto.hiddifyrpc.OutboundGroupList.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; } var field = reader.getFieldNumber(); switch (field) { case 1: var value = new proto.hiddifyrpc.OutboundGroup; reader.readMessage(value,proto.hiddifyrpc.OutboundGroup.deserializeBinaryFromReader); msg.addItems(value); break; default: reader.skipField(); break; } } return msg; }; /** * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ proto.hiddifyrpc.OutboundGroupList.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); proto.hiddifyrpc.OutboundGroupList.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. * @param {!proto.hiddifyrpc.OutboundGroupList} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.hiddifyrpc.OutboundGroupList.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getItemsList(); if (f.length > 0) { writer.writeRepeatedMessage( 1, f, proto.hiddifyrpc.OutboundGroup.serializeBinaryToWriter ); } }; /** * repeated OutboundGroup items = 1; * @return {!Array} */ proto.hiddifyrpc.OutboundGroupList.prototype.getItemsList = function() { return /** @type{!Array} */ ( jspb.Message.getRepeatedWrapperField(this, proto.hiddifyrpc.OutboundGroup, 1)); }; /** * @param {!Array} value * @return {!proto.hiddifyrpc.OutboundGroupList} returns this */ proto.hiddifyrpc.OutboundGroupList.prototype.setItemsList = function(value) { return jspb.Message.setRepeatedWrapperField(this, 1, value); }; /** * @param {!proto.hiddifyrpc.OutboundGroup=} opt_value * @param {number=} opt_index * @return {!proto.hiddifyrpc.OutboundGroup} */ proto.hiddifyrpc.OutboundGroupList.prototype.addItems = function(opt_value, opt_index) { return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.hiddifyrpc.OutboundGroup, opt_index); }; /** * Clears the list making it empty but non-null. * @return {!proto.hiddifyrpc.OutboundGroupList} returns this */ proto.hiddifyrpc.OutboundGroupList.prototype.clearItemsList = function() { return this.setItemsList([]); }; if (jspb.Message.GENERATE_TO_OBJECT) { /** * Creates an object representation of this proto. * Field names that are reserved in JavaScript and will be renamed to pb_name. * Optional fields that are not set will be set to undefined. * To access a reserved field use, foo.pb_, eg, foo.pb_default. * For the list of reserved names please see: * net/proto2/compiler/js/internal/generator.cc#kKeyword. * @param {boolean=} opt_includeInstance Deprecated. whether to include the * JSPB instance for transitional soy proto support: * http://goto/soy-param-migration * @return {!Object} */ proto.hiddifyrpc.WarpAccount.prototype.toObject = function(opt_includeInstance) { return proto.hiddifyrpc.WarpAccount.toObject(opt_includeInstance, this); }; /** * Static version of the {@see toObject} method. * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration * @param {!proto.hiddifyrpc.WarpAccount} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.hiddifyrpc.WarpAccount.toObject = function(includeInstance, msg) { var f, obj = { accountId: jspb.Message.getFieldWithDefault(msg, 1, ""), accessToken: jspb.Message.getFieldWithDefault(msg, 2, "") }; if (includeInstance) { obj.$jspbMessageInstance = msg; } return obj; }; } /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. * @return {!proto.hiddifyrpc.WarpAccount} */ proto.hiddifyrpc.WarpAccount.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); var msg = new proto.hiddifyrpc.WarpAccount; return proto.hiddifyrpc.WarpAccount.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. * @param {!proto.hiddifyrpc.WarpAccount} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. * @return {!proto.hiddifyrpc.WarpAccount} */ proto.hiddifyrpc.WarpAccount.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; } var field = reader.getFieldNumber(); switch (field) { case 1: var value = /** @type {string} */ (reader.readString()); msg.setAccountId(value); break; case 2: var value = /** @type {string} */ (reader.readString()); msg.setAccessToken(value); break; default: reader.skipField(); break; } } return msg; }; /** * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ proto.hiddifyrpc.WarpAccount.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); proto.hiddifyrpc.WarpAccount.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. * @param {!proto.hiddifyrpc.WarpAccount} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.hiddifyrpc.WarpAccount.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getAccountId(); if (f.length > 0) { writer.writeString( 1, f ); } f = message.getAccessToken(); if (f.length > 0) { writer.writeString( 2, f ); } }; /** * optional string account_id = 1; * @return {string} */ proto.hiddifyrpc.WarpAccount.prototype.getAccountId = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value * @return {!proto.hiddifyrpc.WarpAccount} returns this */ proto.hiddifyrpc.WarpAccount.prototype.setAccountId = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; /** * optional string access_token = 2; * @return {string} */ proto.hiddifyrpc.WarpAccount.prototype.getAccessToken = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, "")); }; /** * @param {string} value * @return {!proto.hiddifyrpc.WarpAccount} returns this */ proto.hiddifyrpc.WarpAccount.prototype.setAccessToken = function(value) { return jspb.Message.setProto3StringField(this, 2, value); }; if (jspb.Message.GENERATE_TO_OBJECT) { /** * Creates an object representation of this proto. * Field names that are reserved in JavaScript and will be renamed to pb_name. * Optional fields that are not set will be set to undefined. * To access a reserved field use, foo.pb_, eg, foo.pb_default. * For the list of reserved names please see: * net/proto2/compiler/js/internal/generator.cc#kKeyword. * @param {boolean=} opt_includeInstance Deprecated. whether to include the * JSPB instance for transitional soy proto support: * http://goto/soy-param-migration * @return {!Object} */ proto.hiddifyrpc.WarpWireguardConfig.prototype.toObject = function(opt_includeInstance) { return proto.hiddifyrpc.WarpWireguardConfig.toObject(opt_includeInstance, this); }; /** * Static version of the {@see toObject} method. * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration * @param {!proto.hiddifyrpc.WarpWireguardConfig} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.hiddifyrpc.WarpWireguardConfig.toObject = function(includeInstance, msg) { var f, obj = { privateKey: jspb.Message.getFieldWithDefault(msg, 1, ""), localAddressIpv4: jspb.Message.getFieldWithDefault(msg, 2, ""), localAddressIpv6: jspb.Message.getFieldWithDefault(msg, 3, ""), peerPublicKey: jspb.Message.getFieldWithDefault(msg, 4, ""), clientId: jspb.Message.getFieldWithDefault(msg, 5, "") }; if (includeInstance) { obj.$jspbMessageInstance = msg; } return obj; }; } /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. * @return {!proto.hiddifyrpc.WarpWireguardConfig} */ proto.hiddifyrpc.WarpWireguardConfig.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); var msg = new proto.hiddifyrpc.WarpWireguardConfig; return proto.hiddifyrpc.WarpWireguardConfig.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. * @param {!proto.hiddifyrpc.WarpWireguardConfig} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. * @return {!proto.hiddifyrpc.WarpWireguardConfig} */ proto.hiddifyrpc.WarpWireguardConfig.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; } var field = reader.getFieldNumber(); switch (field) { case 1: var value = /** @type {string} */ (reader.readString()); msg.setPrivateKey(value); break; case 2: var value = /** @type {string} */ (reader.readString()); msg.setLocalAddressIpv4(value); break; case 3: var value = /** @type {string} */ (reader.readString()); msg.setLocalAddressIpv6(value); break; case 4: var value = /** @type {string} */ (reader.readString()); msg.setPeerPublicKey(value); break; case 5: var value = /** @type {string} */ (reader.readString()); msg.setClientId(value); break; default: reader.skipField(); break; } } return msg; }; /** * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ proto.hiddifyrpc.WarpWireguardConfig.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); proto.hiddifyrpc.WarpWireguardConfig.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. * @param {!proto.hiddifyrpc.WarpWireguardConfig} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.hiddifyrpc.WarpWireguardConfig.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getPrivateKey(); if (f.length > 0) { writer.writeString( 1, f ); } f = message.getLocalAddressIpv4(); if (f.length > 0) { writer.writeString( 2, f ); } f = message.getLocalAddressIpv6(); if (f.length > 0) { writer.writeString( 3, f ); } f = message.getPeerPublicKey(); if (f.length > 0) { writer.writeString( 4, f ); } f = message.getClientId(); if (f.length > 0) { writer.writeString( 5, f ); } }; /** * optional string private_key = 1; * @return {string} */ proto.hiddifyrpc.WarpWireguardConfig.prototype.getPrivateKey = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value * @return {!proto.hiddifyrpc.WarpWireguardConfig} returns this */ proto.hiddifyrpc.WarpWireguardConfig.prototype.setPrivateKey = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; /** * optional string local_address_ipv4 = 2; * @return {string} */ proto.hiddifyrpc.WarpWireguardConfig.prototype.getLocalAddressIpv4 = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, "")); }; /** * @param {string} value * @return {!proto.hiddifyrpc.WarpWireguardConfig} returns this */ proto.hiddifyrpc.WarpWireguardConfig.prototype.setLocalAddressIpv4 = function(value) { return jspb.Message.setProto3StringField(this, 2, value); }; /** * optional string local_address_ipv6 = 3; * @return {string} */ proto.hiddifyrpc.WarpWireguardConfig.prototype.getLocalAddressIpv6 = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, "")); }; /** * @param {string} value * @return {!proto.hiddifyrpc.WarpWireguardConfig} returns this */ proto.hiddifyrpc.WarpWireguardConfig.prototype.setLocalAddressIpv6 = function(value) { return jspb.Message.setProto3StringField(this, 3, value); }; /** * optional string peer_public_key = 4; * @return {string} */ proto.hiddifyrpc.WarpWireguardConfig.prototype.getPeerPublicKey = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, "")); }; /** * @param {string} value * @return {!proto.hiddifyrpc.WarpWireguardConfig} returns this */ proto.hiddifyrpc.WarpWireguardConfig.prototype.setPeerPublicKey = function(value) { return jspb.Message.setProto3StringField(this, 4, value); }; /** * optional string client_id = 5; * @return {string} */ proto.hiddifyrpc.WarpWireguardConfig.prototype.getClientId = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 5, "")); }; /** * @param {string} value * @return {!proto.hiddifyrpc.WarpWireguardConfig} returns this */ proto.hiddifyrpc.WarpWireguardConfig.prototype.setClientId = function(value) { return jspb.Message.setProto3StringField(this, 5, value); }; if (jspb.Message.GENERATE_TO_OBJECT) { /** * Creates an object representation of this proto. * Field names that are reserved in JavaScript and will be renamed to pb_name. * Optional fields that are not set will be set to undefined. * To access a reserved field use, foo.pb_, eg, foo.pb_default. * For the list of reserved names please see: * net/proto2/compiler/js/internal/generator.cc#kKeyword. * @param {boolean=} opt_includeInstance Deprecated. whether to include the * JSPB instance for transitional soy proto support: * http://goto/soy-param-migration * @return {!Object} */ proto.hiddifyrpc.WarpGenerationResponse.prototype.toObject = function(opt_includeInstance) { return proto.hiddifyrpc.WarpGenerationResponse.toObject(opt_includeInstance, this); }; /** * Static version of the {@see toObject} method. * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration * @param {!proto.hiddifyrpc.WarpGenerationResponse} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.hiddifyrpc.WarpGenerationResponse.toObject = function(includeInstance, msg) { var f, obj = { account: (f = msg.getAccount()) && proto.hiddifyrpc.WarpAccount.toObject(includeInstance, f), log: jspb.Message.getFieldWithDefault(msg, 2, ""), config: (f = msg.getConfig()) && proto.hiddifyrpc.WarpWireguardConfig.toObject(includeInstance, f) }; if (includeInstance) { obj.$jspbMessageInstance = msg; } return obj; }; } /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. * @return {!proto.hiddifyrpc.WarpGenerationResponse} */ proto.hiddifyrpc.WarpGenerationResponse.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); var msg = new proto.hiddifyrpc.WarpGenerationResponse; return proto.hiddifyrpc.WarpGenerationResponse.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. * @param {!proto.hiddifyrpc.WarpGenerationResponse} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. * @return {!proto.hiddifyrpc.WarpGenerationResponse} */ proto.hiddifyrpc.WarpGenerationResponse.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; } var field = reader.getFieldNumber(); switch (field) { case 1: var value = new proto.hiddifyrpc.WarpAccount; reader.readMessage(value,proto.hiddifyrpc.WarpAccount.deserializeBinaryFromReader); msg.setAccount(value); break; case 2: var value = /** @type {string} */ (reader.readString()); msg.setLog(value); break; case 3: var value = new proto.hiddifyrpc.WarpWireguardConfig; reader.readMessage(value,proto.hiddifyrpc.WarpWireguardConfig.deserializeBinaryFromReader); msg.setConfig(value); break; default: reader.skipField(); break; } } return msg; }; /** * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ proto.hiddifyrpc.WarpGenerationResponse.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); proto.hiddifyrpc.WarpGenerationResponse.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. * @param {!proto.hiddifyrpc.WarpGenerationResponse} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.hiddifyrpc.WarpGenerationResponse.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getAccount(); if (f != null) { writer.writeMessage( 1, f, proto.hiddifyrpc.WarpAccount.serializeBinaryToWriter ); } f = message.getLog(); if (f.length > 0) { writer.writeString( 2, f ); } f = message.getConfig(); if (f != null) { writer.writeMessage( 3, f, proto.hiddifyrpc.WarpWireguardConfig.serializeBinaryToWriter ); } }; /** * optional WarpAccount account = 1; * @return {?proto.hiddifyrpc.WarpAccount} */ proto.hiddifyrpc.WarpGenerationResponse.prototype.getAccount = function() { return /** @type{?proto.hiddifyrpc.WarpAccount} */ ( jspb.Message.getWrapperField(this, proto.hiddifyrpc.WarpAccount, 1)); }; /** * @param {?proto.hiddifyrpc.WarpAccount|undefined} value * @return {!proto.hiddifyrpc.WarpGenerationResponse} returns this */ proto.hiddifyrpc.WarpGenerationResponse.prototype.setAccount = function(value) { return jspb.Message.setWrapperField(this, 1, value); }; /** * Clears the message field making it undefined. * @return {!proto.hiddifyrpc.WarpGenerationResponse} returns this */ proto.hiddifyrpc.WarpGenerationResponse.prototype.clearAccount = function() { return this.setAccount(undefined); }; /** * Returns whether this field is set. * @return {boolean} */ proto.hiddifyrpc.WarpGenerationResponse.prototype.hasAccount = function() { return jspb.Message.getField(this, 1) != null; }; /** * optional string log = 2; * @return {string} */ proto.hiddifyrpc.WarpGenerationResponse.prototype.getLog = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, "")); }; /** * @param {string} value * @return {!proto.hiddifyrpc.WarpGenerationResponse} returns this */ proto.hiddifyrpc.WarpGenerationResponse.prototype.setLog = function(value) { return jspb.Message.setProto3StringField(this, 2, value); }; /** * optional WarpWireguardConfig config = 3; * @return {?proto.hiddifyrpc.WarpWireguardConfig} */ proto.hiddifyrpc.WarpGenerationResponse.prototype.getConfig = function() { return /** @type{?proto.hiddifyrpc.WarpWireguardConfig} */ ( jspb.Message.getWrapperField(this, proto.hiddifyrpc.WarpWireguardConfig, 3)); }; /** * @param {?proto.hiddifyrpc.WarpWireguardConfig|undefined} value * @return {!proto.hiddifyrpc.WarpGenerationResponse} returns this */ proto.hiddifyrpc.WarpGenerationResponse.prototype.setConfig = function(value) { return jspb.Message.setWrapperField(this, 3, value); }; /** * Clears the message field making it undefined. * @return {!proto.hiddifyrpc.WarpGenerationResponse} returns this */ proto.hiddifyrpc.WarpGenerationResponse.prototype.clearConfig = function() { return this.setConfig(undefined); }; /** * Returns whether this field is set. * @return {boolean} */ proto.hiddifyrpc.WarpGenerationResponse.prototype.hasConfig = function() { return jspb.Message.getField(this, 3) != null; }; if (jspb.Message.GENERATE_TO_OBJECT) { /** * Creates an object representation of this proto. * Field names that are reserved in JavaScript and will be renamed to pb_name. * Optional fields that are not set will be set to undefined. * To access a reserved field use, foo.pb_, eg, foo.pb_default. * For the list of reserved names please see: * net/proto2/compiler/js/internal/generator.cc#kKeyword. * @param {boolean=} opt_includeInstance Deprecated. whether to include the * JSPB instance for transitional soy proto support: * http://goto/soy-param-migration * @return {!Object} */ proto.hiddifyrpc.SystemProxyStatus.prototype.toObject = function(opt_includeInstance) { return proto.hiddifyrpc.SystemProxyStatus.toObject(opt_includeInstance, this); }; /** * Static version of the {@see toObject} method. * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration * @param {!proto.hiddifyrpc.SystemProxyStatus} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.hiddifyrpc.SystemProxyStatus.toObject = function(includeInstance, msg) { var f, obj = { available: jspb.Message.getBooleanFieldWithDefault(msg, 1, false), enabled: jspb.Message.getBooleanFieldWithDefault(msg, 2, false) }; if (includeInstance) { obj.$jspbMessageInstance = msg; } return obj; }; } /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. * @return {!proto.hiddifyrpc.SystemProxyStatus} */ proto.hiddifyrpc.SystemProxyStatus.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); var msg = new proto.hiddifyrpc.SystemProxyStatus; return proto.hiddifyrpc.SystemProxyStatus.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. * @param {!proto.hiddifyrpc.SystemProxyStatus} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. * @return {!proto.hiddifyrpc.SystemProxyStatus} */ proto.hiddifyrpc.SystemProxyStatus.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; } var field = reader.getFieldNumber(); switch (field) { case 1: var value = /** @type {boolean} */ (reader.readBool()); msg.setAvailable(value); break; case 2: var value = /** @type {boolean} */ (reader.readBool()); msg.setEnabled(value); break; default: reader.skipField(); break; } } return msg; }; /** * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ proto.hiddifyrpc.SystemProxyStatus.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); proto.hiddifyrpc.SystemProxyStatus.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. * @param {!proto.hiddifyrpc.SystemProxyStatus} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.hiddifyrpc.SystemProxyStatus.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getAvailable(); if (f) { writer.writeBool( 1, f ); } f = message.getEnabled(); if (f) { writer.writeBool( 2, f ); } }; /** * optional bool available = 1; * @return {boolean} */ proto.hiddifyrpc.SystemProxyStatus.prototype.getAvailable = function() { return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 1, false)); }; /** * @param {boolean} value * @return {!proto.hiddifyrpc.SystemProxyStatus} returns this */ proto.hiddifyrpc.SystemProxyStatus.prototype.setAvailable = function(value) { return jspb.Message.setProto3BooleanField(this, 1, value); }; /** * optional bool enabled = 2; * @return {boolean} */ proto.hiddifyrpc.SystemProxyStatus.prototype.getEnabled = function() { return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 2, false)); }; /** * @param {boolean} value * @return {!proto.hiddifyrpc.SystemProxyStatus} returns this */ proto.hiddifyrpc.SystemProxyStatus.prototype.setEnabled = function(value) { return jspb.Message.setProto3BooleanField(this, 2, value); }; if (jspb.Message.GENERATE_TO_OBJECT) { /** * Creates an object representation of this proto. * Field names that are reserved in JavaScript and will be renamed to pb_name. * Optional fields that are not set will be set to undefined. * To access a reserved field use, foo.pb_, eg, foo.pb_default. * For the list of reserved names please see: * net/proto2/compiler/js/internal/generator.cc#kKeyword. * @param {boolean=} opt_includeInstance Deprecated. whether to include the * JSPB instance for transitional soy proto support: * http://goto/soy-param-migration * @return {!Object} */ proto.hiddifyrpc.ParseRequest.prototype.toObject = function(opt_includeInstance) { return proto.hiddifyrpc.ParseRequest.toObject(opt_includeInstance, this); }; /** * Static version of the {@see toObject} method. * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration * @param {!proto.hiddifyrpc.ParseRequest} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.hiddifyrpc.ParseRequest.toObject = function(includeInstance, msg) { var f, obj = { content: jspb.Message.getFieldWithDefault(msg, 1, ""), configPath: jspb.Message.getFieldWithDefault(msg, 2, ""), tempPath: jspb.Message.getFieldWithDefault(msg, 3, ""), debug: jspb.Message.getBooleanFieldWithDefault(msg, 4, false) }; if (includeInstance) { obj.$jspbMessageInstance = msg; } return obj; }; } /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. * @return {!proto.hiddifyrpc.ParseRequest} */ proto.hiddifyrpc.ParseRequest.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); var msg = new proto.hiddifyrpc.ParseRequest; return proto.hiddifyrpc.ParseRequest.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. * @param {!proto.hiddifyrpc.ParseRequest} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. * @return {!proto.hiddifyrpc.ParseRequest} */ proto.hiddifyrpc.ParseRequest.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; } var field = reader.getFieldNumber(); switch (field) { case 1: var value = /** @type {string} */ (reader.readString()); msg.setContent(value); break; case 2: var value = /** @type {string} */ (reader.readString()); msg.setConfigPath(value); break; case 3: var value = /** @type {string} */ (reader.readString()); msg.setTempPath(value); break; case 4: var value = /** @type {boolean} */ (reader.readBool()); msg.setDebug(value); break; default: reader.skipField(); break; } } return msg; }; /** * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ proto.hiddifyrpc.ParseRequest.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); proto.hiddifyrpc.ParseRequest.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. * @param {!proto.hiddifyrpc.ParseRequest} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.hiddifyrpc.ParseRequest.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getContent(); if (f.length > 0) { writer.writeString( 1, f ); } f = message.getConfigPath(); if (f.length > 0) { writer.writeString( 2, f ); } f = message.getTempPath(); if (f.length > 0) { writer.writeString( 3, f ); } f = message.getDebug(); if (f) { writer.writeBool( 4, f ); } }; /** * optional string content = 1; * @return {string} */ proto.hiddifyrpc.ParseRequest.prototype.getContent = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value * @return {!proto.hiddifyrpc.ParseRequest} returns this */ proto.hiddifyrpc.ParseRequest.prototype.setContent = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; /** * optional string config_path = 2; * @return {string} */ proto.hiddifyrpc.ParseRequest.prototype.getConfigPath = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, "")); }; /** * @param {string} value * @return {!proto.hiddifyrpc.ParseRequest} returns this */ proto.hiddifyrpc.ParseRequest.prototype.setConfigPath = function(value) { return jspb.Message.setProto3StringField(this, 2, value); }; /** * optional string temp_path = 3; * @return {string} */ proto.hiddifyrpc.ParseRequest.prototype.getTempPath = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, "")); }; /** * @param {string} value * @return {!proto.hiddifyrpc.ParseRequest} returns this */ proto.hiddifyrpc.ParseRequest.prototype.setTempPath = function(value) { return jspb.Message.setProto3StringField(this, 3, value); }; /** * optional bool debug = 4; * @return {boolean} */ proto.hiddifyrpc.ParseRequest.prototype.getDebug = function() { return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 4, false)); }; /** * @param {boolean} value * @return {!proto.hiddifyrpc.ParseRequest} returns this */ proto.hiddifyrpc.ParseRequest.prototype.setDebug = function(value) { return jspb.Message.setProto3BooleanField(this, 4, value); }; if (jspb.Message.GENERATE_TO_OBJECT) { /** * Creates an object representation of this proto. * Field names that are reserved in JavaScript and will be renamed to pb_name. * Optional fields that are not set will be set to undefined. * To access a reserved field use, foo.pb_, eg, foo.pb_default. * For the list of reserved names please see: * net/proto2/compiler/js/internal/generator.cc#kKeyword. * @param {boolean=} opt_includeInstance Deprecated. whether to include the * JSPB instance for transitional soy proto support: * http://goto/soy-param-migration * @return {!Object} */ proto.hiddifyrpc.ParseResponse.prototype.toObject = function(opt_includeInstance) { return proto.hiddifyrpc.ParseResponse.toObject(opt_includeInstance, this); }; /** * Static version of the {@see toObject} method. * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration * @param {!proto.hiddifyrpc.ParseResponse} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.hiddifyrpc.ParseResponse.toObject = function(includeInstance, msg) { var f, obj = { responseCode: jspb.Message.getFieldWithDefault(msg, 1, 0), content: jspb.Message.getFieldWithDefault(msg, 2, ""), message: jspb.Message.getFieldWithDefault(msg, 3, "") }; if (includeInstance) { obj.$jspbMessageInstance = msg; } return obj; }; } /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. * @return {!proto.hiddifyrpc.ParseResponse} */ proto.hiddifyrpc.ParseResponse.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); var msg = new proto.hiddifyrpc.ParseResponse; return proto.hiddifyrpc.ParseResponse.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. * @param {!proto.hiddifyrpc.ParseResponse} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. * @return {!proto.hiddifyrpc.ParseResponse} */ proto.hiddifyrpc.ParseResponse.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; } var field = reader.getFieldNumber(); switch (field) { case 1: var value = /** @type {!proto.hiddifyrpc.ResponseCode} */ (reader.readEnum()); msg.setResponseCode(value); break; case 2: var value = /** @type {string} */ (reader.readString()); msg.setContent(value); break; case 3: var value = /** @type {string} */ (reader.readString()); msg.setMessage(value); break; default: reader.skipField(); break; } } return msg; }; /** * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ proto.hiddifyrpc.ParseResponse.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); proto.hiddifyrpc.ParseResponse.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. * @param {!proto.hiddifyrpc.ParseResponse} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.hiddifyrpc.ParseResponse.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getResponseCode(); if (f !== 0.0) { writer.writeEnum( 1, f ); } f = message.getContent(); if (f.length > 0) { writer.writeString( 2, f ); } f = message.getMessage(); if (f.length > 0) { writer.writeString( 3, f ); } }; /** * optional ResponseCode response_code = 1; * @return {!proto.hiddifyrpc.ResponseCode} */ proto.hiddifyrpc.ParseResponse.prototype.getResponseCode = function() { return /** @type {!proto.hiddifyrpc.ResponseCode} */ (jspb.Message.getFieldWithDefault(this, 1, 0)); }; /** * @param {!proto.hiddifyrpc.ResponseCode} value * @return {!proto.hiddifyrpc.ParseResponse} returns this */ proto.hiddifyrpc.ParseResponse.prototype.setResponseCode = function(value) { return jspb.Message.setProto3EnumField(this, 1, value); }; /** * optional string content = 2; * @return {string} */ proto.hiddifyrpc.ParseResponse.prototype.getContent = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, "")); }; /** * @param {string} value * @return {!proto.hiddifyrpc.ParseResponse} returns this */ proto.hiddifyrpc.ParseResponse.prototype.setContent = function(value) { return jspb.Message.setProto3StringField(this, 2, value); }; /** * optional string message = 3; * @return {string} */ proto.hiddifyrpc.ParseResponse.prototype.getMessage = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, "")); }; /** * @param {string} value * @return {!proto.hiddifyrpc.ParseResponse} returns this */ proto.hiddifyrpc.ParseResponse.prototype.setMessage = function(value) { return jspb.Message.setProto3StringField(this, 3, value); }; if (jspb.Message.GENERATE_TO_OBJECT) { /** * Creates an object representation of this proto. * Field names that are reserved in JavaScript and will be renamed to pb_name. * Optional fields that are not set will be set to undefined. * To access a reserved field use, foo.pb_, eg, foo.pb_default. * For the list of reserved names please see: * net/proto2/compiler/js/internal/generator.cc#kKeyword. * @param {boolean=} opt_includeInstance Deprecated. whether to include the * JSPB instance for transitional soy proto support: * http://goto/soy-param-migration * @return {!Object} */ proto.hiddifyrpc.ChangeHiddifySettingsRequest.prototype.toObject = function(opt_includeInstance) { return proto.hiddifyrpc.ChangeHiddifySettingsRequest.toObject(opt_includeInstance, this); }; /** * Static version of the {@see toObject} method. * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration * @param {!proto.hiddifyrpc.ChangeHiddifySettingsRequest} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.hiddifyrpc.ChangeHiddifySettingsRequest.toObject = function(includeInstance, msg) { var f, obj = { hiddifySettingsJson: jspb.Message.getFieldWithDefault(msg, 1, "") }; if (includeInstance) { obj.$jspbMessageInstance = msg; } return obj; }; } /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. * @return {!proto.hiddifyrpc.ChangeHiddifySettingsRequest} */ proto.hiddifyrpc.ChangeHiddifySettingsRequest.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); var msg = new proto.hiddifyrpc.ChangeHiddifySettingsRequest; return proto.hiddifyrpc.ChangeHiddifySettingsRequest.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. * @param {!proto.hiddifyrpc.ChangeHiddifySettingsRequest} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. * @return {!proto.hiddifyrpc.ChangeHiddifySettingsRequest} */ proto.hiddifyrpc.ChangeHiddifySettingsRequest.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; } var field = reader.getFieldNumber(); switch (field) { case 1: var value = /** @type {string} */ (reader.readString()); msg.setHiddifySettingsJson(value); break; default: reader.skipField(); break; } } return msg; }; /** * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ proto.hiddifyrpc.ChangeHiddifySettingsRequest.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); proto.hiddifyrpc.ChangeHiddifySettingsRequest.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. * @param {!proto.hiddifyrpc.ChangeHiddifySettingsRequest} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.hiddifyrpc.ChangeHiddifySettingsRequest.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getHiddifySettingsJson(); if (f.length > 0) { writer.writeString( 1, f ); } }; /** * optional string hiddify_settings_json = 1; * @return {string} */ proto.hiddifyrpc.ChangeHiddifySettingsRequest.prototype.getHiddifySettingsJson = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value * @return {!proto.hiddifyrpc.ChangeHiddifySettingsRequest} returns this */ proto.hiddifyrpc.ChangeHiddifySettingsRequest.prototype.setHiddifySettingsJson = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; if (jspb.Message.GENERATE_TO_OBJECT) { /** * Creates an object representation of this proto. * Field names that are reserved in JavaScript and will be renamed to pb_name. * Optional fields that are not set will be set to undefined. * To access a reserved field use, foo.pb_, eg, foo.pb_default. * For the list of reserved names please see: * net/proto2/compiler/js/internal/generator.cc#kKeyword. * @param {boolean=} opt_includeInstance Deprecated. whether to include the * JSPB instance for transitional soy proto support: * http://goto/soy-param-migration * @return {!Object} */ proto.hiddifyrpc.GenerateConfigRequest.prototype.toObject = function(opt_includeInstance) { return proto.hiddifyrpc.GenerateConfigRequest.toObject(opt_includeInstance, this); }; /** * Static version of the {@see toObject} method. * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration * @param {!proto.hiddifyrpc.GenerateConfigRequest} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.hiddifyrpc.GenerateConfigRequest.toObject = function(includeInstance, msg) { var f, obj = { path: jspb.Message.getFieldWithDefault(msg, 1, ""), tempPath: jspb.Message.getFieldWithDefault(msg, 2, ""), debug: jspb.Message.getBooleanFieldWithDefault(msg, 3, false) }; if (includeInstance) { obj.$jspbMessageInstance = msg; } return obj; }; } /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. * @return {!proto.hiddifyrpc.GenerateConfigRequest} */ proto.hiddifyrpc.GenerateConfigRequest.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); var msg = new proto.hiddifyrpc.GenerateConfigRequest; return proto.hiddifyrpc.GenerateConfigRequest.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. * @param {!proto.hiddifyrpc.GenerateConfigRequest} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. * @return {!proto.hiddifyrpc.GenerateConfigRequest} */ proto.hiddifyrpc.GenerateConfigRequest.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; } var field = reader.getFieldNumber(); switch (field) { case 1: var value = /** @type {string} */ (reader.readString()); msg.setPath(value); break; case 2: var value = /** @type {string} */ (reader.readString()); msg.setTempPath(value); break; case 3: var value = /** @type {boolean} */ (reader.readBool()); msg.setDebug(value); break; default: reader.skipField(); break; } } return msg; }; /** * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ proto.hiddifyrpc.GenerateConfigRequest.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); proto.hiddifyrpc.GenerateConfigRequest.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. * @param {!proto.hiddifyrpc.GenerateConfigRequest} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.hiddifyrpc.GenerateConfigRequest.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getPath(); if (f.length > 0) { writer.writeString( 1, f ); } f = message.getTempPath(); if (f.length > 0) { writer.writeString( 2, f ); } f = message.getDebug(); if (f) { writer.writeBool( 3, f ); } }; /** * optional string path = 1; * @return {string} */ proto.hiddifyrpc.GenerateConfigRequest.prototype.getPath = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value * @return {!proto.hiddifyrpc.GenerateConfigRequest} returns this */ proto.hiddifyrpc.GenerateConfigRequest.prototype.setPath = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; /** * optional string temp_path = 2; * @return {string} */ proto.hiddifyrpc.GenerateConfigRequest.prototype.getTempPath = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, "")); }; /** * @param {string} value * @return {!proto.hiddifyrpc.GenerateConfigRequest} returns this */ proto.hiddifyrpc.GenerateConfigRequest.prototype.setTempPath = function(value) { return jspb.Message.setProto3StringField(this, 2, value); }; /** * optional bool debug = 3; * @return {boolean} */ proto.hiddifyrpc.GenerateConfigRequest.prototype.getDebug = function() { return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 3, false)); }; /** * @param {boolean} value * @return {!proto.hiddifyrpc.GenerateConfigRequest} returns this */ proto.hiddifyrpc.GenerateConfigRequest.prototype.setDebug = function(value) { return jspb.Message.setProto3BooleanField(this, 3, value); }; if (jspb.Message.GENERATE_TO_OBJECT) { /** * Creates an object representation of this proto. * Field names that are reserved in JavaScript and will be renamed to pb_name. * Optional fields that are not set will be set to undefined. * To access a reserved field use, foo.pb_, eg, foo.pb_default. * For the list of reserved names please see: * net/proto2/compiler/js/internal/generator.cc#kKeyword. * @param {boolean=} opt_includeInstance Deprecated. whether to include the * JSPB instance for transitional soy proto support: * http://goto/soy-param-migration * @return {!Object} */ proto.hiddifyrpc.GenerateConfigResponse.prototype.toObject = function(opt_includeInstance) { return proto.hiddifyrpc.GenerateConfigResponse.toObject(opt_includeInstance, this); }; /** * Static version of the {@see toObject} method. * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration * @param {!proto.hiddifyrpc.GenerateConfigResponse} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.hiddifyrpc.GenerateConfigResponse.toObject = function(includeInstance, msg) { var f, obj = { configContent: jspb.Message.getFieldWithDefault(msg, 1, "") }; if (includeInstance) { obj.$jspbMessageInstance = msg; } return obj; }; } /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. * @return {!proto.hiddifyrpc.GenerateConfigResponse} */ proto.hiddifyrpc.GenerateConfigResponse.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); var msg = new proto.hiddifyrpc.GenerateConfigResponse; return proto.hiddifyrpc.GenerateConfigResponse.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. * @param {!proto.hiddifyrpc.GenerateConfigResponse} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. * @return {!proto.hiddifyrpc.GenerateConfigResponse} */ proto.hiddifyrpc.GenerateConfigResponse.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; } var field = reader.getFieldNumber(); switch (field) { case 1: var value = /** @type {string} */ (reader.readString()); msg.setConfigContent(value); break; default: reader.skipField(); break; } } return msg; }; /** * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ proto.hiddifyrpc.GenerateConfigResponse.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); proto.hiddifyrpc.GenerateConfigResponse.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. * @param {!proto.hiddifyrpc.GenerateConfigResponse} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.hiddifyrpc.GenerateConfigResponse.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getConfigContent(); if (f.length > 0) { writer.writeString( 1, f ); } }; /** * optional string config_content = 1; * @return {string} */ proto.hiddifyrpc.GenerateConfigResponse.prototype.getConfigContent = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value * @return {!proto.hiddifyrpc.GenerateConfigResponse} returns this */ proto.hiddifyrpc.GenerateConfigResponse.prototype.setConfigContent = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; if (jspb.Message.GENERATE_TO_OBJECT) { /** * Creates an object representation of this proto. * Field names that are reserved in JavaScript and will be renamed to pb_name. * Optional fields that are not set will be set to undefined. * To access a reserved field use, foo.pb_, eg, foo.pb_default. * For the list of reserved names please see: * net/proto2/compiler/js/internal/generator.cc#kKeyword. * @param {boolean=} opt_includeInstance Deprecated. whether to include the * JSPB instance for transitional soy proto support: * http://goto/soy-param-migration * @return {!Object} */ proto.hiddifyrpc.SelectOutboundRequest.prototype.toObject = function(opt_includeInstance) { return proto.hiddifyrpc.SelectOutboundRequest.toObject(opt_includeInstance, this); }; /** * Static version of the {@see toObject} method. * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration * @param {!proto.hiddifyrpc.SelectOutboundRequest} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.hiddifyrpc.SelectOutboundRequest.toObject = function(includeInstance, msg) { var f, obj = { groupTag: jspb.Message.getFieldWithDefault(msg, 1, ""), outboundTag: jspb.Message.getFieldWithDefault(msg, 2, "") }; if (includeInstance) { obj.$jspbMessageInstance = msg; } return obj; }; } /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. * @return {!proto.hiddifyrpc.SelectOutboundRequest} */ proto.hiddifyrpc.SelectOutboundRequest.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); var msg = new proto.hiddifyrpc.SelectOutboundRequest; return proto.hiddifyrpc.SelectOutboundRequest.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. * @param {!proto.hiddifyrpc.SelectOutboundRequest} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. * @return {!proto.hiddifyrpc.SelectOutboundRequest} */ proto.hiddifyrpc.SelectOutboundRequest.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; } var field = reader.getFieldNumber(); switch (field) { case 1: var value = /** @type {string} */ (reader.readString()); msg.setGroupTag(value); break; case 2: var value = /** @type {string} */ (reader.readString()); msg.setOutboundTag(value); break; default: reader.skipField(); break; } } return msg; }; /** * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ proto.hiddifyrpc.SelectOutboundRequest.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); proto.hiddifyrpc.SelectOutboundRequest.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. * @param {!proto.hiddifyrpc.SelectOutboundRequest} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.hiddifyrpc.SelectOutboundRequest.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getGroupTag(); if (f.length > 0) { writer.writeString( 1, f ); } f = message.getOutboundTag(); if (f.length > 0) { writer.writeString( 2, f ); } }; /** * optional string group_tag = 1; * @return {string} */ proto.hiddifyrpc.SelectOutboundRequest.prototype.getGroupTag = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value * @return {!proto.hiddifyrpc.SelectOutboundRequest} returns this */ proto.hiddifyrpc.SelectOutboundRequest.prototype.setGroupTag = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; /** * optional string outbound_tag = 2; * @return {string} */ proto.hiddifyrpc.SelectOutboundRequest.prototype.getOutboundTag = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, "")); }; /** * @param {string} value * @return {!proto.hiddifyrpc.SelectOutboundRequest} returns this */ proto.hiddifyrpc.SelectOutboundRequest.prototype.setOutboundTag = function(value) { return jspb.Message.setProto3StringField(this, 2, value); }; if (jspb.Message.GENERATE_TO_OBJECT) { /** * Creates an object representation of this proto. * Field names that are reserved in JavaScript and will be renamed to pb_name. * Optional fields that are not set will be set to undefined. * To access a reserved field use, foo.pb_, eg, foo.pb_default. * For the list of reserved names please see: * net/proto2/compiler/js/internal/generator.cc#kKeyword. * @param {boolean=} opt_includeInstance Deprecated. whether to include the * JSPB instance for transitional soy proto support: * http://goto/soy-param-migration * @return {!Object} */ proto.hiddifyrpc.UrlTestRequest.prototype.toObject = function(opt_includeInstance) { return proto.hiddifyrpc.UrlTestRequest.toObject(opt_includeInstance, this); }; /** * Static version of the {@see toObject} method. * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration * @param {!proto.hiddifyrpc.UrlTestRequest} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.hiddifyrpc.UrlTestRequest.toObject = function(includeInstance, msg) { var f, obj = { groupTag: jspb.Message.getFieldWithDefault(msg, 1, "") }; if (includeInstance) { obj.$jspbMessageInstance = msg; } return obj; }; } /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. * @return {!proto.hiddifyrpc.UrlTestRequest} */ proto.hiddifyrpc.UrlTestRequest.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); var msg = new proto.hiddifyrpc.UrlTestRequest; return proto.hiddifyrpc.UrlTestRequest.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. * @param {!proto.hiddifyrpc.UrlTestRequest} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. * @return {!proto.hiddifyrpc.UrlTestRequest} */ proto.hiddifyrpc.UrlTestRequest.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; } var field = reader.getFieldNumber(); switch (field) { case 1: var value = /** @type {string} */ (reader.readString()); msg.setGroupTag(value); break; default: reader.skipField(); break; } } return msg; }; /** * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ proto.hiddifyrpc.UrlTestRequest.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); proto.hiddifyrpc.UrlTestRequest.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. * @param {!proto.hiddifyrpc.UrlTestRequest} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.hiddifyrpc.UrlTestRequest.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getGroupTag(); if (f.length > 0) { writer.writeString( 1, f ); } }; /** * optional string group_tag = 1; * @return {string} */ proto.hiddifyrpc.UrlTestRequest.prototype.getGroupTag = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value * @return {!proto.hiddifyrpc.UrlTestRequest} returns this */ proto.hiddifyrpc.UrlTestRequest.prototype.setGroupTag = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; if (jspb.Message.GENERATE_TO_OBJECT) { /** * Creates an object representation of this proto. * Field names that are reserved in JavaScript and will be renamed to pb_name. * Optional fields that are not set will be set to undefined. * To access a reserved field use, foo.pb_, eg, foo.pb_default. * For the list of reserved names please see: * net/proto2/compiler/js/internal/generator.cc#kKeyword. * @param {boolean=} opt_includeInstance Deprecated. whether to include the * JSPB instance for transitional soy proto support: * http://goto/soy-param-migration * @return {!Object} */ proto.hiddifyrpc.GenerateWarpConfigRequest.prototype.toObject = function(opt_includeInstance) { return proto.hiddifyrpc.GenerateWarpConfigRequest.toObject(opt_includeInstance, this); }; /** * Static version of the {@see toObject} method. * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration * @param {!proto.hiddifyrpc.GenerateWarpConfigRequest} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.hiddifyrpc.GenerateWarpConfigRequest.toObject = function(includeInstance, msg) { var f, obj = { licenseKey: jspb.Message.getFieldWithDefault(msg, 1, ""), accountId: jspb.Message.getFieldWithDefault(msg, 2, ""), accessToken: jspb.Message.getFieldWithDefault(msg, 3, "") }; if (includeInstance) { obj.$jspbMessageInstance = msg; } return obj; }; } /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. * @return {!proto.hiddifyrpc.GenerateWarpConfigRequest} */ proto.hiddifyrpc.GenerateWarpConfigRequest.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); var msg = new proto.hiddifyrpc.GenerateWarpConfigRequest; return proto.hiddifyrpc.GenerateWarpConfigRequest.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. * @param {!proto.hiddifyrpc.GenerateWarpConfigRequest} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. * @return {!proto.hiddifyrpc.GenerateWarpConfigRequest} */ proto.hiddifyrpc.GenerateWarpConfigRequest.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; } var field = reader.getFieldNumber(); switch (field) { case 1: var value = /** @type {string} */ (reader.readString()); msg.setLicenseKey(value); break; case 2: var value = /** @type {string} */ (reader.readString()); msg.setAccountId(value); break; case 3: var value = /** @type {string} */ (reader.readString()); msg.setAccessToken(value); break; default: reader.skipField(); break; } } return msg; }; /** * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ proto.hiddifyrpc.GenerateWarpConfigRequest.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); proto.hiddifyrpc.GenerateWarpConfigRequest.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. * @param {!proto.hiddifyrpc.GenerateWarpConfigRequest} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.hiddifyrpc.GenerateWarpConfigRequest.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getLicenseKey(); if (f.length > 0) { writer.writeString( 1, f ); } f = message.getAccountId(); if (f.length > 0) { writer.writeString( 2, f ); } f = message.getAccessToken(); if (f.length > 0) { writer.writeString( 3, f ); } }; /** * optional string license_key = 1; * @return {string} */ proto.hiddifyrpc.GenerateWarpConfigRequest.prototype.getLicenseKey = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value * @return {!proto.hiddifyrpc.GenerateWarpConfigRequest} returns this */ proto.hiddifyrpc.GenerateWarpConfigRequest.prototype.setLicenseKey = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; /** * optional string account_id = 2; * @return {string} */ proto.hiddifyrpc.GenerateWarpConfigRequest.prototype.getAccountId = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, "")); }; /** * @param {string} value * @return {!proto.hiddifyrpc.GenerateWarpConfigRequest} returns this */ proto.hiddifyrpc.GenerateWarpConfigRequest.prototype.setAccountId = function(value) { return jspb.Message.setProto3StringField(this, 2, value); }; /** * optional string access_token = 3; * @return {string} */ proto.hiddifyrpc.GenerateWarpConfigRequest.prototype.getAccessToken = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, "")); }; /** * @param {string} value * @return {!proto.hiddifyrpc.GenerateWarpConfigRequest} returns this */ proto.hiddifyrpc.GenerateWarpConfigRequest.prototype.setAccessToken = function(value) { return jspb.Message.setProto3StringField(this, 3, value); }; if (jspb.Message.GENERATE_TO_OBJECT) { /** * Creates an object representation of this proto. * Field names that are reserved in JavaScript and will be renamed to pb_name. * Optional fields that are not set will be set to undefined. * To access a reserved field use, foo.pb_, eg, foo.pb_default. * For the list of reserved names please see: * net/proto2/compiler/js/internal/generator.cc#kKeyword. * @param {boolean=} opt_includeInstance Deprecated. whether to include the * JSPB instance for transitional soy proto support: * http://goto/soy-param-migration * @return {!Object} */ proto.hiddifyrpc.SetSystemProxyEnabledRequest.prototype.toObject = function(opt_includeInstance) { return proto.hiddifyrpc.SetSystemProxyEnabledRequest.toObject(opt_includeInstance, this); }; /** * Static version of the {@see toObject} method. * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration * @param {!proto.hiddifyrpc.SetSystemProxyEnabledRequest} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.hiddifyrpc.SetSystemProxyEnabledRequest.toObject = function(includeInstance, msg) { var f, obj = { isEnabled: jspb.Message.getBooleanFieldWithDefault(msg, 1, false) }; if (includeInstance) { obj.$jspbMessageInstance = msg; } return obj; }; } /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. * @return {!proto.hiddifyrpc.SetSystemProxyEnabledRequest} */ proto.hiddifyrpc.SetSystemProxyEnabledRequest.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); var msg = new proto.hiddifyrpc.SetSystemProxyEnabledRequest; return proto.hiddifyrpc.SetSystemProxyEnabledRequest.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. * @param {!proto.hiddifyrpc.SetSystemProxyEnabledRequest} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. * @return {!proto.hiddifyrpc.SetSystemProxyEnabledRequest} */ proto.hiddifyrpc.SetSystemProxyEnabledRequest.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; } var field = reader.getFieldNumber(); switch (field) { case 1: var value = /** @type {boolean} */ (reader.readBool()); msg.setIsEnabled(value); break; default: reader.skipField(); break; } } return msg; }; /** * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ proto.hiddifyrpc.SetSystemProxyEnabledRequest.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); proto.hiddifyrpc.SetSystemProxyEnabledRequest.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. * @param {!proto.hiddifyrpc.SetSystemProxyEnabledRequest} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.hiddifyrpc.SetSystemProxyEnabledRequest.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getIsEnabled(); if (f) { writer.writeBool( 1, f ); } }; /** * optional bool is_enabled = 1; * @return {boolean} */ proto.hiddifyrpc.SetSystemProxyEnabledRequest.prototype.getIsEnabled = function() { return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 1, false)); }; /** * @param {boolean} value * @return {!proto.hiddifyrpc.SetSystemProxyEnabledRequest} returns this */ proto.hiddifyrpc.SetSystemProxyEnabledRequest.prototype.setIsEnabled = function(value) { return jspb.Message.setProto3BooleanField(this, 1, value); }; if (jspb.Message.GENERATE_TO_OBJECT) { /** * Creates an object representation of this proto. * Field names that are reserved in JavaScript and will be renamed to pb_name. * Optional fields that are not set will be set to undefined. * To access a reserved field use, foo.pb_, eg, foo.pb_default. * For the list of reserved names please see: * net/proto2/compiler/js/internal/generator.cc#kKeyword. * @param {boolean=} opt_includeInstance Deprecated. whether to include the * JSPB instance for transitional soy proto support: * http://goto/soy-param-migration * @return {!Object} */ proto.hiddifyrpc.LogMessage.prototype.toObject = function(opt_includeInstance) { return proto.hiddifyrpc.LogMessage.toObject(opt_includeInstance, this); }; /** * Static version of the {@see toObject} method. * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration * @param {!proto.hiddifyrpc.LogMessage} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.hiddifyrpc.LogMessage.toObject = function(includeInstance, msg) { var f, obj = { level: jspb.Message.getFieldWithDefault(msg, 1, 0), type: jspb.Message.getFieldWithDefault(msg, 2, 0), message: jspb.Message.getFieldWithDefault(msg, 3, "") }; if (includeInstance) { obj.$jspbMessageInstance = msg; } return obj; }; } /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. * @return {!proto.hiddifyrpc.LogMessage} */ proto.hiddifyrpc.LogMessage.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); var msg = new proto.hiddifyrpc.LogMessage; return proto.hiddifyrpc.LogMessage.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. * @param {!proto.hiddifyrpc.LogMessage} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. * @return {!proto.hiddifyrpc.LogMessage} */ proto.hiddifyrpc.LogMessage.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; } var field = reader.getFieldNumber(); switch (field) { case 1: var value = /** @type {!proto.hiddifyrpc.LogLevel} */ (reader.readEnum()); msg.setLevel(value); break; case 2: var value = /** @type {!proto.hiddifyrpc.LogType} */ (reader.readEnum()); msg.setType(value); break; case 3: var value = /** @type {string} */ (reader.readString()); msg.setMessage(value); break; default: reader.skipField(); break; } } return msg; }; /** * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ proto.hiddifyrpc.LogMessage.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); proto.hiddifyrpc.LogMessage.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. * @param {!proto.hiddifyrpc.LogMessage} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.hiddifyrpc.LogMessage.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getLevel(); if (f !== 0.0) { writer.writeEnum( 1, f ); } f = message.getType(); if (f !== 0.0) { writer.writeEnum( 2, f ); } f = message.getMessage(); if (f.length > 0) { writer.writeString( 3, f ); } }; /** * optional LogLevel level = 1; * @return {!proto.hiddifyrpc.LogLevel} */ proto.hiddifyrpc.LogMessage.prototype.getLevel = function() { return /** @type {!proto.hiddifyrpc.LogLevel} */ (jspb.Message.getFieldWithDefault(this, 1, 0)); }; /** * @param {!proto.hiddifyrpc.LogLevel} value * @return {!proto.hiddifyrpc.LogMessage} returns this */ proto.hiddifyrpc.LogMessage.prototype.setLevel = function(value) { return jspb.Message.setProto3EnumField(this, 1, value); }; /** * optional LogType type = 2; * @return {!proto.hiddifyrpc.LogType} */ proto.hiddifyrpc.LogMessage.prototype.getType = function() { return /** @type {!proto.hiddifyrpc.LogType} */ (jspb.Message.getFieldWithDefault(this, 2, 0)); }; /** * @param {!proto.hiddifyrpc.LogType} value * @return {!proto.hiddifyrpc.LogMessage} returns this */ proto.hiddifyrpc.LogMessage.prototype.setType = function(value) { return jspb.Message.setProto3EnumField(this, 2, value); }; /** * optional string message = 3; * @return {string} */ proto.hiddifyrpc.LogMessage.prototype.getMessage = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, "")); }; /** * @param {string} value * @return {!proto.hiddifyrpc.LogMessage} returns this */ proto.hiddifyrpc.LogMessage.prototype.setMessage = function(value) { return jspb.Message.setProto3StringField(this, 3, value); }; if (jspb.Message.GENERATE_TO_OBJECT) { /** * Creates an object representation of this proto. * Field names that are reserved in JavaScript and will be renamed to pb_name. * Optional fields that are not set will be set to undefined. * To access a reserved field use, foo.pb_, eg, foo.pb_default. * For the list of reserved names please see: * net/proto2/compiler/js/internal/generator.cc#kKeyword. * @param {boolean=} opt_includeInstance Deprecated. whether to include the * JSPB instance for transitional soy proto support: * http://goto/soy-param-migration * @return {!Object} */ proto.hiddifyrpc.StopRequest.prototype.toObject = function(opt_includeInstance) { return proto.hiddifyrpc.StopRequest.toObject(opt_includeInstance, this); }; /** * Static version of the {@see toObject} method. * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration * @param {!proto.hiddifyrpc.StopRequest} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.hiddifyrpc.StopRequest.toObject = function(includeInstance, msg) { var f, obj = { }; if (includeInstance) { obj.$jspbMessageInstance = msg; } return obj; }; } /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. * @return {!proto.hiddifyrpc.StopRequest} */ proto.hiddifyrpc.StopRequest.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); var msg = new proto.hiddifyrpc.StopRequest; return proto.hiddifyrpc.StopRequest.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. * @param {!proto.hiddifyrpc.StopRequest} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. * @return {!proto.hiddifyrpc.StopRequest} */ proto.hiddifyrpc.StopRequest.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; } var field = reader.getFieldNumber(); switch (field) { default: reader.skipField(); break; } } return msg; }; /** * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ proto.hiddifyrpc.StopRequest.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); proto.hiddifyrpc.StopRequest.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. * @param {!proto.hiddifyrpc.StopRequest} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.hiddifyrpc.StopRequest.serializeBinaryToWriter = function(message, writer) { var f = undefined; }; if (jspb.Message.GENERATE_TO_OBJECT) { /** * Creates an object representation of this proto. * Field names that are reserved in JavaScript and will be renamed to pb_name. * Optional fields that are not set will be set to undefined. * To access a reserved field use, foo.pb_, eg, foo.pb_default. * For the list of reserved names please see: * net/proto2/compiler/js/internal/generator.cc#kKeyword. * @param {boolean=} opt_includeInstance Deprecated. whether to include the * JSPB instance for transitional soy proto support: * http://goto/soy-param-migration * @return {!Object} */ proto.hiddifyrpc.TunnelStartRequest.prototype.toObject = function(opt_includeInstance) { return proto.hiddifyrpc.TunnelStartRequest.toObject(opt_includeInstance, this); }; /** * Static version of the {@see toObject} method. * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration * @param {!proto.hiddifyrpc.TunnelStartRequest} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.hiddifyrpc.TunnelStartRequest.toObject = function(includeInstance, msg) { var f, obj = { ipv6: jspb.Message.getBooleanFieldWithDefault(msg, 1, false), serverPort: jspb.Message.getFieldWithDefault(msg, 2, 0), strictRoute: jspb.Message.getBooleanFieldWithDefault(msg, 3, false), endpointIndependentNat: jspb.Message.getBooleanFieldWithDefault(msg, 4, false), stack: jspb.Message.getFieldWithDefault(msg, 5, "") }; if (includeInstance) { obj.$jspbMessageInstance = msg; } return obj; }; } /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. * @return {!proto.hiddifyrpc.TunnelStartRequest} */ proto.hiddifyrpc.TunnelStartRequest.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); var msg = new proto.hiddifyrpc.TunnelStartRequest; return proto.hiddifyrpc.TunnelStartRequest.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. * @param {!proto.hiddifyrpc.TunnelStartRequest} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. * @return {!proto.hiddifyrpc.TunnelStartRequest} */ proto.hiddifyrpc.TunnelStartRequest.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; } var field = reader.getFieldNumber(); switch (field) { case 1: var value = /** @type {boolean} */ (reader.readBool()); msg.setIpv6(value); break; case 2: var value = /** @type {number} */ (reader.readInt32()); msg.setServerPort(value); break; case 3: var value = /** @type {boolean} */ (reader.readBool()); msg.setStrictRoute(value); break; case 4: var value = /** @type {boolean} */ (reader.readBool()); msg.setEndpointIndependentNat(value); break; case 5: var value = /** @type {string} */ (reader.readString()); msg.setStack(value); break; default: reader.skipField(); break; } } return msg; }; /** * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ proto.hiddifyrpc.TunnelStartRequest.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); proto.hiddifyrpc.TunnelStartRequest.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. * @param {!proto.hiddifyrpc.TunnelStartRequest} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.hiddifyrpc.TunnelStartRequest.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getIpv6(); if (f) { writer.writeBool( 1, f ); } f = message.getServerPort(); if (f !== 0) { writer.writeInt32( 2, f ); } f = message.getStrictRoute(); if (f) { writer.writeBool( 3, f ); } f = message.getEndpointIndependentNat(); if (f) { writer.writeBool( 4, f ); } f = message.getStack(); if (f.length > 0) { writer.writeString( 5, f ); } }; /** * optional bool ipv6 = 1; * @return {boolean} */ proto.hiddifyrpc.TunnelStartRequest.prototype.getIpv6 = function() { return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 1, false)); }; /** * @param {boolean} value * @return {!proto.hiddifyrpc.TunnelStartRequest} returns this */ proto.hiddifyrpc.TunnelStartRequest.prototype.setIpv6 = function(value) { return jspb.Message.setProto3BooleanField(this, 1, value); }; /** * optional int32 server_port = 2; * @return {number} */ proto.hiddifyrpc.TunnelStartRequest.prototype.getServerPort = function() { return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 2, 0)); }; /** * @param {number} value * @return {!proto.hiddifyrpc.TunnelStartRequest} returns this */ proto.hiddifyrpc.TunnelStartRequest.prototype.setServerPort = function(value) { return jspb.Message.setProto3IntField(this, 2, value); }; /** * optional bool strict_route = 3; * @return {boolean} */ proto.hiddifyrpc.TunnelStartRequest.prototype.getStrictRoute = function() { return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 3, false)); }; /** * @param {boolean} value * @return {!proto.hiddifyrpc.TunnelStartRequest} returns this */ proto.hiddifyrpc.TunnelStartRequest.prototype.setStrictRoute = function(value) { return jspb.Message.setProto3BooleanField(this, 3, value); }; /** * optional bool endpoint_independent_nat = 4; * @return {boolean} */ proto.hiddifyrpc.TunnelStartRequest.prototype.getEndpointIndependentNat = function() { return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 4, false)); }; /** * @param {boolean} value * @return {!proto.hiddifyrpc.TunnelStartRequest} returns this */ proto.hiddifyrpc.TunnelStartRequest.prototype.setEndpointIndependentNat = function(value) { return jspb.Message.setProto3BooleanField(this, 4, value); }; /** * optional string stack = 5; * @return {string} */ proto.hiddifyrpc.TunnelStartRequest.prototype.getStack = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 5, "")); }; /** * @param {string} value * @return {!proto.hiddifyrpc.TunnelStartRequest} returns this */ proto.hiddifyrpc.TunnelStartRequest.prototype.setStack = function(value) { return jspb.Message.setProto3StringField(this, 5, value); }; if (jspb.Message.GENERATE_TO_OBJECT) { /** * Creates an object representation of this proto. * Field names that are reserved in JavaScript and will be renamed to pb_name. * Optional fields that are not set will be set to undefined. * To access a reserved field use, foo.pb_, eg, foo.pb_default. * For the list of reserved names please see: * net/proto2/compiler/js/internal/generator.cc#kKeyword. * @param {boolean=} opt_includeInstance Deprecated. whether to include the * JSPB instance for transitional soy proto support: * http://goto/soy-param-migration * @return {!Object} */ proto.hiddifyrpc.TunnelResponse.prototype.toObject = function(opt_includeInstance) { return proto.hiddifyrpc.TunnelResponse.toObject(opt_includeInstance, this); }; /** * Static version of the {@see toObject} method. * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration * @param {!proto.hiddifyrpc.TunnelResponse} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.hiddifyrpc.TunnelResponse.toObject = function(includeInstance, msg) { var f, obj = { message: jspb.Message.getFieldWithDefault(msg, 1, "") }; if (includeInstance) { obj.$jspbMessageInstance = msg; } return obj; }; } /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. * @return {!proto.hiddifyrpc.TunnelResponse} */ proto.hiddifyrpc.TunnelResponse.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); var msg = new proto.hiddifyrpc.TunnelResponse; return proto.hiddifyrpc.TunnelResponse.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. * @param {!proto.hiddifyrpc.TunnelResponse} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. * @return {!proto.hiddifyrpc.TunnelResponse} */ proto.hiddifyrpc.TunnelResponse.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; } var field = reader.getFieldNumber(); switch (field) { case 1: var value = /** @type {string} */ (reader.readString()); msg.setMessage(value); break; default: reader.skipField(); break; } } return msg; }; /** * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ proto.hiddifyrpc.TunnelResponse.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); proto.hiddifyrpc.TunnelResponse.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. * @param {!proto.hiddifyrpc.TunnelResponse} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.hiddifyrpc.TunnelResponse.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getMessage(); if (f.length > 0) { writer.writeString( 1, f ); } }; /** * optional string message = 1; * @return {string} */ proto.hiddifyrpc.TunnelResponse.prototype.getMessage = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value * @return {!proto.hiddifyrpc.TunnelResponse} returns this */ proto.hiddifyrpc.TunnelResponse.prototype.setMessage = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; /** * @enum {number} */ proto.hiddifyrpc.CoreState = { STOPPED: 0, STARTING: 1, STARTED: 2, STOPPING: 3 }; /** * @enum {number} */ proto.hiddifyrpc.MessageType = { EMPTY: 0, EMPTY_CONFIGURATION: 1, START_COMMAND_SERVER: 2, CREATE_SERVICE: 3, START_SERVICE: 4, UNEXPECTED_ERROR: 5, ALREADY_STARTED: 6, ALREADY_STOPPED: 7, INSTANCE_NOT_FOUND: 8, INSTANCE_NOT_STOPPED: 9, INSTANCE_NOT_STARTED: 10, ERROR_BUILDING_CONFIG: 11, ERROR_PARSING_CONFIG: 12, ERROR_READING_CONFIG: 13 }; /** * @enum {number} */ proto.hiddifyrpc.LogLevel = { DEBUG: 0, INFO: 1, WARNING: 2, ERROR: 3, FATAL: 4 }; /** * @enum {number} */ proto.hiddifyrpc.LogType = { CORE: 0, SERVICE: 1, CONFIG: 2 }; goog.object.extend(exports, proto.hiddifyrpc); },{"./base_pb.js":1,"google-protobuf":12}],12:[function(require,module,exports){ (function (global){(function (){ /* Copyright The Closure Library Authors. SPDX-License-Identifier: Apache-2.0 */ var aa="function"==typeof Object.defineProperties?Object.defineProperty:function(a,b,c){a!=Array.prototype&&a!=Object.prototype&&(a[b]=c.value)},e="undefined"!=typeof window&&window===this?this:"undefined"!=typeof global&&null!=global?global:this;function ba(a,b){if(b){var c=e;a=a.split(".");for(var d=0;d=arguments.length?Array.prototype.slice.call(a,b):Array.prototype.slice.call(a,b,c)};function sa(a,b,c,d){var f="Assertion failed";if(c){f+=": "+c;var h=d}else a&&(f+=": "+a,h=b);throw Error(f,h||[]);}function n(a,b,c){for(var d=[],f=2;f=a.length)return String.fromCharCode.apply(null,a);for(var b="",c=0;c>2;f=(f&3)<<4|m>>4;m=(m&15)<<2|B>>6;B&=63;t||(B=64,h||(m=64));c.push(b[M],b[f],b[m]||"",b[B]||"")}return c.join("")}function Da(a){var b=a.length,c=3*b/4;c%3?c=Math.floor(c):-1!="=.".indexOf(a[b-1])&&(c=-1!="=.".indexOf(a[b-2])?c-2:c-1);var d=new Uint8Array(c),f=0;Ea(a,function(h){d[f++]=h});return d.subarray(0,f)} function Ea(a,b){function c(B){for(;d>4);64!=m&&(b(h<<4&240|m>>2),64!=t&&b(m<<6&192|t))}} function Ca(){if(!x){x={};for(var a="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789".split(""),b=["+/=","+/","-_=","-_.","-_"],c=0;5>c;c++){var d=a.concat(b[c].split(""));Aa[c]=d;for(var f=0;f>>0;a=Math.floor((a-b)/4294967296)>>>0;y=b;z=a}g("jspb.utils.splitUint64",Fa,void 0);function A(a){var b=0>a;a=Math.abs(a);var c=a>>>0;a=Math.floor((a-c)/4294967296);a>>>=0;b&&(a=~a>>>0,c=(~c>>>0)+1,4294967295a;a=2*Math.abs(a);Fa(a);a=y;var c=z;b&&(0==a?0==c?c=a=4294967295:(c--,a=4294967295):a--);y=a;z=c}g("jspb.utils.splitZigzag64",Ga,void 0); function Ha(a){var b=0>a?1:0;a=b?-a:a;if(0===a)0<1/a?y=z=0:(z=0,y=2147483648);else if(isNaN(a))z=0,y=2147483647;else if(3.4028234663852886E38>>0;else if(1.1754943508222875E-38>a)a=Math.round(a/Math.pow(2,-149)),z=0,y=(b<<31|a)>>>0;else{var c=Math.floor(Math.log(a)/Math.LN2);a*=Math.pow(2,-c);a=Math.round(8388608*a);16777216<=a&&++c;z=0;y=(b<<31|c+127<<23|a&8388607)>>>0}}g("jspb.utils.splitFloat32",Ha,void 0); function Ia(a){var b=0>a?1:0;a=b?-a:a;if(0===a)z=0<1/a?0:2147483648,y=0;else if(isNaN(a))z=2147483647,y=4294967295;else if(1.7976931348623157E308>>0,y=0;else if(2.2250738585072014E-308>a)a/=Math.pow(2,-1074),z=(b<<31|a/4294967296)>>>0,y=a>>>0;else{var c=a,d=0;if(2<=c)for(;2<=c&&1023>d;)d++,c/=2;else for(;1>c&&-1022>>0;y=4503599627370496*a>>>0}}g("jspb.utils.splitFloat64",Ia,void 0); function C(a){var b=a.charCodeAt(4),c=a.charCodeAt(5),d=a.charCodeAt(6),f=a.charCodeAt(7);y=a.charCodeAt(0)+(a.charCodeAt(1)<<8)+(a.charCodeAt(2)<<16)+(a.charCodeAt(3)<<24)>>>0;z=b+(c<<8)+(d<<16)+(f<<24)>>>0}g("jspb.utils.splitHash64",C,void 0);function D(a,b){return 4294967296*b+(a>>>0)}g("jspb.utils.joinUint64",D,void 0);function E(a,b){var c=b&2147483648;c&&(a=~a+1>>>0,b=~b>>>0,0==a&&(b=b+1>>>0));a=D(a,b);return c?-a:a}g("jspb.utils.joinInt64",E,void 0); function Ja(a,b,c){var d=b>>31;return c(a<<1^d,(b<<1|a>>>31)^d)}g("jspb.utils.toZigzag64",Ja,void 0);function Ka(a,b){return Ma(a,b,E)}g("jspb.utils.joinZigzag64",Ka,void 0);function Ma(a,b,c){var d=-(a&1);return c((a>>>1|b<<31)^d,b>>>1^d)}g("jspb.utils.fromZigzag64",Ma,void 0);function Na(a){var b=2*(a>>31)+1,c=a>>>23&255;a&=8388607;return 255==c?a?NaN:Infinity*b:0==c?b*Math.pow(2,-149)*a:b*Math.pow(2,c-150)*(a+Math.pow(2,23))}g("jspb.utils.joinFloat32",Na,void 0); function Oa(a,b){var c=2*(b>>31)+1,d=b>>>20&2047;a=4294967296*(b&1048575)+a;return 2047==d?a?NaN:Infinity*c:0==d?c*Math.pow(2,-1074)*a:c*Math.pow(2,d-1075)*(a+4503599627370496)}g("jspb.utils.joinFloat64",Oa,void 0);function Pa(a,b){return String.fromCharCode(a>>>0&255,a>>>8&255,a>>>16&255,a>>>24&255,b>>>0&255,b>>>8&255,b>>>16&255,b>>>24&255)}g("jspb.utils.joinHash64",Pa,void 0);g("jspb.utils.DIGITS","0123456789abcdef".split(""),void 0); function F(a,b){function c(f,h){f=f?String(f):"";return h?"0000000".slice(f.length)+f:f}if(2097151>=b)return""+D(a,b);var d=(a>>>24|b<<8)>>>0&16777215;b=b>>16&65535;a=(a&16777215)+6777216*d+6710656*b;d+=8147497*b;b*=2;1E7<=a&&(d+=Math.floor(a/1E7),a%=1E7);1E7<=d&&(b+=Math.floor(d/1E7),d%=1E7);return c(b,0)+c(d,b)+c(a,1)}g("jspb.utils.joinUnsignedDecimalString",F,void 0);function G(a,b){var c=b&2147483648;c&&(a=~a+1>>>0,b=~b+(0==a?1:0)>>>0);a=F(a,b);return c?"-"+a:a} g("jspb.utils.joinSignedDecimalString",G,void 0);function Qa(a,b){C(a);a=y;var c=z;return b?G(a,c):F(a,c)}g("jspb.utils.hash64ToDecimalString",Qa,void 0);g("jspb.utils.hash64ArrayToDecimalStrings",function(a,b){for(var c=Array(a.length),d=0;dB&&(1!==m||0>>=8}function c(){for(var m=0;8>m;m++)f[m]=~f[m]&255}n(0a?48+a:87+a)} function Sa(a){return 97<=a?a-97+10:a-48}g("jspb.utils.hash64ToHexString",function(a){var b=Array(18);b[0]="0";b[1]="x";for(var c=0;8>c;c++){var d=a.charCodeAt(7-c);b[2*c+2]=Ra(d>>4);b[2*c+3]=Ra(d&15)}return b.join("")},void 0);g("jspb.utils.hexStringToHash64",function(a){a=a.toLowerCase();n(18==a.length);n("0"==a[0]);n("x"==a[1]);for(var b="",c=0;8>c;c++)b=String.fromCharCode(16*Sa(a.charCodeAt(2*c+2))+Sa(a.charCodeAt(2*c+3)))+b;return b},void 0); g("jspb.utils.hash64ToNumber",function(a,b){C(a);a=y;var c=z;return b?E(a,c):D(a,c)},void 0);g("jspb.utils.numberToHash64",function(a){A(a);return Pa(y,z)},void 0);g("jspb.utils.countVarints",function(a,b,c){for(var d=0,f=b;f>7;return c-b-d},void 0); g("jspb.utils.countVarintFields",function(a,b,c,d){var f=0;d*=8;if(128>d)for(;b>=7}if(a[b++]!=h)break;for(f++;h=a[b++],0!=(h&128););}return f},void 0);function Ta(a,b,c,d,f){var h=0;if(128>d)for(;b>=7}if(a[b++]!=m)break;h++;b+=f}return h} g("jspb.utils.countFixed32Fields",function(a,b,c,d){return Ta(a,b,c,8*d+5,4)},void 0);g("jspb.utils.countFixed64Fields",function(a,b,c,d){return Ta(a,b,c,8*d+1,8)},void 0);g("jspb.utils.countDelimitedFields",function(a,b,c,d){var f=0;for(d=8*d+2;b>=7}if(a[b++]!=h)break;f++;for(var m=0,t=1;h=a[b++],m+=(h&127)*t,t*=128,0!=(h&128););b+=m}return f},void 0); g("jspb.utils.debugBytesToTextFormat",function(a){var b='"';if(a){a=Ua(a);for(var c=0;ca[c]&&(b+="0"),b+=a[c].toString(16)}return b+'"'},void 0); g("jspb.utils.debugScalarToTextFormat",function(a){if("string"===typeof a){a=String(a);for(var b=['"'],c=0;cf))if(f=d,f in za)d=za[f];else if(f in ya)d=za[f]=ya[f];else{m=f.charCodeAt(0);if(31m)d=f;else{if(256>m){if(d="\\x",16>m||256m&&(d+="0");d+=m.toString(16).toUpperCase()}d=za[f]=d}m=d}b[h]=m}b.push('"');a=b.join("")}else a=a.toString();return a},void 0); g("jspb.utils.stringToByteArray",function(a){for(var b=new Uint8Array(a.length),c=0;cVa.length&&Va.push(this)};I.prototype.free=I.prototype.Ca;I.prototype.clone=function(){return Wa(this.b,this.h,this.c-this.h)};I.prototype.clone=I.prototype.clone; I.prototype.clear=function(){this.b=null;this.a=this.c=this.h=0;this.v=!1};I.prototype.clear=I.prototype.clear;I.prototype.Y=function(){return this.b};I.prototype.getBuffer=I.prototype.Y;I.prototype.H=function(a,b,c){this.b=Ua(a);this.h=void 0!==b?b:0;this.c=void 0!==c?this.h+c:this.b.length;this.a=this.h};I.prototype.setBlock=I.prototype.H;I.prototype.Db=function(){return this.c};I.prototype.getEnd=I.prototype.Db;I.prototype.setEnd=function(a){this.c=a};I.prototype.setEnd=I.prototype.setEnd; I.prototype.reset=function(){this.a=this.h};I.prototype.reset=I.prototype.reset;I.prototype.B=function(){return this.a};I.prototype.getCursor=I.prototype.B;I.prototype.Ma=function(a){this.a=a};I.prototype.setCursor=I.prototype.Ma;I.prototype.advance=function(a){this.a+=a;n(this.a<=this.c)};I.prototype.advance=I.prototype.advance;I.prototype.ya=function(){return this.a==this.c};I.prototype.atEnd=I.prototype.ya;I.prototype.Qb=function(){return this.a>this.c};I.prototype.pastEnd=I.prototype.Qb; I.prototype.getError=function(){return this.v||0>this.a||this.a>this.c};I.prototype.getError=I.prototype.getError;I.prototype.w=function(a){for(var b=128,c=0,d=0,f=0;4>f&&128<=b;f++)b=this.b[this.a++],c|=(b&127)<<7*f;128<=b&&(b=this.b[this.a++],c|=(b&127)<<28,d|=(b&127)>>4);if(128<=b)for(f=0;5>f&&128<=b;f++)b=this.b[this.a++],d|=(b&127)<<7*f+3;if(128>b)return a(c>>>0,d>>>0);p("Failed to read varint, encoding is invalid.");this.v=!0};I.prototype.readSplitVarint64=I.prototype.w; I.prototype.ea=function(a){return this.w(function(b,c){return Ma(b,c,a)})};I.prototype.readSplitZigzagVarint64=I.prototype.ea;I.prototype.ta=function(a){var b=this.b,c=this.a;this.a+=8;for(var d=0,f=0,h=c+7;h>=c;h--)d=d<<8|b[h],f=f<<8|b[h+4];return a(d,f)};I.prototype.readSplitFixed64=I.prototype.ta;I.prototype.kb=function(){for(;this.b[this.a]&128;)this.a++;this.a++};I.prototype.skipVarint=I.prototype.kb;I.prototype.mb=function(a){for(;128>>=7;this.a--};I.prototype.unskipVarint=I.prototype.mb; I.prototype.o=function(){var a=this.b;var b=a[this.a];var c=b&127;if(128>b)return this.a+=1,n(this.a<=this.c),c;b=a[this.a+1];c|=(b&127)<<7;if(128>b)return this.a+=2,n(this.a<=this.c),c;b=a[this.a+2];c|=(b&127)<<14;if(128>b)return this.a+=3,n(this.a<=this.c),c;b=a[this.a+3];c|=(b&127)<<21;if(128>b)return this.a+=4,n(this.a<=this.c),c;b=a[this.a+4];c|=(b&15)<<28;if(128>b)return this.a+=5,n(this.a<=this.c),c>>>0;this.a+=5;128<=a[this.a++]&&128<=a[this.a++]&&128<=a[this.a++]&&128<=a[this.a++]&&128<= a[this.a++]&&n(!1);n(this.a<=this.c);return c};I.prototype.readUnsignedVarint32=I.prototype.o;I.prototype.da=function(){return~~this.o()};I.prototype.readSignedVarint32=I.prototype.da;I.prototype.O=function(){return this.o().toString()};I.prototype.Ea=function(){return this.da().toString()};I.prototype.readSignedVarint32String=I.prototype.Ea;I.prototype.Ia=function(){var a=this.o();return a>>>1^-(a&1)};I.prototype.readZigzagVarint32=I.prototype.Ia;I.prototype.Ga=function(){return this.w(D)}; I.prototype.readUnsignedVarint64=I.prototype.Ga;I.prototype.Ha=function(){return this.w(F)};I.prototype.readUnsignedVarint64String=I.prototype.Ha;I.prototype.sa=function(){return this.w(E)};I.prototype.readSignedVarint64=I.prototype.sa;I.prototype.Fa=function(){return this.w(G)};I.prototype.readSignedVarint64String=I.prototype.Fa;I.prototype.Ja=function(){return this.w(Ka)};I.prototype.readZigzagVarint64=I.prototype.Ja;I.prototype.fb=function(){return this.ea(Pa)}; I.prototype.readZigzagVarintHash64=I.prototype.fb;I.prototype.Ka=function(){return this.ea(G)};I.prototype.readZigzagVarint64String=I.prototype.Ka;I.prototype.Gc=function(){var a=this.b[this.a];this.a+=1;n(this.a<=this.c);return a};I.prototype.readUint8=I.prototype.Gc;I.prototype.Ec=function(){var a=this.b[this.a],b=this.b[this.a+1];this.a+=2;n(this.a<=this.c);return a<<0|b<<8};I.prototype.readUint16=I.prototype.Ec; I.prototype.m=function(){var a=this.b[this.a],b=this.b[this.a+1],c=this.b[this.a+2],d=this.b[this.a+3];this.a+=4;n(this.a<=this.c);return(a<<0|b<<8|c<<16|d<<24)>>>0};I.prototype.readUint32=I.prototype.m;I.prototype.ga=function(){var a=this.m(),b=this.m();return D(a,b)};I.prototype.readUint64=I.prototype.ga;I.prototype.ha=function(){var a=this.m(),b=this.m();return F(a,b)};I.prototype.readUint64String=I.prototype.ha; I.prototype.Xb=function(){var a=this.b[this.a];this.a+=1;n(this.a<=this.c);return a<<24>>24};I.prototype.readInt8=I.prototype.Xb;I.prototype.Vb=function(){var a=this.b[this.a],b=this.b[this.a+1];this.a+=2;n(this.a<=this.c);return(a<<0|b<<8)<<16>>16};I.prototype.readInt16=I.prototype.Vb;I.prototype.P=function(){var a=this.b[this.a],b=this.b[this.a+1],c=this.b[this.a+2],d=this.b[this.a+3];this.a+=4;n(this.a<=this.c);return a<<0|b<<8|c<<16|d<<24};I.prototype.readInt32=I.prototype.P; I.prototype.ba=function(){var a=this.m(),b=this.m();return E(a,b)};I.prototype.readInt64=I.prototype.ba;I.prototype.ca=function(){var a=this.m(),b=this.m();return G(a,b)};I.prototype.readInt64String=I.prototype.ca;I.prototype.aa=function(){var a=this.m();return Na(a,0)};I.prototype.readFloat=I.prototype.aa;I.prototype.Z=function(){var a=this.m(),b=this.m();return Oa(a,b)};I.prototype.readDouble=I.prototype.Z;I.prototype.pa=function(){return!!this.b[this.a++]};I.prototype.readBool=I.prototype.pa; I.prototype.ra=function(){return this.da()};I.prototype.readEnum=I.prototype.ra; I.prototype.fa=function(a){var b=this.b,c=this.a;a=c+a;for(var d=[],f="";ch)d.push(h);else if(192>h)continue;else if(224>h){var m=b[c++];d.push((h&31)<<6|m&63)}else if(240>h){m=b[c++];var t=b[c++];d.push((h&15)<<12|(m&63)<<6|t&63)}else if(248>h){m=b[c++];t=b[c++];var B=b[c++];h=(h&7)<<18|(m&63)<<12|(t&63)<<6|B&63;h-=65536;d.push((h>>10&1023)+55296,(h&1023)+56320)}8192<=d.length&&(f+=String.fromCharCode.apply(null,d),d.length=0)}f+=xa(d);this.a=c;return f}; I.prototype.readString=I.prototype.fa;I.prototype.Dc=function(){var a=this.o();return this.fa(a)};I.prototype.readStringWithLength=I.prototype.Dc;I.prototype.qa=function(a){if(0>a||this.a+a>this.b.length)return this.v=!0,p("Invalid byte length!"),new Uint8Array(0);var b=this.b.subarray(this.a,this.a+a);this.a+=a;n(this.a<=this.c);return b};I.prototype.readBytes=I.prototype.qa;I.prototype.ia=function(){return this.w(Pa)};I.prototype.readVarintHash64=I.prototype.ia; I.prototype.$=function(){var a=this.b,b=this.a,c=a[b],d=a[b+1],f=a[b+2],h=a[b+3],m=a[b+4],t=a[b+5],B=a[b+6];a=a[b+7];this.a+=8;return String.fromCharCode(c,d,f,h,m,t,B,a)};I.prototype.readFixedHash64=I.prototype.$;function J(a,b,c){this.a=Wa(a,b,c);this.O=this.a.B();this.b=this.c=-1;this.h=!1;this.v=null}g("jspb.BinaryReader",J,void 0);var K=[];J.clearInstanceCache=function(){K=[]};J.getInstanceCacheLength=function(){return K.length};function Xa(a,b,c){if(K.length){var d=K.pop();a&&d.a.H(a,b,c);return d}return new J(a,b,c)}J.alloc=Xa;J.prototype.zb=Xa;J.prototype.alloc=J.prototype.zb;J.prototype.Ca=function(){this.a.clear();this.b=this.c=-1;this.h=!1;this.v=null;100>K.length&&K.push(this)}; J.prototype.free=J.prototype.Ca;J.prototype.Fb=function(){return this.O};J.prototype.getFieldCursor=J.prototype.Fb;J.prototype.B=function(){return this.a.B()};J.prototype.getCursor=J.prototype.B;J.prototype.Y=function(){return this.a.Y()};J.prototype.getBuffer=J.prototype.Y;J.prototype.Hb=function(){return this.c};J.prototype.getFieldNumber=J.prototype.Hb;J.prototype.Lb=function(){return this.b};J.prototype.getWireType=J.prototype.Lb;J.prototype.Mb=function(){return 2==this.b}; J.prototype.isDelimited=J.prototype.Mb;J.prototype.bb=function(){return 4==this.b};J.prototype.isEndGroup=J.prototype.bb;J.prototype.getError=function(){return this.h||this.a.getError()};J.prototype.getError=J.prototype.getError;J.prototype.H=function(a,b,c){this.a.H(a,b,c);this.b=this.c=-1};J.prototype.setBlock=J.prototype.H;J.prototype.reset=function(){this.a.reset();this.b=this.c=-1};J.prototype.reset=J.prototype.reset;J.prototype.advance=function(a){this.a.advance(a)};J.prototype.advance=J.prototype.advance; J.prototype.oa=function(){if(this.a.ya())return!1;if(this.getError())return p("Decoder hit an error"),!1;this.O=this.a.B();var a=this.a.o(),b=a>>>3;a&=7;if(0!=a&&5!=a&&1!=a&&2!=a&&3!=a&&4!=a)return p("Invalid wire type: %s (at position %s)",a,this.O),this.h=!0,!1;this.c=b;this.b=a;return!0};J.prototype.nextField=J.prototype.oa;J.prototype.Oa=function(){this.a.mb(this.c<<3|this.b)};J.prototype.unskipHeader=J.prototype.Oa; J.prototype.Lc=function(){var a=this.c;for(this.Oa();this.oa()&&this.c==a;)this.C();this.a.ya()||this.Oa()};J.prototype.skipMatchingFields=J.prototype.Lc;J.prototype.lb=function(){0!=this.b?(p("Invalid wire type for skipVarintField"),this.C()):this.a.kb()};J.prototype.skipVarintField=J.prototype.lb;J.prototype.gb=function(){if(2!=this.b)p("Invalid wire type for skipDelimitedField"),this.C();else{var a=this.a.o();this.a.advance(a)}};J.prototype.skipDelimitedField=J.prototype.gb; J.prototype.hb=function(){5!=this.b?(p("Invalid wire type for skipFixed32Field"),this.C()):this.a.advance(4)};J.prototype.skipFixed32Field=J.prototype.hb;J.prototype.ib=function(){1!=this.b?(p("Invalid wire type for skipFixed64Field"),this.C()):this.a.advance(8)};J.prototype.skipFixed64Field=J.prototype.ib;J.prototype.jb=function(){var a=this.c;do{if(!this.oa()){p("Unmatched start-group tag: stream EOF");this.h=!0;break}if(4==this.b){this.c!=a&&(p("Unmatched end-group tag"),this.h=!0);break}this.C()}while(1)}; J.prototype.skipGroup=J.prototype.jb;J.prototype.C=function(){switch(this.b){case 0:this.lb();break;case 1:this.ib();break;case 2:this.gb();break;case 5:this.hb();break;case 3:this.jb();break;default:p("Invalid wire encoding for field.")}};J.prototype.skipField=J.prototype.C;J.prototype.Hc=function(a,b){null===this.v&&(this.v={});n(!this.v[a]);this.v[a]=b};J.prototype.registerReadCallback=J.prototype.Hc;J.prototype.Ic=function(a){n(null!==this.v);a=this.v[a];n(a);return a(this)}; J.prototype.runReadCallback=J.prototype.Ic;J.prototype.Yb=function(a,b){n(2==this.b);var c=this.a.c,d=this.a.o();d=this.a.B()+d;this.a.setEnd(d);b(a,this);this.a.Ma(d);this.a.setEnd(c)};J.prototype.readMessage=J.prototype.Yb;J.prototype.Ub=function(a,b,c){n(3==this.b);n(this.c==a);c(b,this);this.h||4==this.b||(p("Group submessage did not end with an END_GROUP tag"),this.h=!0)};J.prototype.readGroup=J.prototype.Ub; J.prototype.Gb=function(){n(2==this.b);var a=this.a.o(),b=this.a.B(),c=b+a;a=Wa(this.a.Y(),b,a);this.a.Ma(c);return a};J.prototype.getFieldDecoder=J.prototype.Gb;J.prototype.P=function(){n(0==this.b);return this.a.da()};J.prototype.readInt32=J.prototype.P;J.prototype.Wb=function(){n(0==this.b);return this.a.Ea()};J.prototype.readInt32String=J.prototype.Wb;J.prototype.ba=function(){n(0==this.b);return this.a.sa()};J.prototype.readInt64=J.prototype.ba;J.prototype.ca=function(){n(0==this.b);return this.a.Fa()}; J.prototype.readInt64String=J.prototype.ca;J.prototype.m=function(){n(0==this.b);return this.a.o()};J.prototype.readUint32=J.prototype.m;J.prototype.Fc=function(){n(0==this.b);return this.a.O()};J.prototype.readUint32String=J.prototype.Fc;J.prototype.ga=function(){n(0==this.b);return this.a.Ga()};J.prototype.readUint64=J.prototype.ga;J.prototype.ha=function(){n(0==this.b);return this.a.Ha()};J.prototype.readUint64String=J.prototype.ha;J.prototype.zc=function(){n(0==this.b);return this.a.Ia()}; J.prototype.readSint32=J.prototype.zc;J.prototype.Ac=function(){n(0==this.b);return this.a.Ja()};J.prototype.readSint64=J.prototype.Ac;J.prototype.Bc=function(){n(0==this.b);return this.a.Ka()};J.prototype.readSint64String=J.prototype.Bc;J.prototype.Rb=function(){n(5==this.b);return this.a.m()};J.prototype.readFixed32=J.prototype.Rb;J.prototype.Sb=function(){n(1==this.b);return this.a.ga()};J.prototype.readFixed64=J.prototype.Sb;J.prototype.Tb=function(){n(1==this.b);return this.a.ha()}; J.prototype.readFixed64String=J.prototype.Tb;J.prototype.vc=function(){n(5==this.b);return this.a.P()};J.prototype.readSfixed32=J.prototype.vc;J.prototype.wc=function(){n(5==this.b);return this.a.P().toString()};J.prototype.readSfixed32String=J.prototype.wc;J.prototype.xc=function(){n(1==this.b);return this.a.ba()};J.prototype.readSfixed64=J.prototype.xc;J.prototype.yc=function(){n(1==this.b);return this.a.ca()};J.prototype.readSfixed64String=J.prototype.yc; J.prototype.aa=function(){n(5==this.b);return this.a.aa()};J.prototype.readFloat=J.prototype.aa;J.prototype.Z=function(){n(1==this.b);return this.a.Z()};J.prototype.readDouble=J.prototype.Z;J.prototype.pa=function(){n(0==this.b);return!!this.a.o()};J.prototype.readBool=J.prototype.pa;J.prototype.ra=function(){n(0==this.b);return this.a.sa()};J.prototype.readEnum=J.prototype.ra;J.prototype.fa=function(){n(2==this.b);var a=this.a.o();return this.a.fa(a)};J.prototype.readString=J.prototype.fa; J.prototype.qa=function(){n(2==this.b);var a=this.a.o();return this.a.qa(a)};J.prototype.readBytes=J.prototype.qa;J.prototype.ia=function(){n(0==this.b);return this.a.ia()};J.prototype.readVarintHash64=J.prototype.ia;J.prototype.Cc=function(){n(0==this.b);return this.a.fb()};J.prototype.readSintHash64=J.prototype.Cc;J.prototype.w=function(a){n(0==this.b);return this.a.w(a)};J.prototype.readSplitVarint64=J.prototype.w; J.prototype.ea=function(a){n(0==this.b);return this.a.w(function(b,c){return Ma(b,c,a)})};J.prototype.readSplitZigzagVarint64=J.prototype.ea;J.prototype.$=function(){n(1==this.b);return this.a.$()};J.prototype.readFixedHash64=J.prototype.$;J.prototype.ta=function(a){n(1==this.b);return this.a.ta(a)};J.prototype.readSplitFixed64=J.prototype.ta;function L(a,b){n(2==a.b);var c=a.a.o();c=a.a.B()+c;for(var d=[];a.a.B()b.length?c.length:b.length;a.b&&(d[0]=a.b,f=1);for(;fa);for(n(0<=b&&4294967296>b);0>>7|b<<25)>>>0,b>>>=7;this.a.push(a)};S.prototype.writeSplitVarint64=S.prototype.l; S.prototype.A=function(a,b){n(a==Math.floor(a));n(b==Math.floor(b));n(0<=a&&4294967296>a);n(0<=b&&4294967296>b);this.s(a);this.s(b)};S.prototype.writeSplitFixed64=S.prototype.A;S.prototype.j=function(a){n(a==Math.floor(a));for(n(0<=a&&4294967296>a);127>>=7;this.a.push(a)};S.prototype.writeUnsignedVarint32=S.prototype.j;S.prototype.M=function(a){n(a==Math.floor(a));n(-2147483648<=a&&2147483648>a);if(0<=a)this.j(a);else{for(var b=0;9>b;b++)this.a.push(a&127|128),a>>=7;this.a.push(1)}}; S.prototype.writeSignedVarint32=S.prototype.M;S.prototype.va=function(a){n(a==Math.floor(a));n(0<=a&&1.8446744073709552E19>a);A(a);this.l(y,z)};S.prototype.writeUnsignedVarint64=S.prototype.va;S.prototype.ua=function(a){n(a==Math.floor(a));n(-9223372036854775808<=a&&0x7fffffffffffffff>a);A(a);this.l(y,z)};S.prototype.writeSignedVarint64=S.prototype.ua;S.prototype.wa=function(a){n(a==Math.floor(a));n(-2147483648<=a&&2147483648>a);this.j((a<<1^a>>31)>>>0)};S.prototype.writeZigzagVarint32=S.prototype.wa; S.prototype.xa=function(a){n(a==Math.floor(a));n(-9223372036854775808<=a&&0x7fffffffffffffff>a);Ga(a);this.l(y,z)};S.prototype.writeZigzagVarint64=S.prototype.xa;S.prototype.Ta=function(a){this.W(H(a))};S.prototype.writeZigzagVarint64String=S.prototype.Ta;S.prototype.W=function(a){var b=this;C(a);Ja(y,z,function(c,d){b.l(c>>>0,d>>>0)})};S.prototype.writeZigzagVarintHash64=S.prototype.W;S.prototype.be=function(a){n(a==Math.floor(a));n(0<=a&&256>a);this.a.push(a>>>0&255)};S.prototype.writeUint8=S.prototype.be; S.prototype.ae=function(a){n(a==Math.floor(a));n(0<=a&&65536>a);this.a.push(a>>>0&255);this.a.push(a>>>8&255)};S.prototype.writeUint16=S.prototype.ae;S.prototype.s=function(a){n(a==Math.floor(a));n(0<=a&&4294967296>a);this.a.push(a>>>0&255);this.a.push(a>>>8&255);this.a.push(a>>>16&255);this.a.push(a>>>24&255)};S.prototype.writeUint32=S.prototype.s;S.prototype.V=function(a){n(a==Math.floor(a));n(0<=a&&1.8446744073709552E19>a);Fa(a);this.s(y);this.s(z)};S.prototype.writeUint64=S.prototype.V; S.prototype.Qc=function(a){n(a==Math.floor(a));n(-128<=a&&128>a);this.a.push(a>>>0&255)};S.prototype.writeInt8=S.prototype.Qc;S.prototype.Pc=function(a){n(a==Math.floor(a));n(-32768<=a&&32768>a);this.a.push(a>>>0&255);this.a.push(a>>>8&255)};S.prototype.writeInt16=S.prototype.Pc;S.prototype.S=function(a){n(a==Math.floor(a));n(-2147483648<=a&&2147483648>a);this.a.push(a>>>0&255);this.a.push(a>>>8&255);this.a.push(a>>>16&255);this.a.push(a>>>24&255)};S.prototype.writeInt32=S.prototype.S; S.prototype.T=function(a){n(a==Math.floor(a));n(-9223372036854775808<=a&&0x7fffffffffffffff>a);A(a);this.A(y,z)};S.prototype.writeInt64=S.prototype.T;S.prototype.ka=function(a){n(a==Math.floor(a));n(-9223372036854775808<=+a&&0x7fffffffffffffff>+a);C(H(a));this.A(y,z)};S.prototype.writeInt64String=S.prototype.ka;S.prototype.L=function(a){n(Infinity===a||-Infinity===a||isNaN(a)||-3.4028234663852886E38<=a&&3.4028234663852886E38>=a);Ha(a);this.s(y)};S.prototype.writeFloat=S.prototype.L; S.prototype.J=function(a){n(Infinity===a||-Infinity===a||isNaN(a)||-1.7976931348623157E308<=a&&1.7976931348623157E308>=a);Ia(a);this.s(y);this.s(z)};S.prototype.writeDouble=S.prototype.J;S.prototype.I=function(a){n("boolean"===typeof a||"number"===typeof a);this.a.push(a?1:0)};S.prototype.writeBool=S.prototype.I;S.prototype.R=function(a){n(a==Math.floor(a));n(-2147483648<=a&&2147483648>a);this.M(a)};S.prototype.writeEnum=S.prototype.R;S.prototype.ja=function(a){this.a.push.apply(this.a,a)}; S.prototype.writeBytes=S.prototype.ja;S.prototype.N=function(a){C(a);this.l(y,z)};S.prototype.writeVarintHash64=S.prototype.N;S.prototype.K=function(a){C(a);this.s(y);this.s(z)};S.prototype.writeFixedHash64=S.prototype.K; S.prototype.U=function(a){var b=this.a.length;ta(a);for(var c=0;cd)this.a.push(d);else if(2048>d)this.a.push(d>>6|192),this.a.push(d&63|128);else if(65536>d)if(55296<=d&&56319>=d&&c+1=f&&(d=1024*(d-55296)+f-56320+65536,this.a.push(d>>18|240),this.a.push(d>>12&63|128),this.a.push(d>>6&63|128),this.a.push(d&63|128),c++)}else this.a.push(d>>12|224),this.a.push(d>>6&63|128),this.a.push(d&63|128)}return this.a.length- b};S.prototype.writeString=S.prototype.U;function T(a,b){this.lo=a;this.hi=b}g("jspb.arith.UInt64",T,void 0);T.prototype.cmp=function(a){return this.hi>>1|(this.hi&1)<<31)>>>0,this.hi>>>1>>>0)};T.prototype.rightShift=T.prototype.La;T.prototype.Da=function(){return new T(this.lo<<1>>>0,(this.hi<<1|this.lo>>>31)>>>0)};T.prototype.leftShift=T.prototype.Da; T.prototype.cb=function(){return!!(this.hi&2147483648)};T.prototype.msb=T.prototype.cb;T.prototype.Ob=function(){return!!(this.lo&1)};T.prototype.lsb=T.prototype.Ob;T.prototype.Ua=function(){return 0==this.lo&&0==this.hi};T.prototype.zero=T.prototype.Ua;T.prototype.add=function(a){return new T((this.lo+a.lo&4294967295)>>>0>>>0,((this.hi+a.hi&4294967295)>>>0)+(4294967296<=this.lo+a.lo?1:0)>>>0)};T.prototype.add=T.prototype.add; T.prototype.sub=function(a){return new T((this.lo-a.lo&4294967295)>>>0>>>0,((this.hi-a.hi&4294967295)>>>0)-(0>this.lo-a.lo?1:0)>>>0)};T.prototype.sub=T.prototype.sub;function rb(a,b){var c=a&65535;a>>>=16;var d=b&65535,f=b>>>16;b=c*d+65536*(c*f&65535)+65536*(a*d&65535);for(c=a*f+(c*f>>>16)+(a*d>>>16);4294967296<=b;)b-=4294967296,c+=1;return new T(b>>>0,c>>>0)}T.mul32x32=rb;T.prototype.eb=function(a){var b=rb(this.lo,a);a=rb(this.hi,a);a.hi=a.lo;a.lo=0;return b.add(a)};T.prototype.mul=T.prototype.eb; T.prototype.Xa=function(a){if(0==a)return[];var b=new T(0,0),c=new T(this.lo,this.hi);a=new T(a,0);for(var d=new T(1,0);!a.cb();)a=a.Da(),d=d.Da();for(;!d.Ua();)0>=a.cmp(c)&&(b=b.add(d),c=c.sub(a)),a=a.La(),d=d.La();return[b,c]};T.prototype.div=T.prototype.Xa;T.prototype.toString=function(){for(var a="",b=this;!b.Ua();){b=b.Xa(10);var c=b[0];a=b[1].lo+a;b=c}""==a&&(a="0");return a};T.prototype.toString=T.prototype.toString; function U(a){for(var b=new T(0,0),c=new T(0,0),d=0;da[d]||"9">>0>>>0,((this.hi+a.hi&4294967295)>>>0)+(4294967296<=this.lo+a.lo?1:0)>>>0)};V.prototype.add=V.prototype.add; V.prototype.sub=function(a){return new V((this.lo-a.lo&4294967295)>>>0>>>0,((this.hi-a.hi&4294967295)>>>0)-(0>this.lo-a.lo?1:0)>>>0)};V.prototype.sub=V.prototype.sub;V.prototype.clone=function(){return new V(this.lo,this.hi)};V.prototype.clone=V.prototype.clone;V.prototype.toString=function(){var a=0!=(this.hi&2147483648),b=new T(this.lo,this.hi);a&&(b=(new T(0,0)).sub(b));return(a?"-":"")+b.toString()};V.prototype.toString=V.prototype.toString; function sb(a){var b=0>>=7,a.b++;b.push(c);a.b++}W.prototype.pb=function(a,b,c){tb(this,a.subarray(b,c))};W.prototype.writeSerializedMessage=W.prototype.pb; W.prototype.Pb=function(a,b,c){null!=a&&null!=b&&null!=c&&this.pb(a,b,c)};W.prototype.maybeWriteSerializedMessage=W.prototype.Pb;W.prototype.reset=function(){this.c=[];this.a.end();this.b=0;this.h=[]};W.prototype.reset=W.prototype.reset;W.prototype.ab=function(){n(0==this.h.length);for(var a=new Uint8Array(this.b+this.a.length()),b=this.c,c=b.length,d=0,f=0;fb),vb(this,a,b))};W.prototype.writeInt32=W.prototype.S; W.prototype.ob=function(a,b){null!=b&&(b=parseInt(b,10),n(-2147483648<=b&&2147483648>b),vb(this,a,b))};W.prototype.writeInt32String=W.prototype.ob;W.prototype.T=function(a,b){null!=b&&(n(-9223372036854775808<=b&&0x7fffffffffffffff>b),null!=b&&(Y(this,a,0),this.a.ua(b)))};W.prototype.writeInt64=W.prototype.T;W.prototype.ka=function(a,b){null!=b&&(b=sb(b),Y(this,a,0),this.a.l(b.lo,b.hi))};W.prototype.writeInt64String=W.prototype.ka; W.prototype.s=function(a,b){null!=b&&(n(0<=b&&4294967296>b),ub(this,a,b))};W.prototype.writeUint32=W.prototype.s;W.prototype.ub=function(a,b){null!=b&&(b=parseInt(b,10),n(0<=b&&4294967296>b),ub(this,a,b))};W.prototype.writeUint32String=W.prototype.ub;W.prototype.V=function(a,b){null!=b&&(n(0<=b&&1.8446744073709552E19>b),null!=b&&(Y(this,a,0),this.a.va(b)))};W.prototype.writeUint64=W.prototype.V;W.prototype.vb=function(a,b){null!=b&&(b=U(b),Y(this,a,0),this.a.l(b.lo,b.hi))}; W.prototype.writeUint64String=W.prototype.vb;W.prototype.rb=function(a,b){null!=b&&(n(-2147483648<=b&&2147483648>b),null!=b&&(Y(this,a,0),this.a.wa(b)))};W.prototype.writeSint32=W.prototype.rb;W.prototype.sb=function(a,b){null!=b&&(n(-9223372036854775808<=b&&0x7fffffffffffffff>b),null!=b&&(Y(this,a,0),this.a.xa(b)))};W.prototype.writeSint64=W.prototype.sb;W.prototype.$d=function(a,b){null!=b&&null!=b&&(Y(this,a,0),this.a.W(b))};W.prototype.writeSintHash64=W.prototype.$d; W.prototype.Zd=function(a,b){null!=b&&null!=b&&(Y(this,a,0),this.a.Ta(b))};W.prototype.writeSint64String=W.prototype.Zd;W.prototype.Pa=function(a,b){null!=b&&(n(0<=b&&4294967296>b),Y(this,a,5),this.a.s(b))};W.prototype.writeFixed32=W.prototype.Pa;W.prototype.Qa=function(a,b){null!=b&&(n(0<=b&&1.8446744073709552E19>b),Y(this,a,1),this.a.V(b))};W.prototype.writeFixed64=W.prototype.Qa;W.prototype.nb=function(a,b){null!=b&&(b=U(b),Y(this,a,1),this.a.A(b.lo,b.hi))};W.prototype.writeFixed64String=W.prototype.nb; W.prototype.Ra=function(a,b){null!=b&&(n(-2147483648<=b&&2147483648>b),Y(this,a,5),this.a.S(b))};W.prototype.writeSfixed32=W.prototype.Ra;W.prototype.Sa=function(a,b){null!=b&&(n(-9223372036854775808<=b&&0x7fffffffffffffff>b),Y(this,a,1),this.a.T(b))};W.prototype.writeSfixed64=W.prototype.Sa;W.prototype.qb=function(a,b){null!=b&&(b=sb(b),Y(this,a,1),this.a.A(b.lo,b.hi))};W.prototype.writeSfixed64String=W.prototype.qb;W.prototype.L=function(a,b){null!=b&&(Y(this,a,5),this.a.L(b))}; W.prototype.writeFloat=W.prototype.L;W.prototype.J=function(a,b){null!=b&&(Y(this,a,1),this.a.J(b))};W.prototype.writeDouble=W.prototype.J;W.prototype.I=function(a,b){null!=b&&(n("boolean"===typeof b||"number"===typeof b),Y(this,a,0),this.a.I(b))};W.prototype.writeBool=W.prototype.I;W.prototype.R=function(a,b){null!=b&&(n(-2147483648<=b&&2147483648>b),Y(this,a,0),this.a.M(b))};W.prototype.writeEnum=W.prototype.R;W.prototype.U=function(a,b){null!=b&&(a=X(this,a),this.a.U(b),Z(this,a))}; W.prototype.writeString=W.prototype.U;W.prototype.ja=function(a,b){null!=b&&(b=Ua(b),Y(this,a,2),this.a.j(b.length),tb(this,b))};W.prototype.writeBytes=W.prototype.ja;W.prototype.Rc=function(a,b,c){null!=b&&(a=X(this,a),c(b,this),Z(this,a))};W.prototype.writeMessage=W.prototype.Rc;W.prototype.Sc=function(a,b,c){null!=b&&(Y(this,1,3),Y(this,2,0),this.a.M(a),a=X(this,3),c(b,this),Z(this,a),Y(this,1,4))};W.prototype.writeMessageSet=W.prototype.Sc; W.prototype.Oc=function(a,b,c){null!=b&&(Y(this,a,3),c(b,this),Y(this,a,4))};W.prototype.writeGroup=W.prototype.Oc;W.prototype.K=function(a,b){null!=b&&(n(8==b.length),Y(this,a,1),this.a.K(b))};W.prototype.writeFixedHash64=W.prototype.K;W.prototype.N=function(a,b){null!=b&&(n(8==b.length),Y(this,a,0),this.a.N(b))};W.prototype.writeVarintHash64=W.prototype.N;W.prototype.A=function(a,b,c){Y(this,a,1);this.a.A(b,c)};W.prototype.writeSplitFixed64=W.prototype.A; W.prototype.l=function(a,b,c){Y(this,a,0);this.a.l(b,c)};W.prototype.writeSplitVarint64=W.prototype.l;W.prototype.tb=function(a,b,c){Y(this,a,0);var d=this.a;Ja(b,c,function(f,h){d.l(f>>>0,h>>>0)})};W.prototype.writeSplitZigzagVarint64=W.prototype.tb;W.prototype.Ed=function(a,b){if(null!=b)for(var c=0;c>>0,t>>>0)});Z(this,a)}}; W.prototype.writePackedSplitZigzagVarint64=W.prototype.od;W.prototype.dd=function(a,b){if(null!=b&&b.length){a=X(this,a);for(var c=0;cc&&(c=Math.max(c+f,0));c>>0),ua=0;function va(a,b,c){return a.call.apply(a.bind,arguments)} function wa(a,b,c){if(!a)throw Error();if(2b?1:0};var I;a:{var Ra=x.navigator;if(Ra){var Sa=Ra.userAgent;if(Sa){I=Sa;break a}}I=""};function Ta(a,b){for(var c in a)b.call(void 0,a[c],c,a)}function Ua(a,b){var c={},d;for(d in a)c[d]=b.call(void 0,a[d],d,a);return c}var Va="constructor hasOwnProperty isPrototypeOf propertyIsEnumerable toLocaleString toString valueOf".split(" ");function Wa(a,b){for(var c,d,f=1;fparseFloat(gb)){fb=String(ib);break a}}fb=gb}var $a={}; function kb(){return Za(function(){for(var a=0,b=Pa(String(fb)).split("."),c=Pa("9").split("."),d=Math.max(b.length,c.length),f=0;0==a&&f>>0);function Bb(a){if("function"===typeof a)return a;a[Jb]||(a[Jb]=function(b){return a.handleEvent(b)});return a[Jb]};function N(){lb.call(this);this.f=new tb(this);this.U=this}B(N,lb);N.prototype[M]=!0;N.prototype.addEventListener=function(a,b,c,d){zb(this,a,b,c,d)};N.prototype.removeEventListener=function(a,b,c,d){Hb(this,a,b,c,d)};function O(a,b){a=a.U;var c=b.type||b;if("string"===typeof b)b=new J(b,a);else if(b instanceof J)b.target=b.target||a;else{var d=b;b=new J(c,a);Wa(b,d)}a=b.a=a;Kb(a,c,!0,b);Kb(a,c,!1,b)} function Kb(a,b,c,d){if(b=a.f.a[String(b)]){b=b.concat();for(var f=!0,g=0;g=f.value}d&&(b=b||Ob,d=ac(bc(),a.getName()),"function"===typeof c&&(c=c()),Ub||(Ub=new Tb),a=a.getName(),a=new Vb(b,c,a),Yb(d,a))}function P(a,b){a&&cc(a,Rb,b)};function dc(){}dc.prototype.a=null;function ec(a){var b;(b=a.a)||(b={},fc(a)&&(b[0]=!0,b[1]=!0),b=a.a=b);return b};var gc;function hc(){}B(hc,dc);function ic(a){return(a=fc(a))?new ActiveXObject(a):new XMLHttpRequest}function fc(a){if(!a.b&&"undefined"==typeof XMLHttpRequest&&"undefined"!=typeof ActiveXObject){for(var b=["MSXML2.XMLHTTP.6.0","MSXML2.XMLHTTP.3.0","MSXML2.XMLHTTP","Microsoft.XMLHTTP"],c=0;c2*this.size&&pc(this),!0):!1};function pc(a){if(a.size!=a.j.length){for(var b=0,c=0;b=d.j.length)throw lc;var g=d.j[b++];return a?g:d.o[g]};f.next=f.a.bind(f);return f};function U(a,b){return Object.prototype.hasOwnProperty.call(a,b)};var qc=/^(?:([^:/?#.]+):)?(?:\/\/(?:([^\\/?#]*)@)?([^\\/?#]*?)(?::([0-9]+))?(?=[\\/?#]|$))?([^?#]+)?(?:\?([^#]*))?(?:#([\s\S]*))?$/;function rc(a){N.call(this);this.headers=new oc;this.C=a||null;this.c=!1;this.J=this.a=null;this.P=this.v="";this.g=0;this.l="";this.i=this.N=this.s=this.L=!1;this.h=0;this.w=null;this.m=sc;this.I=this.M=!1}B(rc,N);var sc="";rc.prototype.b=ac(bc(),"goog.net.XhrIo",void 0).g;var tc=/^https?$/i,uc=["POST","PUT"]; function vc(a,b,c){if(a.a)throw Error("[goog.net.XhrIo] Object is active with another request="+a.v+"; newUri="+b);a.v=b;a.l="";a.g=0;a.P="POST";a.L=!1;a.c=!0;a.a=a.C?ic(a.C):ic(gc);a.J=a.C?ec(a.C):ec(gc);a.a.onreadystatechange=z(a.R,a);try{P(a.b,V(a,"Opening Xhr")),a.N=!0,a.a.open("POST",String(b),!0),a.N=!1}catch(g){P(a.b,V(a,"Error opening Xhr: "+g.message));wc(a,g);return}b=c||"";c=a.headers.clone();var d=c.G().find(function(g){return"content-type"==g.toLowerCase()}),f=x.FormData&&b instanceof x.FormData;!(0<=Oa(uc,"POST"))||d||f||c.set("Content-Type","application/x-www-form-urlencoded;charset=utf-8");c.forEach(function(g,e){this.a.setRequestHeader(e,g)},a);a.m&&(a.a.responseType=a.m);"withCredentials"in a.a&&a.a.withCredentials!==a.M&&(a.a.withCredentials=a.M);try{xc(a),0>4);64!=e&&(b(g<<4&240|e>>2),64!=h&&b(e<<6&192|h))}} function Ic(){if(!Fc){Fc={};for(var a="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789".split(""),b=["+/=","+/","-_=","-_.","-_"],c=0;5>c;c++){var d=a.concat(b[c].split(""));Ec[c]=d;for(var f=0;fh&&(h=f.length),e=f.indexOf("?"), 0>e||e>h?(e=h,k=""):k=f.substring(e+1,h),f=[f.substr(0,e),k,f.substr(h)],h=f[1],f[1]=m?h?h+"&"+m:m:h,f=f[0]+(f[1]?"?"+f[1]:"")+f[2]}else f.a("$httpHeaders",h)}b=(0,d.a)(b.getRequestMessage());d=b.length;m=[0,0,0,0];h=new Uint8Array(5+d);for(e=3;0<=e;e--)m[e]=d%256,d>>>=8;h.set(new Uint8Array(m),1);h.set(b,5);b=h;if("text"==a.a){a=b;var p;void 0===p&&(p=0);Ic();p=Ec[p];b=Array(Math.floor(a.length/3));d=p[64]||"";for(m=h=0;h>2];l=p[(l&3)<<4|q>>4]; q=p[(q&15)<<2|k>>6];k=p[k&63];b[m++]=e+l+q+k}e=0;k=d;switch(a.length-h){case 2:e=a[h+1],k=p[(e&15)<<2]||d;case 1:a=a[h],b[m]=p[a>>2]+p[(a&3)<<4|e>>4]+k+d}b=b.join("")}else"binary"==a.a&&(c.m="arraybuffer");vc(c,f,b);return g} function Qc(a,b,c){var d=!1,f=null,g=!1;a.on("data",function(e){d=!0;f=e});a.on("error",function(e){0==e.code||g||(g=!0,b(e,null))});a.on("status",function(e){0==e.code||g?c&&b(null,null,e):(g=!0,b({code:e.code,message:e.details,metadata:e.metadata},null))});if(c)a.on("metadata",function(e){b(null,null,null,e)});a.on("end",function(){g||(d?c?b(null,f,null,null,!0):b(null,f):b({code:2,message:"Incomplete response"}));c&&b(null,null)})} function Oc(a,b){var c=a;b.forEach(function(d){var f=c;c=function(g){return d.intercept(g,f)}});return c}Z.prototype.serverStreaming=Z.prototype.Y;Z.prototype.unaryCall=Z.prototype.unaryCall;Z.prototype.thenableCall=Z.prototype.S;Z.prototype.rpcCall=Z.prototype.X;module.exports.CallOptions=xa;module.exports.MethodDescriptor=ya;module.exports.GrpcWebClientBase=Z;module.exports.RpcError=E;module.exports.StatusCode={OK:0,CANCELLED:1,UNKNOWN:2,INVALID_ARGUMENT:3,DEADLINE_EXCEEDED:4,NOT_FOUND:5,ALREADY_EXISTS:6,PERMISSION_DENIED:7,UNAUTHENTICATED:16,RESOURCE_EXHAUSTED:8,FAILED_PRECONDITION:9,ABORTED:10,OUT_OF_RANGE:11,UNIMPLEMENTED:12,INTERNAL:13,UNAVAILABLE:14,DATA_LOSS:15};module.exports.MethodType={UNARY:"unary",SERVER_STREAMING:"server_streaming",BIDI_STREAMING:"bidi_streaming"}; Lb="undefined"!==typeof globalThis&&globalThis||self; }).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {}) },{}]},{},[4]);