@@ -11,9 +11,9 @@ var jspb = require('google-protobuf');
1111var goog = jspb ;
1212var global = Function ( 'return this' ) ( ) ;
1313
14- goog . exportSymbol ( 'proto.HealthCheckUpRequest' , null , global ) ;
1514goog . exportSymbol ( 'proto.PrintRequest' , null , global ) ;
1615goog . exportSymbol ( 'proto.PrintResponse' , null , global ) ;
16+ goog . exportSymbol ( 'proto.PrinterHealthCheckUpRequest' , null , global ) ;
1717goog . exportSymbol ( 'proto.PrinterHealthStatus' , null , global ) ;
1818
1919/**
@@ -417,12 +417,12 @@ proto.PrintResponse.prototype.setMessage = function(value) {
417417 * @extends {jspb.Message }
418418 * @constructor
419419 */
420- proto . HealthCheckUpRequest = function ( opt_data ) {
420+ proto . PrinterHealthCheckUpRequest = function ( opt_data ) {
421421 jspb . Message . initialize ( this , opt_data , 0 , - 1 , null , null ) ;
422422} ;
423- goog . inherits ( proto . HealthCheckUpRequest , jspb . Message ) ;
423+ goog . inherits ( proto . PrinterHealthCheckUpRequest , jspb . Message ) ;
424424if ( goog . DEBUG && ! COMPILED ) {
425- proto . HealthCheckUpRequest . displayName = 'proto.HealthCheckUpRequest ' ;
425+ proto . PrinterHealthCheckUpRequest . displayName = 'proto.PrinterHealthCheckUpRequest ' ;
426426}
427427
428428
@@ -437,8 +437,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) {
437437 * for transitional soy proto support: http://goto/soy-param-migration
438438 * @return {!Object }
439439 */
440- proto . HealthCheckUpRequest . prototype . toObject = function ( opt_includeInstance ) {
441- return proto . HealthCheckUpRequest . toObject ( opt_includeInstance , this ) ;
440+ proto . PrinterHealthCheckUpRequest . prototype . toObject = function ( opt_includeInstance ) {
441+ return proto . PrinterHealthCheckUpRequest . toObject ( opt_includeInstance , this ) ;
442442} ;
443443
444444
@@ -447,11 +447,11 @@ proto.HealthCheckUpRequest.prototype.toObject = function(opt_includeInstance) {
447447 * @param {boolean|undefined } includeInstance Whether to include the JSPB
448448 * instance for transitional soy proto support:
449449 * http://goto/soy-param-migration
450- * @param {!proto.HealthCheckUpRequest } msg The msg instance to transform.
450+ * @param {!proto.PrinterHealthCheckUpRequest } msg The msg instance to transform.
451451 * @return {!Object }
452452 * @suppress {unusedLocalVariables} f is only used for nested messages
453453 */
454- proto . HealthCheckUpRequest . toObject = function ( includeInstance , msg ) {
454+ proto . PrinterHealthCheckUpRequest . toObject = function ( includeInstance , msg ) {
455455 var f , obj = {
456456 memberName : jspb . Message . getFieldWithDefault ( msg , 1 , "" )
457457 } ;
@@ -467,23 +467,23 @@ proto.HealthCheckUpRequest.toObject = function(includeInstance, msg) {
467467/**
468468 * Deserializes binary data (in protobuf wire format).
469469 * @param {jspb.ByteSource } bytes The bytes to deserialize.
470- * @return {!proto.HealthCheckUpRequest }
470+ * @return {!proto.PrinterHealthCheckUpRequest }
471471 */
472- proto . HealthCheckUpRequest . deserializeBinary = function ( bytes ) {
472+ proto . PrinterHealthCheckUpRequest . deserializeBinary = function ( bytes ) {
473473 var reader = new jspb . BinaryReader ( bytes ) ;
474- var msg = new proto . HealthCheckUpRequest ;
475- return proto . HealthCheckUpRequest . deserializeBinaryFromReader ( msg , reader ) ;
474+ var msg = new proto . PrinterHealthCheckUpRequest ;
475+ return proto . PrinterHealthCheckUpRequest . deserializeBinaryFromReader ( msg , reader ) ;
476476} ;
477477
478478
479479/**
480480 * Deserializes binary data (in protobuf wire format) from the
481481 * given reader into the given message object.
482- * @param {!proto.HealthCheckUpRequest } msg The message object to deserialize into.
482+ * @param {!proto.PrinterHealthCheckUpRequest } msg The message object to deserialize into.
483483 * @param {!jspb.BinaryReader } reader The BinaryReader to use.
484- * @return {!proto.HealthCheckUpRequest }
484+ * @return {!proto.PrinterHealthCheckUpRequest }
485485 */
486- proto . HealthCheckUpRequest . deserializeBinaryFromReader = function ( msg , reader ) {
486+ proto . PrinterHealthCheckUpRequest . deserializeBinaryFromReader = function ( msg , reader ) {
487487 while ( reader . nextField ( ) ) {
488488 if ( reader . isEndGroup ( ) ) {
489489 break ;
@@ -507,21 +507,21 @@ proto.HealthCheckUpRequest.deserializeBinaryFromReader = function(msg, reader) {
507507 * Serializes the message to binary data (in protobuf wire format).
508508 * @return {!Uint8Array }
509509 */
510- proto . HealthCheckUpRequest . prototype . serializeBinary = function ( ) {
510+ proto . PrinterHealthCheckUpRequest . prototype . serializeBinary = function ( ) {
511511 var writer = new jspb . BinaryWriter ( ) ;
512- proto . HealthCheckUpRequest . serializeBinaryToWriter ( this , writer ) ;
512+ proto . PrinterHealthCheckUpRequest . serializeBinaryToWriter ( this , writer ) ;
513513 return writer . getResultBuffer ( ) ;
514514} ;
515515
516516
517517/**
518518 * Serializes the given message to binary data (in protobuf wire
519519 * format), writing to the given BinaryWriter.
520- * @param {!proto.HealthCheckUpRequest } message
520+ * @param {!proto.PrinterHealthCheckUpRequest } message
521521 * @param {!jspb.BinaryWriter } writer
522522 * @suppress {unusedLocalVariables} f is only used for nested messages
523523 */
524- proto . HealthCheckUpRequest . serializeBinaryToWriter = function ( message , writer ) {
524+ proto . PrinterHealthCheckUpRequest . serializeBinaryToWriter = function ( message , writer ) {
525525 var f = undefined ;
526526 f = message . getMemberName ( ) ;
527527 if ( f . length > 0 ) {
@@ -537,13 +537,13 @@ proto.HealthCheckUpRequest.serializeBinaryToWriter = function(message, writer) {
537537 * optional string member_name = 1;
538538 * @return {string }
539539 */
540- proto . HealthCheckUpRequest . prototype . getMemberName = function ( ) {
540+ proto . PrinterHealthCheckUpRequest . prototype . getMemberName = function ( ) {
541541 return /** @type {string } */ ( jspb . Message . getFieldWithDefault ( this , 1 , "" ) ) ;
542542} ;
543543
544544
545545/** @param {string } value */
546- proto . HealthCheckUpRequest . prototype . setMemberName = function ( value ) {
546+ proto . PrinterHealthCheckUpRequest . prototype . setMemberName = function ( value ) {
547547 jspb . Message . setProto3StringField ( this , 1 , value ) ;
548548} ;
549549
0 commit comments