UNPKG

@ultipa-graph/ultipa-driver

Version:

NodeJS SDK for ultipa-server 5.2

1,342 lines 455 kB
// source: src/proto/ultipa.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 = (function () { if (this) { return this; } if (typeof window !== 'undefined') { return window; } if (typeof global !== 'undefined') { return global; } if (typeof self !== 'undefined') { return self; } return Function('return this')(); }.call(null)); goog.exportSymbol('proto.ultipa.Attr', null, global); goog.exportSymbol('proto.ultipa.AttrAlias', null, global); goog.exportSymbol('proto.ultipa.AttrDateData', null, global); goog.exportSymbol('proto.ultipa.AttrDuration', null, global); goog.exportSymbol('proto.ultipa.AttrListData', null, global); goog.exportSymbol('proto.ultipa.AttrMapData', null, global); goog.exportSymbol('proto.ultipa.AuthenticateReply', null, global); goog.exportSymbol('proto.ultipa.AuthenticateRequest', null, global); goog.exportSymbol('proto.ultipa.AuthenticateType', null, global); goog.exportSymbol('proto.ultipa.ClusterInfo', null, global); goog.exportSymbol('proto.ultipa.DBType', null, global); goog.exportSymbol('proto.ultipa.DownloadFileReply', null, global); goog.exportSymbol('proto.ultipa.DownloadFileRequest', null, global); goog.exportSymbol('proto.ultipa.EdgeAlias', null, global); goog.exportSymbol('proto.ultipa.EntityRow', null, global); goog.exportSymbol('proto.ultipa.EntityTable', null, global); goog.exportSymbol('proto.ultipa.ErrorCode', null, global); goog.exportSymbol('proto.ultipa.ExplainPlan', null, global); goog.exportSymbol('proto.ultipa.ExportReply', null, global); goog.exportSymbol('proto.ultipa.ExportRequest', null, global); goog.exportSymbol('proto.ultipa.FollowerRole', null, global); goog.exportSymbol('proto.ultipa.GetLeaderReply', null, global); goog.exportSymbol('proto.ultipa.GetLeaderRequest', null, global); goog.exportSymbol('proto.ultipa.Graph', null, global); goog.exportSymbol('proto.ultipa.GraphAlias', null, global); goog.exportSymbol('proto.ultipa.Header', null, global); goog.exportSymbol('proto.ultipa.HelloUltipaReply', null, global); goog.exportSymbol('proto.ultipa.HelloUltipaRequest', null, global); goog.exportSymbol('proto.ultipa.InsertEdgesReply', null, global); goog.exportSymbol('proto.ultipa.InsertEdgesRequest', null, global); goog.exportSymbol('proto.ultipa.InsertNodesReply', null, global); goog.exportSymbol('proto.ultipa.InsertNodesRequest', null, global); goog.exportSymbol('proto.ultipa.InsertType', null, global); goog.exportSymbol('proto.ultipa.InstallAlgoReply', null, global); goog.exportSymbol('proto.ultipa.InstallAlgoRequest', null, global); goog.exportSymbol('proto.ultipa.JOB_STATUS', null, global); goog.exportSymbol('proto.ultipa.JsonData', null, global); goog.exportSymbol('proto.ultipa.ListData', null, global); goog.exportSymbol('proto.ultipa.MapData', null, global); goog.exportSymbol('proto.ultipa.MapValue', null, global); goog.exportSymbol('proto.ultipa.MigrationData', null, global); goog.exportSymbol('proto.ultipa.MigrationDataArray', null, global); goog.exportSymbol('proto.ultipa.NodeAlias', null, global); goog.exportSymbol('proto.ultipa.Path', null, global); goog.exportSymbol('proto.ultipa.PathAlias', null, global); goog.exportSymbol('proto.ultipa.PlanNode', null, global); goog.exportSymbol('proto.ultipa.Property', null, global); goog.exportSymbol('proto.ultipa.PropertyType', null, global); goog.exportSymbol('proto.ultipa.QueryReply', null, global); goog.exportSymbol('proto.ultipa.QueryRequest', null, global); goog.exportSymbol('proto.ultipa.QueryType', null, global); goog.exportSymbol('proto.ultipa.RaftFollower', null, global); goog.exportSymbol('proto.ultipa.ResultAlias', null, global); goog.exportSymbol('proto.ultipa.ResultType', null, global); goog.exportSymbol('proto.ultipa.RollbackAlgoReply', null, global); goog.exportSymbol('proto.ultipa.RollbackAlgoRequest', null, global); goog.exportSymbol('proto.ultipa.Schema', null, global); goog.exportSymbol('proto.ultipa.ServerStatus', null, global); goog.exportSymbol('proto.ultipa.SetData', null, global); goog.exportSymbol('proto.ultipa.Status', null, global); goog.exportSymbol('proto.ultipa.Table', null, global); goog.exportSymbol('proto.ultipa.TableRow', null, global); goog.exportSymbol('proto.ultipa.UninstallAlgoReply', null, global); goog.exportSymbol('proto.ultipa.UninstallAlgoRequest', null, global); goog.exportSymbol('proto.ultipa.UserSettingReply', null, global); goog.exportSymbol('proto.ultipa.UserSettingRequest', null, global); goog.exportSymbol('proto.ultipa.UserSettingRequest.OPTION', null, global); goog.exportSymbol('proto.ultipa.UuidPath', null, global); goog.exportSymbol('proto.ultipa.Value', null, global); goog.exportSymbol('proto.ultipa.WithServer', 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.ultipa.HelloUltipaRequest = function (opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.ultipa.HelloUltipaRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.ultipa.HelloUltipaRequest.displayName = 'proto.ultipa.HelloUltipaRequest'; } /** * 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.ultipa.HelloUltipaReply = function (opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.ultipa.HelloUltipaReply, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.ultipa.HelloUltipaReply.displayName = 'proto.ultipa.HelloUltipaReply'; } /** * 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.ultipa.QueryRequest = function (opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.ultipa.QueryRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.ultipa.QueryRequest.displayName = 'proto.ultipa.QueryRequest'; } /** * 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.ultipa.ResultAlias = function (opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.ultipa.ResultAlias, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.ultipa.ResultAlias.displayName = 'proto.ultipa.ResultAlias'; } /** * 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.ultipa.QueryReply = function (opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, proto.ultipa.QueryReply.repeatedFields_, null); }; goog.inherits(proto.ultipa.QueryReply, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.ultipa.QueryReply.displayName = 'proto.ultipa.QueryReply'; } /** * 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.ultipa.UuidPath = function (opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, proto.ultipa.UuidPath.repeatedFields_, null); }; goog.inherits(proto.ultipa.UuidPath, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.ultipa.UuidPath.displayName = 'proto.ultipa.UuidPath'; } /** * 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.ultipa.Graph = function (opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, proto.ultipa.Graph.repeatedFields_, null); }; goog.inherits(proto.ultipa.Graph, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.ultipa.Graph.displayName = 'proto.ultipa.Graph'; } /** * 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.ultipa.GraphAlias = function (opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.ultipa.GraphAlias, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.ultipa.GraphAlias.displayName = 'proto.ultipa.GraphAlias'; } /** * 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.ultipa.PathAlias = function (opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, proto.ultipa.PathAlias.repeatedFields_, null); }; goog.inherits(proto.ultipa.PathAlias, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.ultipa.PathAlias.displayName = 'proto.ultipa.PathAlias'; } /** * 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.ultipa.EdgeAlias = function (opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.ultipa.EdgeAlias, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.ultipa.EdgeAlias.displayName = 'proto.ultipa.EdgeAlias'; } /** * 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.ultipa.NodeAlias = function (opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.ultipa.NodeAlias, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.ultipa.NodeAlias.displayName = 'proto.ultipa.NodeAlias'; } /** * 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.ultipa.AttrAlias = function (opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.ultipa.AttrAlias, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.ultipa.AttrAlias.displayName = 'proto.ultipa.AttrAlias'; } /** * 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.ultipa.Attr = function (opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, proto.ultipa.Attr.repeatedFields_, null); }; goog.inherits(proto.ultipa.Attr, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.ultipa.Attr.displayName = 'proto.ultipa.Attr'; } /** * 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.ultipa.AttrListData = function (opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, proto.ultipa.AttrListData.repeatedFields_, null); }; goog.inherits(proto.ultipa.AttrListData, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.ultipa.AttrListData.displayName = 'proto.ultipa.AttrListData'; } /** * 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.ultipa.AttrMapData = function (opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.ultipa.AttrMapData, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.ultipa.AttrMapData.displayName = 'proto.ultipa.AttrMapData'; } /** * 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.ultipa.AttrDateData = function (opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.ultipa.AttrDateData, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.ultipa.AttrDateData.displayName = 'proto.ultipa.AttrDateData'; } /** * 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.ultipa.AttrDuration = function (opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.ultipa.AttrDuration, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.ultipa.AttrDuration.displayName = 'proto.ultipa.AttrDuration'; } /** * 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.ultipa.UserSettingRequest = function (opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.ultipa.UserSettingRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.ultipa.UserSettingRequest.displayName = 'proto.ultipa.UserSettingRequest'; } /** * 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.ultipa.UserSettingReply = function (opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.ultipa.UserSettingReply, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.ultipa.UserSettingReply.displayName = 'proto.ultipa.UserSettingReply'; } /** * 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.ultipa.DownloadFileRequest = function (opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.ultipa.DownloadFileRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.ultipa.DownloadFileRequest.displayName = 'proto.ultipa.DownloadFileRequest'; } /** * 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.ultipa.DownloadFileReply = function (opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.ultipa.DownloadFileReply, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.ultipa.DownloadFileReply.displayName = 'proto.ultipa.DownloadFileReply'; } /** * 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.ultipa.ExportRequest = function (opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, proto.ultipa.ExportRequest.repeatedFields_, null); }; goog.inherits(proto.ultipa.ExportRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.ultipa.ExportRequest.displayName = 'proto.ultipa.ExportRequest'; } /** * 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.ultipa.ExportReply = function (opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.ultipa.ExportReply, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.ultipa.ExportReply.displayName = 'proto.ultipa.ExportReply'; } /** * 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.ultipa.InsertNodesRequest = function (opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, proto.ultipa.InsertNodesRequest.repeatedFields_, null); }; goog.inherits(proto.ultipa.InsertNodesRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.ultipa.InsertNodesRequest.displayName = 'proto.ultipa.InsertNodesRequest'; } /** * 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.ultipa.InsertNodesReply = function (opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, proto.ultipa.InsertNodesReply.repeatedFields_, null); }; goog.inherits(proto.ultipa.InsertNodesReply, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.ultipa.InsertNodesReply.displayName = 'proto.ultipa.InsertNodesReply'; } /** * 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.ultipa.InsertEdgesRequest = function (opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, proto.ultipa.InsertEdgesRequest.repeatedFields_, null); }; goog.inherits(proto.ultipa.InsertEdgesRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.ultipa.InsertEdgesRequest.displayName = 'proto.ultipa.InsertEdgesRequest'; } /** * 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.ultipa.InsertEdgesReply = function (opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, proto.ultipa.InsertEdgesReply.repeatedFields_, null); }; goog.inherits(proto.ultipa.InsertEdgesReply, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.ultipa.InsertEdgesReply.displayName = 'proto.ultipa.InsertEdgesReply'; } /** * 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.ultipa.WithServer = function (opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.ultipa.WithServer, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.ultipa.WithServer.displayName = 'proto.ultipa.WithServer'; } /** * 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.ultipa.InstallAlgoRequest = function (opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.ultipa.InstallAlgoRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.ultipa.InstallAlgoRequest.displayName = 'proto.ultipa.InstallAlgoRequest'; } /** * 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.ultipa.InstallAlgoReply = function (opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.ultipa.InstallAlgoReply, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.ultipa.InstallAlgoReply.displayName = 'proto.ultipa.InstallAlgoReply'; } /** * 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.ultipa.UninstallAlgoRequest = function (opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.ultipa.UninstallAlgoRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.ultipa.UninstallAlgoRequest.displayName = 'proto.ultipa.UninstallAlgoRequest'; } /** * 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.ultipa.UninstallAlgoReply = function (opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.ultipa.UninstallAlgoReply, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.ultipa.UninstallAlgoReply.displayName = 'proto.ultipa.UninstallAlgoReply'; } /** * 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.ultipa.RollbackAlgoRequest = function (opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.ultipa.RollbackAlgoRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.ultipa.RollbackAlgoRequest.displayName = 'proto.ultipa.RollbackAlgoRequest'; } /** * 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.ultipa.RollbackAlgoReply = function (opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.ultipa.RollbackAlgoReply, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.ultipa.RollbackAlgoReply.displayName = 'proto.ultipa.RollbackAlgoReply'; } /** * 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.ultipa.Status = function (opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.ultipa.Status, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.ultipa.Status.displayName = 'proto.ultipa.Status'; } /** * 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.ultipa.RaftFollower = function (opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.ultipa.RaftFollower, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.ultipa.RaftFollower.displayName = 'proto.ultipa.RaftFollower'; } /** * 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.ultipa.ClusterInfo = function (opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, proto.ultipa.ClusterInfo.repeatedFields_, null); }; goog.inherits(proto.ultipa.ClusterInfo, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.ultipa.ClusterInfo.displayName = 'proto.ultipa.ClusterInfo'; } /** * 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.ultipa.Path = function (opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.ultipa.Path, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.ultipa.Path.displayName = 'proto.ultipa.Path'; } /** * 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.ultipa.Table = function (opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, proto.ultipa.Table.repeatedFields_, null); }; goog.inherits(proto.ultipa.Table, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.ultipa.Table.displayName = 'proto.ultipa.Table'; } /** * 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.ultipa.TableRow = function (opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, proto.ultipa.TableRow.repeatedFields_, null); }; goog.inherits(proto.ultipa.TableRow, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.ultipa.TableRow.displayName = 'proto.ultipa.TableRow'; } /** * 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.ultipa.EntityTable = function (opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, proto.ultipa.EntityTable.repeatedFields_, null); }; goog.inherits(proto.ultipa.EntityTable, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.ultipa.EntityTable.displayName = 'proto.ultipa.EntityTable'; } /** * 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.ultipa.EntityRow = function (opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, proto.ultipa.EntityRow.repeatedFields_, null); }; goog.inherits(proto.ultipa.EntityRow, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.ultipa.EntityRow.displayName = 'proto.ultipa.EntityRow'; } /** * 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.ultipa.Schema = function (opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, proto.ultipa.Schema.repeatedFields_, null); }; goog.inherits(proto.ultipa.Schema, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.ultipa.Schema.displayName = 'proto.ultipa.Schema'; } /** * 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.ultipa.Property = function (opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, proto.ultipa.Property.repeatedFields_, null); }; goog.inherits(proto.ultipa.Property, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.ultipa.Property.displayName = 'proto.ultipa.Property'; } /** * 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.ultipa.Header = function (opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.ultipa.Header, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.ultipa.Header.displayName = 'proto.ultipa.Header'; } /** * 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.ultipa.Value = function (opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.ultipa.Value, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.ultipa.Value.displayName = 'proto.ultipa.Value'; } /** * 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.ultipa.ListData = function (opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, proto.ultipa.ListData.repeatedFields_, null); }; goog.inherits(proto.ultipa.ListData, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.ultipa.ListData.displayName = 'proto.ultipa.ListData'; } /** * 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.ultipa.JsonData = function (opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.ultipa.JsonData, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.ultipa.JsonData.displayName = 'proto.ultipa.JsonData'; } /** * 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.ultipa.SetData = function (opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, proto.ultipa.SetData.repeatedFields_, null); }; goog.inherits(proto.ultipa.SetData, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.ultipa.SetData.displayName = 'proto.ultipa.SetData'; } /** * 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.ultipa.MapValue = function (opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.ultipa.MapValue, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.ultipa.MapValue.displayName = 'proto.ultipa.MapValue'; } /** * 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.ultipa.MapData = function (opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, proto.ultipa.MapData.repeatedFields_, null); }; goog.inherits(proto.ultipa.MapData, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.ultipa.MapData.displayName = 'proto.ultipa.MapData'; } /** * 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.ultipa.ExplainPlan = function (opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, proto.ultipa.ExplainPlan.repeatedFields_, null); }; goog.inherits(proto.ultipa.ExplainPlan, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.ultipa.ExplainPlan.displayName = 'proto.ultipa.ExplainPlan'; } /** * 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.ultipa.PlanNode = function (opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.ultipa.PlanNode, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.ultipa.PlanNode.displayName = 'proto.ultipa.PlanNode'; } /** * 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.ultipa.AuthenticateRequest = function (opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.ultipa.AuthenticateRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.ultipa.AuthenticateRequest.displayName = 'proto.ultipa.AuthenticateRequest'; } /** * 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.ultipa.AuthenticateReply = function (opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.ultipa.AuthenticateReply, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.ultipa.AuthenticateReply.displayName = 'proto.ultipa.AuthenticateReply'; } /** * 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.ultipa.MigrationData = function (opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.ultipa.MigrationData, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.ultipa.MigrationData.displayName = 'proto.ultipa.MigrationData'; } /** * 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.ultipa.MigrationDataArray = function (opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, proto.ultipa.MigrationDataArray.repeatedFields_, null); }; goog.inherits(proto.ultipa.MigrationDataArray, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.ultipa.MigrationDataArray.displayName = 'proto.ultipa.MigrationDataArray'; } /** * 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.ultipa.GetLeaderRequest = function (opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.ultipa.GetLeaderRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.ultipa.GetLeaderRequest.displayName = 'proto.ultipa.GetLeaderRequest'; } /** * 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.ultipa.GetLeaderReply = function (opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.ultipa.GetLeaderReply, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.ultipa.GetLeaderReply.displayName = 'proto.ultipa.GetLeaderReply'; } if (jspb.Message.GENERATE_TO_OBJECT) { /** * Creates an object representation of this proto. * Field names th