UNPKG

gauge-ts

Version:
1,304 lines (1,269 loc) 385 kB
// source: messages.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)); var spec_pb = require('./spec_pb.js'); goog.object.extend(proto, spec_pb); goog.exportSymbol('proto.gauge.messages.CacheFileRequest', null, global); goog.exportSymbol('proto.gauge.messages.CacheFileRequest.FileStatus', null, global); goog.exportSymbol('proto.gauge.messages.Empty', null, global); goog.exportSymbol('proto.gauge.messages.ExecuteStepRequest', null, global); goog.exportSymbol('proto.gauge.messages.ExecutionArg', null, global); goog.exportSymbol('proto.gauge.messages.ExecutionEndingRequest', null, global); goog.exportSymbol('proto.gauge.messages.ExecutionInfo', null, global); goog.exportSymbol('proto.gauge.messages.ExecutionStartingRequest', null, global); goog.exportSymbol('proto.gauge.messages.ExecutionStatusResponse', null, global); goog.exportSymbol('proto.gauge.messages.FileChanges', null, global); goog.exportSymbol('proto.gauge.messages.FileDiff', null, global); goog.exportSymbol('proto.gauge.messages.ImplementationFileGlobPatternRequest', null, global); goog.exportSymbol('proto.gauge.messages.ImplementationFileGlobPatternResponse', null, global); goog.exportSymbol('proto.gauge.messages.ImplementationFileListRequest', null, global); goog.exportSymbol('proto.gauge.messages.ImplementationFileListResponse', null, global); goog.exportSymbol('proto.gauge.messages.KeepAlive', null, global); goog.exportSymbol('proto.gauge.messages.KillProcessRequest', null, global); goog.exportSymbol('proto.gauge.messages.Message', null, global); goog.exportSymbol('proto.gauge.messages.Message.MessageType', null, global); goog.exportSymbol('proto.gauge.messages.ParameterPosition', null, global); goog.exportSymbol('proto.gauge.messages.RefactorRequest', null, global); goog.exportSymbol('proto.gauge.messages.RefactorResponse', null, global); goog.exportSymbol('proto.gauge.messages.ScenarioDataStoreInitRequest', null, global); goog.exportSymbol('proto.gauge.messages.ScenarioExecutionEndingRequest', null, global); goog.exportSymbol('proto.gauge.messages.ScenarioExecutionStartingRequest', null, global); goog.exportSymbol('proto.gauge.messages.ScenarioInfo', null, global); goog.exportSymbol('proto.gauge.messages.SpecDataStoreInitRequest', null, global); goog.exportSymbol('proto.gauge.messages.SpecDetails', null, global); goog.exportSymbol('proto.gauge.messages.SpecDetails.SpecDetail', null, global); goog.exportSymbol('proto.gauge.messages.SpecExecutionEndingRequest', null, global); goog.exportSymbol('proto.gauge.messages.SpecExecutionStartingRequest', null, global); goog.exportSymbol('proto.gauge.messages.SpecInfo', null, global); goog.exportSymbol('proto.gauge.messages.StepExecutionEndingRequest', null, global); goog.exportSymbol('proto.gauge.messages.StepExecutionStartingRequest', null, global); goog.exportSymbol('proto.gauge.messages.StepInfo', null, global); goog.exportSymbol('proto.gauge.messages.StepNameRequest', null, global); goog.exportSymbol('proto.gauge.messages.StepNameResponse', null, global); goog.exportSymbol('proto.gauge.messages.StepNamesRequest', null, global); goog.exportSymbol('proto.gauge.messages.StepNamesResponse', null, global); goog.exportSymbol('proto.gauge.messages.StepPositionsRequest', null, global); goog.exportSymbol('proto.gauge.messages.StepPositionsResponse', null, global); goog.exportSymbol('proto.gauge.messages.StepPositionsResponse.StepPosition', null, global); goog.exportSymbol('proto.gauge.messages.StepValidateRequest', null, global); goog.exportSymbol('proto.gauge.messages.StepValidateResponse', null, global); goog.exportSymbol('proto.gauge.messages.StepValidateResponse.ErrorType', null, global); goog.exportSymbol('proto.gauge.messages.StubImplementationCodeRequest', null, global); goog.exportSymbol('proto.gauge.messages.SuiteDataStoreInitRequest', null, global); goog.exportSymbol('proto.gauge.messages.SuiteExecutionResult', null, global); goog.exportSymbol('proto.gauge.messages.SuiteExecutionResultItem', null, global); goog.exportSymbol('proto.gauge.messages.TextDiff', null, global); goog.exportSymbol('proto.gauge.messages.UnsupportedMessageResponse', 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.gauge.messages.KillProcessRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.gauge.messages.KillProcessRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.gauge.messages.KillProcessRequest.displayName = 'proto.gauge.messages.KillProcessRequest'; } /** * 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.gauge.messages.ExecutionStatusResponse = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.gauge.messages.ExecutionStatusResponse, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.gauge.messages.ExecutionStatusResponse.displayName = 'proto.gauge.messages.ExecutionStatusResponse'; } /** * 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.gauge.messages.ExecutionStartingRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.gauge.messages.ExecutionStartingRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.gauge.messages.ExecutionStartingRequest.displayName = 'proto.gauge.messages.ExecutionStartingRequest'; } /** * 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.gauge.messages.ExecutionEndingRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.gauge.messages.ExecutionEndingRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.gauge.messages.ExecutionEndingRequest.displayName = 'proto.gauge.messages.ExecutionEndingRequest'; } /** * 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.gauge.messages.SpecExecutionStartingRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.gauge.messages.SpecExecutionStartingRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.gauge.messages.SpecExecutionStartingRequest.displayName = 'proto.gauge.messages.SpecExecutionStartingRequest'; } /** * 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.gauge.messages.SpecExecutionEndingRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.gauge.messages.SpecExecutionEndingRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.gauge.messages.SpecExecutionEndingRequest.displayName = 'proto.gauge.messages.SpecExecutionEndingRequest'; } /** * 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.gauge.messages.ScenarioExecutionStartingRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.gauge.messages.ScenarioExecutionStartingRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.gauge.messages.ScenarioExecutionStartingRequest.displayName = 'proto.gauge.messages.ScenarioExecutionStartingRequest'; } /** * 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.gauge.messages.ScenarioExecutionEndingRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.gauge.messages.ScenarioExecutionEndingRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.gauge.messages.ScenarioExecutionEndingRequest.displayName = 'proto.gauge.messages.ScenarioExecutionEndingRequest'; } /** * 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.gauge.messages.StepExecutionStartingRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.gauge.messages.StepExecutionStartingRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.gauge.messages.StepExecutionStartingRequest.displayName = 'proto.gauge.messages.StepExecutionStartingRequest'; } /** * 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.gauge.messages.StepExecutionEndingRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.gauge.messages.StepExecutionEndingRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.gauge.messages.StepExecutionEndingRequest.displayName = 'proto.gauge.messages.StepExecutionEndingRequest'; } /** * 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.gauge.messages.ExecutionArg = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, proto.gauge.messages.ExecutionArg.repeatedFields_, null); }; goog.inherits(proto.gauge.messages.ExecutionArg, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.gauge.messages.ExecutionArg.displayName = 'proto.gauge.messages.ExecutionArg'; } /** * 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.gauge.messages.ExecutionInfo = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, proto.gauge.messages.ExecutionInfo.repeatedFields_, null); }; goog.inherits(proto.gauge.messages.ExecutionInfo, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.gauge.messages.ExecutionInfo.displayName = 'proto.gauge.messages.ExecutionInfo'; } /** * 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.gauge.messages.SpecInfo = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, proto.gauge.messages.SpecInfo.repeatedFields_, null); }; goog.inherits(proto.gauge.messages.SpecInfo, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.gauge.messages.SpecInfo.displayName = 'proto.gauge.messages.SpecInfo'; } /** * 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.gauge.messages.ScenarioInfo = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, proto.gauge.messages.ScenarioInfo.repeatedFields_, null); }; goog.inherits(proto.gauge.messages.ScenarioInfo, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.gauge.messages.ScenarioInfo.displayName = 'proto.gauge.messages.ScenarioInfo'; } /** * 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.gauge.messages.StepInfo = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.gauge.messages.StepInfo, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.gauge.messages.StepInfo.displayName = 'proto.gauge.messages.StepInfo'; } /** * 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.gauge.messages.ExecuteStepRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, proto.gauge.messages.ExecuteStepRequest.repeatedFields_, null); }; goog.inherits(proto.gauge.messages.ExecuteStepRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.gauge.messages.ExecuteStepRequest.displayName = 'proto.gauge.messages.ExecuteStepRequest'; } /** * 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.gauge.messages.StepValidateRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.gauge.messages.StepValidateRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.gauge.messages.StepValidateRequest.displayName = 'proto.gauge.messages.StepValidateRequest'; } /** * 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.gauge.messages.StepValidateResponse = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.gauge.messages.StepValidateResponse, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.gauge.messages.StepValidateResponse.displayName = 'proto.gauge.messages.StepValidateResponse'; } /** * 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.gauge.messages.SuiteExecutionResult = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.gauge.messages.SuiteExecutionResult, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.gauge.messages.SuiteExecutionResult.displayName = 'proto.gauge.messages.SuiteExecutionResult'; } /** * 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.gauge.messages.SuiteExecutionResultItem = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.gauge.messages.SuiteExecutionResultItem, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.gauge.messages.SuiteExecutionResultItem.displayName = 'proto.gauge.messages.SuiteExecutionResultItem'; } /** * 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.gauge.messages.StepNamesRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.gauge.messages.StepNamesRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.gauge.messages.StepNamesRequest.displayName = 'proto.gauge.messages.StepNamesRequest'; } /** * 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.gauge.messages.StepNamesResponse = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, proto.gauge.messages.StepNamesResponse.repeatedFields_, null); }; goog.inherits(proto.gauge.messages.StepNamesResponse, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.gauge.messages.StepNamesResponse.displayName = 'proto.gauge.messages.StepNamesResponse'; } /** * 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.gauge.messages.ScenarioDataStoreInitRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.gauge.messages.ScenarioDataStoreInitRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.gauge.messages.ScenarioDataStoreInitRequest.displayName = 'proto.gauge.messages.ScenarioDataStoreInitRequest'; } /** * 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.gauge.messages.SpecDataStoreInitRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.gauge.messages.SpecDataStoreInitRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.gauge.messages.SpecDataStoreInitRequest.displayName = 'proto.gauge.messages.SpecDataStoreInitRequest'; } /** * 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.gauge.messages.SuiteDataStoreInitRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.gauge.messages.SuiteDataStoreInitRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.gauge.messages.SuiteDataStoreInitRequest.displayName = 'proto.gauge.messages.SuiteDataStoreInitRequest'; } /** * 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.gauge.messages.ParameterPosition = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.gauge.messages.ParameterPosition, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.gauge.messages.ParameterPosition.displayName = 'proto.gauge.messages.ParameterPosition'; } /** * 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.gauge.messages.RefactorRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, proto.gauge.messages.RefactorRequest.repeatedFields_, null); }; goog.inherits(proto.gauge.messages.RefactorRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.gauge.messages.RefactorRequest.displayName = 'proto.gauge.messages.RefactorRequest'; } /** * 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.gauge.messages.FileChanges = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, proto.gauge.messages.FileChanges.repeatedFields_, null); }; goog.inherits(proto.gauge.messages.FileChanges, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.gauge.messages.FileChanges.displayName = 'proto.gauge.messages.FileChanges'; } /** * 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.gauge.messages.RefactorResponse = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, proto.gauge.messages.RefactorResponse.repeatedFields_, null); }; goog.inherits(proto.gauge.messages.RefactorResponse, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.gauge.messages.RefactorResponse.displayName = 'proto.gauge.messages.RefactorResponse'; } /** * 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.gauge.messages.StepNameRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.gauge.messages.StepNameRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.gauge.messages.StepNameRequest.displayName = 'proto.gauge.messages.StepNameRequest'; } /** * 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.gauge.messages.StepNameResponse = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, proto.gauge.messages.StepNameResponse.repeatedFields_, null); }; goog.inherits(proto.gauge.messages.StepNameResponse, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.gauge.messages.StepNameResponse.displayName = 'proto.gauge.messages.StepNameResponse'; } /** * 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.gauge.messages.UnsupportedMessageResponse = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.gauge.messages.UnsupportedMessageResponse, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.gauge.messages.UnsupportedMessageResponse.displayName = 'proto.gauge.messages.UnsupportedMessageResponse'; } /** * 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.gauge.messages.CacheFileRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.gauge.messages.CacheFileRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.gauge.messages.CacheFileRequest.displayName = 'proto.gauge.messages.CacheFileRequest'; } /** * 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.gauge.messages.StepPositionsRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.gauge.messages.StepPositionsRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.gauge.messages.StepPositionsRequest.displayName = 'proto.gauge.messages.StepPositionsRequest'; } /** * 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.gauge.messages.StepPositionsResponse = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, proto.gauge.messages.StepPositionsResponse.repeatedFields_, null); }; goog.inherits(proto.gauge.messages.StepPositionsResponse, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.gauge.messages.StepPositionsResponse.displayName = 'proto.gauge.messages.StepPositionsResponse'; } /** * 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.gauge.messages.StepPositionsResponse.StepPosition = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.gauge.messages.StepPositionsResponse.StepPosition, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.gauge.messages.StepPositionsResponse.StepPosition.displayName = 'proto.gauge.messages.StepPositionsResponse.StepPosition'; } /** * 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.gauge.messages.ImplementationFileGlobPatternRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.gauge.messages.ImplementationFileGlobPatternRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.gauge.messages.ImplementationFileGlobPatternRequest.displayName = 'proto.gauge.messages.ImplementationFileGlobPatternRequest'; } /** * 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.gauge.messages.ImplementationFileGlobPatternResponse = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, proto.gauge.messages.ImplementationFileGlobPatternResponse.repeatedFields_, null); }; goog.inherits(proto.gauge.messages.ImplementationFileGlobPatternResponse, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.gauge.messages.ImplementationFileGlobPatternResponse.displayName = 'proto.gauge.messages.ImplementationFileGlobPatternResponse'; } /** * 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.gauge.messages.ImplementationFileListRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.gauge.messages.ImplementationFileListRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.gauge.messages.ImplementationFileListRequest.displayName = 'proto.gauge.messages.ImplementationFileListRequest'; } /** * 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.gauge.messages.ImplementationFileListResponse = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, proto.gauge.messages.ImplementationFileListResponse.repeatedFields_, null); }; goog.inherits(proto.gauge.messages.ImplementationFileListResponse, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.gauge.messages.ImplementationFileListResponse.displayName = 'proto.gauge.messages.ImplementationFileListResponse'; } /** * 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.gauge.messages.StubImplementationCodeRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, proto.gauge.messages.StubImplementationCodeRequest.repeatedFields_, null); }; goog.inherits(proto.gauge.messages.StubImplementationCodeRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.gauge.messages.StubImplementationCodeRequest.displayName = 'proto.gauge.messages.StubImplementationCodeRequest'; } /** * 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.gauge.messages.TextDiff = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.gauge.messages.TextDiff, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.gauge.messages.TextDiff.displayName = 'proto.gauge.messages.TextDiff'; } /** * 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.gauge.messages.FileDiff = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, proto.gauge.messages.FileDiff.repeatedFields_, null); }; goog.inherits(proto.gauge.messages.FileDiff, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.gauge.messages.FileDiff.displayName = 'proto.gauge.messages.FileDiff'; } /** * 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.gauge.messages.KeepAlive = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.gauge.messages.KeepAlive, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.gauge.messages.KeepAlive.displayName = 'proto.gauge.messages.KeepAlive'; } /** * 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.gauge.messages.SpecDetails = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, proto.gauge.messages.SpecDetails.repeatedFields_, null); }; goog.inherits(proto.gauge.messages.SpecDetails, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.gauge.messages.SpecDetails.displayName = 'proto.gauge.messages.SpecDetails'; } /** * 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.gauge.messages.SpecDetails.SpecDetail = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, proto.gauge.messages.SpecDetails.SpecDetail.repeatedFields_, null); }; goog.inherits(proto.gauge.messages.SpecDetails.SpecDetail, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.gauge.messages.SpecDetails.SpecDetail.displayName = 'proto.gauge.messages.SpecDetails.SpecDetail'; } /** * 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.gauge.messages.Empty = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.gauge.messages.Empty, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.gauge.messages.Empty.displayName = 'proto.gauge.messages.Empty'; } /** * 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.gauge.messages.Message = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.gauge.messages.Message, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.gauge.messages.Message.displayName = 'proto.gauge.messages.Message'; } 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_<name>, 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.gauge.messages.KillProcessRequest.prototype.toObject = function(opt_includeInstance) { return proto.gauge.messages.KillProcessRequest.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.gauge.messages.KillProcessRequest} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.gauge.messages.KillProcessRequest.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.gauge.messages.KillProcessRequest} */ proto.gauge.messages.KillProcessRequest.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); var msg = new proto.gauge.messages.KillProcessRequest; return proto.gauge.messages.KillProcessRequest.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. * @param {!proto.gauge.messages.KillProcessRequest} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. * @return {!proto.gauge.messages.KillProcessRequest} */ proto.gauge.messages.KillProcessRequest.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.gauge.messages.KillProcessRequest.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); proto.gauge.messages.KillProcessRequest.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. * @param {!proto.gauge.messages.KillProcessRequest} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.gauge.messages.KillProcessRequest.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_<name>, 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.gauge.messages.ExecutionStatusResponse.prototype.toObject = function(opt_includeInstance) { return proto.gauge.messages.ExecutionStatusResponse.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.gauge.messages.ExecutionStatusResponse} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.gauge.messages.ExecutionStatusResponse.toObject = function(includeInstance, msg) { var f, obj = { executionresult: (f = msg.getExecutionresult()) && spec_pb.ProtoExecutionResult.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.gauge.messages.ExecutionStatusResponse} */ proto.gauge.messages.ExecutionStatusResponse.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); var msg = new proto.gauge.messages.ExecutionStatusResponse; return proto.gauge.messages.ExecutionStatusResponse.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. * @param {!proto.gauge.messages.ExecutionStatusResponse} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. * @return {!proto.gauge.messages.ExecutionStatusResponse} */ proto.gauge.messages.ExecutionStatusResponse.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; } var field = reader.getFieldNumber(); switch (field) { case 1: var value = new spec_pb.ProtoExecutionResult; reader.readMessage(value,spec_pb.ProtoExecutionResult.deserializeBinaryFromReader); msg.setExecutionresult(value); break; default: reader.skipField(); break; } } return msg; }; /** * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ proto.gauge.messages.ExecutionStatusResponse.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); proto.gauge.messages.ExecutionStatusResponse.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. * @param {!proto.gauge.messages.ExecutionStatusResponse} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.gauge.messages.ExecutionStatusResponse.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getExecutionresult(); if (f != null) { writer.writeMessage( 1, f, spec_pb.ProtoExecutionResult.serializeBinaryToWriter ); } }; /** * optional ProtoExecutionResult executionResult = 1; * @return {?proto.gauge.messages.ProtoExecutionResult} */ proto.gauge.messages.ExecutionStatus