bsp-network
Version:
SDK for writing node.js applications to interact with bsp network. This package encapsulates the APIs to connect to a bsp network, submit transactions and perform queries against the ledger.
1,304 lines (1,302 loc) • 457 kB
JavaScript
// source: bsp_transaction.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('return this')();
goog.exportSymbol('proto.bsp_transaction.ActiveExecutors', null, global);
goog.exportSymbol('proto.bsp_transaction.ActiveExecutorsResp', null, global);
goog.exportSymbol('proto.bsp_transaction.AggregatorResponse', null, global);
goog.exportSymbol('proto.bsp_transaction.AggregatorSubscribeRequest', null, global);
goog.exportSymbol('proto.bsp_transaction.AuditTransaction', null, global);
goog.exportSymbol('proto.bsp_transaction.AuditTransactionExtension', null, global);
goog.exportSymbol('proto.bsp_transaction.AuditTransactionPayload', null, global);
goog.exportSymbol('proto.bsp_transaction.AuditType', null, global);
goog.exportSymbol('proto.bsp_transaction.BFTEvent', null, global);
goog.exportSymbol('proto.bsp_transaction.BFTEventByTx', null, global);
goog.exportSymbol('proto.bsp_transaction.BspTransaction', null, global);
goog.exportSymbol('proto.bsp_transaction.BspTransactionType', null, global);
goog.exportSymbol('proto.bsp_transaction.BuildParameterOfDependencyGraphBasedReOrdering', null, global);
goog.exportSymbol('proto.bsp_transaction.BuildParameterOfIndexBasedOrdering', null, global);
goog.exportSymbol('proto.bsp_transaction.ChangeTriggerCode', null, global);
goog.exportSymbol('proto.bsp_transaction.ChangeTriggerEvent', null, global);
goog.exportSymbol('proto.bsp_transaction.CommitEventReplyType', null, global);
goog.exportSymbol('proto.bsp_transaction.CommitEventRequestByClientID', null, global);
goog.exportSymbol('proto.bsp_transaction.CommitEventResponse', null, global);
goog.exportSymbol('proto.bsp_transaction.ConsensusState', null, global);
goog.exportSymbol('proto.bsp_transaction.ConsensusState.Level', null, global);
goog.exportSymbol('proto.bsp_transaction.ConsensusState.Result', null, global);
goog.exportSymbol('proto.bsp_transaction.DeliverRequest', null, global);
goog.exportSymbol('proto.bsp_transaction.ECBlock', null, global);
goog.exportSymbol('proto.bsp_transaction.ECHeader', null, global);
goog.exportSymbol('proto.bsp_transaction.EventUnit', null, global);
goog.exportSymbol('proto.bsp_transaction.HeartbeatPayload', null, global);
goog.exportSymbol('proto.bsp_transaction.HeartbeatTransaction', null, global);
goog.exportSymbol('proto.bsp_transaction.HelloRequest', null, global);
goog.exportSymbol('proto.bsp_transaction.HelloResponse', null, global);
goog.exportSymbol('proto.bsp_transaction.InitializeRequest', null, global);
goog.exportSymbol('proto.bsp_transaction.InterTxResult', null, global);
goog.exportSymbol('proto.bsp_transaction.KVRead', null, global);
goog.exportSymbol('proto.bsp_transaction.KVWrite', null, global);
goog.exportSymbol('proto.bsp_transaction.MCBlock', null, global);
goog.exportSymbol('proto.bsp_transaction.MCBuildParameter', null, global);
goog.exportSymbol('proto.bsp_transaction.MCHeader', null, global);
goog.exportSymbol('proto.bsp_transaction.MCResponse', null, global);
goog.exportSymbol('proto.bsp_transaction.MigrateRequest', null, global);
goog.exportSymbol('proto.bsp_transaction.MigrateRequestPayload', null, global);
goog.exportSymbol('proto.bsp_transaction.MigrateRequestStatePayload', null, global);
goog.exportSymbol('proto.bsp_transaction.MigrateResponse', null, global);
goog.exportSymbol('proto.bsp_transaction.OrderingMethod', null, global);
goog.exportSymbol('proto.bsp_transaction.Policy', null, global);
goog.exportSymbol('proto.bsp_transaction.Proposal', null, global);
goog.exportSymbol('proto.bsp_transaction.ProposalBatch', null, global);
goog.exportSymbol('proto.bsp_transaction.ProposalPayload', null, global);
goog.exportSymbol('proto.bsp_transaction.ProposalResponse', null, global);
goog.exportSymbol('proto.bsp_transaction.ProposalResponseBatch', null, global);
goog.exportSymbol('proto.bsp_transaction.QueryRequest', null, global);
goog.exportSymbol('proto.bsp_transaction.QueryResponse', null, global);
goog.exportSymbol('proto.bsp_transaction.ReadPolicy', null, global);
goog.exportSymbol('proto.bsp_transaction.SignatureHeader', null, global);
goog.exportSymbol('proto.bsp_transaction.StateBatch', null, global);
goog.exportSymbol('proto.bsp_transaction.TSAEvent', null, global);
goog.exportSymbol('proto.bsp_transaction.TransactionCommitEvent', null, global);
goog.exportSymbol('proto.bsp_transaction.TxEvent', null, global);
goog.exportSymbol('proto.bsp_transaction.TxEventPayload', null, global);
goog.exportSymbol('proto.bsp_transaction.TxInput', null, global);
goog.exportSymbol('proto.bsp_transaction.TxMetadata', null, global);
goog.exportSymbol('proto.bsp_transaction.TxOutput', null, global);
goog.exportSymbol('proto.bsp_transaction.Version', null, global);
goog.exportSymbol('proto.bsp_transaction.VersionMap', null, global);
goog.exportSymbol('proto.bsp_transaction.VersionedValue', null, global);
goog.exportSymbol('proto.bsp_transaction.WaitForEventRequest', null, global);
goog.exportSymbol('proto.bsp_transaction.WaitForEventResponse', null, global);
goog.exportSymbol('proto.bsp_transaction.WorkerMessage', 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.bsp_transaction.Version = function(opt_data) {
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
};
goog.inherits(proto.bsp_transaction.Version, jspb.Message);
if (goog.DEBUG && !COMPILED) {
/**
* @public
* @override
*/
proto.bsp_transaction.Version.displayName = 'proto.bsp_transaction.Version';
}
/**
* 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.bsp_transaction.VersionedValue = function(opt_data) {
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
};
goog.inherits(proto.bsp_transaction.VersionedValue, jspb.Message);
if (goog.DEBUG && !COMPILED) {
/**
* @public
* @override
*/
proto.bsp_transaction.VersionedValue.displayName = 'proto.bsp_transaction.VersionedValue';
}
/**
* 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.bsp_transaction.StateBatch = function(opt_data) {
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
};
goog.inherits(proto.bsp_transaction.StateBatch, jspb.Message);
if (goog.DEBUG && !COMPILED) {
/**
* @public
* @override
*/
proto.bsp_transaction.StateBatch.displayName = 'proto.bsp_transaction.StateBatch';
}
/**
* 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.bsp_transaction.KVRead = function(opt_data) {
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
};
goog.inherits(proto.bsp_transaction.KVRead, jspb.Message);
if (goog.DEBUG && !COMPILED) {
/**
* @public
* @override
*/
proto.bsp_transaction.KVRead.displayName = 'proto.bsp_transaction.KVRead';
}
/**
* 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.bsp_transaction.KVWrite = function(opt_data) {
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
};
goog.inherits(proto.bsp_transaction.KVWrite, jspb.Message);
if (goog.DEBUG && !COMPILED) {
/**
* @public
* @override
*/
proto.bsp_transaction.KVWrite.displayName = 'proto.bsp_transaction.KVWrite';
}
/**
* 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.bsp_transaction.TxInput = function(opt_data) {
jspb.Message.initialize(this, opt_data, 0, -1, proto.bsp_transaction.TxInput.repeatedFields_, null);
};
goog.inherits(proto.bsp_transaction.TxInput, jspb.Message);
if (goog.DEBUG && !COMPILED) {
/**
* @public
* @override
*/
proto.bsp_transaction.TxInput.displayName = 'proto.bsp_transaction.TxInput';
}
/**
* 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.bsp_transaction.VersionMap = function(opt_data) {
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
};
goog.inherits(proto.bsp_transaction.VersionMap, jspb.Message);
if (goog.DEBUG && !COMPILED) {
/**
* @public
* @override
*/
proto.bsp_transaction.VersionMap.displayName = 'proto.bsp_transaction.VersionMap';
}
/**
* 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.bsp_transaction.TxOutput = function(opt_data) {
jspb.Message.initialize(this, opt_data, 0, -1, proto.bsp_transaction.TxOutput.repeatedFields_, null);
};
goog.inherits(proto.bsp_transaction.TxOutput, jspb.Message);
if (goog.DEBUG && !COMPILED) {
/**
* @public
* @override
*/
proto.bsp_transaction.TxOutput.displayName = 'proto.bsp_transaction.TxOutput';
}
/**
* 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.bsp_transaction.ChangeTriggerEvent = function(opt_data) {
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
};
goog.inherits(proto.bsp_transaction.ChangeTriggerEvent, jspb.Message);
if (goog.DEBUG && !COMPILED) {
/**
* @public
* @override
*/
proto.bsp_transaction.ChangeTriggerEvent.displayName = 'proto.bsp_transaction.ChangeTriggerEvent';
}
/**
* 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.bsp_transaction.BspTransaction = function(opt_data) {
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
};
goog.inherits(proto.bsp_transaction.BspTransaction, jspb.Message);
if (goog.DEBUG && !COMPILED) {
/**
* @public
* @override
*/
proto.bsp_transaction.BspTransaction.displayName = 'proto.bsp_transaction.BspTransaction';
}
/**
* 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.bsp_transaction.TxMetadata = function(opt_data) {
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
};
goog.inherits(proto.bsp_transaction.TxMetadata, jspb.Message);
if (goog.DEBUG && !COMPILED) {
/**
* @public
* @override
*/
proto.bsp_transaction.TxMetadata.displayName = 'proto.bsp_transaction.TxMetadata';
}
/**
* 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.bsp_transaction.CommitEventRequestByClientID = function(opt_data) {
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
};
goog.inherits(proto.bsp_transaction.CommitEventRequestByClientID, jspb.Message);
if (goog.DEBUG && !COMPILED) {
/**
* @public
* @override
*/
proto.bsp_transaction.CommitEventRequestByClientID.displayName = 'proto.bsp_transaction.CommitEventRequestByClientID';
}
/**
* 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.bsp_transaction.TxEventPayload = function(opt_data) {
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
};
goog.inherits(proto.bsp_transaction.TxEventPayload, jspb.Message);
if (goog.DEBUG && !COMPILED) {
/**
* @public
* @override
*/
proto.bsp_transaction.TxEventPayload.displayName = 'proto.bsp_transaction.TxEventPayload';
}
/**
* 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.bsp_transaction.TxEvent = function(opt_data) {
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
};
goog.inherits(proto.bsp_transaction.TxEvent, jspb.Message);
if (goog.DEBUG && !COMPILED) {
/**
* @public
* @override
*/
proto.bsp_transaction.TxEvent.displayName = 'proto.bsp_transaction.TxEvent';
}
/**
* 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.bsp_transaction.TransactionCommitEvent = function(opt_data) {
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
};
goog.inherits(proto.bsp_transaction.TransactionCommitEvent, jspb.Message);
if (goog.DEBUG && !COMPILED) {
/**
* @public
* @override
*/
proto.bsp_transaction.TransactionCommitEvent.displayName = 'proto.bsp_transaction.TransactionCommitEvent';
}
/**
* 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.bsp_transaction.BFTEvent = function(opt_data) {
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
};
goog.inherits(proto.bsp_transaction.BFTEvent, jspb.Message);
if (goog.DEBUG && !COMPILED) {
/**
* @public
* @override
*/
proto.bsp_transaction.BFTEvent.displayName = 'proto.bsp_transaction.BFTEvent';
}
/**
* 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.bsp_transaction.BFTEventByTx = function(opt_data) {
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
};
goog.inherits(proto.bsp_transaction.BFTEventByTx, jspb.Message);
if (goog.DEBUG && !COMPILED) {
/**
* @public
* @override
*/
proto.bsp_transaction.BFTEventByTx.displayName = 'proto.bsp_transaction.BFTEventByTx';
}
/**
* 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.bsp_transaction.TSAEvent = function(opt_data) {
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
};
goog.inherits(proto.bsp_transaction.TSAEvent, jspb.Message);
if (goog.DEBUG && !COMPILED) {
/**
* @public
* @override
*/
proto.bsp_transaction.TSAEvent.displayName = 'proto.bsp_transaction.TSAEvent';
}
/**
* 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.bsp_transaction.CommitEventResponse = function(opt_data) {
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
};
goog.inherits(proto.bsp_transaction.CommitEventResponse, jspb.Message);
if (goog.DEBUG && !COMPILED) {
/**
* @public
* @override
*/
proto.bsp_transaction.CommitEventResponse.displayName = 'proto.bsp_transaction.CommitEventResponse';
}
/**
* 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.bsp_transaction.Proposal = function(opt_data) {
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
};
goog.inherits(proto.bsp_transaction.Proposal, jspb.Message);
if (goog.DEBUG && !COMPILED) {
/**
* @public
* @override
*/
proto.bsp_transaction.Proposal.displayName = 'proto.bsp_transaction.Proposal';
}
/**
* 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.bsp_transaction.ProposalBatch = function(opt_data) {
jspb.Message.initialize(this, opt_data, 0, -1, proto.bsp_transaction.ProposalBatch.repeatedFields_, null);
};
goog.inherits(proto.bsp_transaction.ProposalBatch, jspb.Message);
if (goog.DEBUG && !COMPILED) {
/**
* @public
* @override
*/
proto.bsp_transaction.ProposalBatch.displayName = 'proto.bsp_transaction.ProposalBatch';
}
/**
* 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.bsp_transaction.ProposalResponseBatch = function(opt_data) {
jspb.Message.initialize(this, opt_data, 0, -1, proto.bsp_transaction.ProposalResponseBatch.repeatedFields_, null);
};
goog.inherits(proto.bsp_transaction.ProposalResponseBatch, jspb.Message);
if (goog.DEBUG && !COMPILED) {
/**
* @public
* @override
*/
proto.bsp_transaction.ProposalResponseBatch.displayName = 'proto.bsp_transaction.ProposalResponseBatch';
}
/**
* 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.bsp_transaction.ProposalPayload = function(opt_data) {
jspb.Message.initialize(this, opt_data, 0, -1, proto.bsp_transaction.ProposalPayload.repeatedFields_, null);
};
goog.inherits(proto.bsp_transaction.ProposalPayload, jspb.Message);
if (goog.DEBUG && !COMPILED) {
/**
* @public
* @override
*/
proto.bsp_transaction.ProposalPayload.displayName = 'proto.bsp_transaction.ProposalPayload';
}
/**
* 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.bsp_transaction.SignatureHeader = function(opt_data) {
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
};
goog.inherits(proto.bsp_transaction.SignatureHeader, jspb.Message);
if (goog.DEBUG && !COMPILED) {
/**
* @public
* @override
*/
proto.bsp_transaction.SignatureHeader.displayName = 'proto.bsp_transaction.SignatureHeader';
}
/**
* 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.bsp_transaction.ProposalResponse = function(opt_data) {
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
};
goog.inherits(proto.bsp_transaction.ProposalResponse, jspb.Message);
if (goog.DEBUG && !COMPILED) {
/**
* @public
* @override
*/
proto.bsp_transaction.ProposalResponse.displayName = 'proto.bsp_transaction.ProposalResponse';
}
/**
* 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.bsp_transaction.InitializeRequest = function(opt_data) {
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
};
goog.inherits(proto.bsp_transaction.InitializeRequest, jspb.Message);
if (goog.DEBUG && !COMPILED) {
/**
* @public
* @override
*/
proto.bsp_transaction.InitializeRequest.displayName = 'proto.bsp_transaction.InitializeRequest';
}
/**
* 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.bsp_transaction.HelloRequest = function(opt_data) {
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
};
goog.inherits(proto.bsp_transaction.HelloRequest, jspb.Message);
if (goog.DEBUG && !COMPILED) {
/**
* @public
* @override
*/
proto.bsp_transaction.HelloRequest.displayName = 'proto.bsp_transaction.HelloRequest';
}
/**
* 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.bsp_transaction.HelloResponse = function(opt_data) {
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
};
goog.inherits(proto.bsp_transaction.HelloResponse, jspb.Message);
if (goog.DEBUG && !COMPILED) {
/**
* @public
* @override
*/
proto.bsp_transaction.HelloResponse.displayName = 'proto.bsp_transaction.HelloResponse';
}
/**
* 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.bsp_transaction.AuditTransaction = function(opt_data) {
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
};
goog.inherits(proto.bsp_transaction.AuditTransaction, jspb.Message);
if (goog.DEBUG && !COMPILED) {
/**
* @public
* @override
*/
proto.bsp_transaction.AuditTransaction.displayName = 'proto.bsp_transaction.AuditTransaction';
}
/**
* 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.bsp_transaction.AuditTransactionPayload = function(opt_data) {
jspb.Message.initialize(this, opt_data, 0, -1, proto.bsp_transaction.AuditTransactionPayload.repeatedFields_, null);
};
goog.inherits(proto.bsp_transaction.AuditTransactionPayload, jspb.Message);
if (goog.DEBUG && !COMPILED) {
/**
* @public
* @override
*/
proto.bsp_transaction.AuditTransactionPayload.displayName = 'proto.bsp_transaction.AuditTransactionPayload';
}
/**
* 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.bsp_transaction.AuditTransactionExtension = function(opt_data) {
jspb.Message.initialize(this, opt_data, 0, -1, proto.bsp_transaction.AuditTransactionExtension.repeatedFields_, null);
};
goog.inherits(proto.bsp_transaction.AuditTransactionExtension, jspb.Message);
if (goog.DEBUG && !COMPILED) {
/**
* @public
* @override
*/
proto.bsp_transaction.AuditTransactionExtension.displayName = 'proto.bsp_transaction.AuditTransactionExtension';
}
/**
* 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.bsp_transaction.MCBuildParameter = function(opt_data) {
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
};
goog.inherits(proto.bsp_transaction.MCBuildParameter, jspb.Message);
if (goog.DEBUG && !COMPILED) {
/**
* @public
* @override
*/
proto.bsp_transaction.MCBuildParameter.displayName = 'proto.bsp_transaction.MCBuildParameter';
}
/**
* 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.bsp_transaction.BuildParameterOfIndexBasedOrdering = function(opt_data) {
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
};
goog.inherits(proto.bsp_transaction.BuildParameterOfIndexBasedOrdering, jspb.Message);
if (goog.DEBUG && !COMPILED) {
/**
* @public
* @override
*/
proto.bsp_transaction.BuildParameterOfIndexBasedOrdering.displayName = 'proto.bsp_transaction.BuildParameterOfIndexBasedOrdering';
}
/**
* 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.bsp_transaction.BuildParameterOfDependencyGraphBasedReOrdering = function(opt_data) {
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
};
goog.inherits(proto.bsp_transaction.BuildParameterOfDependencyGraphBasedReOrdering, jspb.Message);
if (goog.DEBUG && !COMPILED) {
/**
* @public
* @override
*/
proto.bsp_transaction.BuildParameterOfDependencyGraphBasedReOrdering.displayName = 'proto.bsp_transaction.BuildParameterOfDependencyGraphBasedReOrdering';
}
/**
* 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.bsp_transaction.ConsensusState = function(opt_data) {
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
};
goog.inherits(proto.bsp_transaction.ConsensusState, jspb.Message);
if (goog.DEBUG && !COMPILED) {
/**
* @public
* @override
*/
proto.bsp_transaction.ConsensusState.displayName = 'proto.bsp_transaction.ConsensusState';
}
/**
* 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.bsp_transaction.InterTxResult = function(opt_data) {
jspb.Message.initialize(this, opt_data, 0, -1, proto.bsp_transaction.InterTxResult.repeatedFields_, null);
};
goog.inherits(proto.bsp_transaction.InterTxResult, jspb.Message);
if (goog.DEBUG && !COMPILED) {
/**
* @public
* @override
*/
proto.bsp_transaction.InterTxResult.displayName = 'proto.bsp_transaction.InterTxResult';
}
/**
* 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.bsp_transaction.MCHeader = function(opt_data) {
jspb.Message.initialize(this, opt_data, 0, -1, proto.bsp_transaction.MCHeader.repeatedFields_, null);
};
goog.inherits(proto.bsp_transaction.MCHeader, jspb.Message);
if (goog.DEBUG && !COMPILED) {
/**
* @public
* @override
*/
proto.bsp_transaction.MCHeader.displayName = 'proto.bsp_transaction.MCHeader';
}
/**
* 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.bsp_transaction.MCBlock = function(opt_data) {
jspb.Message.initialize(this, opt_data, 0, -1, proto.bsp_transaction.MCBlock.repeatedFields_, null);
};
goog.inherits(proto.bsp_transaction.MCBlock, jspb.Message);
if (goog.DEBUG && !COMPILED) {
/**
* @public
* @override
*/
proto.bsp_transaction.MCBlock.displayName = 'proto.bsp_transaction.MCBlock';
}
/**
* 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.bsp_transaction.ECHeader = function(opt_data) {
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
};
goog.inherits(proto.bsp_transaction.ECHeader, jspb.Message);
if (goog.DEBUG && !COMPILED) {
/**
* @public
* @override
*/
proto.bsp_transaction.ECHeader.displayName = 'proto.bsp_transaction.ECHeader';
}
/**
* 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.bsp_transaction.ECBlock = function(opt_data) {
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
};
goog.inherits(proto.bsp_transaction.ECBlock, jspb.Message);
if (goog.DEBUG && !COMPILED) {
/**
* @public
* @override
*/
proto.bsp_transaction.ECBlock.displayName = 'proto.bsp_transaction.ECBlock';
}
/**
* 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.bsp_transaction.MCResponse = function(opt_data) {
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
};
goog.inherits(proto.bsp_transaction.MCResponse, jspb.Message);
if (goog.DEBUG && !COMPILED) {
/**
* @public
* @override
*/
proto.bsp_transaction.MCResponse.displayName = 'proto.bsp_transaction.MCResponse';
}
/**
* 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.bsp_transaction.DeliverRequest = function(opt_data) {
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
};
goog.inherits(proto.bsp_transaction.DeliverRequest, jspb.Message);
if (goog.DEBUG && !COMPILED) {
/**
* @public
* @override
*/
proto.bsp_transaction.DeliverRequest.displayName = 'proto.bsp_transaction.DeliverRequest';
}
/**
* 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.bsp_transaction.MigrateRequest = function(opt_data) {
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
};
goog.inherits(proto.bsp_transaction.MigrateRequest, jspb.Message);
if (goog.DEBUG && !COMPILED) {
/**
* @public
* @override
*/
proto.bsp_transaction.MigrateRequest.displayName = 'proto.bsp_transaction.MigrateRequest';
}
/**
* 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.bsp_transaction.MigrateRequestPayload = function(opt_data) {
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
};
goog.inherits(proto.bsp_transaction.MigrateRequestPayload, jspb.Message);
if (goog.DEBUG && !COMPILED) {
/**
* @public
* @override
*/
proto.bsp_transaction.MigrateRequestPayload.displayName = 'proto.bsp_transaction.MigrateRequestPayload';
}
/**
* 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.bsp_transaction.MigrateRequestStatePayload = function(opt_data) {
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
};
goog.inherits(proto.bsp_transaction.MigrateRequestStatePayload, jspb.Message);
if (goog.DEBUG && !COMPILED) {
/**
* @public
* @override
*/
proto.bsp_transaction.MigrateRequestStatePayload.displayName = 'proto.bsp_transaction.MigrateRequestStatePayload';
}
/**
* 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.bsp_transaction.MigrateResponse = function(opt_data) {
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
};
goog.inherits(proto.bsp_transaction.MigrateResponse, jspb.Message);
if (goog.DEBUG && !COMPILED) {
/**
* @public
* @override
*/
proto.bsp_transaction.MigrateResponse.displayName = 'proto.bsp_transaction.MigrateResponse';
}
/**
* 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.bsp_transaction.HeartbeatPayload = function(opt_data) {
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
};
goog.inherits(proto.bsp_transaction.HeartbeatPayload, jspb.Message);
if (goog.DEBUG && !COMPILED) {
/**
* @public
* @override
*/
proto.bsp_transaction.HeartbeatPayload.displayName = 'proto.bsp_transaction.HeartbeatPayload';
}
/**
* 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.bsp_transaction.HeartbeatTransaction = function(opt_data) {
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
};
goog.inherits(proto.bsp_transaction.HeartbeatTransaction, jspb.Message);
if (goog.DEBUG && !COMPILED) {
/**
* @public
* @override
*/
proto.bsp_transaction.HeartbeatTransaction.displayName = 'proto.bsp_transaction.HeartbeatTransaction';
}
/**
* 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.bsp_transaction.Policy = function(opt_data) {
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
};
goog.inherits(proto.bsp_transaction.Policy, jspb.Message);
if (goog.DEBUG && !COMPILED) {
/**
* @public
* @override
*/
proto.bsp_transaction.Policy.displayName = 'proto.bsp_transaction.Policy';
}
/**
* 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.bsp_transaction.AggregatorSubscribeRequest = function(opt_data) {
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
};
goog.inherits(proto.bsp_transaction.AggregatorSubscribeRequest, jspb.Message);
if (goog.DEBUG && !COMPILED) {
/**
* @public
* @override
*/
proto.bsp_transaction.AggregatorSubscribeRequest.displayName = 'proto.bsp_transaction.AggregatorSubscribeRequest';
}
/**
* 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.bsp_transaction.AggregatorResponse = function(opt_data) {
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
};
goog.inherits(proto.bsp_transaction.AggregatorResponse, jspb.Message);
if (goog.DEBUG && !COMPILED) {
/**
* @public
* @override
*/
proto.bsp_transaction.AggregatorResponse.displayName = 'proto.bsp_transaction.AggregatorResponse';
}
/**
* 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.bsp_transaction.WorkerMessage = function(opt_data) {
jspb.Message.initialize(this, opt_data, 0, -1, proto.bsp_transaction.WorkerMessage.repeatedFields_, null);
};
goog.inherits(proto.bsp_transaction.WorkerMessage, jspb.Message);
if (goog.DEBUG && !COMPILED) {
/**
* @public
* @override
*/
proto.bsp_transaction.WorkerMessage.displayName = 'proto.bsp_transaction.WorkerMessage';
}
/**
* 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.bsp_transaction.WaitForEventRequest = function(opt_data) {
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
};
goog.inherits(proto.bsp_transaction.WaitForEventRequest, jspb.Message);
if (goog.DEBUG && !COMPILED) {
/**
* @public
* @override
*/
proto.bsp_transaction.WaitForEventRequest.displayName = 'proto.bsp_transaction.WaitForEventRequest';
}
/**
* 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.bsp_transaction.WaitForEventResponse = function(opt_data) {
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
};
goog.inherits(proto.bsp_transaction.WaitForEventResponse, jspb.Message);
if (goog.DEBUG && !COMPILED) {
/**
* @public
* @override
*/
proto.bsp_transaction.WaitForEventResponse.displayName = 'proto.bsp_transaction.WaitForEventResponse';
}
/**
* 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.bsp_transaction.ActiveExecutors = function(opt_data) {
jspb.Message.initialize(this, opt_data, 0, -1, proto.bsp_transaction.ActiveExecutors.repeatedFields_, null);
};
goog.inherits(proto.bsp_transaction.ActiveExecutors, jspb.Message);
if (goog.DEBUG && !COMPILED) {
/**
* @public
* @override
*/
proto.bsp_transaction.ActiveExecutors.displayName = 'proto.bsp_transaction.ActiveExecutors';
}
/**
* 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.bsp_transaction.ActiveExecutorsResp = function(opt_data) {
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
};
goog.inherits(proto.bsp_transaction.ActiveExecutorsResp, jspb.Message);
if (goog.DEBUG && !COMPILED) {
/**
* @public
* @override
*/
proto.bsp_transaction.ActiveExecutorsResp.displayName = 'proto.bsp_transaction.ActiveExecutorsResp';
}
/**
* 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.bsp_transaction.ReadPolicy = function(opt_data) {
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
};
goog.inherits(proto.bsp_transaction.ReadPolicy, jspb.Message);
if (goog.DEBUG && !COMPILED) {
/**
* @public
* @override
*/
proto.bsp_transaction.ReadPolicy.displayName = 'proto.bsp_transaction.ReadPolicy';
}
/**
* 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.bsp_transaction.QueryRequest = function(opt_data) {
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
};
goog.inherits(proto.bsp_transaction.QueryRequest, jspb.Message);
if (goog.DEBUG && !COMPILED) {
/**
* @public
* @override
*/
proto.bsp_transaction.QueryRequest.displayName = 'proto.bsp_transaction.QueryRequest';
}
/**
* Generated by JsPbCode