@contract-case/case-connector 0.6.7 → 0.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (54) hide show
  1. package/CHANGELOG.md +26 -0
  2. package/dist/src/connectors/case-boundary/definer.d.ts.map +1 -0
  3. package/dist/src/connectors/{storage → case-boundary}/definer.js +1 -2
  4. package/dist/src/connectors/case-boundary/definer.js.map +1 -0
  5. package/dist/src/connectors/case-boundary/verifier.d.ts.map +1 -0
  6. package/dist/src/connectors/{storage → case-boundary}/verifier.js +1 -2
  7. package/dist/src/connectors/case-boundary/verifier.js.map +1 -0
  8. package/dist/src/connectors/grpc/contract-case-stream-temp.d.ts.map +1 -1
  9. package/dist/src/connectors/grpc/contract-case-stream-temp.js +9 -35
  10. package/dist/src/connectors/grpc/contract-case-stream-temp.js.map +1 -1
  11. package/dist/src/connectors/grpc/promiseHandler/promiseHandler.js.map +1 -1
  12. package/dist/src/connectors/grpc/proto/contract_case_stream_grpc_pb.js.map +1 -1
  13. package/dist/src/connectors/grpc/proto/contract_case_stream_pb.js +588 -2051
  14. package/dist/src/connectors/grpc/proto/contract_case_stream_pb.js.map +1 -1
  15. package/dist/src/connectors/grpc/requestMappers/config/config.js.map +1 -1
  16. package/dist/src/connectors/grpc/requestMappers/config/stateHandlers.d.ts.map +1 -1
  17. package/dist/src/connectors/grpc/requestMappers/config/stateHandlers.js +4 -1
  18. package/dist/src/connectors/grpc/requestMappers/config/stateHandlers.js.map +1 -1
  19. package/dist/src/connectors/grpc/requestMappers/json.js.map +1 -1
  20. package/dist/src/connectors/grpc/requestMappers/result.js.map +1 -1
  21. package/dist/src/connectors/grpc/requestMappers/values.js.map +1 -1
  22. package/dist/src/connectors/grpc/responseMappers/json.js.map +1 -1
  23. package/dist/src/connectors/grpc/responseMappers/result.js.map +1 -1
  24. package/dist/src/{connectors → domain}/config.d.ts +1 -1
  25. package/dist/src/domain/config.d.ts.map +1 -0
  26. package/dist/src/domain/config.js.map +1 -0
  27. package/dist/src/{connectors → domain}/define.d.ts +4 -3
  28. package/dist/src/domain/define.d.ts.map +1 -0
  29. package/dist/src/{connectors → domain}/define.js +1 -1
  30. package/dist/src/domain/define.js.map +1 -0
  31. package/dist/src/domain/types.d.ts +6 -2
  32. package/dist/src/domain/types.d.ts.map +1 -1
  33. package/dist/src/{connectors → domain}/verify.d.ts +1 -1
  34. package/dist/src/domain/verify.d.ts.map +1 -0
  35. package/dist/src/{connectors → domain}/verify.js +1 -1
  36. package/dist/src/domain/verify.js.map +1 -0
  37. package/dist/tsconfig.build.tsbuildinfo +1 -1
  38. package/package.json +7 -6
  39. package/proto/contract_case_stream.proto +12 -41
  40. package/src/connectors/grpc/proto/contract_case_stream_pb.d.ts +23 -348
  41. package/src/connectors/grpc/proto/contract_case_stream_pb.js +788 -2587
  42. package/dist/src/connectors/config.d.ts.map +0 -1
  43. package/dist/src/connectors/config.js.map +0 -1
  44. package/dist/src/connectors/define.d.ts.map +0 -1
  45. package/dist/src/connectors/define.js.map +0 -1
  46. package/dist/src/connectors/storage/definer.d.ts.map +0 -1
  47. package/dist/src/connectors/storage/definer.js.map +0 -1
  48. package/dist/src/connectors/storage/verifier.d.ts.map +0 -1
  49. package/dist/src/connectors/storage/verifier.js.map +0 -1
  50. package/dist/src/connectors/verify.d.ts.map +0 -1
  51. package/dist/src/connectors/verify.js.map +0 -1
  52. /package/dist/src/connectors/{storage → case-boundary}/definer.d.ts +0 -0
  53. /package/dist/src/connectors/{storage → case-boundary}/verifier.d.ts +0 -0
  54. /package/dist/src/{connectors → domain}/config.js +0 -0
@@ -33,7 +33,6 @@ goog.object.extend(proto, google_protobuf_struct_pb);
33
33
  var google_protobuf_wrappers_pb = require('google-protobuf/google/protobuf/wrappers_pb.js');
34
34
  goog.object.extend(proto, google_protobuf_wrappers_pb);
35
35
  goog.exportSymbol('proto.io.contract_testing.contractcase.grpc.BeginDefinitionRequest', null, global);
36
- goog.exportSymbol('proto.io.contract_testing.contractcase.grpc.BeginDefinitionResponse', null, global);
37
36
  goog.exportSymbol('proto.io.contract_testing.contractcase.grpc.BoundaryResult', null, global);
38
37
  goog.exportSymbol('proto.io.contract_testing.contractcase.grpc.BoundaryResult.ValueCase', null, global);
39
38
  goog.exportSymbol('proto.io.contract_testing.contractcase.grpc.ContractCaseConfig', null, global);
@@ -43,30 +42,23 @@ goog.exportSymbol('proto.io.contract_testing.contractcase.grpc.DefinitionRequest
43
42
  goog.exportSymbol('proto.io.contract_testing.contractcase.grpc.DefinitionResponse', null, global);
44
43
  goog.exportSymbol('proto.io.contract_testing.contractcase.grpc.DefinitionResponse.KindCase', null, global);
45
44
  goog.exportSymbol('proto.io.contract_testing.contractcase.grpc.EndDefinitionRequest', null, global);
46
- goog.exportSymbol('proto.io.contract_testing.contractcase.grpc.EndDefinitionResponse', null, global);
47
- goog.exportSymbol('proto.io.contract_testing.contractcase.grpc.LogPrinterResponse', null, global);
48
45
  goog.exportSymbol('proto.io.contract_testing.contractcase.grpc.LogRequest', null, global);
49
46
  goog.exportSymbol('proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest', null, global);
50
47
  goog.exportSymbol('proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest', null, global);
51
48
  goog.exportSymbol('proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest', null, global);
52
49
  goog.exportSymbol('proto.io.contract_testing.contractcase.grpc.ResultFailure', null, global);
53
- goog.exportSymbol('proto.io.contract_testing.contractcase.grpc.ResultPrinterResponse', null, global);
50
+ goog.exportSymbol('proto.io.contract_testing.contractcase.grpc.ResultResponse', null, global);
54
51
  goog.exportSymbol('proto.io.contract_testing.contractcase.grpc.ResultSuccess', null, global);
55
52
  goog.exportSymbol('proto.io.contract_testing.contractcase.grpc.ResultSuccessHasAnyPayload', null, global);
56
53
  goog.exportSymbol('proto.io.contract_testing.contractcase.grpc.ResultSuccessHasMapPayload', null, global);
57
54
  goog.exportSymbol('proto.io.contract_testing.contractcase.grpc.RunExampleRequest', null, global);
58
- goog.exportSymbol('proto.io.contract_testing.contractcase.grpc.RunExampleResponse', null, global);
59
55
  goog.exportSymbol('proto.io.contract_testing.contractcase.grpc.RunRejectingExampleRequest', null, global);
60
- goog.exportSymbol('proto.io.contract_testing.contractcase.grpc.RunRejectingExampleResponse', null, global);
61
56
  goog.exportSymbol('proto.io.contract_testing.contractcase.grpc.RunStateHandlerRequest', null, global);
62
57
  goog.exportSymbol('proto.io.contract_testing.contractcase.grpc.StateHandlerHandle', null, global);
63
58
  goog.exportSymbol('proto.io.contract_testing.contractcase.grpc.StateHandlerHandle.Stage', null, global);
64
- goog.exportSymbol('proto.io.contract_testing.contractcase.grpc.StateHandlerResponse', null, global);
65
59
  goog.exportSymbol('proto.io.contract_testing.contractcase.grpc.StripMatchersRequest', null, global);
66
- goog.exportSymbol('proto.io.contract_testing.contractcase.grpc.StripMatchersResponse', null, global);
67
60
  goog.exportSymbol('proto.io.contract_testing.contractcase.grpc.TriggerFunctionHandle', null, global);
68
61
  goog.exportSymbol('proto.io.contract_testing.contractcase.grpc.TriggerFunctionRequest', null, global);
69
- goog.exportSymbol('proto.io.contract_testing.contractcase.grpc.TriggerFunctionResponse', null, global);
70
62
  /**
71
63
  * Generated by JsPbCodeGenerator.
72
64
  * @param {Array=} opt_data Optional initial data array, typically from a
@@ -361,69 +353,6 @@ if (goog.DEBUG && !COMPILED) {
361
353
  */
362
354
  proto.io.contract_testing.contractcase.grpc.EndDefinitionRequest.displayName = 'proto.io.contract_testing.contractcase.grpc.EndDefinitionRequest';
363
355
  }
364
- /**
365
- * Generated by JsPbCodeGenerator.
366
- * @param {Array=} opt_data Optional initial data array, typically from a
367
- * server response, or constructed directly in Javascript. The array is used
368
- * in place and becomes part of the constructed object. It is not cloned.
369
- * If no data is provided, the constructed object will be empty, but still
370
- * valid.
371
- * @extends {jspb.Message}
372
- * @constructor
373
- */
374
- proto.io.contract_testing.contractcase.grpc.StateHandlerResponse = function (opt_data) {
375
- jspb.Message.initialize(this, opt_data, 0, -1, null, null);
376
- };
377
- goog.inherits(proto.io.contract_testing.contractcase.grpc.StateHandlerResponse, jspb.Message);
378
- if (goog.DEBUG && !COMPILED) {
379
- /**
380
- * @public
381
- * @override
382
- */
383
- proto.io.contract_testing.contractcase.grpc.StateHandlerResponse.displayName = 'proto.io.contract_testing.contractcase.grpc.StateHandlerResponse';
384
- }
385
- /**
386
- * Generated by JsPbCodeGenerator.
387
- * @param {Array=} opt_data Optional initial data array, typically from a
388
- * server response, or constructed directly in Javascript. The array is used
389
- * in place and becomes part of the constructed object. It is not cloned.
390
- * If no data is provided, the constructed object will be empty, but still
391
- * valid.
392
- * @extends {jspb.Message}
393
- * @constructor
394
- */
395
- proto.io.contract_testing.contractcase.grpc.LogPrinterResponse = function (opt_data) {
396
- jspb.Message.initialize(this, opt_data, 0, -1, null, null);
397
- };
398
- goog.inherits(proto.io.contract_testing.contractcase.grpc.LogPrinterResponse, jspb.Message);
399
- if (goog.DEBUG && !COMPILED) {
400
- /**
401
- * @public
402
- * @override
403
- */
404
- proto.io.contract_testing.contractcase.grpc.LogPrinterResponse.displayName = 'proto.io.contract_testing.contractcase.grpc.LogPrinterResponse';
405
- }
406
- /**
407
- * Generated by JsPbCodeGenerator.
408
- * @param {Array=} opt_data Optional initial data array, typically from a
409
- * server response, or constructed directly in Javascript. The array is used
410
- * in place and becomes part of the constructed object. It is not cloned.
411
- * If no data is provided, the constructed object will be empty, but still
412
- * valid.
413
- * @extends {jspb.Message}
414
- * @constructor
415
- */
416
- proto.io.contract_testing.contractcase.grpc.ResultPrinterResponse = function (opt_data) {
417
- jspb.Message.initialize(this, opt_data, 0, -1, null, null);
418
- };
419
- goog.inherits(proto.io.contract_testing.contractcase.grpc.ResultPrinterResponse, jspb.Message);
420
- if (goog.DEBUG && !COMPILED) {
421
- /**
422
- * @public
423
- * @override
424
- */
425
- proto.io.contract_testing.contractcase.grpc.ResultPrinterResponse.displayName = 'proto.io.contract_testing.contractcase.grpc.ResultPrinterResponse';
426
- }
427
356
  /**
428
357
  * Generated by JsPbCodeGenerator.
429
358
  * @param {Array=} opt_data Optional initial data array, typically from a
@@ -560,121 +489,16 @@ if (goog.DEBUG && !COMPILED) {
560
489
  * @extends {jspb.Message}
561
490
  * @constructor
562
491
  */
563
- proto.io.contract_testing.contractcase.grpc.BeginDefinitionResponse = function (opt_data) {
564
- jspb.Message.initialize(this, opt_data, 0, -1, null, null);
565
- };
566
- goog.inherits(proto.io.contract_testing.contractcase.grpc.BeginDefinitionResponse, jspb.Message);
567
- if (goog.DEBUG && !COMPILED) {
568
- /**
569
- * @public
570
- * @override
571
- */
572
- proto.io.contract_testing.contractcase.grpc.BeginDefinitionResponse.displayName = 'proto.io.contract_testing.contractcase.grpc.BeginDefinitionResponse';
573
- }
574
- /**
575
- * Generated by JsPbCodeGenerator.
576
- * @param {Array=} opt_data Optional initial data array, typically from a
577
- * server response, or constructed directly in Javascript. The array is used
578
- * in place and becomes part of the constructed object. It is not cloned.
579
- * If no data is provided, the constructed object will be empty, but still
580
- * valid.
581
- * @extends {jspb.Message}
582
- * @constructor
583
- */
584
- proto.io.contract_testing.contractcase.grpc.RunExampleResponse = function (opt_data) {
585
- jspb.Message.initialize(this, opt_data, 0, -1, null, null);
586
- };
587
- goog.inherits(proto.io.contract_testing.contractcase.grpc.RunExampleResponse, jspb.Message);
588
- if (goog.DEBUG && !COMPILED) {
589
- /**
590
- * @public
591
- * @override
592
- */
593
- proto.io.contract_testing.contractcase.grpc.RunExampleResponse.displayName = 'proto.io.contract_testing.contractcase.grpc.RunExampleResponse';
594
- }
595
- /**
596
- * Generated by JsPbCodeGenerator.
597
- * @param {Array=} opt_data Optional initial data array, typically from a
598
- * server response, or constructed directly in Javascript. The array is used
599
- * in place and becomes part of the constructed object. It is not cloned.
600
- * If no data is provided, the constructed object will be empty, but still
601
- * valid.
602
- * @extends {jspb.Message}
603
- * @constructor
604
- */
605
- proto.io.contract_testing.contractcase.grpc.RunRejectingExampleResponse = function (opt_data) {
606
- jspb.Message.initialize(this, opt_data, 0, -1, null, null);
607
- };
608
- goog.inherits(proto.io.contract_testing.contractcase.grpc.RunRejectingExampleResponse, jspb.Message);
609
- if (goog.DEBUG && !COMPILED) {
610
- /**
611
- * @public
612
- * @override
613
- */
614
- proto.io.contract_testing.contractcase.grpc.RunRejectingExampleResponse.displayName = 'proto.io.contract_testing.contractcase.grpc.RunRejectingExampleResponse';
615
- }
616
- /**
617
- * Generated by JsPbCodeGenerator.
618
- * @param {Array=} opt_data Optional initial data array, typically from a
619
- * server response, or constructed directly in Javascript. The array is used
620
- * in place and becomes part of the constructed object. It is not cloned.
621
- * If no data is provided, the constructed object will be empty, but still
622
- * valid.
623
- * @extends {jspb.Message}
624
- * @constructor
625
- */
626
- proto.io.contract_testing.contractcase.grpc.StripMatchersResponse = function (opt_data) {
627
- jspb.Message.initialize(this, opt_data, 0, -1, null, null);
628
- };
629
- goog.inherits(proto.io.contract_testing.contractcase.grpc.StripMatchersResponse, jspb.Message);
630
- if (goog.DEBUG && !COMPILED) {
631
- /**
632
- * @public
633
- * @override
634
- */
635
- proto.io.contract_testing.contractcase.grpc.StripMatchersResponse.displayName = 'proto.io.contract_testing.contractcase.grpc.StripMatchersResponse';
636
- }
637
- /**
638
- * Generated by JsPbCodeGenerator.
639
- * @param {Array=} opt_data Optional initial data array, typically from a
640
- * server response, or constructed directly in Javascript. The array is used
641
- * in place and becomes part of the constructed object. It is not cloned.
642
- * If no data is provided, the constructed object will be empty, but still
643
- * valid.
644
- * @extends {jspb.Message}
645
- * @constructor
646
- */
647
- proto.io.contract_testing.contractcase.grpc.EndDefinitionResponse = function (opt_data) {
648
- jspb.Message.initialize(this, opt_data, 0, -1, null, null);
649
- };
650
- goog.inherits(proto.io.contract_testing.contractcase.grpc.EndDefinitionResponse, jspb.Message);
651
- if (goog.DEBUG && !COMPILED) {
652
- /**
653
- * @public
654
- * @override
655
- */
656
- proto.io.contract_testing.contractcase.grpc.EndDefinitionResponse.displayName = 'proto.io.contract_testing.contractcase.grpc.EndDefinitionResponse';
657
- }
658
- /**
659
- * Generated by JsPbCodeGenerator.
660
- * @param {Array=} opt_data Optional initial data array, typically from a
661
- * server response, or constructed directly in Javascript. The array is used
662
- * in place and becomes part of the constructed object. It is not cloned.
663
- * If no data is provided, the constructed object will be empty, but still
664
- * valid.
665
- * @extends {jspb.Message}
666
- * @constructor
667
- */
668
- proto.io.contract_testing.contractcase.grpc.TriggerFunctionResponse = function (opt_data) {
492
+ proto.io.contract_testing.contractcase.grpc.ResultResponse = function (opt_data) {
669
493
  jspb.Message.initialize(this, opt_data, 0, -1, null, null);
670
494
  };
671
- goog.inherits(proto.io.contract_testing.contractcase.grpc.TriggerFunctionResponse, jspb.Message);
495
+ goog.inherits(proto.io.contract_testing.contractcase.grpc.ResultResponse, jspb.Message);
672
496
  if (goog.DEBUG && !COMPILED) {
673
497
  /**
674
498
  * @public
675
499
  * @override
676
500
  */
677
- proto.io.contract_testing.contractcase.grpc.TriggerFunctionResponse.displayName = 'proto.io.contract_testing.contractcase.grpc.TriggerFunctionResponse';
501
+ proto.io.contract_testing.contractcase.grpc.ResultResponse.displayName = 'proto.io.contract_testing.contractcase.grpc.ResultResponse';
678
502
  }
679
503
  /**
680
504
  * Generated by JsPbCodeGenerator.
@@ -3294,22 +3118,21 @@ if (jspb.Message.GENERATE_TO_OBJECT) {
3294
3118
  * http://goto/soy-param-migration
3295
3119
  * @return {!Object}
3296
3120
  */
3297
- proto.io.contract_testing.contractcase.grpc.StateHandlerResponse.prototype.toObject = function (opt_includeInstance) {
3298
- return proto.io.contract_testing.contractcase.grpc.StateHandlerResponse.toObject(opt_includeInstance, this);
3121
+ proto.io.contract_testing.contractcase.grpc.RunStateHandlerRequest.prototype.toObject = function (opt_includeInstance) {
3122
+ return proto.io.contract_testing.contractcase.grpc.RunStateHandlerRequest.toObject(opt_includeInstance, this);
3299
3123
  };
3300
3124
  /**
3301
3125
  * Static version of the {@see toObject} method.
3302
3126
  * @param {boolean|undefined} includeInstance Deprecated. Whether to include
3303
3127
  * the JSPB instance for transitional soy proto support:
3304
3128
  * http://goto/soy-param-migration
3305
- * @param {!proto.io.contract_testing.contractcase.grpc.StateHandlerResponse} msg The msg instance to transform.
3129
+ * @param {!proto.io.contract_testing.contractcase.grpc.RunStateHandlerRequest} msg The msg instance to transform.
3306
3130
  * @return {!Object}
3307
3131
  * @suppress {unusedLocalVariables} f is only used for nested messages
3308
3132
  */
3309
- proto.io.contract_testing.contractcase.grpc.StateHandlerResponse.toObject = function (includeInstance, msg) {
3133
+ proto.io.contract_testing.contractcase.grpc.RunStateHandlerRequest.toObject = function (includeInstance, msg) {
3310
3134
  var f, obj = {
3311
- stateHandlerHandle: (f = msg.getStateHandlerHandle()) && proto.io.contract_testing.contractcase.grpc.StateHandlerHandle.toObject(includeInstance, f),
3312
- result: (f = msg.getResult()) && proto.io.contract_testing.contractcase.grpc.BoundaryResult.toObject(includeInstance, f)
3135
+ stateHandlerHandle: (f = msg.getStateHandlerHandle()) && proto.io.contract_testing.contractcase.grpc.StateHandlerHandle.toObject(includeInstance, f)
3313
3136
  };
3314
3137
  if (includeInstance) {
3315
3138
  obj.$jspbMessageInstance = msg;
@@ -3320,21 +3143,21 @@ if (jspb.Message.GENERATE_TO_OBJECT) {
3320
3143
  /**
3321
3144
  * Deserializes binary data (in protobuf wire format).
3322
3145
  * @param {jspb.ByteSource} bytes The bytes to deserialize.
3323
- * @return {!proto.io.contract_testing.contractcase.grpc.StateHandlerResponse}
3146
+ * @return {!proto.io.contract_testing.contractcase.grpc.RunStateHandlerRequest}
3324
3147
  */
3325
- proto.io.contract_testing.contractcase.grpc.StateHandlerResponse.deserializeBinary = function (bytes) {
3148
+ proto.io.contract_testing.contractcase.grpc.RunStateHandlerRequest.deserializeBinary = function (bytes) {
3326
3149
  var reader = new jspb.BinaryReader(bytes);
3327
- var msg = new proto.io.contract_testing.contractcase.grpc.StateHandlerResponse;
3328
- return proto.io.contract_testing.contractcase.grpc.StateHandlerResponse.deserializeBinaryFromReader(msg, reader);
3150
+ var msg = new proto.io.contract_testing.contractcase.grpc.RunStateHandlerRequest;
3151
+ return proto.io.contract_testing.contractcase.grpc.RunStateHandlerRequest.deserializeBinaryFromReader(msg, reader);
3329
3152
  };
3330
3153
  /**
3331
3154
  * Deserializes binary data (in protobuf wire format) from the
3332
3155
  * given reader into the given message object.
3333
- * @param {!proto.io.contract_testing.contractcase.grpc.StateHandlerResponse} msg The message object to deserialize into.
3156
+ * @param {!proto.io.contract_testing.contractcase.grpc.RunStateHandlerRequest} msg The message object to deserialize into.
3334
3157
  * @param {!jspb.BinaryReader} reader The BinaryReader to use.
3335
- * @return {!proto.io.contract_testing.contractcase.grpc.StateHandlerResponse}
3158
+ * @return {!proto.io.contract_testing.contractcase.grpc.RunStateHandlerRequest}
3336
3159
  */
3337
- proto.io.contract_testing.contractcase.grpc.StateHandlerResponse.deserializeBinaryFromReader = function (msg, reader) {
3160
+ proto.io.contract_testing.contractcase.grpc.RunStateHandlerRequest.deserializeBinaryFromReader = function (msg, reader) {
3338
3161
  while (reader.nextField()) {
3339
3162
  if (reader.isEndGroup()) {
3340
3163
  break;
@@ -3346,11 +3169,6 @@ proto.io.contract_testing.contractcase.grpc.StateHandlerResponse.deserializeBina
3346
3169
  reader.readMessage(value, proto.io.contract_testing.contractcase.grpc.StateHandlerHandle.deserializeBinaryFromReader);
3347
3170
  msg.setStateHandlerHandle(value);
3348
3171
  break;
3349
- case 2:
3350
- var value = new proto.io.contract_testing.contractcase.grpc.BoundaryResult;
3351
- reader.readMessage(value, proto.io.contract_testing.contractcase.grpc.BoundaryResult.deserializeBinaryFromReader);
3352
- msg.setResult(value);
3353
- break;
3354
3172
  default:
3355
3173
  reader.skipField();
3356
3174
  break;
@@ -3362,85 +3180,53 @@ proto.io.contract_testing.contractcase.grpc.StateHandlerResponse.deserializeBina
3362
3180
  * Serializes the message to binary data (in protobuf wire format).
3363
3181
  * @return {!Uint8Array}
3364
3182
  */
3365
- proto.io.contract_testing.contractcase.grpc.StateHandlerResponse.prototype.serializeBinary = function () {
3183
+ proto.io.contract_testing.contractcase.grpc.RunStateHandlerRequest.prototype.serializeBinary = function () {
3366
3184
  var writer = new jspb.BinaryWriter();
3367
- proto.io.contract_testing.contractcase.grpc.StateHandlerResponse.serializeBinaryToWriter(this, writer);
3185
+ proto.io.contract_testing.contractcase.grpc.RunStateHandlerRequest.serializeBinaryToWriter(this, writer);
3368
3186
  return writer.getResultBuffer();
3369
3187
  };
3370
3188
  /**
3371
3189
  * Serializes the given message to binary data (in protobuf wire
3372
3190
  * format), writing to the given BinaryWriter.
3373
- * @param {!proto.io.contract_testing.contractcase.grpc.StateHandlerResponse} message
3191
+ * @param {!proto.io.contract_testing.contractcase.grpc.RunStateHandlerRequest} message
3374
3192
  * @param {!jspb.BinaryWriter} writer
3375
3193
  * @suppress {unusedLocalVariables} f is only used for nested messages
3376
3194
  */
3377
- proto.io.contract_testing.contractcase.grpc.StateHandlerResponse.serializeBinaryToWriter = function (message, writer) {
3195
+ proto.io.contract_testing.contractcase.grpc.RunStateHandlerRequest.serializeBinaryToWriter = function (message, writer) {
3378
3196
  var f = undefined;
3379
3197
  f = message.getStateHandlerHandle();
3380
3198
  if (f != null) {
3381
3199
  writer.writeMessage(1, f, proto.io.contract_testing.contractcase.grpc.StateHandlerHandle.serializeBinaryToWriter);
3382
3200
  }
3383
- f = message.getResult();
3384
- if (f != null) {
3385
- writer.writeMessage(2, f, proto.io.contract_testing.contractcase.grpc.BoundaryResult.serializeBinaryToWriter);
3386
- }
3387
3201
  };
3388
3202
  /**
3389
3203
  * optional StateHandlerHandle state_handler_handle = 1;
3390
3204
  * @return {?proto.io.contract_testing.contractcase.grpc.StateHandlerHandle}
3391
3205
  */
3392
- proto.io.contract_testing.contractcase.grpc.StateHandlerResponse.prototype.getStateHandlerHandle = function () {
3206
+ proto.io.contract_testing.contractcase.grpc.RunStateHandlerRequest.prototype.getStateHandlerHandle = function () {
3393
3207
  return /** @type{?proto.io.contract_testing.contractcase.grpc.StateHandlerHandle} */ (jspb.Message.getWrapperField(this, proto.io.contract_testing.contractcase.grpc.StateHandlerHandle, 1));
3394
3208
  };
3395
3209
  /**
3396
3210
  * @param {?proto.io.contract_testing.contractcase.grpc.StateHandlerHandle|undefined} value
3397
- * @return {!proto.io.contract_testing.contractcase.grpc.StateHandlerResponse} returns this
3211
+ * @return {!proto.io.contract_testing.contractcase.grpc.RunStateHandlerRequest} returns this
3398
3212
  */
3399
- proto.io.contract_testing.contractcase.grpc.StateHandlerResponse.prototype.setStateHandlerHandle = function (value) {
3213
+ proto.io.contract_testing.contractcase.grpc.RunStateHandlerRequest.prototype.setStateHandlerHandle = function (value) {
3400
3214
  return jspb.Message.setWrapperField(this, 1, value);
3401
3215
  };
3402
3216
  /**
3403
3217
  * Clears the message field making it undefined.
3404
- * @return {!proto.io.contract_testing.contractcase.grpc.StateHandlerResponse} returns this
3218
+ * @return {!proto.io.contract_testing.contractcase.grpc.RunStateHandlerRequest} returns this
3405
3219
  */
3406
- proto.io.contract_testing.contractcase.grpc.StateHandlerResponse.prototype.clearStateHandlerHandle = function () {
3220
+ proto.io.contract_testing.contractcase.grpc.RunStateHandlerRequest.prototype.clearStateHandlerHandle = function () {
3407
3221
  return this.setStateHandlerHandle(undefined);
3408
3222
  };
3409
3223
  /**
3410
3224
  * Returns whether this field is set.
3411
3225
  * @return {boolean}
3412
3226
  */
3413
- proto.io.contract_testing.contractcase.grpc.StateHandlerResponse.prototype.hasStateHandlerHandle = function () {
3227
+ proto.io.contract_testing.contractcase.grpc.RunStateHandlerRequest.prototype.hasStateHandlerHandle = function () {
3414
3228
  return jspb.Message.getField(this, 1) != null;
3415
3229
  };
3416
- /**
3417
- * optional BoundaryResult result = 2;
3418
- * @return {?proto.io.contract_testing.contractcase.grpc.BoundaryResult}
3419
- */
3420
- proto.io.contract_testing.contractcase.grpc.StateHandlerResponse.prototype.getResult = function () {
3421
- return /** @type{?proto.io.contract_testing.contractcase.grpc.BoundaryResult} */ (jspb.Message.getWrapperField(this, proto.io.contract_testing.contractcase.grpc.BoundaryResult, 2));
3422
- };
3423
- /**
3424
- * @param {?proto.io.contract_testing.contractcase.grpc.BoundaryResult|undefined} value
3425
- * @return {!proto.io.contract_testing.contractcase.grpc.StateHandlerResponse} returns this
3426
- */
3427
- proto.io.contract_testing.contractcase.grpc.StateHandlerResponse.prototype.setResult = function (value) {
3428
- return jspb.Message.setWrapperField(this, 2, value);
3429
- };
3430
- /**
3431
- * Clears the message field making it undefined.
3432
- * @return {!proto.io.contract_testing.contractcase.grpc.StateHandlerResponse} returns this
3433
- */
3434
- proto.io.contract_testing.contractcase.grpc.StateHandlerResponse.prototype.clearResult = function () {
3435
- return this.setResult(undefined);
3436
- };
3437
- /**
3438
- * Returns whether this field is set.
3439
- * @return {boolean}
3440
- */
3441
- proto.io.contract_testing.contractcase.grpc.StateHandlerResponse.prototype.hasResult = function () {
3442
- return jspb.Message.getField(this, 2) != null;
3443
- };
3444
3230
  if (jspb.Message.GENERATE_TO_OBJECT) {
3445
3231
  /**
3446
3232
  * Creates an object representation of this proto.
@@ -3454,21 +3240,22 @@ if (jspb.Message.GENERATE_TO_OBJECT) {
3454
3240
  * http://goto/soy-param-migration
3455
3241
  * @return {!Object}
3456
3242
  */
3457
- proto.io.contract_testing.contractcase.grpc.LogPrinterResponse.prototype.toObject = function (opt_includeInstance) {
3458
- return proto.io.contract_testing.contractcase.grpc.LogPrinterResponse.toObject(opt_includeInstance, this);
3243
+ proto.io.contract_testing.contractcase.grpc.TriggerFunctionRequest.prototype.toObject = function (opt_includeInstance) {
3244
+ return proto.io.contract_testing.contractcase.grpc.TriggerFunctionRequest.toObject(opt_includeInstance, this);
3459
3245
  };
3460
3246
  /**
3461
3247
  * Static version of the {@see toObject} method.
3462
3248
  * @param {boolean|undefined} includeInstance Deprecated. Whether to include
3463
3249
  * the JSPB instance for transitional soy proto support:
3464
3250
  * http://goto/soy-param-migration
3465
- * @param {!proto.io.contract_testing.contractcase.grpc.LogPrinterResponse} msg The msg instance to transform.
3251
+ * @param {!proto.io.contract_testing.contractcase.grpc.TriggerFunctionRequest} msg The msg instance to transform.
3466
3252
  * @return {!Object}
3467
3253
  * @suppress {unusedLocalVariables} f is only used for nested messages
3468
3254
  */
3469
- proto.io.contract_testing.contractcase.grpc.LogPrinterResponse.toObject = function (includeInstance, msg) {
3255
+ proto.io.contract_testing.contractcase.grpc.TriggerFunctionRequest.toObject = function (includeInstance, msg) {
3470
3256
  var f, obj = {
3471
- result: (f = msg.getResult()) && proto.io.contract_testing.contractcase.grpc.BoundaryResult.toObject(includeInstance, f)
3257
+ triggerFunction: (f = msg.getTriggerFunction()) && proto.io.contract_testing.contractcase.grpc.TriggerFunctionHandle.toObject(includeInstance, f),
3258
+ config: (f = msg.getConfig()) && google_protobuf_struct_pb.Struct.toObject(includeInstance, f)
3472
3259
  };
3473
3260
  if (includeInstance) {
3474
3261
  obj.$jspbMessageInstance = msg;
@@ -3479,21 +3266,21 @@ if (jspb.Message.GENERATE_TO_OBJECT) {
3479
3266
  /**
3480
3267
  * Deserializes binary data (in protobuf wire format).
3481
3268
  * @param {jspb.ByteSource} bytes The bytes to deserialize.
3482
- * @return {!proto.io.contract_testing.contractcase.grpc.LogPrinterResponse}
3269
+ * @return {!proto.io.contract_testing.contractcase.grpc.TriggerFunctionRequest}
3483
3270
  */
3484
- proto.io.contract_testing.contractcase.grpc.LogPrinterResponse.deserializeBinary = function (bytes) {
3271
+ proto.io.contract_testing.contractcase.grpc.TriggerFunctionRequest.deserializeBinary = function (bytes) {
3485
3272
  var reader = new jspb.BinaryReader(bytes);
3486
- var msg = new proto.io.contract_testing.contractcase.grpc.LogPrinterResponse;
3487
- return proto.io.contract_testing.contractcase.grpc.LogPrinterResponse.deserializeBinaryFromReader(msg, reader);
3273
+ var msg = new proto.io.contract_testing.contractcase.grpc.TriggerFunctionRequest;
3274
+ return proto.io.contract_testing.contractcase.grpc.TriggerFunctionRequest.deserializeBinaryFromReader(msg, reader);
3488
3275
  };
3489
3276
  /**
3490
3277
  * Deserializes binary data (in protobuf wire format) from the
3491
3278
  * given reader into the given message object.
3492
- * @param {!proto.io.contract_testing.contractcase.grpc.LogPrinterResponse} msg The message object to deserialize into.
3279
+ * @param {!proto.io.contract_testing.contractcase.grpc.TriggerFunctionRequest} msg The message object to deserialize into.
3493
3280
  * @param {!jspb.BinaryReader} reader The BinaryReader to use.
3494
- * @return {!proto.io.contract_testing.contractcase.grpc.LogPrinterResponse}
3281
+ * @return {!proto.io.contract_testing.contractcase.grpc.TriggerFunctionRequest}
3495
3282
  */
3496
- proto.io.contract_testing.contractcase.grpc.LogPrinterResponse.deserializeBinaryFromReader = function (msg, reader) {
3283
+ proto.io.contract_testing.contractcase.grpc.TriggerFunctionRequest.deserializeBinaryFromReader = function (msg, reader) {
3497
3284
  while (reader.nextField()) {
3498
3285
  if (reader.isEndGroup()) {
3499
3286
  break;
@@ -3501,9 +3288,14 @@ proto.io.contract_testing.contractcase.grpc.LogPrinterResponse.deserializeBinary
3501
3288
  var field = reader.getFieldNumber();
3502
3289
  switch (field) {
3503
3290
  case 1:
3504
- var value = new proto.io.contract_testing.contractcase.grpc.BoundaryResult;
3505
- reader.readMessage(value, proto.io.contract_testing.contractcase.grpc.BoundaryResult.deserializeBinaryFromReader);
3506
- msg.setResult(value);
3291
+ var value = new proto.io.contract_testing.contractcase.grpc.TriggerFunctionHandle;
3292
+ reader.readMessage(value, proto.io.contract_testing.contractcase.grpc.TriggerFunctionHandle.deserializeBinaryFromReader);
3293
+ msg.setTriggerFunction(value);
3294
+ break;
3295
+ case 2:
3296
+ var value = new google_protobuf_struct_pb.Struct;
3297
+ reader.readMessage(value, google_protobuf_struct_pb.Struct.deserializeBinaryFromReader);
3298
+ msg.setConfig(value);
3507
3299
  break;
3508
3300
  default:
3509
3301
  reader.skipField();
@@ -3516,806 +3308,84 @@ proto.io.contract_testing.contractcase.grpc.LogPrinterResponse.deserializeBinary
3516
3308
  * Serializes the message to binary data (in protobuf wire format).
3517
3309
  * @return {!Uint8Array}
3518
3310
  */
3519
- proto.io.contract_testing.contractcase.grpc.LogPrinterResponse.prototype.serializeBinary = function () {
3311
+ proto.io.contract_testing.contractcase.grpc.TriggerFunctionRequest.prototype.serializeBinary = function () {
3520
3312
  var writer = new jspb.BinaryWriter();
3521
- proto.io.contract_testing.contractcase.grpc.LogPrinterResponse.serializeBinaryToWriter(this, writer);
3313
+ proto.io.contract_testing.contractcase.grpc.TriggerFunctionRequest.serializeBinaryToWriter(this, writer);
3522
3314
  return writer.getResultBuffer();
3523
3315
  };
3524
3316
  /**
3525
3317
  * Serializes the given message to binary data (in protobuf wire
3526
3318
  * format), writing to the given BinaryWriter.
3527
- * @param {!proto.io.contract_testing.contractcase.grpc.LogPrinterResponse} message
3319
+ * @param {!proto.io.contract_testing.contractcase.grpc.TriggerFunctionRequest} message
3528
3320
  * @param {!jspb.BinaryWriter} writer
3529
3321
  * @suppress {unusedLocalVariables} f is only used for nested messages
3530
3322
  */
3531
- proto.io.contract_testing.contractcase.grpc.LogPrinterResponse.serializeBinaryToWriter = function (message, writer) {
3323
+ proto.io.contract_testing.contractcase.grpc.TriggerFunctionRequest.serializeBinaryToWriter = function (message, writer) {
3532
3324
  var f = undefined;
3533
- f = message.getResult();
3325
+ f = message.getTriggerFunction();
3534
3326
  if (f != null) {
3535
- writer.writeMessage(1, f, proto.io.contract_testing.contractcase.grpc.BoundaryResult.serializeBinaryToWriter);
3327
+ writer.writeMessage(1, f, proto.io.contract_testing.contractcase.grpc.TriggerFunctionHandle.serializeBinaryToWriter);
3328
+ }
3329
+ f = message.getConfig();
3330
+ if (f != null) {
3331
+ writer.writeMessage(2, f, google_protobuf_struct_pb.Struct.serializeBinaryToWriter);
3536
3332
  }
3537
3333
  };
3538
3334
  /**
3539
- * optional BoundaryResult result = 1;
3540
- * @return {?proto.io.contract_testing.contractcase.grpc.BoundaryResult}
3335
+ * optional TriggerFunctionHandle trigger_function = 1;
3336
+ * @return {?proto.io.contract_testing.contractcase.grpc.TriggerFunctionHandle}
3541
3337
  */
3542
- proto.io.contract_testing.contractcase.grpc.LogPrinterResponse.prototype.getResult = function () {
3543
- return /** @type{?proto.io.contract_testing.contractcase.grpc.BoundaryResult} */ (jspb.Message.getWrapperField(this, proto.io.contract_testing.contractcase.grpc.BoundaryResult, 1));
3338
+ proto.io.contract_testing.contractcase.grpc.TriggerFunctionRequest.prototype.getTriggerFunction = function () {
3339
+ return /** @type{?proto.io.contract_testing.contractcase.grpc.TriggerFunctionHandle} */ (jspb.Message.getWrapperField(this, proto.io.contract_testing.contractcase.grpc.TriggerFunctionHandle, 1));
3544
3340
  };
3545
3341
  /**
3546
- * @param {?proto.io.contract_testing.contractcase.grpc.BoundaryResult|undefined} value
3547
- * @return {!proto.io.contract_testing.contractcase.grpc.LogPrinterResponse} returns this
3342
+ * @param {?proto.io.contract_testing.contractcase.grpc.TriggerFunctionHandle|undefined} value
3343
+ * @return {!proto.io.contract_testing.contractcase.grpc.TriggerFunctionRequest} returns this
3548
3344
  */
3549
- proto.io.contract_testing.contractcase.grpc.LogPrinterResponse.prototype.setResult = function (value) {
3345
+ proto.io.contract_testing.contractcase.grpc.TriggerFunctionRequest.prototype.setTriggerFunction = function (value) {
3550
3346
  return jspb.Message.setWrapperField(this, 1, value);
3551
3347
  };
3552
3348
  /**
3553
3349
  * Clears the message field making it undefined.
3554
- * @return {!proto.io.contract_testing.contractcase.grpc.LogPrinterResponse} returns this
3350
+ * @return {!proto.io.contract_testing.contractcase.grpc.TriggerFunctionRequest} returns this
3555
3351
  */
3556
- proto.io.contract_testing.contractcase.grpc.LogPrinterResponse.prototype.clearResult = function () {
3557
- return this.setResult(undefined);
3352
+ proto.io.contract_testing.contractcase.grpc.TriggerFunctionRequest.prototype.clearTriggerFunction = function () {
3353
+ return this.setTriggerFunction(undefined);
3558
3354
  };
3559
3355
  /**
3560
3356
  * Returns whether this field is set.
3561
3357
  * @return {boolean}
3562
3358
  */
3563
- proto.io.contract_testing.contractcase.grpc.LogPrinterResponse.prototype.hasResult = function () {
3359
+ proto.io.contract_testing.contractcase.grpc.TriggerFunctionRequest.prototype.hasTriggerFunction = function () {
3564
3360
  return jspb.Message.getField(this, 1) != null;
3565
3361
  };
3566
- if (jspb.Message.GENERATE_TO_OBJECT) {
3567
- /**
3568
- * Creates an object representation of this proto.
3569
- * Field names that are reserved in JavaScript and will be renamed to pb_name.
3570
- * Optional fields that are not set will be set to undefined.
3571
- * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
3572
- * For the list of reserved names please see:
3573
- * net/proto2/compiler/js/internal/generator.cc#kKeyword.
3574
- * @param {boolean=} opt_includeInstance Deprecated. whether to include the
3575
- * JSPB instance for transitional soy proto support:
3576
- * http://goto/soy-param-migration
3577
- * @return {!Object}
3578
- */
3579
- proto.io.contract_testing.contractcase.grpc.ResultPrinterResponse.prototype.toObject = function (opt_includeInstance) {
3580
- return proto.io.contract_testing.contractcase.grpc.ResultPrinterResponse.toObject(opt_includeInstance, this);
3581
- };
3582
- /**
3583
- * Static version of the {@see toObject} method.
3584
- * @param {boolean|undefined} includeInstance Deprecated. Whether to include
3585
- * the JSPB instance for transitional soy proto support:
3586
- * http://goto/soy-param-migration
3587
- * @param {!proto.io.contract_testing.contractcase.grpc.ResultPrinterResponse} msg The msg instance to transform.
3588
- * @return {!Object}
3589
- * @suppress {unusedLocalVariables} f is only used for nested messages
3590
- */
3591
- proto.io.contract_testing.contractcase.grpc.ResultPrinterResponse.toObject = function (includeInstance, msg) {
3592
- var f, obj = {
3593
- result: (f = msg.getResult()) && proto.io.contract_testing.contractcase.grpc.BoundaryResult.toObject(includeInstance, f)
3594
- };
3595
- if (includeInstance) {
3596
- obj.$jspbMessageInstance = msg;
3597
- }
3598
- return obj;
3599
- };
3600
- }
3601
- /**
3602
- * Deserializes binary data (in protobuf wire format).
3603
- * @param {jspb.ByteSource} bytes The bytes to deserialize.
3604
- * @return {!proto.io.contract_testing.contractcase.grpc.ResultPrinterResponse}
3605
- */
3606
- proto.io.contract_testing.contractcase.grpc.ResultPrinterResponse.deserializeBinary = function (bytes) {
3607
- var reader = new jspb.BinaryReader(bytes);
3608
- var msg = new proto.io.contract_testing.contractcase.grpc.ResultPrinterResponse;
3609
- return proto.io.contract_testing.contractcase.grpc.ResultPrinterResponse.deserializeBinaryFromReader(msg, reader);
3610
- };
3611
- /**
3612
- * Deserializes binary data (in protobuf wire format) from the
3613
- * given reader into the given message object.
3614
- * @param {!proto.io.contract_testing.contractcase.grpc.ResultPrinterResponse} msg The message object to deserialize into.
3615
- * @param {!jspb.BinaryReader} reader The BinaryReader to use.
3616
- * @return {!proto.io.contract_testing.contractcase.grpc.ResultPrinterResponse}
3617
- */
3618
- proto.io.contract_testing.contractcase.grpc.ResultPrinterResponse.deserializeBinaryFromReader = function (msg, reader) {
3619
- while (reader.nextField()) {
3620
- if (reader.isEndGroup()) {
3621
- break;
3622
- }
3623
- var field = reader.getFieldNumber();
3624
- switch (field) {
3625
- case 1:
3626
- var value = new proto.io.contract_testing.contractcase.grpc.BoundaryResult;
3627
- reader.readMessage(value, proto.io.contract_testing.contractcase.grpc.BoundaryResult.deserializeBinaryFromReader);
3628
- msg.setResult(value);
3629
- break;
3630
- default:
3631
- reader.skipField();
3632
- break;
3633
- }
3634
- }
3635
- return msg;
3636
- };
3637
- /**
3638
- * Serializes the message to binary data (in protobuf wire format).
3639
- * @return {!Uint8Array}
3640
- */
3641
- proto.io.contract_testing.contractcase.grpc.ResultPrinterResponse.prototype.serializeBinary = function () {
3642
- var writer = new jspb.BinaryWriter();
3643
- proto.io.contract_testing.contractcase.grpc.ResultPrinterResponse.serializeBinaryToWriter(this, writer);
3644
- return writer.getResultBuffer();
3645
- };
3646
- /**
3647
- * Serializes the given message to binary data (in protobuf wire
3648
- * format), writing to the given BinaryWriter.
3649
- * @param {!proto.io.contract_testing.contractcase.grpc.ResultPrinterResponse} message
3650
- * @param {!jspb.BinaryWriter} writer
3651
- * @suppress {unusedLocalVariables} f is only used for nested messages
3652
- */
3653
- proto.io.contract_testing.contractcase.grpc.ResultPrinterResponse.serializeBinaryToWriter = function (message, writer) {
3654
- var f = undefined;
3655
- f = message.getResult();
3656
- if (f != null) {
3657
- writer.writeMessage(1, f, proto.io.contract_testing.contractcase.grpc.BoundaryResult.serializeBinaryToWriter);
3658
- }
3659
- };
3660
- /**
3661
- * optional BoundaryResult result = 1;
3662
- * @return {?proto.io.contract_testing.contractcase.grpc.BoundaryResult}
3663
- */
3664
- proto.io.contract_testing.contractcase.grpc.ResultPrinterResponse.prototype.getResult = function () {
3665
- return /** @type{?proto.io.contract_testing.contractcase.grpc.BoundaryResult} */ (jspb.Message.getWrapperField(this, proto.io.contract_testing.contractcase.grpc.BoundaryResult, 1));
3666
- };
3667
- /**
3668
- * @param {?proto.io.contract_testing.contractcase.grpc.BoundaryResult|undefined} value
3669
- * @return {!proto.io.contract_testing.contractcase.grpc.ResultPrinterResponse} returns this
3670
- */
3671
- proto.io.contract_testing.contractcase.grpc.ResultPrinterResponse.prototype.setResult = function (value) {
3672
- return jspb.Message.setWrapperField(this, 1, value);
3673
- };
3674
- /**
3675
- * Clears the message field making it undefined.
3676
- * @return {!proto.io.contract_testing.contractcase.grpc.ResultPrinterResponse} returns this
3677
- */
3678
- proto.io.contract_testing.contractcase.grpc.ResultPrinterResponse.prototype.clearResult = function () {
3679
- return this.setResult(undefined);
3680
- };
3681
- /**
3682
- * Returns whether this field is set.
3683
- * @return {boolean}
3684
- */
3685
- proto.io.contract_testing.contractcase.grpc.ResultPrinterResponse.prototype.hasResult = function () {
3686
- return jspb.Message.getField(this, 1) != null;
3687
- };
3688
- if (jspb.Message.GENERATE_TO_OBJECT) {
3689
- /**
3690
- * Creates an object representation of this proto.
3691
- * Field names that are reserved in JavaScript and will be renamed to pb_name.
3692
- * Optional fields that are not set will be set to undefined.
3693
- * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
3694
- * For the list of reserved names please see:
3695
- * net/proto2/compiler/js/internal/generator.cc#kKeyword.
3696
- * @param {boolean=} opt_includeInstance Deprecated. whether to include the
3697
- * JSPB instance for transitional soy proto support:
3698
- * http://goto/soy-param-migration
3699
- * @return {!Object}
3700
- */
3701
- proto.io.contract_testing.contractcase.grpc.RunStateHandlerRequest.prototype.toObject = function (opt_includeInstance) {
3702
- return proto.io.contract_testing.contractcase.grpc.RunStateHandlerRequest.toObject(opt_includeInstance, this);
3703
- };
3704
- /**
3705
- * Static version of the {@see toObject} method.
3706
- * @param {boolean|undefined} includeInstance Deprecated. Whether to include
3707
- * the JSPB instance for transitional soy proto support:
3708
- * http://goto/soy-param-migration
3709
- * @param {!proto.io.contract_testing.contractcase.grpc.RunStateHandlerRequest} msg The msg instance to transform.
3710
- * @return {!Object}
3711
- * @suppress {unusedLocalVariables} f is only used for nested messages
3712
- */
3713
- proto.io.contract_testing.contractcase.grpc.RunStateHandlerRequest.toObject = function (includeInstance, msg) {
3714
- var f, obj = {
3715
- stateHandlerHandle: (f = msg.getStateHandlerHandle()) && proto.io.contract_testing.contractcase.grpc.StateHandlerHandle.toObject(includeInstance, f)
3716
- };
3717
- if (includeInstance) {
3718
- obj.$jspbMessageInstance = msg;
3719
- }
3720
- return obj;
3721
- };
3722
- }
3723
- /**
3724
- * Deserializes binary data (in protobuf wire format).
3725
- * @param {jspb.ByteSource} bytes The bytes to deserialize.
3726
- * @return {!proto.io.contract_testing.contractcase.grpc.RunStateHandlerRequest}
3727
- */
3728
- proto.io.contract_testing.contractcase.grpc.RunStateHandlerRequest.deserializeBinary = function (bytes) {
3729
- var reader = new jspb.BinaryReader(bytes);
3730
- var msg = new proto.io.contract_testing.contractcase.grpc.RunStateHandlerRequest;
3731
- return proto.io.contract_testing.contractcase.grpc.RunStateHandlerRequest.deserializeBinaryFromReader(msg, reader);
3732
- };
3733
- /**
3734
- * Deserializes binary data (in protobuf wire format) from the
3735
- * given reader into the given message object.
3736
- * @param {!proto.io.contract_testing.contractcase.grpc.RunStateHandlerRequest} msg The message object to deserialize into.
3737
- * @param {!jspb.BinaryReader} reader The BinaryReader to use.
3738
- * @return {!proto.io.contract_testing.contractcase.grpc.RunStateHandlerRequest}
3739
- */
3740
- proto.io.contract_testing.contractcase.grpc.RunStateHandlerRequest.deserializeBinaryFromReader = function (msg, reader) {
3741
- while (reader.nextField()) {
3742
- if (reader.isEndGroup()) {
3743
- break;
3744
- }
3745
- var field = reader.getFieldNumber();
3746
- switch (field) {
3747
- case 1:
3748
- var value = new proto.io.contract_testing.contractcase.grpc.StateHandlerHandle;
3749
- reader.readMessage(value, proto.io.contract_testing.contractcase.grpc.StateHandlerHandle.deserializeBinaryFromReader);
3750
- msg.setStateHandlerHandle(value);
3751
- break;
3752
- default:
3753
- reader.skipField();
3754
- break;
3755
- }
3756
- }
3757
- return msg;
3758
- };
3759
- /**
3760
- * Serializes the message to binary data (in protobuf wire format).
3761
- * @return {!Uint8Array}
3762
- */
3763
- proto.io.contract_testing.contractcase.grpc.RunStateHandlerRequest.prototype.serializeBinary = function () {
3764
- var writer = new jspb.BinaryWriter();
3765
- proto.io.contract_testing.contractcase.grpc.RunStateHandlerRequest.serializeBinaryToWriter(this, writer);
3766
- return writer.getResultBuffer();
3767
- };
3768
- /**
3769
- * Serializes the given message to binary data (in protobuf wire
3770
- * format), writing to the given BinaryWriter.
3771
- * @param {!proto.io.contract_testing.contractcase.grpc.RunStateHandlerRequest} message
3772
- * @param {!jspb.BinaryWriter} writer
3773
- * @suppress {unusedLocalVariables} f is only used for nested messages
3774
- */
3775
- proto.io.contract_testing.contractcase.grpc.RunStateHandlerRequest.serializeBinaryToWriter = function (message, writer) {
3776
- var f = undefined;
3777
- f = message.getStateHandlerHandle();
3778
- if (f != null) {
3779
- writer.writeMessage(1, f, proto.io.contract_testing.contractcase.grpc.StateHandlerHandle.serializeBinaryToWriter);
3780
- }
3781
- };
3782
- /**
3783
- * optional StateHandlerHandle state_handler_handle = 1;
3784
- * @return {?proto.io.contract_testing.contractcase.grpc.StateHandlerHandle}
3785
- */
3786
- proto.io.contract_testing.contractcase.grpc.RunStateHandlerRequest.prototype.getStateHandlerHandle = function () {
3787
- return /** @type{?proto.io.contract_testing.contractcase.grpc.StateHandlerHandle} */ (jspb.Message.getWrapperField(this, proto.io.contract_testing.contractcase.grpc.StateHandlerHandle, 1));
3788
- };
3789
- /**
3790
- * @param {?proto.io.contract_testing.contractcase.grpc.StateHandlerHandle|undefined} value
3791
- * @return {!proto.io.contract_testing.contractcase.grpc.RunStateHandlerRequest} returns this
3792
- */
3793
- proto.io.contract_testing.contractcase.grpc.RunStateHandlerRequest.prototype.setStateHandlerHandle = function (value) {
3794
- return jspb.Message.setWrapperField(this, 1, value);
3795
- };
3796
- /**
3797
- * Clears the message field making it undefined.
3798
- * @return {!proto.io.contract_testing.contractcase.grpc.RunStateHandlerRequest} returns this
3799
- */
3800
- proto.io.contract_testing.contractcase.grpc.RunStateHandlerRequest.prototype.clearStateHandlerHandle = function () {
3801
- return this.setStateHandlerHandle(undefined);
3802
- };
3803
- /**
3804
- * Returns whether this field is set.
3805
- * @return {boolean}
3806
- */
3807
- proto.io.contract_testing.contractcase.grpc.RunStateHandlerRequest.prototype.hasStateHandlerHandle = function () {
3808
- return jspb.Message.getField(this, 1) != null;
3809
- };
3810
- if (jspb.Message.GENERATE_TO_OBJECT) {
3811
- /**
3812
- * Creates an object representation of this proto.
3813
- * Field names that are reserved in JavaScript and will be renamed to pb_name.
3814
- * Optional fields that are not set will be set to undefined.
3815
- * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
3816
- * For the list of reserved names please see:
3817
- * net/proto2/compiler/js/internal/generator.cc#kKeyword.
3818
- * @param {boolean=} opt_includeInstance Deprecated. whether to include the
3819
- * JSPB instance for transitional soy proto support:
3820
- * http://goto/soy-param-migration
3821
- * @return {!Object}
3822
- */
3823
- proto.io.contract_testing.contractcase.grpc.TriggerFunctionRequest.prototype.toObject = function (opt_includeInstance) {
3824
- return proto.io.contract_testing.contractcase.grpc.TriggerFunctionRequest.toObject(opt_includeInstance, this);
3825
- };
3826
- /**
3827
- * Static version of the {@see toObject} method.
3828
- * @param {boolean|undefined} includeInstance Deprecated. Whether to include
3829
- * the JSPB instance for transitional soy proto support:
3830
- * http://goto/soy-param-migration
3831
- * @param {!proto.io.contract_testing.contractcase.grpc.TriggerFunctionRequest} msg The msg instance to transform.
3832
- * @return {!Object}
3833
- * @suppress {unusedLocalVariables} f is only used for nested messages
3834
- */
3835
- proto.io.contract_testing.contractcase.grpc.TriggerFunctionRequest.toObject = function (includeInstance, msg) {
3836
- var f, obj = {
3837
- triggerFunction: (f = msg.getTriggerFunction()) && proto.io.contract_testing.contractcase.grpc.TriggerFunctionHandle.toObject(includeInstance, f),
3838
- config: (f = msg.getConfig()) && google_protobuf_struct_pb.Struct.toObject(includeInstance, f)
3839
- };
3840
- if (includeInstance) {
3841
- obj.$jspbMessageInstance = msg;
3842
- }
3843
- return obj;
3844
- };
3845
- }
3846
- /**
3847
- * Deserializes binary data (in protobuf wire format).
3848
- * @param {jspb.ByteSource} bytes The bytes to deserialize.
3849
- * @return {!proto.io.contract_testing.contractcase.grpc.TriggerFunctionRequest}
3850
- */
3851
- proto.io.contract_testing.contractcase.grpc.TriggerFunctionRequest.deserializeBinary = function (bytes) {
3852
- var reader = new jspb.BinaryReader(bytes);
3853
- var msg = new proto.io.contract_testing.contractcase.grpc.TriggerFunctionRequest;
3854
- return proto.io.contract_testing.contractcase.grpc.TriggerFunctionRequest.deserializeBinaryFromReader(msg, reader);
3855
- };
3856
- /**
3857
- * Deserializes binary data (in protobuf wire format) from the
3858
- * given reader into the given message object.
3859
- * @param {!proto.io.contract_testing.contractcase.grpc.TriggerFunctionRequest} msg The message object to deserialize into.
3860
- * @param {!jspb.BinaryReader} reader The BinaryReader to use.
3861
- * @return {!proto.io.contract_testing.contractcase.grpc.TriggerFunctionRequest}
3862
- */
3863
- proto.io.contract_testing.contractcase.grpc.TriggerFunctionRequest.deserializeBinaryFromReader = function (msg, reader) {
3864
- while (reader.nextField()) {
3865
- if (reader.isEndGroup()) {
3866
- break;
3867
- }
3868
- var field = reader.getFieldNumber();
3869
- switch (field) {
3870
- case 1:
3871
- var value = new proto.io.contract_testing.contractcase.grpc.TriggerFunctionHandle;
3872
- reader.readMessage(value, proto.io.contract_testing.contractcase.grpc.TriggerFunctionHandle.deserializeBinaryFromReader);
3873
- msg.setTriggerFunction(value);
3874
- break;
3875
- case 2:
3876
- var value = new google_protobuf_struct_pb.Struct;
3877
- reader.readMessage(value, google_protobuf_struct_pb.Struct.deserializeBinaryFromReader);
3878
- msg.setConfig(value);
3879
- break;
3880
- default:
3881
- reader.skipField();
3882
- break;
3883
- }
3884
- }
3885
- return msg;
3886
- };
3887
- /**
3888
- * Serializes the message to binary data (in protobuf wire format).
3889
- * @return {!Uint8Array}
3890
- */
3891
- proto.io.contract_testing.contractcase.grpc.TriggerFunctionRequest.prototype.serializeBinary = function () {
3892
- var writer = new jspb.BinaryWriter();
3893
- proto.io.contract_testing.contractcase.grpc.TriggerFunctionRequest.serializeBinaryToWriter(this, writer);
3894
- return writer.getResultBuffer();
3895
- };
3896
- /**
3897
- * Serializes the given message to binary data (in protobuf wire
3898
- * format), writing to the given BinaryWriter.
3899
- * @param {!proto.io.contract_testing.contractcase.grpc.TriggerFunctionRequest} message
3900
- * @param {!jspb.BinaryWriter} writer
3901
- * @suppress {unusedLocalVariables} f is only used for nested messages
3902
- */
3903
- proto.io.contract_testing.contractcase.grpc.TriggerFunctionRequest.serializeBinaryToWriter = function (message, writer) {
3904
- var f = undefined;
3905
- f = message.getTriggerFunction();
3906
- if (f != null) {
3907
- writer.writeMessage(1, f, proto.io.contract_testing.contractcase.grpc.TriggerFunctionHandle.serializeBinaryToWriter);
3908
- }
3909
- f = message.getConfig();
3910
- if (f != null) {
3911
- writer.writeMessage(2, f, google_protobuf_struct_pb.Struct.serializeBinaryToWriter);
3912
- }
3913
- };
3914
- /**
3915
- * optional TriggerFunctionHandle trigger_function = 1;
3916
- * @return {?proto.io.contract_testing.contractcase.grpc.TriggerFunctionHandle}
3917
- */
3918
- proto.io.contract_testing.contractcase.grpc.TriggerFunctionRequest.prototype.getTriggerFunction = function () {
3919
- return /** @type{?proto.io.contract_testing.contractcase.grpc.TriggerFunctionHandle} */ (jspb.Message.getWrapperField(this, proto.io.contract_testing.contractcase.grpc.TriggerFunctionHandle, 1));
3920
- };
3921
- /**
3922
- * @param {?proto.io.contract_testing.contractcase.grpc.TriggerFunctionHandle|undefined} value
3923
- * @return {!proto.io.contract_testing.contractcase.grpc.TriggerFunctionRequest} returns this
3924
- */
3925
- proto.io.contract_testing.contractcase.grpc.TriggerFunctionRequest.prototype.setTriggerFunction = function (value) {
3926
- return jspb.Message.setWrapperField(this, 1, value);
3927
- };
3928
- /**
3929
- * Clears the message field making it undefined.
3930
- * @return {!proto.io.contract_testing.contractcase.grpc.TriggerFunctionRequest} returns this
3931
- */
3932
- proto.io.contract_testing.contractcase.grpc.TriggerFunctionRequest.prototype.clearTriggerFunction = function () {
3933
- return this.setTriggerFunction(undefined);
3934
- };
3935
- /**
3936
- * Returns whether this field is set.
3937
- * @return {boolean}
3938
- */
3939
- proto.io.contract_testing.contractcase.grpc.TriggerFunctionRequest.prototype.hasTriggerFunction = function () {
3940
- return jspb.Message.getField(this, 1) != null;
3941
- };
3942
- /**
3943
- * optional google.protobuf.Struct config = 2;
3944
- * @return {?proto.google.protobuf.Struct}
3945
- */
3946
- proto.io.contract_testing.contractcase.grpc.TriggerFunctionRequest.prototype.getConfig = function () {
3947
- return /** @type{?proto.google.protobuf.Struct} */ (jspb.Message.getWrapperField(this, google_protobuf_struct_pb.Struct, 2));
3948
- };
3949
- /**
3950
- * @param {?proto.google.protobuf.Struct|undefined} value
3951
- * @return {!proto.io.contract_testing.contractcase.grpc.TriggerFunctionRequest} returns this
3952
- */
3953
- proto.io.contract_testing.contractcase.grpc.TriggerFunctionRequest.prototype.setConfig = function (value) {
3954
- return jspb.Message.setWrapperField(this, 2, value);
3955
- };
3956
- /**
3957
- * Clears the message field making it undefined.
3958
- * @return {!proto.io.contract_testing.contractcase.grpc.TriggerFunctionRequest} returns this
3959
- */
3960
- proto.io.contract_testing.contractcase.grpc.TriggerFunctionRequest.prototype.clearConfig = function () {
3961
- return this.setConfig(undefined);
3962
- };
3963
- /**
3964
- * Returns whether this field is set.
3965
- * @return {boolean}
3966
- */
3967
- proto.io.contract_testing.contractcase.grpc.TriggerFunctionRequest.prototype.hasConfig = function () {
3968
- return jspb.Message.getField(this, 2) != null;
3969
- };
3970
- if (jspb.Message.GENERATE_TO_OBJECT) {
3971
- /**
3972
- * Creates an object representation of this proto.
3973
- * Field names that are reserved in JavaScript and will be renamed to pb_name.
3974
- * Optional fields that are not set will be set to undefined.
3975
- * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
3976
- * For the list of reserved names please see:
3977
- * net/proto2/compiler/js/internal/generator.cc#kKeyword.
3978
- * @param {boolean=} opt_includeInstance Deprecated. whether to include the
3979
- * JSPB instance for transitional soy proto support:
3980
- * http://goto/soy-param-migration
3981
- * @return {!Object}
3982
- */
3983
- proto.io.contract_testing.contractcase.grpc.LogRequest.prototype.toObject = function (opt_includeInstance) {
3984
- return proto.io.contract_testing.contractcase.grpc.LogRequest.toObject(opt_includeInstance, this);
3985
- };
3986
- /**
3987
- * Static version of the {@see toObject} method.
3988
- * @param {boolean|undefined} includeInstance Deprecated. Whether to include
3989
- * the JSPB instance for transitional soy proto support:
3990
- * http://goto/soy-param-migration
3991
- * @param {!proto.io.contract_testing.contractcase.grpc.LogRequest} msg The msg instance to transform.
3992
- * @return {!Object}
3993
- * @suppress {unusedLocalVariables} f is only used for nested messages
3994
- */
3995
- proto.io.contract_testing.contractcase.grpc.LogRequest.toObject = function (includeInstance, msg) {
3996
- var f, obj = {
3997
- level: (f = msg.getLevel()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
3998
- timestamp: (f = msg.getTimestamp()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
3999
- version: (f = msg.getVersion()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
4000
- typeString: (f = msg.getTypeString()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
4001
- location: (f = msg.getLocation()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
4002
- message: (f = msg.getMessage()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
4003
- additional: (f = msg.getAdditional()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f)
4004
- };
4005
- if (includeInstance) {
4006
- obj.$jspbMessageInstance = msg;
4007
- }
4008
- return obj;
4009
- };
4010
- }
4011
- /**
4012
- * Deserializes binary data (in protobuf wire format).
4013
- * @param {jspb.ByteSource} bytes The bytes to deserialize.
4014
- * @return {!proto.io.contract_testing.contractcase.grpc.LogRequest}
4015
- */
4016
- proto.io.contract_testing.contractcase.grpc.LogRequest.deserializeBinary = function (bytes) {
4017
- var reader = new jspb.BinaryReader(bytes);
4018
- var msg = new proto.io.contract_testing.contractcase.grpc.LogRequest;
4019
- return proto.io.contract_testing.contractcase.grpc.LogRequest.deserializeBinaryFromReader(msg, reader);
4020
- };
4021
- /**
4022
- * Deserializes binary data (in protobuf wire format) from the
4023
- * given reader into the given message object.
4024
- * @param {!proto.io.contract_testing.contractcase.grpc.LogRequest} msg The message object to deserialize into.
4025
- * @param {!jspb.BinaryReader} reader The BinaryReader to use.
4026
- * @return {!proto.io.contract_testing.contractcase.grpc.LogRequest}
4027
- */
4028
- proto.io.contract_testing.contractcase.grpc.LogRequest.deserializeBinaryFromReader = function (msg, reader) {
4029
- while (reader.nextField()) {
4030
- if (reader.isEndGroup()) {
4031
- break;
4032
- }
4033
- var field = reader.getFieldNumber();
4034
- switch (field) {
4035
- case 1:
4036
- var value = new google_protobuf_wrappers_pb.StringValue;
4037
- reader.readMessage(value, google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
4038
- msg.setLevel(value);
4039
- break;
4040
- case 2:
4041
- var value = new google_protobuf_wrappers_pb.StringValue;
4042
- reader.readMessage(value, google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
4043
- msg.setTimestamp(value);
4044
- break;
4045
- case 3:
4046
- var value = new google_protobuf_wrappers_pb.StringValue;
4047
- reader.readMessage(value, google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
4048
- msg.setVersion(value);
4049
- break;
4050
- case 4:
4051
- var value = new google_protobuf_wrappers_pb.StringValue;
4052
- reader.readMessage(value, google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
4053
- msg.setTypeString(value);
4054
- break;
4055
- case 5:
4056
- var value = new google_protobuf_wrappers_pb.StringValue;
4057
- reader.readMessage(value, google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
4058
- msg.setLocation(value);
4059
- break;
4060
- case 6:
4061
- var value = new google_protobuf_wrappers_pb.StringValue;
4062
- reader.readMessage(value, google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
4063
- msg.setMessage(value);
4064
- break;
4065
- case 7:
4066
- var value = new google_protobuf_wrappers_pb.StringValue;
4067
- reader.readMessage(value, google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
4068
- msg.setAdditional(value);
4069
- break;
4070
- default:
4071
- reader.skipField();
4072
- break;
4073
- }
4074
- }
4075
- return msg;
4076
- };
4077
- /**
4078
- * Serializes the message to binary data (in protobuf wire format).
4079
- * @return {!Uint8Array}
4080
- */
4081
- proto.io.contract_testing.contractcase.grpc.LogRequest.prototype.serializeBinary = function () {
4082
- var writer = new jspb.BinaryWriter();
4083
- proto.io.contract_testing.contractcase.grpc.LogRequest.serializeBinaryToWriter(this, writer);
4084
- return writer.getResultBuffer();
4085
- };
4086
- /**
4087
- * Serializes the given message to binary data (in protobuf wire
4088
- * format), writing to the given BinaryWriter.
4089
- * @param {!proto.io.contract_testing.contractcase.grpc.LogRequest} message
4090
- * @param {!jspb.BinaryWriter} writer
4091
- * @suppress {unusedLocalVariables} f is only used for nested messages
4092
- */
4093
- proto.io.contract_testing.contractcase.grpc.LogRequest.serializeBinaryToWriter = function (message, writer) {
4094
- var f = undefined;
4095
- f = message.getLevel();
4096
- if (f != null) {
4097
- writer.writeMessage(1, f, google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter);
4098
- }
4099
- f = message.getTimestamp();
4100
- if (f != null) {
4101
- writer.writeMessage(2, f, google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter);
4102
- }
4103
- f = message.getVersion();
4104
- if (f != null) {
4105
- writer.writeMessage(3, f, google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter);
4106
- }
4107
- f = message.getTypeString();
4108
- if (f != null) {
4109
- writer.writeMessage(4, f, google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter);
4110
- }
4111
- f = message.getLocation();
4112
- if (f != null) {
4113
- writer.writeMessage(5, f, google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter);
4114
- }
4115
- f = message.getMessage();
4116
- if (f != null) {
4117
- writer.writeMessage(6, f, google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter);
4118
- }
4119
- f = message.getAdditional();
4120
- if (f != null) {
4121
- writer.writeMessage(7, f, google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter);
4122
- }
4123
- };
4124
- /**
4125
- * optional google.protobuf.StringValue level = 1;
4126
- * @return {?proto.google.protobuf.StringValue}
4127
- */
4128
- proto.io.contract_testing.contractcase.grpc.LogRequest.prototype.getLevel = function () {
4129
- return /** @type{?proto.google.protobuf.StringValue} */ (jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 1));
4130
- };
4131
- /**
4132
- * @param {?proto.google.protobuf.StringValue|undefined} value
4133
- * @return {!proto.io.contract_testing.contractcase.grpc.LogRequest} returns this
4134
- */
4135
- proto.io.contract_testing.contractcase.grpc.LogRequest.prototype.setLevel = function (value) {
4136
- return jspb.Message.setWrapperField(this, 1, value);
4137
- };
4138
- /**
4139
- * Clears the message field making it undefined.
4140
- * @return {!proto.io.contract_testing.contractcase.grpc.LogRequest} returns this
4141
- */
4142
- proto.io.contract_testing.contractcase.grpc.LogRequest.prototype.clearLevel = function () {
4143
- return this.setLevel(undefined);
4144
- };
4145
- /**
4146
- * Returns whether this field is set.
4147
- * @return {boolean}
4148
- */
4149
- proto.io.contract_testing.contractcase.grpc.LogRequest.prototype.hasLevel = function () {
4150
- return jspb.Message.getField(this, 1) != null;
4151
- };
4152
- /**
4153
- * optional google.protobuf.StringValue timestamp = 2;
4154
- * @return {?proto.google.protobuf.StringValue}
4155
- */
4156
- proto.io.contract_testing.contractcase.grpc.LogRequest.prototype.getTimestamp = function () {
4157
- return /** @type{?proto.google.protobuf.StringValue} */ (jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 2));
4158
- };
4159
- /**
4160
- * @param {?proto.google.protobuf.StringValue|undefined} value
4161
- * @return {!proto.io.contract_testing.contractcase.grpc.LogRequest} returns this
4162
- */
4163
- proto.io.contract_testing.contractcase.grpc.LogRequest.prototype.setTimestamp = function (value) {
4164
- return jspb.Message.setWrapperField(this, 2, value);
4165
- };
4166
- /**
4167
- * Clears the message field making it undefined.
4168
- * @return {!proto.io.contract_testing.contractcase.grpc.LogRequest} returns this
4169
- */
4170
- proto.io.contract_testing.contractcase.grpc.LogRequest.prototype.clearTimestamp = function () {
4171
- return this.setTimestamp(undefined);
4172
- };
4173
- /**
4174
- * Returns whether this field is set.
4175
- * @return {boolean}
4176
- */
4177
- proto.io.contract_testing.contractcase.grpc.LogRequest.prototype.hasTimestamp = function () {
4178
- return jspb.Message.getField(this, 2) != null;
4179
- };
4180
- /**
4181
- * optional google.protobuf.StringValue version = 3;
4182
- * @return {?proto.google.protobuf.StringValue}
4183
- */
4184
- proto.io.contract_testing.contractcase.grpc.LogRequest.prototype.getVersion = function () {
4185
- return /** @type{?proto.google.protobuf.StringValue} */ (jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 3));
4186
- };
4187
- /**
4188
- * @param {?proto.google.protobuf.StringValue|undefined} value
4189
- * @return {!proto.io.contract_testing.contractcase.grpc.LogRequest} returns this
4190
- */
4191
- proto.io.contract_testing.contractcase.grpc.LogRequest.prototype.setVersion = function (value) {
4192
- return jspb.Message.setWrapperField(this, 3, value);
4193
- };
4194
- /**
4195
- * Clears the message field making it undefined.
4196
- * @return {!proto.io.contract_testing.contractcase.grpc.LogRequest} returns this
4197
- */
4198
- proto.io.contract_testing.contractcase.grpc.LogRequest.prototype.clearVersion = function () {
4199
- return this.setVersion(undefined);
4200
- };
4201
- /**
4202
- * Returns whether this field is set.
4203
- * @return {boolean}
4204
- */
4205
- proto.io.contract_testing.contractcase.grpc.LogRequest.prototype.hasVersion = function () {
4206
- return jspb.Message.getField(this, 3) != null;
4207
- };
4208
- /**
4209
- * optional google.protobuf.StringValue type_string = 4;
4210
- * @return {?proto.google.protobuf.StringValue}
4211
- */
4212
- proto.io.contract_testing.contractcase.grpc.LogRequest.prototype.getTypeString = function () {
4213
- return /** @type{?proto.google.protobuf.StringValue} */ (jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 4));
4214
- };
4215
- /**
4216
- * @param {?proto.google.protobuf.StringValue|undefined} value
4217
- * @return {!proto.io.contract_testing.contractcase.grpc.LogRequest} returns this
4218
- */
4219
- proto.io.contract_testing.contractcase.grpc.LogRequest.prototype.setTypeString = function (value) {
4220
- return jspb.Message.setWrapperField(this, 4, value);
4221
- };
4222
- /**
4223
- * Clears the message field making it undefined.
4224
- * @return {!proto.io.contract_testing.contractcase.grpc.LogRequest} returns this
4225
- */
4226
- proto.io.contract_testing.contractcase.grpc.LogRequest.prototype.clearTypeString = function () {
4227
- return this.setTypeString(undefined);
4228
- };
4229
- /**
4230
- * Returns whether this field is set.
4231
- * @return {boolean}
4232
- */
4233
- proto.io.contract_testing.contractcase.grpc.LogRequest.prototype.hasTypeString = function () {
4234
- return jspb.Message.getField(this, 4) != null;
4235
- };
4236
- /**
4237
- * optional google.protobuf.StringValue location = 5;
4238
- * @return {?proto.google.protobuf.StringValue}
4239
- */
4240
- proto.io.contract_testing.contractcase.grpc.LogRequest.prototype.getLocation = function () {
4241
- return /** @type{?proto.google.protobuf.StringValue} */ (jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 5));
4242
- };
4243
- /**
4244
- * @param {?proto.google.protobuf.StringValue|undefined} value
4245
- * @return {!proto.io.contract_testing.contractcase.grpc.LogRequest} returns this
4246
- */
4247
- proto.io.contract_testing.contractcase.grpc.LogRequest.prototype.setLocation = function (value) {
4248
- return jspb.Message.setWrapperField(this, 5, value);
4249
- };
4250
- /**
4251
- * Clears the message field making it undefined.
4252
- * @return {!proto.io.contract_testing.contractcase.grpc.LogRequest} returns this
4253
- */
4254
- proto.io.contract_testing.contractcase.grpc.LogRequest.prototype.clearLocation = function () {
4255
- return this.setLocation(undefined);
4256
- };
4257
- /**
4258
- * Returns whether this field is set.
4259
- * @return {boolean}
4260
- */
4261
- proto.io.contract_testing.contractcase.grpc.LogRequest.prototype.hasLocation = function () {
4262
- return jspb.Message.getField(this, 5) != null;
4263
- };
4264
- /**
4265
- * optional google.protobuf.StringValue message = 6;
4266
- * @return {?proto.google.protobuf.StringValue}
4267
- */
4268
- proto.io.contract_testing.contractcase.grpc.LogRequest.prototype.getMessage = function () {
4269
- return /** @type{?proto.google.protobuf.StringValue} */ (jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 6));
4270
- };
4271
- /**
4272
- * @param {?proto.google.protobuf.StringValue|undefined} value
4273
- * @return {!proto.io.contract_testing.contractcase.grpc.LogRequest} returns this
4274
- */
4275
- proto.io.contract_testing.contractcase.grpc.LogRequest.prototype.setMessage = function (value) {
4276
- return jspb.Message.setWrapperField(this, 6, value);
4277
- };
4278
- /**
4279
- * Clears the message field making it undefined.
4280
- * @return {!proto.io.contract_testing.contractcase.grpc.LogRequest} returns this
4281
- */
4282
- proto.io.contract_testing.contractcase.grpc.LogRequest.prototype.clearMessage = function () {
4283
- return this.setMessage(undefined);
4284
- };
4285
- /**
4286
- * Returns whether this field is set.
4287
- * @return {boolean}
4288
- */
4289
- proto.io.contract_testing.contractcase.grpc.LogRequest.prototype.hasMessage = function () {
4290
- return jspb.Message.getField(this, 6) != null;
4291
- };
4292
3362
  /**
4293
- * optional google.protobuf.StringValue additional = 7;
4294
- * @return {?proto.google.protobuf.StringValue}
3363
+ * optional google.protobuf.Struct config = 2;
3364
+ * @return {?proto.google.protobuf.Struct}
4295
3365
  */
4296
- proto.io.contract_testing.contractcase.grpc.LogRequest.prototype.getAdditional = function () {
4297
- return /** @type{?proto.google.protobuf.StringValue} */ (jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 7));
3366
+ proto.io.contract_testing.contractcase.grpc.TriggerFunctionRequest.prototype.getConfig = function () {
3367
+ return /** @type{?proto.google.protobuf.Struct} */ (jspb.Message.getWrapperField(this, google_protobuf_struct_pb.Struct, 2));
4298
3368
  };
4299
3369
  /**
4300
- * @param {?proto.google.protobuf.StringValue|undefined} value
4301
- * @return {!proto.io.contract_testing.contractcase.grpc.LogRequest} returns this
3370
+ * @param {?proto.google.protobuf.Struct|undefined} value
3371
+ * @return {!proto.io.contract_testing.contractcase.grpc.TriggerFunctionRequest} returns this
4302
3372
  */
4303
- proto.io.contract_testing.contractcase.grpc.LogRequest.prototype.setAdditional = function (value) {
4304
- return jspb.Message.setWrapperField(this, 7, value);
3373
+ proto.io.contract_testing.contractcase.grpc.TriggerFunctionRequest.prototype.setConfig = function (value) {
3374
+ return jspb.Message.setWrapperField(this, 2, value);
4305
3375
  };
4306
3376
  /**
4307
3377
  * Clears the message field making it undefined.
4308
- * @return {!proto.io.contract_testing.contractcase.grpc.LogRequest} returns this
3378
+ * @return {!proto.io.contract_testing.contractcase.grpc.TriggerFunctionRequest} returns this
4309
3379
  */
4310
- proto.io.contract_testing.contractcase.grpc.LogRequest.prototype.clearAdditional = function () {
4311
- return this.setAdditional(undefined);
3380
+ proto.io.contract_testing.contractcase.grpc.TriggerFunctionRequest.prototype.clearConfig = function () {
3381
+ return this.setConfig(undefined);
4312
3382
  };
4313
3383
  /**
4314
3384
  * Returns whether this field is set.
4315
3385
  * @return {boolean}
4316
3386
  */
4317
- proto.io.contract_testing.contractcase.grpc.LogRequest.prototype.hasAdditional = function () {
4318
- return jspb.Message.getField(this, 7) != null;
3387
+ proto.io.contract_testing.contractcase.grpc.TriggerFunctionRequest.prototype.hasConfig = function () {
3388
+ return jspb.Message.getField(this, 2) != null;
4319
3389
  };
4320
3390
  if (jspb.Message.GENERATE_TO_OBJECT) {
4321
3391
  /**
@@ -4330,27 +3400,27 @@ if (jspb.Message.GENERATE_TO_OBJECT) {
4330
3400
  * http://goto/soy-param-migration
4331
3401
  * @return {!Object}
4332
3402
  */
4333
- proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.prototype.toObject = function (opt_includeInstance) {
4334
- return proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.toObject(opt_includeInstance, this);
3403
+ proto.io.contract_testing.contractcase.grpc.LogRequest.prototype.toObject = function (opt_includeInstance) {
3404
+ return proto.io.contract_testing.contractcase.grpc.LogRequest.toObject(opt_includeInstance, this);
4335
3405
  };
4336
3406
  /**
4337
3407
  * Static version of the {@see toObject} method.
4338
3408
  * @param {boolean|undefined} includeInstance Deprecated. Whether to include
4339
3409
  * the JSPB instance for transitional soy proto support:
4340
3410
  * http://goto/soy-param-migration
4341
- * @param {!proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest} msg The msg instance to transform.
3411
+ * @param {!proto.io.contract_testing.contractcase.grpc.LogRequest} msg The msg instance to transform.
4342
3412
  * @return {!Object}
4343
3413
  * @suppress {unusedLocalVariables} f is only used for nested messages
4344
3414
  */
4345
- proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.toObject = function (includeInstance, msg) {
3415
+ proto.io.contract_testing.contractcase.grpc.LogRequest.toObject = function (includeInstance, msg) {
4346
3416
  var f, obj = {
4347
- kind: (f = msg.getKind()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
4348
- message: (f = msg.getMessage()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
3417
+ level: (f = msg.getLevel()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
3418
+ timestamp: (f = msg.getTimestamp()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
3419
+ version: (f = msg.getVersion()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
3420
+ typeString: (f = msg.getTypeString()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
4349
3421
  location: (f = msg.getLocation()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
4350
- locationTag: (f = msg.getLocationTag()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
4351
- errorTypeTag: (f = msg.getErrorTypeTag()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
4352
- expected: (f = msg.getExpected()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
4353
- actual: (f = msg.getActual()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f)
3422
+ message: (f = msg.getMessage()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
3423
+ additional: (f = msg.getAdditional()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f)
4354
3424
  };
4355
3425
  if (includeInstance) {
4356
3426
  obj.$jspbMessageInstance = msg;
@@ -4361,21 +3431,21 @@ if (jspb.Message.GENERATE_TO_OBJECT) {
4361
3431
  /**
4362
3432
  * Deserializes binary data (in protobuf wire format).
4363
3433
  * @param {jspb.ByteSource} bytes The bytes to deserialize.
4364
- * @return {!proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest}
3434
+ * @return {!proto.io.contract_testing.contractcase.grpc.LogRequest}
4365
3435
  */
4366
- proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.deserializeBinary = function (bytes) {
3436
+ proto.io.contract_testing.contractcase.grpc.LogRequest.deserializeBinary = function (bytes) {
4367
3437
  var reader = new jspb.BinaryReader(bytes);
4368
- var msg = new proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest;
4369
- return proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.deserializeBinaryFromReader(msg, reader);
3438
+ var msg = new proto.io.contract_testing.contractcase.grpc.LogRequest;
3439
+ return proto.io.contract_testing.contractcase.grpc.LogRequest.deserializeBinaryFromReader(msg, reader);
4370
3440
  };
4371
3441
  /**
4372
3442
  * Deserializes binary data (in protobuf wire format) from the
4373
3443
  * given reader into the given message object.
4374
- * @param {!proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest} msg The message object to deserialize into.
3444
+ * @param {!proto.io.contract_testing.contractcase.grpc.LogRequest} msg The message object to deserialize into.
4375
3445
  * @param {!jspb.BinaryReader} reader The BinaryReader to use.
4376
- * @return {!proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest}
3446
+ * @return {!proto.io.contract_testing.contractcase.grpc.LogRequest}
4377
3447
  */
4378
- proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.deserializeBinaryFromReader = function (msg, reader) {
3448
+ proto.io.contract_testing.contractcase.grpc.LogRequest.deserializeBinaryFromReader = function (msg, reader) {
4379
3449
  while (reader.nextField()) {
4380
3450
  if (reader.isEndGroup()) {
4381
3451
  break;
@@ -4385,37 +3455,37 @@ proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.deserializeBi
4385
3455
  case 1:
4386
3456
  var value = new google_protobuf_wrappers_pb.StringValue;
4387
3457
  reader.readMessage(value, google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
4388
- msg.setKind(value);
3458
+ msg.setLevel(value);
4389
3459
  break;
4390
3460
  case 2:
4391
3461
  var value = new google_protobuf_wrappers_pb.StringValue;
4392
3462
  reader.readMessage(value, google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
4393
- msg.setMessage(value);
3463
+ msg.setTimestamp(value);
4394
3464
  break;
4395
3465
  case 3:
4396
3466
  var value = new google_protobuf_wrappers_pb.StringValue;
4397
3467
  reader.readMessage(value, google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
4398
- msg.setLocation(value);
3468
+ msg.setVersion(value);
4399
3469
  break;
4400
3470
  case 4:
4401
3471
  var value = new google_protobuf_wrappers_pb.StringValue;
4402
3472
  reader.readMessage(value, google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
4403
- msg.setLocationTag(value);
3473
+ msg.setTypeString(value);
4404
3474
  break;
4405
3475
  case 5:
4406
3476
  var value = new google_protobuf_wrappers_pb.StringValue;
4407
3477
  reader.readMessage(value, google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
4408
- msg.setErrorTypeTag(value);
3478
+ msg.setLocation(value);
4409
3479
  break;
4410
3480
  case 6:
4411
3481
  var value = new google_protobuf_wrappers_pb.StringValue;
4412
3482
  reader.readMessage(value, google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
4413
- msg.setExpected(value);
3483
+ msg.setMessage(value);
4414
3484
  break;
4415
3485
  case 7:
4416
3486
  var value = new google_protobuf_wrappers_pb.StringValue;
4417
3487
  reader.readMessage(value, google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
4418
- msg.setActual(value);
3488
+ msg.setAdditional(value);
4419
3489
  break;
4420
3490
  default:
4421
3491
  reader.skipField();
@@ -4428,243 +3498,243 @@ proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.deserializeBi
4428
3498
  * Serializes the message to binary data (in protobuf wire format).
4429
3499
  * @return {!Uint8Array}
4430
3500
  */
4431
- proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.prototype.serializeBinary = function () {
3501
+ proto.io.contract_testing.contractcase.grpc.LogRequest.prototype.serializeBinary = function () {
4432
3502
  var writer = new jspb.BinaryWriter();
4433
- proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.serializeBinaryToWriter(this, writer);
3503
+ proto.io.contract_testing.contractcase.grpc.LogRequest.serializeBinaryToWriter(this, writer);
4434
3504
  return writer.getResultBuffer();
4435
3505
  };
4436
3506
  /**
4437
3507
  * Serializes the given message to binary data (in protobuf wire
4438
3508
  * format), writing to the given BinaryWriter.
4439
- * @param {!proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest} message
3509
+ * @param {!proto.io.contract_testing.contractcase.grpc.LogRequest} message
4440
3510
  * @param {!jspb.BinaryWriter} writer
4441
3511
  * @suppress {unusedLocalVariables} f is only used for nested messages
4442
3512
  */
4443
- proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.serializeBinaryToWriter = function (message, writer) {
3513
+ proto.io.contract_testing.contractcase.grpc.LogRequest.serializeBinaryToWriter = function (message, writer) {
4444
3514
  var f = undefined;
4445
- f = message.getKind();
3515
+ f = message.getLevel();
4446
3516
  if (f != null) {
4447
3517
  writer.writeMessage(1, f, google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter);
4448
3518
  }
4449
- f = message.getMessage();
3519
+ f = message.getTimestamp();
4450
3520
  if (f != null) {
4451
3521
  writer.writeMessage(2, f, google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter);
4452
3522
  }
4453
- f = message.getLocation();
3523
+ f = message.getVersion();
4454
3524
  if (f != null) {
4455
3525
  writer.writeMessage(3, f, google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter);
4456
3526
  }
4457
- f = message.getLocationTag();
3527
+ f = message.getTypeString();
4458
3528
  if (f != null) {
4459
3529
  writer.writeMessage(4, f, google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter);
4460
3530
  }
4461
- f = message.getErrorTypeTag();
3531
+ f = message.getLocation();
4462
3532
  if (f != null) {
4463
3533
  writer.writeMessage(5, f, google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter);
4464
3534
  }
4465
- f = message.getExpected();
3535
+ f = message.getMessage();
4466
3536
  if (f != null) {
4467
3537
  writer.writeMessage(6, f, google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter);
4468
3538
  }
4469
- f = message.getActual();
3539
+ f = message.getAdditional();
4470
3540
  if (f != null) {
4471
3541
  writer.writeMessage(7, f, google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter);
4472
3542
  }
4473
3543
  };
4474
3544
  /**
4475
- * optional google.protobuf.StringValue kind = 1;
3545
+ * optional google.protobuf.StringValue level = 1;
4476
3546
  * @return {?proto.google.protobuf.StringValue}
4477
3547
  */
4478
- proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.prototype.getKind = function () {
3548
+ proto.io.contract_testing.contractcase.grpc.LogRequest.prototype.getLevel = function () {
4479
3549
  return /** @type{?proto.google.protobuf.StringValue} */ (jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 1));
4480
3550
  };
4481
3551
  /**
4482
3552
  * @param {?proto.google.protobuf.StringValue|undefined} value
4483
- * @return {!proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest} returns this
3553
+ * @return {!proto.io.contract_testing.contractcase.grpc.LogRequest} returns this
4484
3554
  */
4485
- proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.prototype.setKind = function (value) {
3555
+ proto.io.contract_testing.contractcase.grpc.LogRequest.prototype.setLevel = function (value) {
4486
3556
  return jspb.Message.setWrapperField(this, 1, value);
4487
3557
  };
4488
3558
  /**
4489
3559
  * Clears the message field making it undefined.
4490
- * @return {!proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest} returns this
3560
+ * @return {!proto.io.contract_testing.contractcase.grpc.LogRequest} returns this
4491
3561
  */
4492
- proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.prototype.clearKind = function () {
4493
- return this.setKind(undefined);
3562
+ proto.io.contract_testing.contractcase.grpc.LogRequest.prototype.clearLevel = function () {
3563
+ return this.setLevel(undefined);
4494
3564
  };
4495
3565
  /**
4496
3566
  * Returns whether this field is set.
4497
3567
  * @return {boolean}
4498
3568
  */
4499
- proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.prototype.hasKind = function () {
3569
+ proto.io.contract_testing.contractcase.grpc.LogRequest.prototype.hasLevel = function () {
4500
3570
  return jspb.Message.getField(this, 1) != null;
4501
3571
  };
4502
3572
  /**
4503
- * optional google.protobuf.StringValue message = 2;
3573
+ * optional google.protobuf.StringValue timestamp = 2;
4504
3574
  * @return {?proto.google.protobuf.StringValue}
4505
3575
  */
4506
- proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.prototype.getMessage = function () {
3576
+ proto.io.contract_testing.contractcase.grpc.LogRequest.prototype.getTimestamp = function () {
4507
3577
  return /** @type{?proto.google.protobuf.StringValue} */ (jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 2));
4508
3578
  };
4509
3579
  /**
4510
3580
  * @param {?proto.google.protobuf.StringValue|undefined} value
4511
- * @return {!proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest} returns this
3581
+ * @return {!proto.io.contract_testing.contractcase.grpc.LogRequest} returns this
4512
3582
  */
4513
- proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.prototype.setMessage = function (value) {
3583
+ proto.io.contract_testing.contractcase.grpc.LogRequest.prototype.setTimestamp = function (value) {
4514
3584
  return jspb.Message.setWrapperField(this, 2, value);
4515
3585
  };
4516
3586
  /**
4517
3587
  * Clears the message field making it undefined.
4518
- * @return {!proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest} returns this
3588
+ * @return {!proto.io.contract_testing.contractcase.grpc.LogRequest} returns this
4519
3589
  */
4520
- proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.prototype.clearMessage = function () {
4521
- return this.setMessage(undefined);
3590
+ proto.io.contract_testing.contractcase.grpc.LogRequest.prototype.clearTimestamp = function () {
3591
+ return this.setTimestamp(undefined);
4522
3592
  };
4523
3593
  /**
4524
3594
  * Returns whether this field is set.
4525
3595
  * @return {boolean}
4526
3596
  */
4527
- proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.prototype.hasMessage = function () {
3597
+ proto.io.contract_testing.contractcase.grpc.LogRequest.prototype.hasTimestamp = function () {
4528
3598
  return jspb.Message.getField(this, 2) != null;
4529
3599
  };
4530
3600
  /**
4531
- * optional google.protobuf.StringValue location = 3;
3601
+ * optional google.protobuf.StringValue version = 3;
4532
3602
  * @return {?proto.google.protobuf.StringValue}
4533
3603
  */
4534
- proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.prototype.getLocation = function () {
3604
+ proto.io.contract_testing.contractcase.grpc.LogRequest.prototype.getVersion = function () {
4535
3605
  return /** @type{?proto.google.protobuf.StringValue} */ (jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 3));
4536
3606
  };
4537
3607
  /**
4538
3608
  * @param {?proto.google.protobuf.StringValue|undefined} value
4539
- * @return {!proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest} returns this
3609
+ * @return {!proto.io.contract_testing.contractcase.grpc.LogRequest} returns this
4540
3610
  */
4541
- proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.prototype.setLocation = function (value) {
3611
+ proto.io.contract_testing.contractcase.grpc.LogRequest.prototype.setVersion = function (value) {
4542
3612
  return jspb.Message.setWrapperField(this, 3, value);
4543
3613
  };
4544
3614
  /**
4545
3615
  * Clears the message field making it undefined.
4546
- * @return {!proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest} returns this
3616
+ * @return {!proto.io.contract_testing.contractcase.grpc.LogRequest} returns this
4547
3617
  */
4548
- proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.prototype.clearLocation = function () {
4549
- return this.setLocation(undefined);
3618
+ proto.io.contract_testing.contractcase.grpc.LogRequest.prototype.clearVersion = function () {
3619
+ return this.setVersion(undefined);
4550
3620
  };
4551
3621
  /**
4552
3622
  * Returns whether this field is set.
4553
3623
  * @return {boolean}
4554
3624
  */
4555
- proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.prototype.hasLocation = function () {
3625
+ proto.io.contract_testing.contractcase.grpc.LogRequest.prototype.hasVersion = function () {
4556
3626
  return jspb.Message.getField(this, 3) != null;
4557
3627
  };
4558
3628
  /**
4559
- * optional google.protobuf.StringValue location_tag = 4;
3629
+ * optional google.protobuf.StringValue type_string = 4;
4560
3630
  * @return {?proto.google.protobuf.StringValue}
4561
3631
  */
4562
- proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.prototype.getLocationTag = function () {
3632
+ proto.io.contract_testing.contractcase.grpc.LogRequest.prototype.getTypeString = function () {
4563
3633
  return /** @type{?proto.google.protobuf.StringValue} */ (jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 4));
4564
3634
  };
4565
3635
  /**
4566
3636
  * @param {?proto.google.protobuf.StringValue|undefined} value
4567
- * @return {!proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest} returns this
3637
+ * @return {!proto.io.contract_testing.contractcase.grpc.LogRequest} returns this
4568
3638
  */
4569
- proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.prototype.setLocationTag = function (value) {
3639
+ proto.io.contract_testing.contractcase.grpc.LogRequest.prototype.setTypeString = function (value) {
4570
3640
  return jspb.Message.setWrapperField(this, 4, value);
4571
3641
  };
4572
3642
  /**
4573
3643
  * Clears the message field making it undefined.
4574
- * @return {!proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest} returns this
3644
+ * @return {!proto.io.contract_testing.contractcase.grpc.LogRequest} returns this
4575
3645
  */
4576
- proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.prototype.clearLocationTag = function () {
4577
- return this.setLocationTag(undefined);
3646
+ proto.io.contract_testing.contractcase.grpc.LogRequest.prototype.clearTypeString = function () {
3647
+ return this.setTypeString(undefined);
4578
3648
  };
4579
3649
  /**
4580
3650
  * Returns whether this field is set.
4581
3651
  * @return {boolean}
4582
3652
  */
4583
- proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.prototype.hasLocationTag = function () {
3653
+ proto.io.contract_testing.contractcase.grpc.LogRequest.prototype.hasTypeString = function () {
4584
3654
  return jspb.Message.getField(this, 4) != null;
4585
3655
  };
4586
3656
  /**
4587
- * optional google.protobuf.StringValue error_type_tag = 5;
3657
+ * optional google.protobuf.StringValue location = 5;
4588
3658
  * @return {?proto.google.protobuf.StringValue}
4589
3659
  */
4590
- proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.prototype.getErrorTypeTag = function () {
3660
+ proto.io.contract_testing.contractcase.grpc.LogRequest.prototype.getLocation = function () {
4591
3661
  return /** @type{?proto.google.protobuf.StringValue} */ (jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 5));
4592
3662
  };
4593
3663
  /**
4594
3664
  * @param {?proto.google.protobuf.StringValue|undefined} value
4595
- * @return {!proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest} returns this
3665
+ * @return {!proto.io.contract_testing.contractcase.grpc.LogRequest} returns this
4596
3666
  */
4597
- proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.prototype.setErrorTypeTag = function (value) {
3667
+ proto.io.contract_testing.contractcase.grpc.LogRequest.prototype.setLocation = function (value) {
4598
3668
  return jspb.Message.setWrapperField(this, 5, value);
4599
3669
  };
4600
3670
  /**
4601
3671
  * Clears the message field making it undefined.
4602
- * @return {!proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest} returns this
3672
+ * @return {!proto.io.contract_testing.contractcase.grpc.LogRequest} returns this
4603
3673
  */
4604
- proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.prototype.clearErrorTypeTag = function () {
4605
- return this.setErrorTypeTag(undefined);
3674
+ proto.io.contract_testing.contractcase.grpc.LogRequest.prototype.clearLocation = function () {
3675
+ return this.setLocation(undefined);
4606
3676
  };
4607
3677
  /**
4608
3678
  * Returns whether this field is set.
4609
3679
  * @return {boolean}
4610
3680
  */
4611
- proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.prototype.hasErrorTypeTag = function () {
3681
+ proto.io.contract_testing.contractcase.grpc.LogRequest.prototype.hasLocation = function () {
4612
3682
  return jspb.Message.getField(this, 5) != null;
4613
3683
  };
4614
3684
  /**
4615
- * optional google.protobuf.StringValue expected = 6;
3685
+ * optional google.protobuf.StringValue message = 6;
4616
3686
  * @return {?proto.google.protobuf.StringValue}
4617
3687
  */
4618
- proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.prototype.getExpected = function () {
3688
+ proto.io.contract_testing.contractcase.grpc.LogRequest.prototype.getMessage = function () {
4619
3689
  return /** @type{?proto.google.protobuf.StringValue} */ (jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 6));
4620
3690
  };
4621
3691
  /**
4622
3692
  * @param {?proto.google.protobuf.StringValue|undefined} value
4623
- * @return {!proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest} returns this
3693
+ * @return {!proto.io.contract_testing.contractcase.grpc.LogRequest} returns this
4624
3694
  */
4625
- proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.prototype.setExpected = function (value) {
3695
+ proto.io.contract_testing.contractcase.grpc.LogRequest.prototype.setMessage = function (value) {
4626
3696
  return jspb.Message.setWrapperField(this, 6, value);
4627
3697
  };
4628
3698
  /**
4629
3699
  * Clears the message field making it undefined.
4630
- * @return {!proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest} returns this
3700
+ * @return {!proto.io.contract_testing.contractcase.grpc.LogRequest} returns this
4631
3701
  */
4632
- proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.prototype.clearExpected = function () {
4633
- return this.setExpected(undefined);
3702
+ proto.io.contract_testing.contractcase.grpc.LogRequest.prototype.clearMessage = function () {
3703
+ return this.setMessage(undefined);
4634
3704
  };
4635
3705
  /**
4636
3706
  * Returns whether this field is set.
4637
3707
  * @return {boolean}
4638
3708
  */
4639
- proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.prototype.hasExpected = function () {
3709
+ proto.io.contract_testing.contractcase.grpc.LogRequest.prototype.hasMessage = function () {
4640
3710
  return jspb.Message.getField(this, 6) != null;
4641
3711
  };
4642
3712
  /**
4643
- * optional google.protobuf.StringValue actual = 7;
3713
+ * optional google.protobuf.StringValue additional = 7;
4644
3714
  * @return {?proto.google.protobuf.StringValue}
4645
3715
  */
4646
- proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.prototype.getActual = function () {
3716
+ proto.io.contract_testing.contractcase.grpc.LogRequest.prototype.getAdditional = function () {
4647
3717
  return /** @type{?proto.google.protobuf.StringValue} */ (jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 7));
4648
3718
  };
4649
3719
  /**
4650
3720
  * @param {?proto.google.protobuf.StringValue|undefined} value
4651
- * @return {!proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest} returns this
3721
+ * @return {!proto.io.contract_testing.contractcase.grpc.LogRequest} returns this
4652
3722
  */
4653
- proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.prototype.setActual = function (value) {
3723
+ proto.io.contract_testing.contractcase.grpc.LogRequest.prototype.setAdditional = function (value) {
4654
3724
  return jspb.Message.setWrapperField(this, 7, value);
4655
3725
  };
4656
3726
  /**
4657
3727
  * Clears the message field making it undefined.
4658
- * @return {!proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest} returns this
3728
+ * @return {!proto.io.contract_testing.contractcase.grpc.LogRequest} returns this
4659
3729
  */
4660
- proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.prototype.clearActual = function () {
4661
- return this.setActual(undefined);
3730
+ proto.io.contract_testing.contractcase.grpc.LogRequest.prototype.clearAdditional = function () {
3731
+ return this.setAdditional(undefined);
4662
3732
  };
4663
3733
  /**
4664
3734
  * Returns whether this field is set.
4665
3735
  * @return {boolean}
4666
3736
  */
4667
- proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.prototype.hasActual = function () {
3737
+ proto.io.contract_testing.contractcase.grpc.LogRequest.prototype.hasAdditional = function () {
4668
3738
  return jspb.Message.getField(this, 7) != null;
4669
3739
  };
4670
3740
  if (jspb.Message.GENERATE_TO_OBJECT) {
@@ -4680,25 +3750,27 @@ if (jspb.Message.GENERATE_TO_OBJECT) {
4680
3750
  * http://goto/soy-param-migration
4681
3751
  * @return {!Object}
4682
3752
  */
4683
- proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest.prototype.toObject = function (opt_includeInstance) {
4684
- return proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest.toObject(opt_includeInstance, this);
3753
+ proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.prototype.toObject = function (opt_includeInstance) {
3754
+ return proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.toObject(opt_includeInstance, this);
4685
3755
  };
4686
3756
  /**
4687
3757
  * Static version of the {@see toObject} method.
4688
3758
  * @param {boolean|undefined} includeInstance Deprecated. Whether to include
4689
3759
  * the JSPB instance for transitional soy proto support:
4690
3760
  * http://goto/soy-param-migration
4691
- * @param {!proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest} msg The msg instance to transform.
3761
+ * @param {!proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest} msg The msg instance to transform.
4692
3762
  * @return {!Object}
4693
3763
  * @suppress {unusedLocalVariables} f is only used for nested messages
4694
3764
  */
4695
- proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest.toObject = function (includeInstance, msg) {
3765
+ proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.toObject = function (includeInstance, msg) {
4696
3766
  var f, obj = {
4697
3767
  kind: (f = msg.getKind()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
4698
3768
  message: (f = msg.getMessage()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
4699
3769
  location: (f = msg.getLocation()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
4700
3770
  locationTag: (f = msg.getLocationTag()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
4701
- errorTypeTag: (f = msg.getErrorTypeTag()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f)
3771
+ errorTypeTag: (f = msg.getErrorTypeTag()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
3772
+ expected: (f = msg.getExpected()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
3773
+ actual: (f = msg.getActual()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f)
4702
3774
  };
4703
3775
  if (includeInstance) {
4704
3776
  obj.$jspbMessageInstance = msg;
@@ -4709,21 +3781,21 @@ if (jspb.Message.GENERATE_TO_OBJECT) {
4709
3781
  /**
4710
3782
  * Deserializes binary data (in protobuf wire format).
4711
3783
  * @param {jspb.ByteSource} bytes The bytes to deserialize.
4712
- * @return {!proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest}
3784
+ * @return {!proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest}
4713
3785
  */
4714
- proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest.deserializeBinary = function (bytes) {
3786
+ proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.deserializeBinary = function (bytes) {
4715
3787
  var reader = new jspb.BinaryReader(bytes);
4716
- var msg = new proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest;
4717
- return proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest.deserializeBinaryFromReader(msg, reader);
3788
+ var msg = new proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest;
3789
+ return proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.deserializeBinaryFromReader(msg, reader);
4718
3790
  };
4719
3791
  /**
4720
3792
  * Deserializes binary data (in protobuf wire format) from the
4721
3793
  * given reader into the given message object.
4722
- * @param {!proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest} msg The message object to deserialize into.
3794
+ * @param {!proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest} msg The message object to deserialize into.
4723
3795
  * @param {!jspb.BinaryReader} reader The BinaryReader to use.
4724
- * @return {!proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest}
3796
+ * @return {!proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest}
4725
3797
  */
4726
- proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest.deserializeBinaryFromReader = function (msg, reader) {
3798
+ proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.deserializeBinaryFromReader = function (msg, reader) {
4727
3799
  while (reader.nextField()) {
4728
3800
  if (reader.isEndGroup()) {
4729
3801
  break;
@@ -4755,6 +3827,16 @@ proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest.deserialize
4755
3827
  reader.readMessage(value, google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
4756
3828
  msg.setErrorTypeTag(value);
4757
3829
  break;
3830
+ case 6:
3831
+ var value = new google_protobuf_wrappers_pb.StringValue;
3832
+ reader.readMessage(value, google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
3833
+ msg.setExpected(value);
3834
+ break;
3835
+ case 7:
3836
+ var value = new google_protobuf_wrappers_pb.StringValue;
3837
+ reader.readMessage(value, google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
3838
+ msg.setActual(value);
3839
+ break;
4758
3840
  default:
4759
3841
  reader.skipField();
4760
3842
  break;
@@ -4766,19 +3848,19 @@ proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest.deserialize
4766
3848
  * Serializes the message to binary data (in protobuf wire format).
4767
3849
  * @return {!Uint8Array}
4768
3850
  */
4769
- proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest.prototype.serializeBinary = function () {
3851
+ proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.prototype.serializeBinary = function () {
4770
3852
  var writer = new jspb.BinaryWriter();
4771
- proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest.serializeBinaryToWriter(this, writer);
3853
+ proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.serializeBinaryToWriter(this, writer);
4772
3854
  return writer.getResultBuffer();
4773
3855
  };
4774
3856
  /**
4775
3857
  * Serializes the given message to binary data (in protobuf wire
4776
3858
  * format), writing to the given BinaryWriter.
4777
- * @param {!proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest} message
3859
+ * @param {!proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest} message
4778
3860
  * @param {!jspb.BinaryWriter} writer
4779
3861
  * @suppress {unusedLocalVariables} f is only used for nested messages
4780
3862
  */
4781
- proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest.serializeBinaryToWriter = function (message, writer) {
3863
+ proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.serializeBinaryToWriter = function (message, writer) {
4782
3864
  var f = undefined;
4783
3865
  f = message.getKind();
4784
3866
  if (f != null) {
@@ -4800,382 +3882,210 @@ proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest.serializeBi
4800
3882
  if (f != null) {
4801
3883
  writer.writeMessage(5, f, google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter);
4802
3884
  }
3885
+ f = message.getExpected();
3886
+ if (f != null) {
3887
+ writer.writeMessage(6, f, google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter);
3888
+ }
3889
+ f = message.getActual();
3890
+ if (f != null) {
3891
+ writer.writeMessage(7, f, google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter);
3892
+ }
4803
3893
  };
4804
3894
  /**
4805
3895
  * optional google.protobuf.StringValue kind = 1;
4806
3896
  * @return {?proto.google.protobuf.StringValue}
4807
3897
  */
4808
- proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest.prototype.getKind = function () {
3898
+ proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.prototype.getKind = function () {
4809
3899
  return /** @type{?proto.google.protobuf.StringValue} */ (jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 1));
4810
3900
  };
4811
3901
  /**
4812
3902
  * @param {?proto.google.protobuf.StringValue|undefined} value
4813
- * @return {!proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest} returns this
3903
+ * @return {!proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest} returns this
4814
3904
  */
4815
- proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest.prototype.setKind = function (value) {
3905
+ proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.prototype.setKind = function (value) {
4816
3906
  return jspb.Message.setWrapperField(this, 1, value);
4817
3907
  };
4818
3908
  /**
4819
3909
  * Clears the message field making it undefined.
4820
- * @return {!proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest} returns this
3910
+ * @return {!proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest} returns this
4821
3911
  */
4822
- proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest.prototype.clearKind = function () {
3912
+ proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.prototype.clearKind = function () {
4823
3913
  return this.setKind(undefined);
4824
3914
  };
4825
3915
  /**
4826
3916
  * Returns whether this field is set.
4827
3917
  * @return {boolean}
4828
3918
  */
4829
- proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest.prototype.hasKind = function () {
3919
+ proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.prototype.hasKind = function () {
4830
3920
  return jspb.Message.getField(this, 1) != null;
4831
3921
  };
4832
3922
  /**
4833
3923
  * optional google.protobuf.StringValue message = 2;
4834
3924
  * @return {?proto.google.protobuf.StringValue}
4835
3925
  */
4836
- proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest.prototype.getMessage = function () {
3926
+ proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.prototype.getMessage = function () {
4837
3927
  return /** @type{?proto.google.protobuf.StringValue} */ (jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 2));
4838
3928
  };
4839
3929
  /**
4840
3930
  * @param {?proto.google.protobuf.StringValue|undefined} value
4841
- * @return {!proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest} returns this
3931
+ * @return {!proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest} returns this
4842
3932
  */
4843
- proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest.prototype.setMessage = function (value) {
3933
+ proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.prototype.setMessage = function (value) {
4844
3934
  return jspb.Message.setWrapperField(this, 2, value);
4845
3935
  };
4846
3936
  /**
4847
3937
  * Clears the message field making it undefined.
4848
- * @return {!proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest} returns this
3938
+ * @return {!proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest} returns this
4849
3939
  */
4850
- proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest.prototype.clearMessage = function () {
3940
+ proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.prototype.clearMessage = function () {
4851
3941
  return this.setMessage(undefined);
4852
3942
  };
4853
3943
  /**
4854
3944
  * Returns whether this field is set.
4855
3945
  * @return {boolean}
4856
3946
  */
4857
- proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest.prototype.hasMessage = function () {
3947
+ proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.prototype.hasMessage = function () {
4858
3948
  return jspb.Message.getField(this, 2) != null;
4859
3949
  };
4860
3950
  /**
4861
3951
  * optional google.protobuf.StringValue location = 3;
4862
3952
  * @return {?proto.google.protobuf.StringValue}
4863
3953
  */
4864
- proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest.prototype.getLocation = function () {
3954
+ proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.prototype.getLocation = function () {
4865
3955
  return /** @type{?proto.google.protobuf.StringValue} */ (jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 3));
4866
3956
  };
4867
3957
  /**
4868
3958
  * @param {?proto.google.protobuf.StringValue|undefined} value
4869
- * @return {!proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest} returns this
3959
+ * @return {!proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest} returns this
4870
3960
  */
4871
- proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest.prototype.setLocation = function (value) {
3961
+ proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.prototype.setLocation = function (value) {
4872
3962
  return jspb.Message.setWrapperField(this, 3, value);
4873
3963
  };
4874
3964
  /**
4875
3965
  * Clears the message field making it undefined.
4876
- * @return {!proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest} returns this
4877
- */
4878
- proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest.prototype.clearLocation = function () {
4879
- return this.setLocation(undefined);
4880
- };
4881
- /**
4882
- * Returns whether this field is set.
4883
- * @return {boolean}
4884
- */
4885
- proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest.prototype.hasLocation = function () {
4886
- return jspb.Message.getField(this, 3) != null;
4887
- };
4888
- /**
4889
- * optional google.protobuf.StringValue location_tag = 4;
4890
- * @return {?proto.google.protobuf.StringValue}
4891
- */
4892
- proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest.prototype.getLocationTag = function () {
4893
- return /** @type{?proto.google.protobuf.StringValue} */ (jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 4));
4894
- };
4895
- /**
4896
- * @param {?proto.google.protobuf.StringValue|undefined} value
4897
- * @return {!proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest} returns this
4898
- */
4899
- proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest.prototype.setLocationTag = function (value) {
4900
- return jspb.Message.setWrapperField(this, 4, value);
4901
- };
4902
- /**
4903
- * Clears the message field making it undefined.
4904
- * @return {!proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest} returns this
4905
- */
4906
- proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest.prototype.clearLocationTag = function () {
4907
- return this.setLocationTag(undefined);
4908
- };
4909
- /**
4910
- * Returns whether this field is set.
4911
- * @return {boolean}
4912
- */
4913
- proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest.prototype.hasLocationTag = function () {
4914
- return jspb.Message.getField(this, 4) != null;
4915
- };
4916
- /**
4917
- * optional google.protobuf.StringValue error_type_tag = 5;
4918
- * @return {?proto.google.protobuf.StringValue}
4919
- */
4920
- proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest.prototype.getErrorTypeTag = function () {
4921
- return /** @type{?proto.google.protobuf.StringValue} */ (jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 5));
4922
- };
4923
- /**
4924
- * @param {?proto.google.protobuf.StringValue|undefined} value
4925
- * @return {!proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest} returns this
4926
- */
4927
- proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest.prototype.setErrorTypeTag = function (value) {
4928
- return jspb.Message.setWrapperField(this, 5, value);
4929
- };
4930
- /**
4931
- * Clears the message field making it undefined.
4932
- * @return {!proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest} returns this
4933
- */
4934
- proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest.prototype.clearErrorTypeTag = function () {
4935
- return this.setErrorTypeTag(undefined);
4936
- };
4937
- /**
4938
- * Returns whether this field is set.
4939
- * @return {boolean}
4940
- */
4941
- proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest.prototype.hasErrorTypeTag = function () {
4942
- return jspb.Message.getField(this, 5) != null;
4943
- };
4944
- if (jspb.Message.GENERATE_TO_OBJECT) {
4945
- /**
4946
- * Creates an object representation of this proto.
4947
- * Field names that are reserved in JavaScript and will be renamed to pb_name.
4948
- * Optional fields that are not set will be set to undefined.
4949
- * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
4950
- * For the list of reserved names please see:
4951
- * net/proto2/compiler/js/internal/generator.cc#kKeyword.
4952
- * @param {boolean=} opt_includeInstance Deprecated. whether to include the
4953
- * JSPB instance for transitional soy proto support:
4954
- * http://goto/soy-param-migration
4955
- * @return {!Object}
4956
- */
4957
- proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest.prototype.toObject = function (opt_includeInstance) {
4958
- return proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest.toObject(opt_includeInstance, this);
4959
- };
4960
- /**
4961
- * Static version of the {@see toObject} method.
4962
- * @param {boolean|undefined} includeInstance Deprecated. Whether to include
4963
- * the JSPB instance for transitional soy proto support:
4964
- * http://goto/soy-param-migration
4965
- * @param {!proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest} msg The msg instance to transform.
4966
- * @return {!Object}
4967
- * @suppress {unusedLocalVariables} f is only used for nested messages
4968
- */
4969
- proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest.toObject = function (includeInstance, msg) {
4970
- var f, obj = {
4971
- kind: (f = msg.getKind()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
4972
- icon: (f = msg.getIcon()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
4973
- title: (f = msg.getTitle()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
4974
- additionalText: (f = msg.getAdditionalText()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f)
4975
- };
4976
- if (includeInstance) {
4977
- obj.$jspbMessageInstance = msg;
4978
- }
4979
- return obj;
4980
- };
4981
- }
4982
- /**
4983
- * Deserializes binary data (in protobuf wire format).
4984
- * @param {jspb.ByteSource} bytes The bytes to deserialize.
4985
- * @return {!proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest}
4986
- */
4987
- proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest.deserializeBinary = function (bytes) {
4988
- var reader = new jspb.BinaryReader(bytes);
4989
- var msg = new proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest;
4990
- return proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest.deserializeBinaryFromReader(msg, reader);
4991
- };
4992
- /**
4993
- * Deserializes binary data (in protobuf wire format) from the
4994
- * given reader into the given message object.
4995
- * @param {!proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest} msg The message object to deserialize into.
4996
- * @param {!jspb.BinaryReader} reader The BinaryReader to use.
4997
- * @return {!proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest}
4998
- */
4999
- proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest.deserializeBinaryFromReader = function (msg, reader) {
5000
- while (reader.nextField()) {
5001
- if (reader.isEndGroup()) {
5002
- break;
5003
- }
5004
- var field = reader.getFieldNumber();
5005
- switch (field) {
5006
- case 1:
5007
- var value = new google_protobuf_wrappers_pb.StringValue;
5008
- reader.readMessage(value, google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
5009
- msg.setKind(value);
5010
- break;
5011
- case 2:
5012
- var value = new google_protobuf_wrappers_pb.StringValue;
5013
- reader.readMessage(value, google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
5014
- msg.setIcon(value);
5015
- break;
5016
- case 3:
5017
- var value = new google_protobuf_wrappers_pb.StringValue;
5018
- reader.readMessage(value, google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
5019
- msg.setTitle(value);
5020
- break;
5021
- case 4:
5022
- var value = new google_protobuf_wrappers_pb.StringValue;
5023
- reader.readMessage(value, google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
5024
- msg.setAdditionalText(value);
5025
- break;
5026
- default:
5027
- reader.skipField();
5028
- break;
5029
- }
5030
- }
5031
- return msg;
5032
- };
5033
- /**
5034
- * Serializes the message to binary data (in protobuf wire format).
5035
- * @return {!Uint8Array}
3966
+ * @return {!proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest} returns this
5036
3967
  */
5037
- proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest.prototype.serializeBinary = function () {
5038
- var writer = new jspb.BinaryWriter();
5039
- proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest.serializeBinaryToWriter(this, writer);
5040
- return writer.getResultBuffer();
5041
- };
5042
- /**
5043
- * Serializes the given message to binary data (in protobuf wire
5044
- * format), writing to the given BinaryWriter.
5045
- * @param {!proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest} message
5046
- * @param {!jspb.BinaryWriter} writer
5047
- * @suppress {unusedLocalVariables} f is only used for nested messages
3968
+ proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.prototype.clearLocation = function () {
3969
+ return this.setLocation(undefined);
3970
+ };
3971
+ /**
3972
+ * Returns whether this field is set.
3973
+ * @return {boolean}
5048
3974
  */
5049
- proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest.serializeBinaryToWriter = function (message, writer) {
5050
- var f = undefined;
5051
- f = message.getKind();
5052
- if (f != null) {
5053
- writer.writeMessage(1, f, google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter);
5054
- }
5055
- f = message.getIcon();
5056
- if (f != null) {
5057
- writer.writeMessage(2, f, google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter);
5058
- }
5059
- f = message.getTitle();
5060
- if (f != null) {
5061
- writer.writeMessage(3, f, google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter);
5062
- }
5063
- f = message.getAdditionalText();
5064
- if (f != null) {
5065
- writer.writeMessage(4, f, google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter);
5066
- }
3975
+ proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.prototype.hasLocation = function () {
3976
+ return jspb.Message.getField(this, 3) != null;
5067
3977
  };
5068
3978
  /**
5069
- * optional google.protobuf.StringValue kind = 1;
3979
+ * optional google.protobuf.StringValue location_tag = 4;
5070
3980
  * @return {?proto.google.protobuf.StringValue}
5071
3981
  */
5072
- proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest.prototype.getKind = function () {
5073
- return /** @type{?proto.google.protobuf.StringValue} */ (jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 1));
3982
+ proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.prototype.getLocationTag = function () {
3983
+ return /** @type{?proto.google.protobuf.StringValue} */ (jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 4));
5074
3984
  };
5075
3985
  /**
5076
3986
  * @param {?proto.google.protobuf.StringValue|undefined} value
5077
- * @return {!proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest} returns this
3987
+ * @return {!proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest} returns this
5078
3988
  */
5079
- proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest.prototype.setKind = function (value) {
5080
- return jspb.Message.setWrapperField(this, 1, value);
3989
+ proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.prototype.setLocationTag = function (value) {
3990
+ return jspb.Message.setWrapperField(this, 4, value);
5081
3991
  };
5082
3992
  /**
5083
3993
  * Clears the message field making it undefined.
5084
- * @return {!proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest} returns this
3994
+ * @return {!proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest} returns this
5085
3995
  */
5086
- proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest.prototype.clearKind = function () {
5087
- return this.setKind(undefined);
3996
+ proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.prototype.clearLocationTag = function () {
3997
+ return this.setLocationTag(undefined);
5088
3998
  };
5089
3999
  /**
5090
4000
  * Returns whether this field is set.
5091
4001
  * @return {boolean}
5092
4002
  */
5093
- proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest.prototype.hasKind = function () {
5094
- return jspb.Message.getField(this, 1) != null;
4003
+ proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.prototype.hasLocationTag = function () {
4004
+ return jspb.Message.getField(this, 4) != null;
5095
4005
  };
5096
4006
  /**
5097
- * optional google.protobuf.StringValue icon = 2;
4007
+ * optional google.protobuf.StringValue error_type_tag = 5;
5098
4008
  * @return {?proto.google.protobuf.StringValue}
5099
4009
  */
5100
- proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest.prototype.getIcon = function () {
5101
- return /** @type{?proto.google.protobuf.StringValue} */ (jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 2));
4010
+ proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.prototype.getErrorTypeTag = function () {
4011
+ return /** @type{?proto.google.protobuf.StringValue} */ (jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 5));
5102
4012
  };
5103
4013
  /**
5104
4014
  * @param {?proto.google.protobuf.StringValue|undefined} value
5105
- * @return {!proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest} returns this
4015
+ * @return {!proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest} returns this
5106
4016
  */
5107
- proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest.prototype.setIcon = function (value) {
5108
- return jspb.Message.setWrapperField(this, 2, value);
4017
+ proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.prototype.setErrorTypeTag = function (value) {
4018
+ return jspb.Message.setWrapperField(this, 5, value);
5109
4019
  };
5110
4020
  /**
5111
4021
  * Clears the message field making it undefined.
5112
- * @return {!proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest} returns this
4022
+ * @return {!proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest} returns this
5113
4023
  */
5114
- proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest.prototype.clearIcon = function () {
5115
- return this.setIcon(undefined);
4024
+ proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.prototype.clearErrorTypeTag = function () {
4025
+ return this.setErrorTypeTag(undefined);
5116
4026
  };
5117
4027
  /**
5118
4028
  * Returns whether this field is set.
5119
4029
  * @return {boolean}
5120
4030
  */
5121
- proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest.prototype.hasIcon = function () {
5122
- return jspb.Message.getField(this, 2) != null;
4031
+ proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.prototype.hasErrorTypeTag = function () {
4032
+ return jspb.Message.getField(this, 5) != null;
5123
4033
  };
5124
4034
  /**
5125
- * optional google.protobuf.StringValue title = 3;
4035
+ * optional google.protobuf.StringValue expected = 6;
5126
4036
  * @return {?proto.google.protobuf.StringValue}
5127
4037
  */
5128
- proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest.prototype.getTitle = function () {
5129
- return /** @type{?proto.google.protobuf.StringValue} */ (jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 3));
4038
+ proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.prototype.getExpected = function () {
4039
+ return /** @type{?proto.google.protobuf.StringValue} */ (jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 6));
5130
4040
  };
5131
4041
  /**
5132
4042
  * @param {?proto.google.protobuf.StringValue|undefined} value
5133
- * @return {!proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest} returns this
4043
+ * @return {!proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest} returns this
5134
4044
  */
5135
- proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest.prototype.setTitle = function (value) {
5136
- return jspb.Message.setWrapperField(this, 3, value);
4045
+ proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.prototype.setExpected = function (value) {
4046
+ return jspb.Message.setWrapperField(this, 6, value);
5137
4047
  };
5138
4048
  /**
5139
4049
  * Clears the message field making it undefined.
5140
- * @return {!proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest} returns this
4050
+ * @return {!proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest} returns this
5141
4051
  */
5142
- proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest.prototype.clearTitle = function () {
5143
- return this.setTitle(undefined);
4052
+ proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.prototype.clearExpected = function () {
4053
+ return this.setExpected(undefined);
5144
4054
  };
5145
4055
  /**
5146
4056
  * Returns whether this field is set.
5147
4057
  * @return {boolean}
5148
4058
  */
5149
- proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest.prototype.hasTitle = function () {
5150
- return jspb.Message.getField(this, 3) != null;
4059
+ proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.prototype.hasExpected = function () {
4060
+ return jspb.Message.getField(this, 6) != null;
5151
4061
  };
5152
4062
  /**
5153
- * optional google.protobuf.StringValue additional_text = 4;
4063
+ * optional google.protobuf.StringValue actual = 7;
5154
4064
  * @return {?proto.google.protobuf.StringValue}
5155
4065
  */
5156
- proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest.prototype.getAdditionalText = function () {
5157
- return /** @type{?proto.google.protobuf.StringValue} */ (jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 4));
4066
+ proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.prototype.getActual = function () {
4067
+ return /** @type{?proto.google.protobuf.StringValue} */ (jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 7));
5158
4068
  };
5159
4069
  /**
5160
4070
  * @param {?proto.google.protobuf.StringValue|undefined} value
5161
- * @return {!proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest} returns this
4071
+ * @return {!proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest} returns this
5162
4072
  */
5163
- proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest.prototype.setAdditionalText = function (value) {
5164
- return jspb.Message.setWrapperField(this, 4, value);
4073
+ proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.prototype.setActual = function (value) {
4074
+ return jspb.Message.setWrapperField(this, 7, value);
5165
4075
  };
5166
4076
  /**
5167
4077
  * Clears the message field making it undefined.
5168
- * @return {!proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest} returns this
4078
+ * @return {!proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest} returns this
5169
4079
  */
5170
- proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest.prototype.clearAdditionalText = function () {
5171
- return this.setAdditionalText(undefined);
4080
+ proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.prototype.clearActual = function () {
4081
+ return this.setActual(undefined);
5172
4082
  };
5173
4083
  /**
5174
4084
  * Returns whether this field is set.
5175
4085
  * @return {boolean}
5176
4086
  */
5177
- proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest.prototype.hasAdditionalText = function () {
5178
- return jspb.Message.getField(this, 4) != null;
4087
+ proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.prototype.hasActual = function () {
4088
+ return jspb.Message.getField(this, 7) != null;
5179
4089
  };
5180
4090
  if (jspb.Message.GENERATE_TO_OBJECT) {
5181
4091
  /**
@@ -5190,21 +4100,25 @@ if (jspb.Message.GENERATE_TO_OBJECT) {
5190
4100
  * http://goto/soy-param-migration
5191
4101
  * @return {!Object}
5192
4102
  */
5193
- proto.io.contract_testing.contractcase.grpc.BeginDefinitionResponse.prototype.toObject = function (opt_includeInstance) {
5194
- return proto.io.contract_testing.contractcase.grpc.BeginDefinitionResponse.toObject(opt_includeInstance, this);
4103
+ proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest.prototype.toObject = function (opt_includeInstance) {
4104
+ return proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest.toObject(opt_includeInstance, this);
5195
4105
  };
5196
4106
  /**
5197
4107
  * Static version of the {@see toObject} method.
5198
4108
  * @param {boolean|undefined} includeInstance Deprecated. Whether to include
5199
4109
  * the JSPB instance for transitional soy proto support:
5200
4110
  * http://goto/soy-param-migration
5201
- * @param {!proto.io.contract_testing.contractcase.grpc.BeginDefinitionResponse} msg The msg instance to transform.
4111
+ * @param {!proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest} msg The msg instance to transform.
5202
4112
  * @return {!Object}
5203
4113
  * @suppress {unusedLocalVariables} f is only used for nested messages
5204
4114
  */
5205
- proto.io.contract_testing.contractcase.grpc.BeginDefinitionResponse.toObject = function (includeInstance, msg) {
4115
+ proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest.toObject = function (includeInstance, msg) {
5206
4116
  var f, obj = {
5207
- result: (f = msg.getResult()) && proto.io.contract_testing.contractcase.grpc.BoundaryResult.toObject(includeInstance, f)
4117
+ kind: (f = msg.getKind()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
4118
+ message: (f = msg.getMessage()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
4119
+ location: (f = msg.getLocation()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
4120
+ locationTag: (f = msg.getLocationTag()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
4121
+ errorTypeTag: (f = msg.getErrorTypeTag()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f)
5208
4122
  };
5209
4123
  if (includeInstance) {
5210
4124
  obj.$jspbMessageInstance = msg;
@@ -5215,21 +4129,21 @@ if (jspb.Message.GENERATE_TO_OBJECT) {
5215
4129
  /**
5216
4130
  * Deserializes binary data (in protobuf wire format).
5217
4131
  * @param {jspb.ByteSource} bytes The bytes to deserialize.
5218
- * @return {!proto.io.contract_testing.contractcase.grpc.BeginDefinitionResponse}
4132
+ * @return {!proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest}
5219
4133
  */
5220
- proto.io.contract_testing.contractcase.grpc.BeginDefinitionResponse.deserializeBinary = function (bytes) {
4134
+ proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest.deserializeBinary = function (bytes) {
5221
4135
  var reader = new jspb.BinaryReader(bytes);
5222
- var msg = new proto.io.contract_testing.contractcase.grpc.BeginDefinitionResponse;
5223
- return proto.io.contract_testing.contractcase.grpc.BeginDefinitionResponse.deserializeBinaryFromReader(msg, reader);
4136
+ var msg = new proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest;
4137
+ return proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest.deserializeBinaryFromReader(msg, reader);
5224
4138
  };
5225
4139
  /**
5226
4140
  * Deserializes binary data (in protobuf wire format) from the
5227
4141
  * given reader into the given message object.
5228
- * @param {!proto.io.contract_testing.contractcase.grpc.BeginDefinitionResponse} msg The message object to deserialize into.
4142
+ * @param {!proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest} msg The message object to deserialize into.
5229
4143
  * @param {!jspb.BinaryReader} reader The BinaryReader to use.
5230
- * @return {!proto.io.contract_testing.contractcase.grpc.BeginDefinitionResponse}
4144
+ * @return {!proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest}
5231
4145
  */
5232
- proto.io.contract_testing.contractcase.grpc.BeginDefinitionResponse.deserializeBinaryFromReader = function (msg, reader) {
4146
+ proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest.deserializeBinaryFromReader = function (msg, reader) {
5233
4147
  while (reader.nextField()) {
5234
4148
  if (reader.isEndGroup()) {
5235
4149
  break;
@@ -5237,9 +4151,29 @@ proto.io.contract_testing.contractcase.grpc.BeginDefinitionResponse.deserializeB
5237
4151
  var field = reader.getFieldNumber();
5238
4152
  switch (field) {
5239
4153
  case 1:
5240
- var value = new proto.io.contract_testing.contractcase.grpc.BoundaryResult;
5241
- reader.readMessage(value, proto.io.contract_testing.contractcase.grpc.BoundaryResult.deserializeBinaryFromReader);
5242
- msg.setResult(value);
4154
+ var value = new google_protobuf_wrappers_pb.StringValue;
4155
+ reader.readMessage(value, google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
4156
+ msg.setKind(value);
4157
+ break;
4158
+ case 2:
4159
+ var value = new google_protobuf_wrappers_pb.StringValue;
4160
+ reader.readMessage(value, google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
4161
+ msg.setMessage(value);
4162
+ break;
4163
+ case 3:
4164
+ var value = new google_protobuf_wrappers_pb.StringValue;
4165
+ reader.readMessage(value, google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
4166
+ msg.setLocation(value);
4167
+ break;
4168
+ case 4:
4169
+ var value = new google_protobuf_wrappers_pb.StringValue;
4170
+ reader.readMessage(value, google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
4171
+ msg.setLocationTag(value);
4172
+ break;
4173
+ case 5:
4174
+ var value = new google_protobuf_wrappers_pb.StringValue;
4175
+ reader.readMessage(value, google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
4176
+ msg.setErrorTypeTag(value);
5243
4177
  break;
5244
4178
  default:
5245
4179
  reader.skipField();
@@ -5252,296 +4186,180 @@ proto.io.contract_testing.contractcase.grpc.BeginDefinitionResponse.deserializeB
5252
4186
  * Serializes the message to binary data (in protobuf wire format).
5253
4187
  * @return {!Uint8Array}
5254
4188
  */
5255
- proto.io.contract_testing.contractcase.grpc.BeginDefinitionResponse.prototype.serializeBinary = function () {
4189
+ proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest.prototype.serializeBinary = function () {
5256
4190
  var writer = new jspb.BinaryWriter();
5257
- proto.io.contract_testing.contractcase.grpc.BeginDefinitionResponse.serializeBinaryToWriter(this, writer);
4191
+ proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest.serializeBinaryToWriter(this, writer);
5258
4192
  return writer.getResultBuffer();
5259
4193
  };
5260
4194
  /**
5261
4195
  * Serializes the given message to binary data (in protobuf wire
5262
4196
  * format), writing to the given BinaryWriter.
5263
- * @param {!proto.io.contract_testing.contractcase.grpc.BeginDefinitionResponse} message
4197
+ * @param {!proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest} message
5264
4198
  * @param {!jspb.BinaryWriter} writer
5265
4199
  * @suppress {unusedLocalVariables} f is only used for nested messages
5266
4200
  */
5267
- proto.io.contract_testing.contractcase.grpc.BeginDefinitionResponse.serializeBinaryToWriter = function (message, writer) {
4201
+ proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest.serializeBinaryToWriter = function (message, writer) {
5268
4202
  var f = undefined;
5269
- f = message.getResult();
4203
+ f = message.getKind();
5270
4204
  if (f != null) {
5271
- writer.writeMessage(1, f, proto.io.contract_testing.contractcase.grpc.BoundaryResult.serializeBinaryToWriter);
4205
+ writer.writeMessage(1, f, google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter);
4206
+ }
4207
+ f = message.getMessage();
4208
+ if (f != null) {
4209
+ writer.writeMessage(2, f, google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter);
4210
+ }
4211
+ f = message.getLocation();
4212
+ if (f != null) {
4213
+ writer.writeMessage(3, f, google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter);
4214
+ }
4215
+ f = message.getLocationTag();
4216
+ if (f != null) {
4217
+ writer.writeMessage(4, f, google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter);
4218
+ }
4219
+ f = message.getErrorTypeTag();
4220
+ if (f != null) {
4221
+ writer.writeMessage(5, f, google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter);
5272
4222
  }
5273
4223
  };
5274
4224
  /**
5275
- * optional BoundaryResult result = 1;
5276
- * @return {?proto.io.contract_testing.contractcase.grpc.BoundaryResult}
4225
+ * optional google.protobuf.StringValue kind = 1;
4226
+ * @return {?proto.google.protobuf.StringValue}
5277
4227
  */
5278
- proto.io.contract_testing.contractcase.grpc.BeginDefinitionResponse.prototype.getResult = function () {
5279
- return /** @type{?proto.io.contract_testing.contractcase.grpc.BoundaryResult} */ (jspb.Message.getWrapperField(this, proto.io.contract_testing.contractcase.grpc.BoundaryResult, 1));
4228
+ proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest.prototype.getKind = function () {
4229
+ return /** @type{?proto.google.protobuf.StringValue} */ (jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 1));
5280
4230
  };
5281
4231
  /**
5282
- * @param {?proto.io.contract_testing.contractcase.grpc.BoundaryResult|undefined} value
5283
- * @return {!proto.io.contract_testing.contractcase.grpc.BeginDefinitionResponse} returns this
4232
+ * @param {?proto.google.protobuf.StringValue|undefined} value
4233
+ * @return {!proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest} returns this
5284
4234
  */
5285
- proto.io.contract_testing.contractcase.grpc.BeginDefinitionResponse.prototype.setResult = function (value) {
4235
+ proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest.prototype.setKind = function (value) {
5286
4236
  return jspb.Message.setWrapperField(this, 1, value);
5287
4237
  };
5288
4238
  /**
5289
4239
  * Clears the message field making it undefined.
5290
- * @return {!proto.io.contract_testing.contractcase.grpc.BeginDefinitionResponse} returns this
4240
+ * @return {!proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest} returns this
5291
4241
  */
5292
- proto.io.contract_testing.contractcase.grpc.BeginDefinitionResponse.prototype.clearResult = function () {
5293
- return this.setResult(undefined);
4242
+ proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest.prototype.clearKind = function () {
4243
+ return this.setKind(undefined);
5294
4244
  };
5295
4245
  /**
5296
4246
  * Returns whether this field is set.
5297
4247
  * @return {boolean}
5298
4248
  */
5299
- proto.io.contract_testing.contractcase.grpc.BeginDefinitionResponse.prototype.hasResult = function () {
4249
+ proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest.prototype.hasKind = function () {
5300
4250
  return jspb.Message.getField(this, 1) != null;
5301
4251
  };
5302
- if (jspb.Message.GENERATE_TO_OBJECT) {
5303
- /**
5304
- * Creates an object representation of this proto.
5305
- * Field names that are reserved in JavaScript and will be renamed to pb_name.
5306
- * Optional fields that are not set will be set to undefined.
5307
- * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
5308
- * For the list of reserved names please see:
5309
- * net/proto2/compiler/js/internal/generator.cc#kKeyword.
5310
- * @param {boolean=} opt_includeInstance Deprecated. whether to include the
5311
- * JSPB instance for transitional soy proto support:
5312
- * http://goto/soy-param-migration
5313
- * @return {!Object}
5314
- */
5315
- proto.io.contract_testing.contractcase.grpc.RunExampleResponse.prototype.toObject = function (opt_includeInstance) {
5316
- return proto.io.contract_testing.contractcase.grpc.RunExampleResponse.toObject(opt_includeInstance, this);
5317
- };
5318
- /**
5319
- * Static version of the {@see toObject} method.
5320
- * @param {boolean|undefined} includeInstance Deprecated. Whether to include
5321
- * the JSPB instance for transitional soy proto support:
5322
- * http://goto/soy-param-migration
5323
- * @param {!proto.io.contract_testing.contractcase.grpc.RunExampleResponse} msg The msg instance to transform.
5324
- * @return {!Object}
5325
- * @suppress {unusedLocalVariables} f is only used for nested messages
5326
- */
5327
- proto.io.contract_testing.contractcase.grpc.RunExampleResponse.toObject = function (includeInstance, msg) {
5328
- var f, obj = {
5329
- result: (f = msg.getResult()) && proto.io.contract_testing.contractcase.grpc.BoundaryResult.toObject(includeInstance, f)
5330
- };
5331
- if (includeInstance) {
5332
- obj.$jspbMessageInstance = msg;
5333
- }
5334
- return obj;
5335
- };
5336
- }
5337
4252
  /**
5338
- * Deserializes binary data (in protobuf wire format).
5339
- * @param {jspb.ByteSource} bytes The bytes to deserialize.
5340
- * @return {!proto.io.contract_testing.contractcase.grpc.RunExampleResponse}
4253
+ * optional google.protobuf.StringValue message = 2;
4254
+ * @return {?proto.google.protobuf.StringValue}
5341
4255
  */
5342
- proto.io.contract_testing.contractcase.grpc.RunExampleResponse.deserializeBinary = function (bytes) {
5343
- var reader = new jspb.BinaryReader(bytes);
5344
- var msg = new proto.io.contract_testing.contractcase.grpc.RunExampleResponse;
5345
- return proto.io.contract_testing.contractcase.grpc.RunExampleResponse.deserializeBinaryFromReader(msg, reader);
4256
+ proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest.prototype.getMessage = function () {
4257
+ return /** @type{?proto.google.protobuf.StringValue} */ (jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 2));
5346
4258
  };
5347
4259
  /**
5348
- * Deserializes binary data (in protobuf wire format) from the
5349
- * given reader into the given message object.
5350
- * @param {!proto.io.contract_testing.contractcase.grpc.RunExampleResponse} msg The message object to deserialize into.
5351
- * @param {!jspb.BinaryReader} reader The BinaryReader to use.
5352
- * @return {!proto.io.contract_testing.contractcase.grpc.RunExampleResponse}
5353
- */
5354
- proto.io.contract_testing.contractcase.grpc.RunExampleResponse.deserializeBinaryFromReader = function (msg, reader) {
5355
- while (reader.nextField()) {
5356
- if (reader.isEndGroup()) {
5357
- break;
5358
- }
5359
- var field = reader.getFieldNumber();
5360
- switch (field) {
5361
- case 1:
5362
- var value = new proto.io.contract_testing.contractcase.grpc.BoundaryResult;
5363
- reader.readMessage(value, proto.io.contract_testing.contractcase.grpc.BoundaryResult.deserializeBinaryFromReader);
5364
- msg.setResult(value);
5365
- break;
5366
- default:
5367
- reader.skipField();
5368
- break;
5369
- }
5370
- }
5371
- return msg;
4260
+ * @param {?proto.google.protobuf.StringValue|undefined} value
4261
+ * @return {!proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest} returns this
4262
+ */
4263
+ proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest.prototype.setMessage = function (value) {
4264
+ return jspb.Message.setWrapperField(this, 2, value);
5372
4265
  };
5373
4266
  /**
5374
- * Serializes the message to binary data (in protobuf wire format).
5375
- * @return {!Uint8Array}
4267
+ * Clears the message field making it undefined.
4268
+ * @return {!proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest} returns this
5376
4269
  */
5377
- proto.io.contract_testing.contractcase.grpc.RunExampleResponse.prototype.serializeBinary = function () {
5378
- var writer = new jspb.BinaryWriter();
5379
- proto.io.contract_testing.contractcase.grpc.RunExampleResponse.serializeBinaryToWriter(this, writer);
5380
- return writer.getResultBuffer();
4270
+ proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest.prototype.clearMessage = function () {
4271
+ return this.setMessage(undefined);
5381
4272
  };
5382
4273
  /**
5383
- * Serializes the given message to binary data (in protobuf wire
5384
- * format), writing to the given BinaryWriter.
5385
- * @param {!proto.io.contract_testing.contractcase.grpc.RunExampleResponse} message
5386
- * @param {!jspb.BinaryWriter} writer
5387
- * @suppress {unusedLocalVariables} f is only used for nested messages
4274
+ * Returns whether this field is set.
4275
+ * @return {boolean}
5388
4276
  */
5389
- proto.io.contract_testing.contractcase.grpc.RunExampleResponse.serializeBinaryToWriter = function (message, writer) {
5390
- var f = undefined;
5391
- f = message.getResult();
5392
- if (f != null) {
5393
- writer.writeMessage(1, f, proto.io.contract_testing.contractcase.grpc.BoundaryResult.serializeBinaryToWriter);
5394
- }
4277
+ proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest.prototype.hasMessage = function () {
4278
+ return jspb.Message.getField(this, 2) != null;
5395
4279
  };
5396
4280
  /**
5397
- * optional BoundaryResult result = 1;
5398
- * @return {?proto.io.contract_testing.contractcase.grpc.BoundaryResult}
4281
+ * optional google.protobuf.StringValue location = 3;
4282
+ * @return {?proto.google.protobuf.StringValue}
5399
4283
  */
5400
- proto.io.contract_testing.contractcase.grpc.RunExampleResponse.prototype.getResult = function () {
5401
- return /** @type{?proto.io.contract_testing.contractcase.grpc.BoundaryResult} */ (jspb.Message.getWrapperField(this, proto.io.contract_testing.contractcase.grpc.BoundaryResult, 1));
4284
+ proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest.prototype.getLocation = function () {
4285
+ return /** @type{?proto.google.protobuf.StringValue} */ (jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 3));
5402
4286
  };
5403
4287
  /**
5404
- * @param {?proto.io.contract_testing.contractcase.grpc.BoundaryResult|undefined} value
5405
- * @return {!proto.io.contract_testing.contractcase.grpc.RunExampleResponse} returns this
4288
+ * @param {?proto.google.protobuf.StringValue|undefined} value
4289
+ * @return {!proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest} returns this
5406
4290
  */
5407
- proto.io.contract_testing.contractcase.grpc.RunExampleResponse.prototype.setResult = function (value) {
5408
- return jspb.Message.setWrapperField(this, 1, value);
4291
+ proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest.prototype.setLocation = function (value) {
4292
+ return jspb.Message.setWrapperField(this, 3, value);
5409
4293
  };
5410
4294
  /**
5411
4295
  * Clears the message field making it undefined.
5412
- * @return {!proto.io.contract_testing.contractcase.grpc.RunExampleResponse} returns this
4296
+ * @return {!proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest} returns this
5413
4297
  */
5414
- proto.io.contract_testing.contractcase.grpc.RunExampleResponse.prototype.clearResult = function () {
5415
- return this.setResult(undefined);
4298
+ proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest.prototype.clearLocation = function () {
4299
+ return this.setLocation(undefined);
5416
4300
  };
5417
4301
  /**
5418
4302
  * Returns whether this field is set.
5419
4303
  * @return {boolean}
5420
4304
  */
5421
- proto.io.contract_testing.contractcase.grpc.RunExampleResponse.prototype.hasResult = function () {
5422
- return jspb.Message.getField(this, 1) != null;
4305
+ proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest.prototype.hasLocation = function () {
4306
+ return jspb.Message.getField(this, 3) != null;
5423
4307
  };
5424
- if (jspb.Message.GENERATE_TO_OBJECT) {
5425
- /**
5426
- * Creates an object representation of this proto.
5427
- * Field names that are reserved in JavaScript and will be renamed to pb_name.
5428
- * Optional fields that are not set will be set to undefined.
5429
- * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
5430
- * For the list of reserved names please see:
5431
- * net/proto2/compiler/js/internal/generator.cc#kKeyword.
5432
- * @param {boolean=} opt_includeInstance Deprecated. whether to include the
5433
- * JSPB instance for transitional soy proto support:
5434
- * http://goto/soy-param-migration
5435
- * @return {!Object}
5436
- */
5437
- proto.io.contract_testing.contractcase.grpc.RunRejectingExampleResponse.prototype.toObject = function (opt_includeInstance) {
5438
- return proto.io.contract_testing.contractcase.grpc.RunRejectingExampleResponse.toObject(opt_includeInstance, this);
5439
- };
5440
- /**
5441
- * Static version of the {@see toObject} method.
5442
- * @param {boolean|undefined} includeInstance Deprecated. Whether to include
5443
- * the JSPB instance for transitional soy proto support:
5444
- * http://goto/soy-param-migration
5445
- * @param {!proto.io.contract_testing.contractcase.grpc.RunRejectingExampleResponse} msg The msg instance to transform.
5446
- * @return {!Object}
5447
- * @suppress {unusedLocalVariables} f is only used for nested messages
5448
- */
5449
- proto.io.contract_testing.contractcase.grpc.RunRejectingExampleResponse.toObject = function (includeInstance, msg) {
5450
- var f, obj = {
5451
- result: (f = msg.getResult()) && proto.io.contract_testing.contractcase.grpc.BoundaryResult.toObject(includeInstance, f)
5452
- };
5453
- if (includeInstance) {
5454
- obj.$jspbMessageInstance = msg;
5455
- }
5456
- return obj;
5457
- };
5458
- }
5459
4308
  /**
5460
- * Deserializes binary data (in protobuf wire format).
5461
- * @param {jspb.ByteSource} bytes The bytes to deserialize.
5462
- * @return {!proto.io.contract_testing.contractcase.grpc.RunRejectingExampleResponse}
4309
+ * optional google.protobuf.StringValue location_tag = 4;
4310
+ * @return {?proto.google.protobuf.StringValue}
5463
4311
  */
5464
- proto.io.contract_testing.contractcase.grpc.RunRejectingExampleResponse.deserializeBinary = function (bytes) {
5465
- var reader = new jspb.BinaryReader(bytes);
5466
- var msg = new proto.io.contract_testing.contractcase.grpc.RunRejectingExampleResponse;
5467
- return proto.io.contract_testing.contractcase.grpc.RunRejectingExampleResponse.deserializeBinaryFromReader(msg, reader);
4312
+ proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest.prototype.getLocationTag = function () {
4313
+ return /** @type{?proto.google.protobuf.StringValue} */ (jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 4));
5468
4314
  };
5469
4315
  /**
5470
- * Deserializes binary data (in protobuf wire format) from the
5471
- * given reader into the given message object.
5472
- * @param {!proto.io.contract_testing.contractcase.grpc.RunRejectingExampleResponse} msg The message object to deserialize into.
5473
- * @param {!jspb.BinaryReader} reader The BinaryReader to use.
5474
- * @return {!proto.io.contract_testing.contractcase.grpc.RunRejectingExampleResponse}
5475
- */
5476
- proto.io.contract_testing.contractcase.grpc.RunRejectingExampleResponse.deserializeBinaryFromReader = function (msg, reader) {
5477
- while (reader.nextField()) {
5478
- if (reader.isEndGroup()) {
5479
- break;
5480
- }
5481
- var field = reader.getFieldNumber();
5482
- switch (field) {
5483
- case 1:
5484
- var value = new proto.io.contract_testing.contractcase.grpc.BoundaryResult;
5485
- reader.readMessage(value, proto.io.contract_testing.contractcase.grpc.BoundaryResult.deserializeBinaryFromReader);
5486
- msg.setResult(value);
5487
- break;
5488
- default:
5489
- reader.skipField();
5490
- break;
5491
- }
5492
- }
5493
- return msg;
4316
+ * @param {?proto.google.protobuf.StringValue|undefined} value
4317
+ * @return {!proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest} returns this
4318
+ */
4319
+ proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest.prototype.setLocationTag = function (value) {
4320
+ return jspb.Message.setWrapperField(this, 4, value);
5494
4321
  };
5495
4322
  /**
5496
- * Serializes the message to binary data (in protobuf wire format).
5497
- * @return {!Uint8Array}
4323
+ * Clears the message field making it undefined.
4324
+ * @return {!proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest} returns this
5498
4325
  */
5499
- proto.io.contract_testing.contractcase.grpc.RunRejectingExampleResponse.prototype.serializeBinary = function () {
5500
- var writer = new jspb.BinaryWriter();
5501
- proto.io.contract_testing.contractcase.grpc.RunRejectingExampleResponse.serializeBinaryToWriter(this, writer);
5502
- return writer.getResultBuffer();
4326
+ proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest.prototype.clearLocationTag = function () {
4327
+ return this.setLocationTag(undefined);
5503
4328
  };
5504
4329
  /**
5505
- * Serializes the given message to binary data (in protobuf wire
5506
- * format), writing to the given BinaryWriter.
5507
- * @param {!proto.io.contract_testing.contractcase.grpc.RunRejectingExampleResponse} message
5508
- * @param {!jspb.BinaryWriter} writer
5509
- * @suppress {unusedLocalVariables} f is only used for nested messages
4330
+ * Returns whether this field is set.
4331
+ * @return {boolean}
5510
4332
  */
5511
- proto.io.contract_testing.contractcase.grpc.RunRejectingExampleResponse.serializeBinaryToWriter = function (message, writer) {
5512
- var f = undefined;
5513
- f = message.getResult();
5514
- if (f != null) {
5515
- writer.writeMessage(1, f, proto.io.contract_testing.contractcase.grpc.BoundaryResult.serializeBinaryToWriter);
5516
- }
4333
+ proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest.prototype.hasLocationTag = function () {
4334
+ return jspb.Message.getField(this, 4) != null;
5517
4335
  };
5518
4336
  /**
5519
- * optional BoundaryResult result = 1;
5520
- * @return {?proto.io.contract_testing.contractcase.grpc.BoundaryResult}
4337
+ * optional google.protobuf.StringValue error_type_tag = 5;
4338
+ * @return {?proto.google.protobuf.StringValue}
5521
4339
  */
5522
- proto.io.contract_testing.contractcase.grpc.RunRejectingExampleResponse.prototype.getResult = function () {
5523
- return /** @type{?proto.io.contract_testing.contractcase.grpc.BoundaryResult} */ (jspb.Message.getWrapperField(this, proto.io.contract_testing.contractcase.grpc.BoundaryResult, 1));
4340
+ proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest.prototype.getErrorTypeTag = function () {
4341
+ return /** @type{?proto.google.protobuf.StringValue} */ (jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 5));
5524
4342
  };
5525
4343
  /**
5526
- * @param {?proto.io.contract_testing.contractcase.grpc.BoundaryResult|undefined} value
5527
- * @return {!proto.io.contract_testing.contractcase.grpc.RunRejectingExampleResponse} returns this
4344
+ * @param {?proto.google.protobuf.StringValue|undefined} value
4345
+ * @return {!proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest} returns this
5528
4346
  */
5529
- proto.io.contract_testing.contractcase.grpc.RunRejectingExampleResponse.prototype.setResult = function (value) {
5530
- return jspb.Message.setWrapperField(this, 1, value);
4347
+ proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest.prototype.setErrorTypeTag = function (value) {
4348
+ return jspb.Message.setWrapperField(this, 5, value);
5531
4349
  };
5532
4350
  /**
5533
4351
  * Clears the message field making it undefined.
5534
- * @return {!proto.io.contract_testing.contractcase.grpc.RunRejectingExampleResponse} returns this
4352
+ * @return {!proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest} returns this
5535
4353
  */
5536
- proto.io.contract_testing.contractcase.grpc.RunRejectingExampleResponse.prototype.clearResult = function () {
5537
- return this.setResult(undefined);
4354
+ proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest.prototype.clearErrorTypeTag = function () {
4355
+ return this.setErrorTypeTag(undefined);
5538
4356
  };
5539
4357
  /**
5540
4358
  * Returns whether this field is set.
5541
4359
  * @return {boolean}
5542
4360
  */
5543
- proto.io.contract_testing.contractcase.grpc.RunRejectingExampleResponse.prototype.hasResult = function () {
5544
- return jspb.Message.getField(this, 1) != null;
4361
+ proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest.prototype.hasErrorTypeTag = function () {
4362
+ return jspb.Message.getField(this, 5) != null;
5545
4363
  };
5546
4364
  if (jspb.Message.GENERATE_TO_OBJECT) {
5547
4365
  /**
@@ -5556,21 +4374,24 @@ if (jspb.Message.GENERATE_TO_OBJECT) {
5556
4374
  * http://goto/soy-param-migration
5557
4375
  * @return {!Object}
5558
4376
  */
5559
- proto.io.contract_testing.contractcase.grpc.StripMatchersResponse.prototype.toObject = function (opt_includeInstance) {
5560
- return proto.io.contract_testing.contractcase.grpc.StripMatchersResponse.toObject(opt_includeInstance, this);
4377
+ proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest.prototype.toObject = function (opt_includeInstance) {
4378
+ return proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest.toObject(opt_includeInstance, this);
5561
4379
  };
5562
4380
  /**
5563
4381
  * Static version of the {@see toObject} method.
5564
4382
  * @param {boolean|undefined} includeInstance Deprecated. Whether to include
5565
4383
  * the JSPB instance for transitional soy proto support:
5566
4384
  * http://goto/soy-param-migration
5567
- * @param {!proto.io.contract_testing.contractcase.grpc.StripMatchersResponse} msg The msg instance to transform.
4385
+ * @param {!proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest} msg The msg instance to transform.
5568
4386
  * @return {!Object}
5569
4387
  * @suppress {unusedLocalVariables} f is only used for nested messages
5570
4388
  */
5571
- proto.io.contract_testing.contractcase.grpc.StripMatchersResponse.toObject = function (includeInstance, msg) {
4389
+ proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest.toObject = function (includeInstance, msg) {
5572
4390
  var f, obj = {
5573
- result: (f = msg.getResult()) && proto.io.contract_testing.contractcase.grpc.BoundaryResult.toObject(includeInstance, f)
4391
+ kind: (f = msg.getKind()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
4392
+ icon: (f = msg.getIcon()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
4393
+ title: (f = msg.getTitle()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
4394
+ additionalText: (f = msg.getAdditionalText()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f)
5574
4395
  };
5575
4396
  if (includeInstance) {
5576
4397
  obj.$jspbMessageInstance = msg;
@@ -5581,21 +4402,21 @@ if (jspb.Message.GENERATE_TO_OBJECT) {
5581
4402
  /**
5582
4403
  * Deserializes binary data (in protobuf wire format).
5583
4404
  * @param {jspb.ByteSource} bytes The bytes to deserialize.
5584
- * @return {!proto.io.contract_testing.contractcase.grpc.StripMatchersResponse}
4405
+ * @return {!proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest}
5585
4406
  */
5586
- proto.io.contract_testing.contractcase.grpc.StripMatchersResponse.deserializeBinary = function (bytes) {
4407
+ proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest.deserializeBinary = function (bytes) {
5587
4408
  var reader = new jspb.BinaryReader(bytes);
5588
- var msg = new proto.io.contract_testing.contractcase.grpc.StripMatchersResponse;
5589
- return proto.io.contract_testing.contractcase.grpc.StripMatchersResponse.deserializeBinaryFromReader(msg, reader);
4409
+ var msg = new proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest;
4410
+ return proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest.deserializeBinaryFromReader(msg, reader);
5590
4411
  };
5591
4412
  /**
5592
4413
  * Deserializes binary data (in protobuf wire format) from the
5593
4414
  * given reader into the given message object.
5594
- * @param {!proto.io.contract_testing.contractcase.grpc.StripMatchersResponse} msg The message object to deserialize into.
4415
+ * @param {!proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest} msg The message object to deserialize into.
5595
4416
  * @param {!jspb.BinaryReader} reader The BinaryReader to use.
5596
- * @return {!proto.io.contract_testing.contractcase.grpc.StripMatchersResponse}
4417
+ * @return {!proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest}
5597
4418
  */
5598
- proto.io.contract_testing.contractcase.grpc.StripMatchersResponse.deserializeBinaryFromReader = function (msg, reader) {
4419
+ proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest.deserializeBinaryFromReader = function (msg, reader) {
5599
4420
  while (reader.nextField()) {
5600
4421
  if (reader.isEndGroup()) {
5601
4422
  break;
@@ -5603,9 +4424,24 @@ proto.io.contract_testing.contractcase.grpc.StripMatchersResponse.deserializeBin
5603
4424
  var field = reader.getFieldNumber();
5604
4425
  switch (field) {
5605
4426
  case 1:
5606
- var value = new proto.io.contract_testing.contractcase.grpc.BoundaryResult;
5607
- reader.readMessage(value, proto.io.contract_testing.contractcase.grpc.BoundaryResult.deserializeBinaryFromReader);
5608
- msg.setResult(value);
4427
+ var value = new google_protobuf_wrappers_pb.StringValue;
4428
+ reader.readMessage(value, google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
4429
+ msg.setKind(value);
4430
+ break;
4431
+ case 2:
4432
+ var value = new google_protobuf_wrappers_pb.StringValue;
4433
+ reader.readMessage(value, google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
4434
+ msg.setIcon(value);
4435
+ break;
4436
+ case 3:
4437
+ var value = new google_protobuf_wrappers_pb.StringValue;
4438
+ reader.readMessage(value, google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
4439
+ msg.setTitle(value);
4440
+ break;
4441
+ case 4:
4442
+ var value = new google_protobuf_wrappers_pb.StringValue;
4443
+ reader.readMessage(value, google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
4444
+ msg.setAdditionalText(value);
5609
4445
  break;
5610
4446
  default:
5611
4447
  reader.skipField();
@@ -5618,174 +4454,148 @@ proto.io.contract_testing.contractcase.grpc.StripMatchersResponse.deserializeBin
5618
4454
  * Serializes the message to binary data (in protobuf wire format).
5619
4455
  * @return {!Uint8Array}
5620
4456
  */
5621
- proto.io.contract_testing.contractcase.grpc.StripMatchersResponse.prototype.serializeBinary = function () {
4457
+ proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest.prototype.serializeBinary = function () {
5622
4458
  var writer = new jspb.BinaryWriter();
5623
- proto.io.contract_testing.contractcase.grpc.StripMatchersResponse.serializeBinaryToWriter(this, writer);
4459
+ proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest.serializeBinaryToWriter(this, writer);
5624
4460
  return writer.getResultBuffer();
5625
4461
  };
5626
4462
  /**
5627
4463
  * Serializes the given message to binary data (in protobuf wire
5628
4464
  * format), writing to the given BinaryWriter.
5629
- * @param {!proto.io.contract_testing.contractcase.grpc.StripMatchersResponse} message
4465
+ * @param {!proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest} message
5630
4466
  * @param {!jspb.BinaryWriter} writer
5631
4467
  * @suppress {unusedLocalVariables} f is only used for nested messages
5632
4468
  */
5633
- proto.io.contract_testing.contractcase.grpc.StripMatchersResponse.serializeBinaryToWriter = function (message, writer) {
4469
+ proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest.serializeBinaryToWriter = function (message, writer) {
5634
4470
  var f = undefined;
5635
- f = message.getResult();
4471
+ f = message.getKind();
5636
4472
  if (f != null) {
5637
- writer.writeMessage(1, f, proto.io.contract_testing.contractcase.grpc.BoundaryResult.serializeBinaryToWriter);
4473
+ writer.writeMessage(1, f, google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter);
4474
+ }
4475
+ f = message.getIcon();
4476
+ if (f != null) {
4477
+ writer.writeMessage(2, f, google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter);
4478
+ }
4479
+ f = message.getTitle();
4480
+ if (f != null) {
4481
+ writer.writeMessage(3, f, google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter);
4482
+ }
4483
+ f = message.getAdditionalText();
4484
+ if (f != null) {
4485
+ writer.writeMessage(4, f, google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter);
5638
4486
  }
5639
4487
  };
5640
4488
  /**
5641
- * optional BoundaryResult result = 1;
5642
- * @return {?proto.io.contract_testing.contractcase.grpc.BoundaryResult}
4489
+ * optional google.protobuf.StringValue kind = 1;
4490
+ * @return {?proto.google.protobuf.StringValue}
5643
4491
  */
5644
- proto.io.contract_testing.contractcase.grpc.StripMatchersResponse.prototype.getResult = function () {
5645
- return /** @type{?proto.io.contract_testing.contractcase.grpc.BoundaryResult} */ (jspb.Message.getWrapperField(this, proto.io.contract_testing.contractcase.grpc.BoundaryResult, 1));
4492
+ proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest.prototype.getKind = function () {
4493
+ return /** @type{?proto.google.protobuf.StringValue} */ (jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 1));
5646
4494
  };
5647
4495
  /**
5648
- * @param {?proto.io.contract_testing.contractcase.grpc.BoundaryResult|undefined} value
5649
- * @return {!proto.io.contract_testing.contractcase.grpc.StripMatchersResponse} returns this
4496
+ * @param {?proto.google.protobuf.StringValue|undefined} value
4497
+ * @return {!proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest} returns this
5650
4498
  */
5651
- proto.io.contract_testing.contractcase.grpc.StripMatchersResponse.prototype.setResult = function (value) {
4499
+ proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest.prototype.setKind = function (value) {
5652
4500
  return jspb.Message.setWrapperField(this, 1, value);
5653
4501
  };
5654
4502
  /**
5655
4503
  * Clears the message field making it undefined.
5656
- * @return {!proto.io.contract_testing.contractcase.grpc.StripMatchersResponse} returns this
4504
+ * @return {!proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest} returns this
5657
4505
  */
5658
- proto.io.contract_testing.contractcase.grpc.StripMatchersResponse.prototype.clearResult = function () {
5659
- return this.setResult(undefined);
4506
+ proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest.prototype.clearKind = function () {
4507
+ return this.setKind(undefined);
5660
4508
  };
5661
4509
  /**
5662
4510
  * Returns whether this field is set.
5663
4511
  * @return {boolean}
5664
4512
  */
5665
- proto.io.contract_testing.contractcase.grpc.StripMatchersResponse.prototype.hasResult = function () {
4513
+ proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest.prototype.hasKind = function () {
5666
4514
  return jspb.Message.getField(this, 1) != null;
5667
4515
  };
5668
- if (jspb.Message.GENERATE_TO_OBJECT) {
5669
- /**
5670
- * Creates an object representation of this proto.
5671
- * Field names that are reserved in JavaScript and will be renamed to pb_name.
5672
- * Optional fields that are not set will be set to undefined.
5673
- * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
5674
- * For the list of reserved names please see:
5675
- * net/proto2/compiler/js/internal/generator.cc#kKeyword.
5676
- * @param {boolean=} opt_includeInstance Deprecated. whether to include the
5677
- * JSPB instance for transitional soy proto support:
5678
- * http://goto/soy-param-migration
5679
- * @return {!Object}
5680
- */
5681
- proto.io.contract_testing.contractcase.grpc.EndDefinitionResponse.prototype.toObject = function (opt_includeInstance) {
5682
- return proto.io.contract_testing.contractcase.grpc.EndDefinitionResponse.toObject(opt_includeInstance, this);
5683
- };
5684
- /**
5685
- * Static version of the {@see toObject} method.
5686
- * @param {boolean|undefined} includeInstance Deprecated. Whether to include
5687
- * the JSPB instance for transitional soy proto support:
5688
- * http://goto/soy-param-migration
5689
- * @param {!proto.io.contract_testing.contractcase.grpc.EndDefinitionResponse} msg The msg instance to transform.
5690
- * @return {!Object}
5691
- * @suppress {unusedLocalVariables} f is only used for nested messages
5692
- */
5693
- proto.io.contract_testing.contractcase.grpc.EndDefinitionResponse.toObject = function (includeInstance, msg) {
5694
- var f, obj = {
5695
- result: (f = msg.getResult()) && proto.io.contract_testing.contractcase.grpc.BoundaryResult.toObject(includeInstance, f)
5696
- };
5697
- if (includeInstance) {
5698
- obj.$jspbMessageInstance = msg;
5699
- }
5700
- return obj;
5701
- };
5702
- }
5703
4516
  /**
5704
- * Deserializes binary data (in protobuf wire format).
5705
- * @param {jspb.ByteSource} bytes The bytes to deserialize.
5706
- * @return {!proto.io.contract_testing.contractcase.grpc.EndDefinitionResponse}
4517
+ * optional google.protobuf.StringValue icon = 2;
4518
+ * @return {?proto.google.protobuf.StringValue}
4519
+ */
4520
+ proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest.prototype.getIcon = function () {
4521
+ return /** @type{?proto.google.protobuf.StringValue} */ (jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 2));
4522
+ };
4523
+ /**
4524
+ * @param {?proto.google.protobuf.StringValue|undefined} value
4525
+ * @return {!proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest} returns this
4526
+ */
4527
+ proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest.prototype.setIcon = function (value) {
4528
+ return jspb.Message.setWrapperField(this, 2, value);
4529
+ };
4530
+ /**
4531
+ * Clears the message field making it undefined.
4532
+ * @return {!proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest} returns this
5707
4533
  */
5708
- proto.io.contract_testing.contractcase.grpc.EndDefinitionResponse.deserializeBinary = function (bytes) {
5709
- var reader = new jspb.BinaryReader(bytes);
5710
- var msg = new proto.io.contract_testing.contractcase.grpc.EndDefinitionResponse;
5711
- return proto.io.contract_testing.contractcase.grpc.EndDefinitionResponse.deserializeBinaryFromReader(msg, reader);
4534
+ proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest.prototype.clearIcon = function () {
4535
+ return this.setIcon(undefined);
5712
4536
  };
5713
4537
  /**
5714
- * Deserializes binary data (in protobuf wire format) from the
5715
- * given reader into the given message object.
5716
- * @param {!proto.io.contract_testing.contractcase.grpc.EndDefinitionResponse} msg The message object to deserialize into.
5717
- * @param {!jspb.BinaryReader} reader The BinaryReader to use.
5718
- * @return {!proto.io.contract_testing.contractcase.grpc.EndDefinitionResponse}
4538
+ * Returns whether this field is set.
4539
+ * @return {boolean}
5719
4540
  */
5720
- proto.io.contract_testing.contractcase.grpc.EndDefinitionResponse.deserializeBinaryFromReader = function (msg, reader) {
5721
- while (reader.nextField()) {
5722
- if (reader.isEndGroup()) {
5723
- break;
5724
- }
5725
- var field = reader.getFieldNumber();
5726
- switch (field) {
5727
- case 1:
5728
- var value = new proto.io.contract_testing.contractcase.grpc.BoundaryResult;
5729
- reader.readMessage(value, proto.io.contract_testing.contractcase.grpc.BoundaryResult.deserializeBinaryFromReader);
5730
- msg.setResult(value);
5731
- break;
5732
- default:
5733
- reader.skipField();
5734
- break;
5735
- }
5736
- }
5737
- return msg;
4541
+ proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest.prototype.hasIcon = function () {
4542
+ return jspb.Message.getField(this, 2) != null;
5738
4543
  };
5739
4544
  /**
5740
- * Serializes the message to binary data (in protobuf wire format).
5741
- * @return {!Uint8Array}
4545
+ * optional google.protobuf.StringValue title = 3;
4546
+ * @return {?proto.google.protobuf.StringValue}
5742
4547
  */
5743
- proto.io.contract_testing.contractcase.grpc.EndDefinitionResponse.prototype.serializeBinary = function () {
5744
- var writer = new jspb.BinaryWriter();
5745
- proto.io.contract_testing.contractcase.grpc.EndDefinitionResponse.serializeBinaryToWriter(this, writer);
5746
- return writer.getResultBuffer();
4548
+ proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest.prototype.getTitle = function () {
4549
+ return /** @type{?proto.google.protobuf.StringValue} */ (jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 3));
5747
4550
  };
5748
4551
  /**
5749
- * Serializes the given message to binary data (in protobuf wire
5750
- * format), writing to the given BinaryWriter.
5751
- * @param {!proto.io.contract_testing.contractcase.grpc.EndDefinitionResponse} message
5752
- * @param {!jspb.BinaryWriter} writer
5753
- * @suppress {unusedLocalVariables} f is only used for nested messages
4552
+ * @param {?proto.google.protobuf.StringValue|undefined} value
4553
+ * @return {!proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest} returns this
4554
+ */
4555
+ proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest.prototype.setTitle = function (value) {
4556
+ return jspb.Message.setWrapperField(this, 3, value);
4557
+ };
4558
+ /**
4559
+ * Clears the message field making it undefined.
4560
+ * @return {!proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest} returns this
5754
4561
  */
5755
- proto.io.contract_testing.contractcase.grpc.EndDefinitionResponse.serializeBinaryToWriter = function (message, writer) {
5756
- var f = undefined;
5757
- f = message.getResult();
5758
- if (f != null) {
5759
- writer.writeMessage(1, f, proto.io.contract_testing.contractcase.grpc.BoundaryResult.serializeBinaryToWriter);
5760
- }
4562
+ proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest.prototype.clearTitle = function () {
4563
+ return this.setTitle(undefined);
5761
4564
  };
5762
4565
  /**
5763
- * optional BoundaryResult result = 1;
5764
- * @return {?proto.io.contract_testing.contractcase.grpc.BoundaryResult}
4566
+ * Returns whether this field is set.
4567
+ * @return {boolean}
5765
4568
  */
5766
- proto.io.contract_testing.contractcase.grpc.EndDefinitionResponse.prototype.getResult = function () {
5767
- return /** @type{?proto.io.contract_testing.contractcase.grpc.BoundaryResult} */ (jspb.Message.getWrapperField(this, proto.io.contract_testing.contractcase.grpc.BoundaryResult, 1));
4569
+ proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest.prototype.hasTitle = function () {
4570
+ return jspb.Message.getField(this, 3) != null;
5768
4571
  };
5769
4572
  /**
5770
- * @param {?proto.io.contract_testing.contractcase.grpc.BoundaryResult|undefined} value
5771
- * @return {!proto.io.contract_testing.contractcase.grpc.EndDefinitionResponse} returns this
4573
+ * optional google.protobuf.StringValue additional_text = 4;
4574
+ * @return {?proto.google.protobuf.StringValue}
4575
+ */
4576
+ proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest.prototype.getAdditionalText = function () {
4577
+ return /** @type{?proto.google.protobuf.StringValue} */ (jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 4));
4578
+ };
4579
+ /**
4580
+ * @param {?proto.google.protobuf.StringValue|undefined} value
4581
+ * @return {!proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest} returns this
5772
4582
  */
5773
- proto.io.contract_testing.contractcase.grpc.EndDefinitionResponse.prototype.setResult = function (value) {
5774
- return jspb.Message.setWrapperField(this, 1, value);
4583
+ proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest.prototype.setAdditionalText = function (value) {
4584
+ return jspb.Message.setWrapperField(this, 4, value);
5775
4585
  };
5776
4586
  /**
5777
4587
  * Clears the message field making it undefined.
5778
- * @return {!proto.io.contract_testing.contractcase.grpc.EndDefinitionResponse} returns this
4588
+ * @return {!proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest} returns this
5779
4589
  */
5780
- proto.io.contract_testing.contractcase.grpc.EndDefinitionResponse.prototype.clearResult = function () {
5781
- return this.setResult(undefined);
4590
+ proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest.prototype.clearAdditionalText = function () {
4591
+ return this.setAdditionalText(undefined);
5782
4592
  };
5783
4593
  /**
5784
4594
  * Returns whether this field is set.
5785
4595
  * @return {boolean}
5786
4596
  */
5787
- proto.io.contract_testing.contractcase.grpc.EndDefinitionResponse.prototype.hasResult = function () {
5788
- return jspb.Message.getField(this, 1) != null;
4597
+ proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest.prototype.hasAdditionalText = function () {
4598
+ return jspb.Message.getField(this, 4) != null;
5789
4599
  };
5790
4600
  if (jspb.Message.GENERATE_TO_OBJECT) {
5791
4601
  /**
@@ -5800,19 +4610,19 @@ if (jspb.Message.GENERATE_TO_OBJECT) {
5800
4610
  * http://goto/soy-param-migration
5801
4611
  * @return {!Object}
5802
4612
  */
5803
- proto.io.contract_testing.contractcase.grpc.TriggerFunctionResponse.prototype.toObject = function (opt_includeInstance) {
5804
- return proto.io.contract_testing.contractcase.grpc.TriggerFunctionResponse.toObject(opt_includeInstance, this);
4613
+ proto.io.contract_testing.contractcase.grpc.ResultResponse.prototype.toObject = function (opt_includeInstance) {
4614
+ return proto.io.contract_testing.contractcase.grpc.ResultResponse.toObject(opt_includeInstance, this);
5805
4615
  };
5806
4616
  /**
5807
4617
  * Static version of the {@see toObject} method.
5808
4618
  * @param {boolean|undefined} includeInstance Deprecated. Whether to include
5809
4619
  * the JSPB instance for transitional soy proto support:
5810
4620
  * http://goto/soy-param-migration
5811
- * @param {!proto.io.contract_testing.contractcase.grpc.TriggerFunctionResponse} msg The msg instance to transform.
4621
+ * @param {!proto.io.contract_testing.contractcase.grpc.ResultResponse} msg The msg instance to transform.
5812
4622
  * @return {!Object}
5813
4623
  * @suppress {unusedLocalVariables} f is only used for nested messages
5814
4624
  */
5815
- proto.io.contract_testing.contractcase.grpc.TriggerFunctionResponse.toObject = function (includeInstance, msg) {
4625
+ proto.io.contract_testing.contractcase.grpc.ResultResponse.toObject = function (includeInstance, msg) {
5816
4626
  var f, obj = {
5817
4627
  result: (f = msg.getResult()) && proto.io.contract_testing.contractcase.grpc.BoundaryResult.toObject(includeInstance, f)
5818
4628
  };
@@ -5825,21 +4635,21 @@ if (jspb.Message.GENERATE_TO_OBJECT) {
5825
4635
  /**
5826
4636
  * Deserializes binary data (in protobuf wire format).
5827
4637
  * @param {jspb.ByteSource} bytes The bytes to deserialize.
5828
- * @return {!proto.io.contract_testing.contractcase.grpc.TriggerFunctionResponse}
4638
+ * @return {!proto.io.contract_testing.contractcase.grpc.ResultResponse}
5829
4639
  */
5830
- proto.io.contract_testing.contractcase.grpc.TriggerFunctionResponse.deserializeBinary = function (bytes) {
4640
+ proto.io.contract_testing.contractcase.grpc.ResultResponse.deserializeBinary = function (bytes) {
5831
4641
  var reader = new jspb.BinaryReader(bytes);
5832
- var msg = new proto.io.contract_testing.contractcase.grpc.TriggerFunctionResponse;
5833
- return proto.io.contract_testing.contractcase.grpc.TriggerFunctionResponse.deserializeBinaryFromReader(msg, reader);
4642
+ var msg = new proto.io.contract_testing.contractcase.grpc.ResultResponse;
4643
+ return proto.io.contract_testing.contractcase.grpc.ResultResponse.deserializeBinaryFromReader(msg, reader);
5834
4644
  };
5835
4645
  /**
5836
4646
  * Deserializes binary data (in protobuf wire format) from the
5837
4647
  * given reader into the given message object.
5838
- * @param {!proto.io.contract_testing.contractcase.grpc.TriggerFunctionResponse} msg The message object to deserialize into.
4648
+ * @param {!proto.io.contract_testing.contractcase.grpc.ResultResponse} msg The message object to deserialize into.
5839
4649
  * @param {!jspb.BinaryReader} reader The BinaryReader to use.
5840
- * @return {!proto.io.contract_testing.contractcase.grpc.TriggerFunctionResponse}
4650
+ * @return {!proto.io.contract_testing.contractcase.grpc.ResultResponse}
5841
4651
  */
5842
- proto.io.contract_testing.contractcase.grpc.TriggerFunctionResponse.deserializeBinaryFromReader = function (msg, reader) {
4652
+ proto.io.contract_testing.contractcase.grpc.ResultResponse.deserializeBinaryFromReader = function (msg, reader) {
5843
4653
  while (reader.nextField()) {
5844
4654
  if (reader.isEndGroup()) {
5845
4655
  break;
@@ -5862,19 +4672,19 @@ proto.io.contract_testing.contractcase.grpc.TriggerFunctionResponse.deserializeB
5862
4672
  * Serializes the message to binary data (in protobuf wire format).
5863
4673
  * @return {!Uint8Array}
5864
4674
  */
5865
- proto.io.contract_testing.contractcase.grpc.TriggerFunctionResponse.prototype.serializeBinary = function () {
4675
+ proto.io.contract_testing.contractcase.grpc.ResultResponse.prototype.serializeBinary = function () {
5866
4676
  var writer = new jspb.BinaryWriter();
5867
- proto.io.contract_testing.contractcase.grpc.TriggerFunctionResponse.serializeBinaryToWriter(this, writer);
4677
+ proto.io.contract_testing.contractcase.grpc.ResultResponse.serializeBinaryToWriter(this, writer);
5868
4678
  return writer.getResultBuffer();
5869
4679
  };
5870
4680
  /**
5871
4681
  * Serializes the given message to binary data (in protobuf wire
5872
4682
  * format), writing to the given BinaryWriter.
5873
- * @param {!proto.io.contract_testing.contractcase.grpc.TriggerFunctionResponse} message
4683
+ * @param {!proto.io.contract_testing.contractcase.grpc.ResultResponse} message
5874
4684
  * @param {!jspb.BinaryWriter} writer
5875
4685
  * @suppress {unusedLocalVariables} f is only used for nested messages
5876
4686
  */
5877
- proto.io.contract_testing.contractcase.grpc.TriggerFunctionResponse.serializeBinaryToWriter = function (message, writer) {
4687
+ proto.io.contract_testing.contractcase.grpc.ResultResponse.serializeBinaryToWriter = function (message, writer) {
5878
4688
  var f = undefined;
5879
4689
  f = message.getResult();
5880
4690
  if (f != null) {
@@ -5885,28 +4695,28 @@ proto.io.contract_testing.contractcase.grpc.TriggerFunctionResponse.serializeBin
5885
4695
  * optional BoundaryResult result = 1;
5886
4696
  * @return {?proto.io.contract_testing.contractcase.grpc.BoundaryResult}
5887
4697
  */
5888
- proto.io.contract_testing.contractcase.grpc.TriggerFunctionResponse.prototype.getResult = function () {
4698
+ proto.io.contract_testing.contractcase.grpc.ResultResponse.prototype.getResult = function () {
5889
4699
  return /** @type{?proto.io.contract_testing.contractcase.grpc.BoundaryResult} */ (jspb.Message.getWrapperField(this, proto.io.contract_testing.contractcase.grpc.BoundaryResult, 1));
5890
4700
  };
5891
4701
  /**
5892
4702
  * @param {?proto.io.contract_testing.contractcase.grpc.BoundaryResult|undefined} value
5893
- * @return {!proto.io.contract_testing.contractcase.grpc.TriggerFunctionResponse} returns this
4703
+ * @return {!proto.io.contract_testing.contractcase.grpc.ResultResponse} returns this
5894
4704
  */
5895
- proto.io.contract_testing.contractcase.grpc.TriggerFunctionResponse.prototype.setResult = function (value) {
4705
+ proto.io.contract_testing.contractcase.grpc.ResultResponse.prototype.setResult = function (value) {
5896
4706
  return jspb.Message.setWrapperField(this, 1, value);
5897
4707
  };
5898
4708
  /**
5899
4709
  * Clears the message field making it undefined.
5900
- * @return {!proto.io.contract_testing.contractcase.grpc.TriggerFunctionResponse} returns this
4710
+ * @return {!proto.io.contract_testing.contractcase.grpc.ResultResponse} returns this
5901
4711
  */
5902
- proto.io.contract_testing.contractcase.grpc.TriggerFunctionResponse.prototype.clearResult = function () {
4712
+ proto.io.contract_testing.contractcase.grpc.ResultResponse.prototype.clearResult = function () {
5903
4713
  return this.setResult(undefined);
5904
4714
  };
5905
4715
  /**
5906
4716
  * Returns whether this field is set.
5907
4717
  * @return {boolean}
5908
4718
  */
5909
- proto.io.contract_testing.contractcase.grpc.TriggerFunctionResponse.prototype.hasResult = function () {
4719
+ proto.io.contract_testing.contractcase.grpc.ResultResponse.prototype.hasResult = function () {
5910
4720
  return jspb.Message.getField(this, 1) != null;
5911
4721
  };
5912
4722
  /**
@@ -5917,7 +4727,7 @@ proto.io.contract_testing.contractcase.grpc.TriggerFunctionResponse.prototype.ha
5917
4727
  * @private {!Array<!Array<number>>}
5918
4728
  * @const
5919
4729
  */
5920
- proto.io.contract_testing.contractcase.grpc.DefinitionRequest.oneofGroups_ = [[2, 3, 4, 5, 6, 7, 8, 9, 10]];
4730
+ proto.io.contract_testing.contractcase.grpc.DefinitionRequest.oneofGroups_ = [[2, 3, 4, 5, 6, 7]];
5921
4731
  /**
5922
4732
  * @enum {number}
5923
4733
  */
@@ -5928,10 +4738,7 @@ proto.io.contract_testing.contractcase.grpc.DefinitionRequest.KindCase = {
5928
4738
  RUN_REJECTING_EXAMPLE: 4,
5929
4739
  STRIP_MATCHERS: 5,
5930
4740
  END_DEFINITION: 6,
5931
- STATE_HANDLER_RESPONSE: 7,
5932
- LOG_PRINTER_RESPONSE: 8,
5933
- RESULT_PRINTER_RESPONSE: 9,
5934
- TRIGGER_FUNCTION_RESPONSE: 10
4741
+ RESULT_RESPONSE: 7
5935
4742
  };
5936
4743
  /**
5937
4744
  * @return {proto.io.contract_testing.contractcase.grpc.DefinitionRequest.KindCase}
@@ -5972,10 +4779,7 @@ if (jspb.Message.GENERATE_TO_OBJECT) {
5972
4779
  runRejectingExample: (f = msg.getRunRejectingExample()) && proto.io.contract_testing.contractcase.grpc.RunRejectingExampleRequest.toObject(includeInstance, f),
5973
4780
  stripMatchers: (f = msg.getStripMatchers()) && proto.io.contract_testing.contractcase.grpc.StripMatchersRequest.toObject(includeInstance, f),
5974
4781
  endDefinition: (f = msg.getEndDefinition()) && proto.io.contract_testing.contractcase.grpc.EndDefinitionRequest.toObject(includeInstance, f),
5975
- stateHandlerResponse: (f = msg.getStateHandlerResponse()) && proto.io.contract_testing.contractcase.grpc.StateHandlerResponse.toObject(includeInstance, f),
5976
- logPrinterResponse: (f = msg.getLogPrinterResponse()) && proto.io.contract_testing.contractcase.grpc.LogPrinterResponse.toObject(includeInstance, f),
5977
- resultPrinterResponse: (f = msg.getResultPrinterResponse()) && proto.io.contract_testing.contractcase.grpc.ResultPrinterResponse.toObject(includeInstance, f),
5978
- triggerFunctionResponse: (f = msg.getTriggerFunctionResponse()) && proto.io.contract_testing.contractcase.grpc.TriggerFunctionResponse.toObject(includeInstance, f)
4782
+ resultResponse: (f = msg.getResultResponse()) && proto.io.contract_testing.contractcase.grpc.ResultResponse.toObject(includeInstance, f)
5979
4783
  };
5980
4784
  if (includeInstance) {
5981
4785
  obj.$jspbMessageInstance = msg;
@@ -6038,24 +4842,9 @@ proto.io.contract_testing.contractcase.grpc.DefinitionRequest.deserializeBinaryF
6038
4842
  msg.setEndDefinition(value);
6039
4843
  break;
6040
4844
  case 7:
6041
- var value = new proto.io.contract_testing.contractcase.grpc.StateHandlerResponse;
6042
- reader.readMessage(value, proto.io.contract_testing.contractcase.grpc.StateHandlerResponse.deserializeBinaryFromReader);
6043
- msg.setStateHandlerResponse(value);
6044
- break;
6045
- case 8:
6046
- var value = new proto.io.contract_testing.contractcase.grpc.LogPrinterResponse;
6047
- reader.readMessage(value, proto.io.contract_testing.contractcase.grpc.LogPrinterResponse.deserializeBinaryFromReader);
6048
- msg.setLogPrinterResponse(value);
6049
- break;
6050
- case 9:
6051
- var value = new proto.io.contract_testing.contractcase.grpc.ResultPrinterResponse;
6052
- reader.readMessage(value, proto.io.contract_testing.contractcase.grpc.ResultPrinterResponse.deserializeBinaryFromReader);
6053
- msg.setResultPrinterResponse(value);
6054
- break;
6055
- case 10:
6056
- var value = new proto.io.contract_testing.contractcase.grpc.TriggerFunctionResponse;
6057
- reader.readMessage(value, proto.io.contract_testing.contractcase.grpc.TriggerFunctionResponse.deserializeBinaryFromReader);
6058
- msg.setTriggerFunctionResponse(value);
4845
+ var value = new proto.io.contract_testing.contractcase.grpc.ResultResponse;
4846
+ reader.readMessage(value, proto.io.contract_testing.contractcase.grpc.ResultResponse.deserializeBinaryFromReader);
4847
+ msg.setResultResponse(value);
6059
4848
  break;
6060
4849
  default:
6061
4850
  reader.skipField();
@@ -6106,21 +4895,9 @@ proto.io.contract_testing.contractcase.grpc.DefinitionRequest.serializeBinaryToW
6106
4895
  if (f != null) {
6107
4896
  writer.writeMessage(6, f, proto.io.contract_testing.contractcase.grpc.EndDefinitionRequest.serializeBinaryToWriter);
6108
4897
  }
6109
- f = message.getStateHandlerResponse();
6110
- if (f != null) {
6111
- writer.writeMessage(7, f, proto.io.contract_testing.contractcase.grpc.StateHandlerResponse.serializeBinaryToWriter);
6112
- }
6113
- f = message.getLogPrinterResponse();
6114
- if (f != null) {
6115
- writer.writeMessage(8, f, proto.io.contract_testing.contractcase.grpc.LogPrinterResponse.serializeBinaryToWriter);
6116
- }
6117
- f = message.getResultPrinterResponse();
6118
- if (f != null) {
6119
- writer.writeMessage(9, f, proto.io.contract_testing.contractcase.grpc.ResultPrinterResponse.serializeBinaryToWriter);
6120
- }
6121
- f = message.getTriggerFunctionResponse();
4898
+ f = message.getResultResponse();
6122
4899
  if (f != null) {
6123
- writer.writeMessage(10, f, proto.io.contract_testing.contractcase.grpc.TriggerFunctionResponse.serializeBinaryToWriter);
4900
+ writer.writeMessage(7, f, proto.io.contract_testing.contractcase.grpc.ResultResponse.serializeBinaryToWriter);
6124
4901
  }
6125
4902
  };
6126
4903
  /**
@@ -6292,117 +5069,33 @@ proto.io.contract_testing.contractcase.grpc.DefinitionRequest.prototype.hasEndDe
6292
5069
  return jspb.Message.getField(this, 6) != null;
6293
5070
  };
6294
5071
  /**
6295
- * optional StateHandlerResponse state_handler_response = 7;
6296
- * @return {?proto.io.contract_testing.contractcase.grpc.StateHandlerResponse}
5072
+ * optional ResultResponse result_response = 7;
5073
+ * @return {?proto.io.contract_testing.contractcase.grpc.ResultResponse}
6297
5074
  */
6298
- proto.io.contract_testing.contractcase.grpc.DefinitionRequest.prototype.getStateHandlerResponse = function () {
6299
- return /** @type{?proto.io.contract_testing.contractcase.grpc.StateHandlerResponse} */ (jspb.Message.getWrapperField(this, proto.io.contract_testing.contractcase.grpc.StateHandlerResponse, 7));
5075
+ proto.io.contract_testing.contractcase.grpc.DefinitionRequest.prototype.getResultResponse = function () {
5076
+ return /** @type{?proto.io.contract_testing.contractcase.grpc.ResultResponse} */ (jspb.Message.getWrapperField(this, proto.io.contract_testing.contractcase.grpc.ResultResponse, 7));
6300
5077
  };
6301
5078
  /**
6302
- * @param {?proto.io.contract_testing.contractcase.grpc.StateHandlerResponse|undefined} value
5079
+ * @param {?proto.io.contract_testing.contractcase.grpc.ResultResponse|undefined} value
6303
5080
  * @return {!proto.io.contract_testing.contractcase.grpc.DefinitionRequest} returns this
6304
5081
  */
6305
- proto.io.contract_testing.contractcase.grpc.DefinitionRequest.prototype.setStateHandlerResponse = function (value) {
5082
+ proto.io.contract_testing.contractcase.grpc.DefinitionRequest.prototype.setResultResponse = function (value) {
6306
5083
  return jspb.Message.setOneofWrapperField(this, 7, proto.io.contract_testing.contractcase.grpc.DefinitionRequest.oneofGroups_[0], value);
6307
5084
  };
6308
5085
  /**
6309
5086
  * Clears the message field making it undefined.
6310
5087
  * @return {!proto.io.contract_testing.contractcase.grpc.DefinitionRequest} returns this
6311
5088
  */
6312
- proto.io.contract_testing.contractcase.grpc.DefinitionRequest.prototype.clearStateHandlerResponse = function () {
6313
- return this.setStateHandlerResponse(undefined);
5089
+ proto.io.contract_testing.contractcase.grpc.DefinitionRequest.prototype.clearResultResponse = function () {
5090
+ return this.setResultResponse(undefined);
6314
5091
  };
6315
5092
  /**
6316
5093
  * Returns whether this field is set.
6317
5094
  * @return {boolean}
6318
5095
  */
6319
- proto.io.contract_testing.contractcase.grpc.DefinitionRequest.prototype.hasStateHandlerResponse = function () {
5096
+ proto.io.contract_testing.contractcase.grpc.DefinitionRequest.prototype.hasResultResponse = function () {
6320
5097
  return jspb.Message.getField(this, 7) != null;
6321
5098
  };
6322
- /**
6323
- * optional LogPrinterResponse log_printer_response = 8;
6324
- * @return {?proto.io.contract_testing.contractcase.grpc.LogPrinterResponse}
6325
- */
6326
- proto.io.contract_testing.contractcase.grpc.DefinitionRequest.prototype.getLogPrinterResponse = function () {
6327
- return /** @type{?proto.io.contract_testing.contractcase.grpc.LogPrinterResponse} */ (jspb.Message.getWrapperField(this, proto.io.contract_testing.contractcase.grpc.LogPrinterResponse, 8));
6328
- };
6329
- /**
6330
- * @param {?proto.io.contract_testing.contractcase.grpc.LogPrinterResponse|undefined} value
6331
- * @return {!proto.io.contract_testing.contractcase.grpc.DefinitionRequest} returns this
6332
- */
6333
- proto.io.contract_testing.contractcase.grpc.DefinitionRequest.prototype.setLogPrinterResponse = function (value) {
6334
- return jspb.Message.setOneofWrapperField(this, 8, proto.io.contract_testing.contractcase.grpc.DefinitionRequest.oneofGroups_[0], value);
6335
- };
6336
- /**
6337
- * Clears the message field making it undefined.
6338
- * @return {!proto.io.contract_testing.contractcase.grpc.DefinitionRequest} returns this
6339
- */
6340
- proto.io.contract_testing.contractcase.grpc.DefinitionRequest.prototype.clearLogPrinterResponse = function () {
6341
- return this.setLogPrinterResponse(undefined);
6342
- };
6343
- /**
6344
- * Returns whether this field is set.
6345
- * @return {boolean}
6346
- */
6347
- proto.io.contract_testing.contractcase.grpc.DefinitionRequest.prototype.hasLogPrinterResponse = function () {
6348
- return jspb.Message.getField(this, 8) != null;
6349
- };
6350
- /**
6351
- * optional ResultPrinterResponse result_printer_response = 9;
6352
- * @return {?proto.io.contract_testing.contractcase.grpc.ResultPrinterResponse}
6353
- */
6354
- proto.io.contract_testing.contractcase.grpc.DefinitionRequest.prototype.getResultPrinterResponse = function () {
6355
- return /** @type{?proto.io.contract_testing.contractcase.grpc.ResultPrinterResponse} */ (jspb.Message.getWrapperField(this, proto.io.contract_testing.contractcase.grpc.ResultPrinterResponse, 9));
6356
- };
6357
- /**
6358
- * @param {?proto.io.contract_testing.contractcase.grpc.ResultPrinterResponse|undefined} value
6359
- * @return {!proto.io.contract_testing.contractcase.grpc.DefinitionRequest} returns this
6360
- */
6361
- proto.io.contract_testing.contractcase.grpc.DefinitionRequest.prototype.setResultPrinterResponse = function (value) {
6362
- return jspb.Message.setOneofWrapperField(this, 9, proto.io.contract_testing.contractcase.grpc.DefinitionRequest.oneofGroups_[0], value);
6363
- };
6364
- /**
6365
- * Clears the message field making it undefined.
6366
- * @return {!proto.io.contract_testing.contractcase.grpc.DefinitionRequest} returns this
6367
- */
6368
- proto.io.contract_testing.contractcase.grpc.DefinitionRequest.prototype.clearResultPrinterResponse = function () {
6369
- return this.setResultPrinterResponse(undefined);
6370
- };
6371
- /**
6372
- * Returns whether this field is set.
6373
- * @return {boolean}
6374
- */
6375
- proto.io.contract_testing.contractcase.grpc.DefinitionRequest.prototype.hasResultPrinterResponse = function () {
6376
- return jspb.Message.getField(this, 9) != null;
6377
- };
6378
- /**
6379
- * optional TriggerFunctionResponse trigger_function_response = 10;
6380
- * @return {?proto.io.contract_testing.contractcase.grpc.TriggerFunctionResponse}
6381
- */
6382
- proto.io.contract_testing.contractcase.grpc.DefinitionRequest.prototype.getTriggerFunctionResponse = function () {
6383
- return /** @type{?proto.io.contract_testing.contractcase.grpc.TriggerFunctionResponse} */ (jspb.Message.getWrapperField(this, proto.io.contract_testing.contractcase.grpc.TriggerFunctionResponse, 10));
6384
- };
6385
- /**
6386
- * @param {?proto.io.contract_testing.contractcase.grpc.TriggerFunctionResponse|undefined} value
6387
- * @return {!proto.io.contract_testing.contractcase.grpc.DefinitionRequest} returns this
6388
- */
6389
- proto.io.contract_testing.contractcase.grpc.DefinitionRequest.prototype.setTriggerFunctionResponse = function (value) {
6390
- return jspb.Message.setOneofWrapperField(this, 10, proto.io.contract_testing.contractcase.grpc.DefinitionRequest.oneofGroups_[0], value);
6391
- };
6392
- /**
6393
- * Clears the message field making it undefined.
6394
- * @return {!proto.io.contract_testing.contractcase.grpc.DefinitionRequest} returns this
6395
- */
6396
- proto.io.contract_testing.contractcase.grpc.DefinitionRequest.prototype.clearTriggerFunctionResponse = function () {
6397
- return this.setTriggerFunctionResponse(undefined);
6398
- };
6399
- /**
6400
- * Returns whether this field is set.
6401
- * @return {boolean}
6402
- */
6403
- proto.io.contract_testing.contractcase.grpc.DefinitionRequest.prototype.hasTriggerFunctionResponse = function () {
6404
- return jspb.Message.getField(this, 10) != null;
6405
- };
6406
5099
  /**
6407
5100
  * Oneof group definitions for this message. Each group defines the field
6408
5101
  * numbers belonging to that group. When of these fields' value is set, all
@@ -6411,7 +5104,7 @@ proto.io.contract_testing.contractcase.grpc.DefinitionRequest.prototype.hasTrigg
6411
5104
  * @private {!Array<!Array<number>>}
6412
5105
  * @const
6413
5106
  */
6414
- proto.io.contract_testing.contractcase.grpc.DefinitionResponse.oneofGroups_ = [[2, 3, 4, 5, 6, 12, 7, 8, 9, 10, 11]];
5107
+ proto.io.contract_testing.contractcase.grpc.DefinitionResponse.oneofGroups_ = [[2, 3, 4, 5, 6, 7, 8]];
6415
5108
  /**
6416
5109
  * @enum {number}
6417
5110
  */
@@ -6422,12 +5115,8 @@ proto.io.contract_testing.contractcase.grpc.DefinitionResponse.KindCase = {
6422
5115
  PRINT_MATCH_ERROR_REQUEST: 4,
6423
5116
  PRINT_MESSAGE_ERROR_REQUEST: 5,
6424
5117
  PRINT_TEST_TITLE_REQUEST: 6,
6425
- TRIGGER_FUNCTION_REQUEST: 12,
6426
- BEGIN_DEFINITION_RESPONSE: 7,
6427
- RUN_EXAMPLE_RESPONSE: 8,
6428
- RUN_REJECTING_EXAMPLE_RESPONSE: 9,
6429
- STRIP_MATCHERS_RESPONSE: 10,
6430
- END_DEFINITION_RESPONSE: 11
5118
+ TRIGGER_FUNCTION_REQUEST: 7,
5119
+ RESULT_RESPONSE: 8
6431
5120
  };
6432
5121
  /**
6433
5122
  * @return {proto.io.contract_testing.contractcase.grpc.DefinitionResponse.KindCase}
@@ -6469,11 +5158,7 @@ if (jspb.Message.GENERATE_TO_OBJECT) {
6469
5158
  printMessageErrorRequest: (f = msg.getPrintMessageErrorRequest()) && proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest.toObject(includeInstance, f),
6470
5159
  printTestTitleRequest: (f = msg.getPrintTestTitleRequest()) && proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest.toObject(includeInstance, f),
6471
5160
  triggerFunctionRequest: (f = msg.getTriggerFunctionRequest()) && proto.io.contract_testing.contractcase.grpc.TriggerFunctionRequest.toObject(includeInstance, f),
6472
- beginDefinitionResponse: (f = msg.getBeginDefinitionResponse()) && proto.io.contract_testing.contractcase.grpc.BeginDefinitionResponse.toObject(includeInstance, f),
6473
- runExampleResponse: (f = msg.getRunExampleResponse()) && proto.io.contract_testing.contractcase.grpc.RunExampleResponse.toObject(includeInstance, f),
6474
- runRejectingExampleResponse: (f = msg.getRunRejectingExampleResponse()) && proto.io.contract_testing.contractcase.grpc.RunRejectingExampleResponse.toObject(includeInstance, f),
6475
- stripMatchersResponse: (f = msg.getStripMatchersResponse()) && proto.io.contract_testing.contractcase.grpc.StripMatchersResponse.toObject(includeInstance, f),
6476
- endDefinitionResponse: (f = msg.getEndDefinitionResponse()) && proto.io.contract_testing.contractcase.grpc.EndDefinitionResponse.toObject(includeInstance, f)
5161
+ resultResponse: (f = msg.getResultResponse()) && proto.io.contract_testing.contractcase.grpc.ResultResponse.toObject(includeInstance, f)
6477
5162
  };
6478
5163
  if (includeInstance) {
6479
5164
  obj.$jspbMessageInstance = msg;
@@ -6535,35 +5220,15 @@ proto.io.contract_testing.contractcase.grpc.DefinitionResponse.deserializeBinary
6535
5220
  reader.readMessage(value, proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest.deserializeBinaryFromReader);
6536
5221
  msg.setPrintTestTitleRequest(value);
6537
5222
  break;
6538
- case 12:
5223
+ case 7:
6539
5224
  var value = new proto.io.contract_testing.contractcase.grpc.TriggerFunctionRequest;
6540
5225
  reader.readMessage(value, proto.io.contract_testing.contractcase.grpc.TriggerFunctionRequest.deserializeBinaryFromReader);
6541
5226
  msg.setTriggerFunctionRequest(value);
6542
5227
  break;
6543
- case 7:
6544
- var value = new proto.io.contract_testing.contractcase.grpc.BeginDefinitionResponse;
6545
- reader.readMessage(value, proto.io.contract_testing.contractcase.grpc.BeginDefinitionResponse.deserializeBinaryFromReader);
6546
- msg.setBeginDefinitionResponse(value);
6547
- break;
6548
5228
  case 8:
6549
- var value = new proto.io.contract_testing.contractcase.grpc.RunExampleResponse;
6550
- reader.readMessage(value, proto.io.contract_testing.contractcase.grpc.RunExampleResponse.deserializeBinaryFromReader);
6551
- msg.setRunExampleResponse(value);
6552
- break;
6553
- case 9:
6554
- var value = new proto.io.contract_testing.contractcase.grpc.RunRejectingExampleResponse;
6555
- reader.readMessage(value, proto.io.contract_testing.contractcase.grpc.RunRejectingExampleResponse.deserializeBinaryFromReader);
6556
- msg.setRunRejectingExampleResponse(value);
6557
- break;
6558
- case 10:
6559
- var value = new proto.io.contract_testing.contractcase.grpc.StripMatchersResponse;
6560
- reader.readMessage(value, proto.io.contract_testing.contractcase.grpc.StripMatchersResponse.deserializeBinaryFromReader);
6561
- msg.setStripMatchersResponse(value);
6562
- break;
6563
- case 11:
6564
- var value = new proto.io.contract_testing.contractcase.grpc.EndDefinitionResponse;
6565
- reader.readMessage(value, proto.io.contract_testing.contractcase.grpc.EndDefinitionResponse.deserializeBinaryFromReader);
6566
- msg.setEndDefinitionResponse(value);
5229
+ var value = new proto.io.contract_testing.contractcase.grpc.ResultResponse;
5230
+ reader.readMessage(value, proto.io.contract_testing.contractcase.grpc.ResultResponse.deserializeBinaryFromReader);
5231
+ msg.setResultResponse(value);
6567
5232
  break;
6568
5233
  default:
6569
5234
  reader.skipField();
@@ -6616,27 +5281,11 @@ proto.io.contract_testing.contractcase.grpc.DefinitionResponse.serializeBinaryTo
6616
5281
  }
6617
5282
  f = message.getTriggerFunctionRequest();
6618
5283
  if (f != null) {
6619
- writer.writeMessage(12, f, proto.io.contract_testing.contractcase.grpc.TriggerFunctionRequest.serializeBinaryToWriter);
6620
- }
6621
- f = message.getBeginDefinitionResponse();
6622
- if (f != null) {
6623
- writer.writeMessage(7, f, proto.io.contract_testing.contractcase.grpc.BeginDefinitionResponse.serializeBinaryToWriter);
6624
- }
6625
- f = message.getRunExampleResponse();
6626
- if (f != null) {
6627
- writer.writeMessage(8, f, proto.io.contract_testing.contractcase.grpc.RunExampleResponse.serializeBinaryToWriter);
6628
- }
6629
- f = message.getRunRejectingExampleResponse();
6630
- if (f != null) {
6631
- writer.writeMessage(9, f, proto.io.contract_testing.contractcase.grpc.RunRejectingExampleResponse.serializeBinaryToWriter);
6632
- }
6633
- f = message.getStripMatchersResponse();
6634
- if (f != null) {
6635
- writer.writeMessage(10, f, proto.io.contract_testing.contractcase.grpc.StripMatchersResponse.serializeBinaryToWriter);
5284
+ writer.writeMessage(7, f, proto.io.contract_testing.contractcase.grpc.TriggerFunctionRequest.serializeBinaryToWriter);
6636
5285
  }
6637
- f = message.getEndDefinitionResponse();
5286
+ f = message.getResultResponse();
6638
5287
  if (f != null) {
6639
- writer.writeMessage(11, f, proto.io.contract_testing.contractcase.grpc.EndDefinitionResponse.serializeBinaryToWriter);
5288
+ writer.writeMessage(8, f, proto.io.contract_testing.contractcase.grpc.ResultResponse.serializeBinaryToWriter);
6640
5289
  }
6641
5290
  };
6642
5291
  /**
@@ -6808,18 +5457,18 @@ proto.io.contract_testing.contractcase.grpc.DefinitionResponse.prototype.hasPrin
6808
5457
  return jspb.Message.getField(this, 6) != null;
6809
5458
  };
6810
5459
  /**
6811
- * optional TriggerFunctionRequest trigger_function_request = 12;
5460
+ * optional TriggerFunctionRequest trigger_function_request = 7;
6812
5461
  * @return {?proto.io.contract_testing.contractcase.grpc.TriggerFunctionRequest}
6813
5462
  */
6814
5463
  proto.io.contract_testing.contractcase.grpc.DefinitionResponse.prototype.getTriggerFunctionRequest = function () {
6815
- return /** @type{?proto.io.contract_testing.contractcase.grpc.TriggerFunctionRequest} */ (jspb.Message.getWrapperField(this, proto.io.contract_testing.contractcase.grpc.TriggerFunctionRequest, 12));
5464
+ return /** @type{?proto.io.contract_testing.contractcase.grpc.TriggerFunctionRequest} */ (jspb.Message.getWrapperField(this, proto.io.contract_testing.contractcase.grpc.TriggerFunctionRequest, 7));
6816
5465
  };
6817
5466
  /**
6818
5467
  * @param {?proto.io.contract_testing.contractcase.grpc.TriggerFunctionRequest|undefined} value
6819
5468
  * @return {!proto.io.contract_testing.contractcase.grpc.DefinitionResponse} returns this
6820
5469
  */
6821
5470
  proto.io.contract_testing.contractcase.grpc.DefinitionResponse.prototype.setTriggerFunctionRequest = function (value) {
6822
- return jspb.Message.setOneofWrapperField(this, 12, proto.io.contract_testing.contractcase.grpc.DefinitionResponse.oneofGroups_[0], value);
5471
+ return jspb.Message.setOneofWrapperField(this, 7, proto.io.contract_testing.contractcase.grpc.DefinitionResponse.oneofGroups_[0], value);
6823
5472
  };
6824
5473
  /**
6825
5474
  * Clears the message field making it undefined.
@@ -6833,147 +5482,35 @@ proto.io.contract_testing.contractcase.grpc.DefinitionResponse.prototype.clearTr
6833
5482
  * @return {boolean}
6834
5483
  */
6835
5484
  proto.io.contract_testing.contractcase.grpc.DefinitionResponse.prototype.hasTriggerFunctionRequest = function () {
6836
- return jspb.Message.getField(this, 12) != null;
6837
- };
6838
- /**
6839
- * optional BeginDefinitionResponse begin_definition_response = 7;
6840
- * @return {?proto.io.contract_testing.contractcase.grpc.BeginDefinitionResponse}
6841
- */
6842
- proto.io.contract_testing.contractcase.grpc.DefinitionResponse.prototype.getBeginDefinitionResponse = function () {
6843
- return /** @type{?proto.io.contract_testing.contractcase.grpc.BeginDefinitionResponse} */ (jspb.Message.getWrapperField(this, proto.io.contract_testing.contractcase.grpc.BeginDefinitionResponse, 7));
6844
- };
6845
- /**
6846
- * @param {?proto.io.contract_testing.contractcase.grpc.BeginDefinitionResponse|undefined} value
6847
- * @return {!proto.io.contract_testing.contractcase.grpc.DefinitionResponse} returns this
6848
- */
6849
- proto.io.contract_testing.contractcase.grpc.DefinitionResponse.prototype.setBeginDefinitionResponse = function (value) {
6850
- return jspb.Message.setOneofWrapperField(this, 7, proto.io.contract_testing.contractcase.grpc.DefinitionResponse.oneofGroups_[0], value);
6851
- };
6852
- /**
6853
- * Clears the message field making it undefined.
6854
- * @return {!proto.io.contract_testing.contractcase.grpc.DefinitionResponse} returns this
6855
- */
6856
- proto.io.contract_testing.contractcase.grpc.DefinitionResponse.prototype.clearBeginDefinitionResponse = function () {
6857
- return this.setBeginDefinitionResponse(undefined);
6858
- };
6859
- /**
6860
- * Returns whether this field is set.
6861
- * @return {boolean}
6862
- */
6863
- proto.io.contract_testing.contractcase.grpc.DefinitionResponse.prototype.hasBeginDefinitionResponse = function () {
6864
5485
  return jspb.Message.getField(this, 7) != null;
6865
5486
  };
6866
5487
  /**
6867
- * optional RunExampleResponse run_example_response = 8;
6868
- * @return {?proto.io.contract_testing.contractcase.grpc.RunExampleResponse}
5488
+ * optional ResultResponse result_response = 8;
5489
+ * @return {?proto.io.contract_testing.contractcase.grpc.ResultResponse}
6869
5490
  */
6870
- proto.io.contract_testing.contractcase.grpc.DefinitionResponse.prototype.getRunExampleResponse = function () {
6871
- return /** @type{?proto.io.contract_testing.contractcase.grpc.RunExampleResponse} */ (jspb.Message.getWrapperField(this, proto.io.contract_testing.contractcase.grpc.RunExampleResponse, 8));
5491
+ proto.io.contract_testing.contractcase.grpc.DefinitionResponse.prototype.getResultResponse = function () {
5492
+ return /** @type{?proto.io.contract_testing.contractcase.grpc.ResultResponse} */ (jspb.Message.getWrapperField(this, proto.io.contract_testing.contractcase.grpc.ResultResponse, 8));
6872
5493
  };
6873
5494
  /**
6874
- * @param {?proto.io.contract_testing.contractcase.grpc.RunExampleResponse|undefined} value
5495
+ * @param {?proto.io.contract_testing.contractcase.grpc.ResultResponse|undefined} value
6875
5496
  * @return {!proto.io.contract_testing.contractcase.grpc.DefinitionResponse} returns this
6876
5497
  */
6877
- proto.io.contract_testing.contractcase.grpc.DefinitionResponse.prototype.setRunExampleResponse = function (value) {
5498
+ proto.io.contract_testing.contractcase.grpc.DefinitionResponse.prototype.setResultResponse = function (value) {
6878
5499
  return jspb.Message.setOneofWrapperField(this, 8, proto.io.contract_testing.contractcase.grpc.DefinitionResponse.oneofGroups_[0], value);
6879
5500
  };
6880
5501
  /**
6881
5502
  * Clears the message field making it undefined.
6882
5503
  * @return {!proto.io.contract_testing.contractcase.grpc.DefinitionResponse} returns this
6883
5504
  */
6884
- proto.io.contract_testing.contractcase.grpc.DefinitionResponse.prototype.clearRunExampleResponse = function () {
6885
- return this.setRunExampleResponse(undefined);
5505
+ proto.io.contract_testing.contractcase.grpc.DefinitionResponse.prototype.clearResultResponse = function () {
5506
+ return this.setResultResponse(undefined);
6886
5507
  };
6887
5508
  /**
6888
5509
  * Returns whether this field is set.
6889
5510
  * @return {boolean}
6890
5511
  */
6891
- proto.io.contract_testing.contractcase.grpc.DefinitionResponse.prototype.hasRunExampleResponse = function () {
5512
+ proto.io.contract_testing.contractcase.grpc.DefinitionResponse.prototype.hasResultResponse = function () {
6892
5513
  return jspb.Message.getField(this, 8) != null;
6893
5514
  };
6894
- /**
6895
- * optional RunRejectingExampleResponse run_rejecting_example_response = 9;
6896
- * @return {?proto.io.contract_testing.contractcase.grpc.RunRejectingExampleResponse}
6897
- */
6898
- proto.io.contract_testing.contractcase.grpc.DefinitionResponse.prototype.getRunRejectingExampleResponse = function () {
6899
- return /** @type{?proto.io.contract_testing.contractcase.grpc.RunRejectingExampleResponse} */ (jspb.Message.getWrapperField(this, proto.io.contract_testing.contractcase.grpc.RunRejectingExampleResponse, 9));
6900
- };
6901
- /**
6902
- * @param {?proto.io.contract_testing.contractcase.grpc.RunRejectingExampleResponse|undefined} value
6903
- * @return {!proto.io.contract_testing.contractcase.grpc.DefinitionResponse} returns this
6904
- */
6905
- proto.io.contract_testing.contractcase.grpc.DefinitionResponse.prototype.setRunRejectingExampleResponse = function (value) {
6906
- return jspb.Message.setOneofWrapperField(this, 9, proto.io.contract_testing.contractcase.grpc.DefinitionResponse.oneofGroups_[0], value);
6907
- };
6908
- /**
6909
- * Clears the message field making it undefined.
6910
- * @return {!proto.io.contract_testing.contractcase.grpc.DefinitionResponse} returns this
6911
- */
6912
- proto.io.contract_testing.contractcase.grpc.DefinitionResponse.prototype.clearRunRejectingExampleResponse = function () {
6913
- return this.setRunRejectingExampleResponse(undefined);
6914
- };
6915
- /**
6916
- * Returns whether this field is set.
6917
- * @return {boolean}
6918
- */
6919
- proto.io.contract_testing.contractcase.grpc.DefinitionResponse.prototype.hasRunRejectingExampleResponse = function () {
6920
- return jspb.Message.getField(this, 9) != null;
6921
- };
6922
- /**
6923
- * optional StripMatchersResponse strip_matchers_response = 10;
6924
- * @return {?proto.io.contract_testing.contractcase.grpc.StripMatchersResponse}
6925
- */
6926
- proto.io.contract_testing.contractcase.grpc.DefinitionResponse.prototype.getStripMatchersResponse = function () {
6927
- return /** @type{?proto.io.contract_testing.contractcase.grpc.StripMatchersResponse} */ (jspb.Message.getWrapperField(this, proto.io.contract_testing.contractcase.grpc.StripMatchersResponse, 10));
6928
- };
6929
- /**
6930
- * @param {?proto.io.contract_testing.contractcase.grpc.StripMatchersResponse|undefined} value
6931
- * @return {!proto.io.contract_testing.contractcase.grpc.DefinitionResponse} returns this
6932
- */
6933
- proto.io.contract_testing.contractcase.grpc.DefinitionResponse.prototype.setStripMatchersResponse = function (value) {
6934
- return jspb.Message.setOneofWrapperField(this, 10, proto.io.contract_testing.contractcase.grpc.DefinitionResponse.oneofGroups_[0], value);
6935
- };
6936
- /**
6937
- * Clears the message field making it undefined.
6938
- * @return {!proto.io.contract_testing.contractcase.grpc.DefinitionResponse} returns this
6939
- */
6940
- proto.io.contract_testing.contractcase.grpc.DefinitionResponse.prototype.clearStripMatchersResponse = function () {
6941
- return this.setStripMatchersResponse(undefined);
6942
- };
6943
- /**
6944
- * Returns whether this field is set.
6945
- * @return {boolean}
6946
- */
6947
- proto.io.contract_testing.contractcase.grpc.DefinitionResponse.prototype.hasStripMatchersResponse = function () {
6948
- return jspb.Message.getField(this, 10) != null;
6949
- };
6950
- /**
6951
- * optional EndDefinitionResponse end_definition_response = 11;
6952
- * @return {?proto.io.contract_testing.contractcase.grpc.EndDefinitionResponse}
6953
- */
6954
- proto.io.contract_testing.contractcase.grpc.DefinitionResponse.prototype.getEndDefinitionResponse = function () {
6955
- return /** @type{?proto.io.contract_testing.contractcase.grpc.EndDefinitionResponse} */ (jspb.Message.getWrapperField(this, proto.io.contract_testing.contractcase.grpc.EndDefinitionResponse, 11));
6956
- };
6957
- /**
6958
- * @param {?proto.io.contract_testing.contractcase.grpc.EndDefinitionResponse|undefined} value
6959
- * @return {!proto.io.contract_testing.contractcase.grpc.DefinitionResponse} returns this
6960
- */
6961
- proto.io.contract_testing.contractcase.grpc.DefinitionResponse.prototype.setEndDefinitionResponse = function (value) {
6962
- return jspb.Message.setOneofWrapperField(this, 11, proto.io.contract_testing.contractcase.grpc.DefinitionResponse.oneofGroups_[0], value);
6963
- };
6964
- /**
6965
- * Clears the message field making it undefined.
6966
- * @return {!proto.io.contract_testing.contractcase.grpc.DefinitionResponse} returns this
6967
- */
6968
- proto.io.contract_testing.contractcase.grpc.DefinitionResponse.prototype.clearEndDefinitionResponse = function () {
6969
- return this.setEndDefinitionResponse(undefined);
6970
- };
6971
- /**
6972
- * Returns whether this field is set.
6973
- * @return {boolean}
6974
- */
6975
- proto.io.contract_testing.contractcase.grpc.DefinitionResponse.prototype.hasEndDefinitionResponse = function () {
6976
- return jspb.Message.getField(this, 11) != null;
6977
- };
6978
5515
  goog.object.extend(exports, proto.io.contract_testing.contractcase.grpc);
6979
5516
  //# sourceMappingURL=contract_case_stream_pb.js.map