Skip to content

Commit

Permalink
chore: mod ReqLatestSignReport
Browse files Browse the repository at this point in the history
  • Loading branch information
turingczz committed Dec 5, 2022
1 parent 37aa6cd commit 8975804
Show file tree
Hide file tree
Showing 2 changed files with 157 additions and 157 deletions.
108 changes: 54 additions & 54 deletions js/protos/online/online_pb.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,16 @@ goog.exportSymbol('proto.online.SignedInfo', null, global);
* @extends {jspb.Message}
* @constructor
*/
proto.online.ReqLatestSignReport = function(opt_data) {
proto.online.ReqSignMetrics = function(opt_data) {
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
};
goog.inherits(proto.online.ReqLatestSignReport, jspb.Message);
goog.inherits(proto.online.ReqSignMetrics, jspb.Message);
if (goog.DEBUG && !COMPILED) {
/**
* @public
* @override
*/
proto.online.ReqLatestSignReport.displayName = 'proto.online.ReqLatestSignReport';
proto.online.ReqSignMetrics.displayName = 'proto.online.ReqSignMetrics';
}
/**
* Generated by JsPbCodeGenerator.
Expand Down Expand Up @@ -119,16 +119,16 @@ if (goog.DEBUG && !COMPILED) {
* @extends {jspb.Message}
* @constructor
*/
proto.online.ReqSignMetrics = function(opt_data) {
proto.online.ReqLatestSignReport = function(opt_data) {
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
};
goog.inherits(proto.online.ReqSignMetrics, jspb.Message);
goog.inherits(proto.online.ReqLatestSignReport, jspb.Message);
if (goog.DEBUG && !COMPILED) {
/**
* @public
* @override
*/
proto.online.ReqSignMetrics.displayName = 'proto.online.ReqSignMetrics';
proto.online.ReqLatestSignReport.displayName = 'proto.online.ReqLatestSignReport';
}
/**
* Generated by JsPbCodeGenerator.
Expand Down Expand Up @@ -167,8 +167,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) {
* http://goto/soy-param-migration
* @return {!Object}
*/
proto.online.ReqLatestSignReport.prototype.toObject = function(opt_includeInstance) {
return proto.online.ReqLatestSignReport.toObject(opt_includeInstance, this);
proto.online.ReqSignMetrics.prototype.toObject = function(opt_includeInstance) {
return proto.online.ReqSignMetrics.toObject(opt_includeInstance, this);
};


Expand All @@ -177,11 +177,11 @@ proto.online.ReqLatestSignReport.prototype.toObject = function(opt_includeInstan
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
* the JSPB instance for transitional soy proto support:
* http://goto/soy-param-migration
* @param {!proto.online.ReqLatestSignReport} msg The msg instance to transform.
* @param {!proto.online.ReqSignMetrics} msg The msg instance to transform.
* @return {!Object}
* @suppress {unusedLocalVariables} f is only used for nested messages
*/
proto.online.ReqLatestSignReport.toObject = function(includeInstance, msg) {
proto.online.ReqSignMetrics.toObject = function(includeInstance, msg) {
var f, obj = {
publicKey: msg.getPublicKey_asB64(),
signature: msg.getSignature_asB64(),
Expand All @@ -199,23 +199,23 @@ proto.online.ReqLatestSignReport.toObject = function(includeInstance, msg) {
/**
* Deserializes binary data (in protobuf wire format).
* @param {jspb.ByteSource} bytes The bytes to deserialize.
* @return {!proto.online.ReqLatestSignReport}
* @return {!proto.online.ReqSignMetrics}
*/
proto.online.ReqLatestSignReport.deserializeBinary = function(bytes) {
proto.online.ReqSignMetrics.deserializeBinary = function(bytes) {
var reader = new jspb.BinaryReader(bytes);
var msg = new proto.online.ReqLatestSignReport;
return proto.online.ReqLatestSignReport.deserializeBinaryFromReader(msg, reader);
var msg = new proto.online.ReqSignMetrics;
return proto.online.ReqSignMetrics.deserializeBinaryFromReader(msg, reader);
};


/**
* Deserializes binary data (in protobuf wire format) from the
* given reader into the given message object.
* @param {!proto.online.ReqLatestSignReport} msg The message object to deserialize into.
* @param {!proto.online.ReqSignMetrics} msg The message object to deserialize into.
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
* @return {!proto.online.ReqLatestSignReport}
* @return {!proto.online.ReqSignMetrics}
*/
proto.online.ReqLatestSignReport.deserializeBinaryFromReader = function(msg, reader) {
proto.online.ReqSignMetrics.deserializeBinaryFromReader = function(msg, reader) {
while (reader.nextField()) {
if (reader.isEndGroup()) {
break;
Expand Down Expand Up @@ -247,21 +247,21 @@ proto.online.ReqLatestSignReport.deserializeBinaryFromReader = function(msg, rea
* Serializes the message to binary data (in protobuf wire format).
* @return {!Uint8Array}
*/
proto.online.ReqLatestSignReport.prototype.serializeBinary = function() {
proto.online.ReqSignMetrics.prototype.serializeBinary = function() {
var writer = new jspb.BinaryWriter();
proto.online.ReqLatestSignReport.serializeBinaryToWriter(this, writer);
proto.online.ReqSignMetrics.serializeBinaryToWriter(this, writer);
return writer.getResultBuffer();
};


/**
* Serializes the given message to binary data (in protobuf wire
* format), writing to the given BinaryWriter.
* @param {!proto.online.ReqLatestSignReport} message
* @param {!proto.online.ReqSignMetrics} message
* @param {!jspb.BinaryWriter} writer
* @suppress {unusedLocalVariables} f is only used for nested messages
*/
proto.online.ReqLatestSignReport.serializeBinaryToWriter = function(message, writer) {
proto.online.ReqSignMetrics.serializeBinaryToWriter = function(message, writer) {
var f = undefined;
f = message.getPublicKey_asU8();
if (f.length > 0) {
Expand Down Expand Up @@ -291,7 +291,7 @@ proto.online.ReqLatestSignReport.serializeBinaryToWriter = function(message, wri
* optional bytes public_key = 1;
* @return {!(string|Uint8Array)}
*/
proto.online.ReqLatestSignReport.prototype.getPublicKey = function() {
proto.online.ReqSignMetrics.prototype.getPublicKey = function() {
return /** @type {!(string|Uint8Array)} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
};

Expand All @@ -301,7 +301,7 @@ proto.online.ReqLatestSignReport.prototype.getPublicKey = function() {
* This is a type-conversion wrapper around `getPublicKey()`
* @return {string}
*/
proto.online.ReqLatestSignReport.prototype.getPublicKey_asB64 = function() {
proto.online.ReqSignMetrics.prototype.getPublicKey_asB64 = function() {
return /** @type {string} */ (jspb.Message.bytesAsB64(
this.getPublicKey()));
};
Expand All @@ -314,17 +314,17 @@ proto.online.ReqLatestSignReport.prototype.getPublicKey_asB64 = function() {
* This is a type-conversion wrapper around `getPublicKey()`
* @return {!Uint8Array}
*/
proto.online.ReqLatestSignReport.prototype.getPublicKey_asU8 = function() {
proto.online.ReqSignMetrics.prototype.getPublicKey_asU8 = function() {
return /** @type {!Uint8Array} */ (jspb.Message.bytesAsU8(
this.getPublicKey()));
};


/**
* @param {!(string|Uint8Array)} value
* @return {!proto.online.ReqLatestSignReport} returns this
* @return {!proto.online.ReqSignMetrics} returns this
*/
proto.online.ReqLatestSignReport.prototype.setPublicKey = function(value) {
proto.online.ReqSignMetrics.prototype.setPublicKey = function(value) {
return jspb.Message.setProto3BytesField(this, 1, value);
};

Expand All @@ -333,7 +333,7 @@ proto.online.ReqLatestSignReport.prototype.setPublicKey = function(value) {
* optional bytes signature = 2;
* @return {!(string|Uint8Array)}
*/
proto.online.ReqLatestSignReport.prototype.getSignature = function() {
proto.online.ReqSignMetrics.prototype.getSignature = function() {
return /** @type {!(string|Uint8Array)} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
};

Expand All @@ -343,7 +343,7 @@ proto.online.ReqLatestSignReport.prototype.getSignature = function() {
* This is a type-conversion wrapper around `getSignature()`
* @return {string}
*/
proto.online.ReqLatestSignReport.prototype.getSignature_asB64 = function() {
proto.online.ReqSignMetrics.prototype.getSignature_asB64 = function() {
return /** @type {string} */ (jspb.Message.bytesAsB64(
this.getSignature()));
};
Expand All @@ -356,17 +356,17 @@ proto.online.ReqLatestSignReport.prototype.getSignature_asB64 = function() {
* This is a type-conversion wrapper around `getSignature()`
* @return {!Uint8Array}
*/
proto.online.ReqLatestSignReport.prototype.getSignature_asU8 = function() {
proto.online.ReqSignMetrics.prototype.getSignature_asU8 = function() {
return /** @type {!Uint8Array} */ (jspb.Message.bytesAsU8(
this.getSignature()));
};


/**
* @param {!(string|Uint8Array)} value
* @return {!proto.online.ReqLatestSignReport} returns this
* @return {!proto.online.ReqSignMetrics} returns this
*/
proto.online.ReqLatestSignReport.prototype.setSignature = function(value) {
proto.online.ReqSignMetrics.prototype.setSignature = function(value) {
return jspb.Message.setProto3BytesField(this, 2, value);
};

Expand All @@ -375,7 +375,7 @@ proto.online.ReqLatestSignReport.prototype.setSignature = function(value) {
* optional bytes payload = 3;
* @return {!(string|Uint8Array)}
*/
proto.online.ReqLatestSignReport.prototype.getPayload = function() {
proto.online.ReqSignMetrics.prototype.getPayload = function() {
return /** @type {!(string|Uint8Array)} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
};

Expand All @@ -385,7 +385,7 @@ proto.online.ReqLatestSignReport.prototype.getPayload = function() {
* This is a type-conversion wrapper around `getPayload()`
* @return {string}
*/
proto.online.ReqLatestSignReport.prototype.getPayload_asB64 = function() {
proto.online.ReqSignMetrics.prototype.getPayload_asB64 = function() {
return /** @type {string} */ (jspb.Message.bytesAsB64(
this.getPayload()));
};
Expand All @@ -398,17 +398,17 @@ proto.online.ReqLatestSignReport.prototype.getPayload_asB64 = function() {
* This is a type-conversion wrapper around `getPayload()`
* @return {!Uint8Array}
*/
proto.online.ReqLatestSignReport.prototype.getPayload_asU8 = function() {
proto.online.ReqSignMetrics.prototype.getPayload_asU8 = function() {
return /** @type {!Uint8Array} */ (jspb.Message.bytesAsU8(
this.getPayload()));
};


/**
* @param {!(string|Uint8Array)} value
* @return {!proto.online.ReqLatestSignReport} returns this
* @return {!proto.online.ReqSignMetrics} returns this
*/
proto.online.ReqLatestSignReport.prototype.setPayload = function(value) {
proto.online.ReqSignMetrics.prototype.setPayload = function(value) {
return jspb.Message.setProto3BytesField(this, 3, value);
};

Expand Down Expand Up @@ -1263,8 +1263,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) {
* http://goto/soy-param-migration
* @return {!Object}
*/
proto.online.ReqSignMetrics.prototype.toObject = function(opt_includeInstance) {
return proto.online.ReqSignMetrics.toObject(opt_includeInstance, this);
proto.online.ReqLatestSignReport.prototype.toObject = function(opt_includeInstance) {
return proto.online.ReqLatestSignReport.toObject(opt_includeInstance, this);
};


Expand All @@ -1273,11 +1273,11 @@ proto.online.ReqSignMetrics.prototype.toObject = function(opt_includeInstance) {
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
* the JSPB instance for transitional soy proto support:
* http://goto/soy-param-migration
* @param {!proto.online.ReqSignMetrics} msg The msg instance to transform.
* @param {!proto.online.ReqLatestSignReport} msg The msg instance to transform.
* @return {!Object}
* @suppress {unusedLocalVariables} f is only used for nested messages
*/
proto.online.ReqSignMetrics.toObject = function(includeInstance, msg) {
proto.online.ReqLatestSignReport.toObject = function(includeInstance, msg) {
var f, obj = {
nodeId: jspb.Message.getFieldWithDefault(msg, 1, "")
};
Expand All @@ -1293,23 +1293,23 @@ proto.online.ReqSignMetrics.toObject = function(includeInstance, msg) {
/**
* Deserializes binary data (in protobuf wire format).
* @param {jspb.ByteSource} bytes The bytes to deserialize.
* @return {!proto.online.ReqSignMetrics}
* @return {!proto.online.ReqLatestSignReport}
*/
proto.online.ReqSignMetrics.deserializeBinary = function(bytes) {
proto.online.ReqLatestSignReport.deserializeBinary = function(bytes) {
var reader = new jspb.BinaryReader(bytes);
var msg = new proto.online.ReqSignMetrics;
return proto.online.ReqSignMetrics.deserializeBinaryFromReader(msg, reader);
var msg = new proto.online.ReqLatestSignReport;
return proto.online.ReqLatestSignReport.deserializeBinaryFromReader(msg, reader);
};


/**
* Deserializes binary data (in protobuf wire format) from the
* given reader into the given message object.
* @param {!proto.online.ReqSignMetrics} msg The message object to deserialize into.
* @param {!proto.online.ReqLatestSignReport} msg The message object to deserialize into.
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
* @return {!proto.online.ReqSignMetrics}
* @return {!proto.online.ReqLatestSignReport}
*/
proto.online.ReqSignMetrics.deserializeBinaryFromReader = function(msg, reader) {
proto.online.ReqLatestSignReport.deserializeBinaryFromReader = function(msg, reader) {
while (reader.nextField()) {
if (reader.isEndGroup()) {
break;
Expand All @@ -1333,21 +1333,21 @@ proto.online.ReqSignMetrics.deserializeBinaryFromReader = function(msg, reader)
* Serializes the message to binary data (in protobuf wire format).
* @return {!Uint8Array}
*/
proto.online.ReqSignMetrics.prototype.serializeBinary = function() {
proto.online.ReqLatestSignReport.prototype.serializeBinary = function() {
var writer = new jspb.BinaryWriter();
proto.online.ReqSignMetrics.serializeBinaryToWriter(this, writer);
proto.online.ReqLatestSignReport.serializeBinaryToWriter(this, writer);
return writer.getResultBuffer();
};


/**
* Serializes the given message to binary data (in protobuf wire
* format), writing to the given BinaryWriter.
* @param {!proto.online.ReqSignMetrics} message
* @param {!proto.online.ReqLatestSignReport} message
* @param {!jspb.BinaryWriter} writer
* @suppress {unusedLocalVariables} f is only used for nested messages
*/
proto.online.ReqSignMetrics.serializeBinaryToWriter = function(message, writer) {
proto.online.ReqLatestSignReport.serializeBinaryToWriter = function(message, writer) {
var f = undefined;
f = message.getNodeId();
if (f.length > 0) {
Expand All @@ -1363,16 +1363,16 @@ proto.online.ReqSignMetrics.serializeBinaryToWriter = function(message, writer)
* optional string node_id = 1;
* @return {string}
*/
proto.online.ReqSignMetrics.prototype.getNodeId = function() {
proto.online.ReqLatestSignReport.prototype.getNodeId = function() {
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
};


/**
* @param {string} value
* @return {!proto.online.ReqSignMetrics} returns this
* @return {!proto.online.ReqLatestSignReport} returns this
*/
proto.online.ReqSignMetrics.prototype.setNodeId = function(value) {
proto.online.ReqLatestSignReport.prototype.setNodeId = function(value) {
return jspb.Message.setProto3StringField(this, 1, value);
};

Expand Down
Loading

0 comments on commit 8975804

Please sign in to comment.