@contract-case/case-connector 0.6.7 → 0.7.1
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.
- package/CHANGELOG.md +35 -0
- package/dist/src/connectors/case-boundary/definer.d.ts.map +1 -0
- package/dist/src/connectors/{storage → case-boundary}/definer.js +1 -2
- package/dist/src/connectors/case-boundary/definer.js.map +1 -0
- package/dist/src/connectors/case-boundary/verifier.d.ts.map +1 -0
- package/dist/src/connectors/{storage → case-boundary}/verifier.js +1 -2
- package/dist/src/connectors/case-boundary/verifier.js.map +1 -0
- package/dist/src/connectors/grpc/contract-case-stream-temp.d.ts.map +1 -1
- package/dist/src/connectors/grpc/contract-case-stream-temp.js +9 -35
- package/dist/src/connectors/grpc/contract-case-stream-temp.js.map +1 -1
- package/dist/src/connectors/grpc/promiseHandler/promiseHandler.js.map +1 -1
- package/dist/src/connectors/grpc/proto/contract_case_stream_grpc_pb.js.map +1 -1
- package/dist/src/connectors/grpc/proto/contract_case_stream_pb.js +588 -2051
- package/dist/src/connectors/grpc/proto/contract_case_stream_pb.js.map +1 -1
- package/dist/src/connectors/grpc/requestMappers/config/config.js.map +1 -1
- package/dist/src/connectors/grpc/requestMappers/config/stateHandlers.d.ts.map +1 -1
- package/dist/src/connectors/grpc/requestMappers/config/stateHandlers.js +4 -1
- package/dist/src/connectors/grpc/requestMappers/config/stateHandlers.js.map +1 -1
- package/dist/src/connectors/grpc/requestMappers/json.js.map +1 -1
- package/dist/src/connectors/grpc/requestMappers/result.js.map +1 -1
- package/dist/src/connectors/grpc/requestMappers/values.js.map +1 -1
- package/dist/src/connectors/grpc/responseMappers/json.js.map +1 -1
- package/dist/src/connectors/grpc/responseMappers/result.js.map +1 -1
- package/dist/src/{connectors → domain}/config.d.ts +1 -1
- package/dist/src/domain/config.d.ts.map +1 -0
- package/dist/src/domain/config.js.map +1 -0
- package/dist/src/{connectors → domain}/define.d.ts +4 -3
- package/dist/src/domain/define.d.ts.map +1 -0
- package/dist/src/{connectors → domain}/define.js +1 -1
- package/dist/src/domain/define.js.map +1 -0
- package/dist/src/domain/types.d.ts +6 -2
- package/dist/src/domain/types.d.ts.map +1 -1
- package/dist/src/{connectors → domain}/verify.d.ts +1 -1
- package/dist/src/domain/verify.d.ts.map +1 -0
- package/dist/src/{connectors → domain}/verify.js +1 -1
- package/dist/src/domain/verify.js.map +1 -0
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +7 -6
- package/proto/contract_case_stream.proto +12 -41
- package/src/connectors/grpc/proto/contract_case_stream_pb.d.ts +23 -348
- package/src/connectors/grpc/proto/contract_case_stream_pb.js +788 -2587
- package/dist/src/connectors/config.d.ts.map +0 -1
- package/dist/src/connectors/config.js.map +0 -1
- package/dist/src/connectors/define.d.ts.map +0 -1
- package/dist/src/connectors/define.js.map +0 -1
- package/dist/src/connectors/storage/definer.d.ts.map +0 -1
- package/dist/src/connectors/storage/definer.js.map +0 -1
- package/dist/src/connectors/storage/verifier.d.ts.map +0 -1
- package/dist/src/connectors/storage/verifier.js.map +0 -1
- package/dist/src/connectors/verify.d.ts.map +0 -1
- package/dist/src/connectors/verify.js.map +0 -1
- /package/dist/src/connectors/{storage → case-boundary}/definer.d.ts +0 -0
- /package/dist/src/connectors/{storage → case-boundary}/verifier.d.ts +0 -0
- /package/dist/src/{connectors → domain}/config.js +0 -0
|
@@ -26,7 +26,6 @@ goog.object.extend(proto, google_protobuf_struct_pb);
|
|
|
26
26
|
var google_protobuf_wrappers_pb = require('google-protobuf/google/protobuf/wrappers_pb.js');
|
|
27
27
|
goog.object.extend(proto, google_protobuf_wrappers_pb);
|
|
28
28
|
goog.exportSymbol('proto.io.contract_testing.contractcase.grpc.BeginDefinitionRequest', null, global);
|
|
29
|
-
goog.exportSymbol('proto.io.contract_testing.contractcase.grpc.BeginDefinitionResponse', null, global);
|
|
30
29
|
goog.exportSymbol('proto.io.contract_testing.contractcase.grpc.BoundaryResult', null, global);
|
|
31
30
|
goog.exportSymbol('proto.io.contract_testing.contractcase.grpc.BoundaryResult.ValueCase', null, global);
|
|
32
31
|
goog.exportSymbol('proto.io.contract_testing.contractcase.grpc.ContractCaseConfig', null, global);
|
|
@@ -36,30 +35,23 @@ goog.exportSymbol('proto.io.contract_testing.contractcase.grpc.DefinitionRequest
|
|
|
36
35
|
goog.exportSymbol('proto.io.contract_testing.contractcase.grpc.DefinitionResponse', null, global);
|
|
37
36
|
goog.exportSymbol('proto.io.contract_testing.contractcase.grpc.DefinitionResponse.KindCase', null, global);
|
|
38
37
|
goog.exportSymbol('proto.io.contract_testing.contractcase.grpc.EndDefinitionRequest', null, global);
|
|
39
|
-
goog.exportSymbol('proto.io.contract_testing.contractcase.grpc.EndDefinitionResponse', null, global);
|
|
40
|
-
goog.exportSymbol('proto.io.contract_testing.contractcase.grpc.LogPrinterResponse', null, global);
|
|
41
38
|
goog.exportSymbol('proto.io.contract_testing.contractcase.grpc.LogRequest', null, global);
|
|
42
39
|
goog.exportSymbol('proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest', null, global);
|
|
43
40
|
goog.exportSymbol('proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest', null, global);
|
|
44
41
|
goog.exportSymbol('proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest', null, global);
|
|
45
42
|
goog.exportSymbol('proto.io.contract_testing.contractcase.grpc.ResultFailure', null, global);
|
|
46
|
-
goog.exportSymbol('proto.io.contract_testing.contractcase.grpc.
|
|
43
|
+
goog.exportSymbol('proto.io.contract_testing.contractcase.grpc.ResultResponse', null, global);
|
|
47
44
|
goog.exportSymbol('proto.io.contract_testing.contractcase.grpc.ResultSuccess', null, global);
|
|
48
45
|
goog.exportSymbol('proto.io.contract_testing.contractcase.grpc.ResultSuccessHasAnyPayload', null, global);
|
|
49
46
|
goog.exportSymbol('proto.io.contract_testing.contractcase.grpc.ResultSuccessHasMapPayload', null, global);
|
|
50
47
|
goog.exportSymbol('proto.io.contract_testing.contractcase.grpc.RunExampleRequest', null, global);
|
|
51
|
-
goog.exportSymbol('proto.io.contract_testing.contractcase.grpc.RunExampleResponse', null, global);
|
|
52
48
|
goog.exportSymbol('proto.io.contract_testing.contractcase.grpc.RunRejectingExampleRequest', null, global);
|
|
53
|
-
goog.exportSymbol('proto.io.contract_testing.contractcase.grpc.RunRejectingExampleResponse', null, global);
|
|
54
49
|
goog.exportSymbol('proto.io.contract_testing.contractcase.grpc.RunStateHandlerRequest', null, global);
|
|
55
50
|
goog.exportSymbol('proto.io.contract_testing.contractcase.grpc.StateHandlerHandle', null, global);
|
|
56
51
|
goog.exportSymbol('proto.io.contract_testing.contractcase.grpc.StateHandlerHandle.Stage', null, global);
|
|
57
|
-
goog.exportSymbol('proto.io.contract_testing.contractcase.grpc.StateHandlerResponse', null, global);
|
|
58
52
|
goog.exportSymbol('proto.io.contract_testing.contractcase.grpc.StripMatchersRequest', null, global);
|
|
59
|
-
goog.exportSymbol('proto.io.contract_testing.contractcase.grpc.StripMatchersResponse', null, global);
|
|
60
53
|
goog.exportSymbol('proto.io.contract_testing.contractcase.grpc.TriggerFunctionHandle', null, global);
|
|
61
54
|
goog.exportSymbol('proto.io.contract_testing.contractcase.grpc.TriggerFunctionRequest', null, global);
|
|
62
|
-
goog.exportSymbol('proto.io.contract_testing.contractcase.grpc.TriggerFunctionResponse', null, global);
|
|
63
55
|
/**
|
|
64
56
|
* Generated by JsPbCodeGenerator.
|
|
65
57
|
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
@@ -354,69 +346,6 @@ if (goog.DEBUG && !COMPILED) {
|
|
|
354
346
|
*/
|
|
355
347
|
proto.io.contract_testing.contractcase.grpc.EndDefinitionRequest.displayName = 'proto.io.contract_testing.contractcase.grpc.EndDefinitionRequest';
|
|
356
348
|
}
|
|
357
|
-
/**
|
|
358
|
-
* Generated by JsPbCodeGenerator.
|
|
359
|
-
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
360
|
-
* server response, or constructed directly in Javascript. The array is used
|
|
361
|
-
* in place and becomes part of the constructed object. It is not cloned.
|
|
362
|
-
* If no data is provided, the constructed object will be empty, but still
|
|
363
|
-
* valid.
|
|
364
|
-
* @extends {jspb.Message}
|
|
365
|
-
* @constructor
|
|
366
|
-
*/
|
|
367
|
-
proto.io.contract_testing.contractcase.grpc.StateHandlerResponse = function(opt_data) {
|
|
368
|
-
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
369
|
-
};
|
|
370
|
-
goog.inherits(proto.io.contract_testing.contractcase.grpc.StateHandlerResponse, jspb.Message);
|
|
371
|
-
if (goog.DEBUG && !COMPILED) {
|
|
372
|
-
/**
|
|
373
|
-
* @public
|
|
374
|
-
* @override
|
|
375
|
-
*/
|
|
376
|
-
proto.io.contract_testing.contractcase.grpc.StateHandlerResponse.displayName = 'proto.io.contract_testing.contractcase.grpc.StateHandlerResponse';
|
|
377
|
-
}
|
|
378
|
-
/**
|
|
379
|
-
* Generated by JsPbCodeGenerator.
|
|
380
|
-
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
381
|
-
* server response, or constructed directly in Javascript. The array is used
|
|
382
|
-
* in place and becomes part of the constructed object. It is not cloned.
|
|
383
|
-
* If no data is provided, the constructed object will be empty, but still
|
|
384
|
-
* valid.
|
|
385
|
-
* @extends {jspb.Message}
|
|
386
|
-
* @constructor
|
|
387
|
-
*/
|
|
388
|
-
proto.io.contract_testing.contractcase.grpc.LogPrinterResponse = function(opt_data) {
|
|
389
|
-
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
390
|
-
};
|
|
391
|
-
goog.inherits(proto.io.contract_testing.contractcase.grpc.LogPrinterResponse, jspb.Message);
|
|
392
|
-
if (goog.DEBUG && !COMPILED) {
|
|
393
|
-
/**
|
|
394
|
-
* @public
|
|
395
|
-
* @override
|
|
396
|
-
*/
|
|
397
|
-
proto.io.contract_testing.contractcase.grpc.LogPrinterResponse.displayName = 'proto.io.contract_testing.contractcase.grpc.LogPrinterResponse';
|
|
398
|
-
}
|
|
399
|
-
/**
|
|
400
|
-
* Generated by JsPbCodeGenerator.
|
|
401
|
-
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
402
|
-
* server response, or constructed directly in Javascript. The array is used
|
|
403
|
-
* in place and becomes part of the constructed object. It is not cloned.
|
|
404
|
-
* If no data is provided, the constructed object will be empty, but still
|
|
405
|
-
* valid.
|
|
406
|
-
* @extends {jspb.Message}
|
|
407
|
-
* @constructor
|
|
408
|
-
*/
|
|
409
|
-
proto.io.contract_testing.contractcase.grpc.ResultPrinterResponse = function(opt_data) {
|
|
410
|
-
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
411
|
-
};
|
|
412
|
-
goog.inherits(proto.io.contract_testing.contractcase.grpc.ResultPrinterResponse, jspb.Message);
|
|
413
|
-
if (goog.DEBUG && !COMPILED) {
|
|
414
|
-
/**
|
|
415
|
-
* @public
|
|
416
|
-
* @override
|
|
417
|
-
*/
|
|
418
|
-
proto.io.contract_testing.contractcase.grpc.ResultPrinterResponse.displayName = 'proto.io.contract_testing.contractcase.grpc.ResultPrinterResponse';
|
|
419
|
-
}
|
|
420
349
|
/**
|
|
421
350
|
* Generated by JsPbCodeGenerator.
|
|
422
351
|
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
@@ -553,121 +482,16 @@ if (goog.DEBUG && !COMPILED) {
|
|
|
553
482
|
* @extends {jspb.Message}
|
|
554
483
|
* @constructor
|
|
555
484
|
*/
|
|
556
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
557
|
-
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
558
|
-
};
|
|
559
|
-
goog.inherits(proto.io.contract_testing.contractcase.grpc.BeginDefinitionResponse, jspb.Message);
|
|
560
|
-
if (goog.DEBUG && !COMPILED) {
|
|
561
|
-
/**
|
|
562
|
-
* @public
|
|
563
|
-
* @override
|
|
564
|
-
*/
|
|
565
|
-
proto.io.contract_testing.contractcase.grpc.BeginDefinitionResponse.displayName = 'proto.io.contract_testing.contractcase.grpc.BeginDefinitionResponse';
|
|
566
|
-
}
|
|
567
|
-
/**
|
|
568
|
-
* Generated by JsPbCodeGenerator.
|
|
569
|
-
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
570
|
-
* server response, or constructed directly in Javascript. The array is used
|
|
571
|
-
* in place and becomes part of the constructed object. It is not cloned.
|
|
572
|
-
* If no data is provided, the constructed object will be empty, but still
|
|
573
|
-
* valid.
|
|
574
|
-
* @extends {jspb.Message}
|
|
575
|
-
* @constructor
|
|
576
|
-
*/
|
|
577
|
-
proto.io.contract_testing.contractcase.grpc.RunExampleResponse = function(opt_data) {
|
|
578
|
-
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
579
|
-
};
|
|
580
|
-
goog.inherits(proto.io.contract_testing.contractcase.grpc.RunExampleResponse, jspb.Message);
|
|
581
|
-
if (goog.DEBUG && !COMPILED) {
|
|
582
|
-
/**
|
|
583
|
-
* @public
|
|
584
|
-
* @override
|
|
585
|
-
*/
|
|
586
|
-
proto.io.contract_testing.contractcase.grpc.RunExampleResponse.displayName = 'proto.io.contract_testing.contractcase.grpc.RunExampleResponse';
|
|
587
|
-
}
|
|
588
|
-
/**
|
|
589
|
-
* Generated by JsPbCodeGenerator.
|
|
590
|
-
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
591
|
-
* server response, or constructed directly in Javascript. The array is used
|
|
592
|
-
* in place and becomes part of the constructed object. It is not cloned.
|
|
593
|
-
* If no data is provided, the constructed object will be empty, but still
|
|
594
|
-
* valid.
|
|
595
|
-
* @extends {jspb.Message}
|
|
596
|
-
* @constructor
|
|
597
|
-
*/
|
|
598
|
-
proto.io.contract_testing.contractcase.grpc.RunRejectingExampleResponse = function(opt_data) {
|
|
599
|
-
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
600
|
-
};
|
|
601
|
-
goog.inherits(proto.io.contract_testing.contractcase.grpc.RunRejectingExampleResponse, jspb.Message);
|
|
602
|
-
if (goog.DEBUG && !COMPILED) {
|
|
603
|
-
/**
|
|
604
|
-
* @public
|
|
605
|
-
* @override
|
|
606
|
-
*/
|
|
607
|
-
proto.io.contract_testing.contractcase.grpc.RunRejectingExampleResponse.displayName = 'proto.io.contract_testing.contractcase.grpc.RunRejectingExampleResponse';
|
|
608
|
-
}
|
|
609
|
-
/**
|
|
610
|
-
* Generated by JsPbCodeGenerator.
|
|
611
|
-
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
612
|
-
* server response, or constructed directly in Javascript. The array is used
|
|
613
|
-
* in place and becomes part of the constructed object. It is not cloned.
|
|
614
|
-
* If no data is provided, the constructed object will be empty, but still
|
|
615
|
-
* valid.
|
|
616
|
-
* @extends {jspb.Message}
|
|
617
|
-
* @constructor
|
|
618
|
-
*/
|
|
619
|
-
proto.io.contract_testing.contractcase.grpc.StripMatchersResponse = function(opt_data) {
|
|
620
|
-
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
621
|
-
};
|
|
622
|
-
goog.inherits(proto.io.contract_testing.contractcase.grpc.StripMatchersResponse, jspb.Message);
|
|
623
|
-
if (goog.DEBUG && !COMPILED) {
|
|
624
|
-
/**
|
|
625
|
-
* @public
|
|
626
|
-
* @override
|
|
627
|
-
*/
|
|
628
|
-
proto.io.contract_testing.contractcase.grpc.StripMatchersResponse.displayName = 'proto.io.contract_testing.contractcase.grpc.StripMatchersResponse';
|
|
629
|
-
}
|
|
630
|
-
/**
|
|
631
|
-
* Generated by JsPbCodeGenerator.
|
|
632
|
-
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
633
|
-
* server response, or constructed directly in Javascript. The array is used
|
|
634
|
-
* in place and becomes part of the constructed object. It is not cloned.
|
|
635
|
-
* If no data is provided, the constructed object will be empty, but still
|
|
636
|
-
* valid.
|
|
637
|
-
* @extends {jspb.Message}
|
|
638
|
-
* @constructor
|
|
639
|
-
*/
|
|
640
|
-
proto.io.contract_testing.contractcase.grpc.EndDefinitionResponse = function(opt_data) {
|
|
641
|
-
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
642
|
-
};
|
|
643
|
-
goog.inherits(proto.io.contract_testing.contractcase.grpc.EndDefinitionResponse, jspb.Message);
|
|
644
|
-
if (goog.DEBUG && !COMPILED) {
|
|
645
|
-
/**
|
|
646
|
-
* @public
|
|
647
|
-
* @override
|
|
648
|
-
*/
|
|
649
|
-
proto.io.contract_testing.contractcase.grpc.EndDefinitionResponse.displayName = 'proto.io.contract_testing.contractcase.grpc.EndDefinitionResponse';
|
|
650
|
-
}
|
|
651
|
-
/**
|
|
652
|
-
* Generated by JsPbCodeGenerator.
|
|
653
|
-
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
654
|
-
* server response, or constructed directly in Javascript. The array is used
|
|
655
|
-
* in place and becomes part of the constructed object. It is not cloned.
|
|
656
|
-
* If no data is provided, the constructed object will be empty, but still
|
|
657
|
-
* valid.
|
|
658
|
-
* @extends {jspb.Message}
|
|
659
|
-
* @constructor
|
|
660
|
-
*/
|
|
661
|
-
proto.io.contract_testing.contractcase.grpc.TriggerFunctionResponse = function(opt_data) {
|
|
485
|
+
proto.io.contract_testing.contractcase.grpc.ResultResponse = function(opt_data) {
|
|
662
486
|
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
663
487
|
};
|
|
664
|
-
goog.inherits(proto.io.contract_testing.contractcase.grpc.
|
|
488
|
+
goog.inherits(proto.io.contract_testing.contractcase.grpc.ResultResponse, jspb.Message);
|
|
665
489
|
if (goog.DEBUG && !COMPILED) {
|
|
666
490
|
/**
|
|
667
491
|
* @public
|
|
668
492
|
* @override
|
|
669
493
|
*/
|
|
670
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
494
|
+
proto.io.contract_testing.contractcase.grpc.ResultResponse.displayName = 'proto.io.contract_testing.contractcase.grpc.ResultResponse';
|
|
671
495
|
}
|
|
672
496
|
/**
|
|
673
497
|
* Generated by JsPbCodeGenerator.
|
|
@@ -3980,8 +3804,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
|
3980
3804
|
* http://goto/soy-param-migration
|
|
3981
3805
|
* @return {!Object}
|
|
3982
3806
|
*/
|
|
3983
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
3984
|
-
return proto.io.contract_testing.contractcase.grpc.
|
|
3807
|
+
proto.io.contract_testing.contractcase.grpc.RunStateHandlerRequest.prototype.toObject = function(opt_includeInstance) {
|
|
3808
|
+
return proto.io.contract_testing.contractcase.grpc.RunStateHandlerRequest.toObject(opt_includeInstance, this);
|
|
3985
3809
|
};
|
|
3986
3810
|
|
|
3987
3811
|
|
|
@@ -3990,14 +3814,13 @@ proto.io.contract_testing.contractcase.grpc.StateHandlerResponse.prototype.toObj
|
|
|
3990
3814
|
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
3991
3815
|
* the JSPB instance for transitional soy proto support:
|
|
3992
3816
|
* http://goto/soy-param-migration
|
|
3993
|
-
* @param {!proto.io.contract_testing.contractcase.grpc.
|
|
3817
|
+
* @param {!proto.io.contract_testing.contractcase.grpc.RunStateHandlerRequest} msg The msg instance to transform.
|
|
3994
3818
|
* @return {!Object}
|
|
3995
3819
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
3996
3820
|
*/
|
|
3997
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
3821
|
+
proto.io.contract_testing.contractcase.grpc.RunStateHandlerRequest.toObject = function(includeInstance, msg) {
|
|
3998
3822
|
var f, obj = {
|
|
3999
|
-
stateHandlerHandle: (f = msg.getStateHandlerHandle()) && proto.io.contract_testing.contractcase.grpc.StateHandlerHandle.toObject(includeInstance, f)
|
|
4000
|
-
result: (f = msg.getResult()) && proto.io.contract_testing.contractcase.grpc.BoundaryResult.toObject(includeInstance, f)
|
|
3823
|
+
stateHandlerHandle: (f = msg.getStateHandlerHandle()) && proto.io.contract_testing.contractcase.grpc.StateHandlerHandle.toObject(includeInstance, f)
|
|
4001
3824
|
};
|
|
4002
3825
|
|
|
4003
3826
|
if (includeInstance) {
|
|
@@ -4011,23 +3834,23 @@ proto.io.contract_testing.contractcase.grpc.StateHandlerResponse.toObject = func
|
|
|
4011
3834
|
/**
|
|
4012
3835
|
* Deserializes binary data (in protobuf wire format).
|
|
4013
3836
|
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
4014
|
-
* @return {!proto.io.contract_testing.contractcase.grpc.
|
|
3837
|
+
* @return {!proto.io.contract_testing.contractcase.grpc.RunStateHandlerRequest}
|
|
4015
3838
|
*/
|
|
4016
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
3839
|
+
proto.io.contract_testing.contractcase.grpc.RunStateHandlerRequest.deserializeBinary = function(bytes) {
|
|
4017
3840
|
var reader = new jspb.BinaryReader(bytes);
|
|
4018
|
-
var msg = new proto.io.contract_testing.contractcase.grpc.
|
|
4019
|
-
return proto.io.contract_testing.contractcase.grpc.
|
|
3841
|
+
var msg = new proto.io.contract_testing.contractcase.grpc.RunStateHandlerRequest;
|
|
3842
|
+
return proto.io.contract_testing.contractcase.grpc.RunStateHandlerRequest.deserializeBinaryFromReader(msg, reader);
|
|
4020
3843
|
};
|
|
4021
3844
|
|
|
4022
3845
|
|
|
4023
3846
|
/**
|
|
4024
3847
|
* Deserializes binary data (in protobuf wire format) from the
|
|
4025
3848
|
* given reader into the given message object.
|
|
4026
|
-
* @param {!proto.io.contract_testing.contractcase.grpc.
|
|
3849
|
+
* @param {!proto.io.contract_testing.contractcase.grpc.RunStateHandlerRequest} msg The message object to deserialize into.
|
|
4027
3850
|
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
4028
|
-
* @return {!proto.io.contract_testing.contractcase.grpc.
|
|
3851
|
+
* @return {!proto.io.contract_testing.contractcase.grpc.RunStateHandlerRequest}
|
|
4029
3852
|
*/
|
|
4030
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
3853
|
+
proto.io.contract_testing.contractcase.grpc.RunStateHandlerRequest.deserializeBinaryFromReader = function(msg, reader) {
|
|
4031
3854
|
while (reader.nextField()) {
|
|
4032
3855
|
if (reader.isEndGroup()) {
|
|
4033
3856
|
break;
|
|
@@ -4039,11 +3862,6 @@ proto.io.contract_testing.contractcase.grpc.StateHandlerResponse.deserializeBina
|
|
|
4039
3862
|
reader.readMessage(value,proto.io.contract_testing.contractcase.grpc.StateHandlerHandle.deserializeBinaryFromReader);
|
|
4040
3863
|
msg.setStateHandlerHandle(value);
|
|
4041
3864
|
break;
|
|
4042
|
-
case 2:
|
|
4043
|
-
var value = new proto.io.contract_testing.contractcase.grpc.BoundaryResult;
|
|
4044
|
-
reader.readMessage(value,proto.io.contract_testing.contractcase.grpc.BoundaryResult.deserializeBinaryFromReader);
|
|
4045
|
-
msg.setResult(value);
|
|
4046
|
-
break;
|
|
4047
3865
|
default:
|
|
4048
3866
|
reader.skipField();
|
|
4049
3867
|
break;
|
|
@@ -4057,9 +3875,9 @@ proto.io.contract_testing.contractcase.grpc.StateHandlerResponse.deserializeBina
|
|
|
4057
3875
|
* Serializes the message to binary data (in protobuf wire format).
|
|
4058
3876
|
* @return {!Uint8Array}
|
|
4059
3877
|
*/
|
|
4060
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
3878
|
+
proto.io.contract_testing.contractcase.grpc.RunStateHandlerRequest.prototype.serializeBinary = function() {
|
|
4061
3879
|
var writer = new jspb.BinaryWriter();
|
|
4062
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
3880
|
+
proto.io.contract_testing.contractcase.grpc.RunStateHandlerRequest.serializeBinaryToWriter(this, writer);
|
|
4063
3881
|
return writer.getResultBuffer();
|
|
4064
3882
|
};
|
|
4065
3883
|
|
|
@@ -4067,11 +3885,11 @@ proto.io.contract_testing.contractcase.grpc.StateHandlerResponse.prototype.seria
|
|
|
4067
3885
|
/**
|
|
4068
3886
|
* Serializes the given message to binary data (in protobuf wire
|
|
4069
3887
|
* format), writing to the given BinaryWriter.
|
|
4070
|
-
* @param {!proto.io.contract_testing.contractcase.grpc.
|
|
3888
|
+
* @param {!proto.io.contract_testing.contractcase.grpc.RunStateHandlerRequest} message
|
|
4071
3889
|
* @param {!jspb.BinaryWriter} writer
|
|
4072
3890
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
4073
3891
|
*/
|
|
4074
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
3892
|
+
proto.io.contract_testing.contractcase.grpc.RunStateHandlerRequest.serializeBinaryToWriter = function(message, writer) {
|
|
4075
3893
|
var f = undefined;
|
|
4076
3894
|
f = message.getStateHandlerHandle();
|
|
4077
3895
|
if (f != null) {
|
|
@@ -4081,14 +3899,6 @@ proto.io.contract_testing.contractcase.grpc.StateHandlerResponse.serializeBinary
|
|
|
4081
3899
|
proto.io.contract_testing.contractcase.grpc.StateHandlerHandle.serializeBinaryToWriter
|
|
4082
3900
|
);
|
|
4083
3901
|
}
|
|
4084
|
-
f = message.getResult();
|
|
4085
|
-
if (f != null) {
|
|
4086
|
-
writer.writeMessage(
|
|
4087
|
-
2,
|
|
4088
|
-
f,
|
|
4089
|
-
proto.io.contract_testing.contractcase.grpc.BoundaryResult.serializeBinaryToWriter
|
|
4090
|
-
);
|
|
4091
|
-
}
|
|
4092
3902
|
};
|
|
4093
3903
|
|
|
4094
3904
|
|
|
@@ -4096,7 +3906,7 @@ proto.io.contract_testing.contractcase.grpc.StateHandlerResponse.serializeBinary
|
|
|
4096
3906
|
* optional StateHandlerHandle state_handler_handle = 1;
|
|
4097
3907
|
* @return {?proto.io.contract_testing.contractcase.grpc.StateHandlerHandle}
|
|
4098
3908
|
*/
|
|
4099
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
3909
|
+
proto.io.contract_testing.contractcase.grpc.RunStateHandlerRequest.prototype.getStateHandlerHandle = function() {
|
|
4100
3910
|
return /** @type{?proto.io.contract_testing.contractcase.grpc.StateHandlerHandle} */ (
|
|
4101
3911
|
jspb.Message.getWrapperField(this, proto.io.contract_testing.contractcase.grpc.StateHandlerHandle, 1));
|
|
4102
3912
|
};
|
|
@@ -4104,18 +3914,18 @@ proto.io.contract_testing.contractcase.grpc.StateHandlerResponse.prototype.getSt
|
|
|
4104
3914
|
|
|
4105
3915
|
/**
|
|
4106
3916
|
* @param {?proto.io.contract_testing.contractcase.grpc.StateHandlerHandle|undefined} value
|
|
4107
|
-
* @return {!proto.io.contract_testing.contractcase.grpc.
|
|
3917
|
+
* @return {!proto.io.contract_testing.contractcase.grpc.RunStateHandlerRequest} returns this
|
|
4108
3918
|
*/
|
|
4109
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
3919
|
+
proto.io.contract_testing.contractcase.grpc.RunStateHandlerRequest.prototype.setStateHandlerHandle = function(value) {
|
|
4110
3920
|
return jspb.Message.setWrapperField(this, 1, value);
|
|
4111
3921
|
};
|
|
4112
3922
|
|
|
4113
3923
|
|
|
4114
3924
|
/**
|
|
4115
3925
|
* Clears the message field making it undefined.
|
|
4116
|
-
* @return {!proto.io.contract_testing.contractcase.grpc.
|
|
3926
|
+
* @return {!proto.io.contract_testing.contractcase.grpc.RunStateHandlerRequest} returns this
|
|
4117
3927
|
*/
|
|
4118
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
3928
|
+
proto.io.contract_testing.contractcase.grpc.RunStateHandlerRequest.prototype.clearStateHandlerHandle = function() {
|
|
4119
3929
|
return this.setStateHandlerHandle(undefined);
|
|
4120
3930
|
};
|
|
4121
3931
|
|
|
@@ -4124,48 +3934,11 @@ proto.io.contract_testing.contractcase.grpc.StateHandlerResponse.prototype.clear
|
|
|
4124
3934
|
* Returns whether this field is set.
|
|
4125
3935
|
* @return {boolean}
|
|
4126
3936
|
*/
|
|
4127
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
3937
|
+
proto.io.contract_testing.contractcase.grpc.RunStateHandlerRequest.prototype.hasStateHandlerHandle = function() {
|
|
4128
3938
|
return jspb.Message.getField(this, 1) != null;
|
|
4129
3939
|
};
|
|
4130
3940
|
|
|
4131
3941
|
|
|
4132
|
-
/**
|
|
4133
|
-
* optional BoundaryResult result = 2;
|
|
4134
|
-
* @return {?proto.io.contract_testing.contractcase.grpc.BoundaryResult}
|
|
4135
|
-
*/
|
|
4136
|
-
proto.io.contract_testing.contractcase.grpc.StateHandlerResponse.prototype.getResult = function() {
|
|
4137
|
-
return /** @type{?proto.io.contract_testing.contractcase.grpc.BoundaryResult} */ (
|
|
4138
|
-
jspb.Message.getWrapperField(this, proto.io.contract_testing.contractcase.grpc.BoundaryResult, 2));
|
|
4139
|
-
};
|
|
4140
|
-
|
|
4141
|
-
|
|
4142
|
-
/**
|
|
4143
|
-
* @param {?proto.io.contract_testing.contractcase.grpc.BoundaryResult|undefined} value
|
|
4144
|
-
* @return {!proto.io.contract_testing.contractcase.grpc.StateHandlerResponse} returns this
|
|
4145
|
-
*/
|
|
4146
|
-
proto.io.contract_testing.contractcase.grpc.StateHandlerResponse.prototype.setResult = function(value) {
|
|
4147
|
-
return jspb.Message.setWrapperField(this, 2, value);
|
|
4148
|
-
};
|
|
4149
|
-
|
|
4150
|
-
|
|
4151
|
-
/**
|
|
4152
|
-
* Clears the message field making it undefined.
|
|
4153
|
-
* @return {!proto.io.contract_testing.contractcase.grpc.StateHandlerResponse} returns this
|
|
4154
|
-
*/
|
|
4155
|
-
proto.io.contract_testing.contractcase.grpc.StateHandlerResponse.prototype.clearResult = function() {
|
|
4156
|
-
return this.setResult(undefined);
|
|
4157
|
-
};
|
|
4158
|
-
|
|
4159
|
-
|
|
4160
|
-
/**
|
|
4161
|
-
* Returns whether this field is set.
|
|
4162
|
-
* @return {boolean}
|
|
4163
|
-
*/
|
|
4164
|
-
proto.io.contract_testing.contractcase.grpc.StateHandlerResponse.prototype.hasResult = function() {
|
|
4165
|
-
return jspb.Message.getField(this, 2) != null;
|
|
4166
|
-
};
|
|
4167
|
-
|
|
4168
|
-
|
|
4169
3942
|
|
|
4170
3943
|
|
|
4171
3944
|
|
|
@@ -4182,8 +3955,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
|
4182
3955
|
* http://goto/soy-param-migration
|
|
4183
3956
|
* @return {!Object}
|
|
4184
3957
|
*/
|
|
4185
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
4186
|
-
return proto.io.contract_testing.contractcase.grpc.
|
|
3958
|
+
proto.io.contract_testing.contractcase.grpc.TriggerFunctionRequest.prototype.toObject = function(opt_includeInstance) {
|
|
3959
|
+
return proto.io.contract_testing.contractcase.grpc.TriggerFunctionRequest.toObject(opt_includeInstance, this);
|
|
4187
3960
|
};
|
|
4188
3961
|
|
|
4189
3962
|
|
|
@@ -4192,13 +3965,14 @@ proto.io.contract_testing.contractcase.grpc.LogPrinterResponse.prototype.toObjec
|
|
|
4192
3965
|
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
4193
3966
|
* the JSPB instance for transitional soy proto support:
|
|
4194
3967
|
* http://goto/soy-param-migration
|
|
4195
|
-
* @param {!proto.io.contract_testing.contractcase.grpc.
|
|
3968
|
+
* @param {!proto.io.contract_testing.contractcase.grpc.TriggerFunctionRequest} msg The msg instance to transform.
|
|
4196
3969
|
* @return {!Object}
|
|
4197
3970
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
4198
3971
|
*/
|
|
4199
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
3972
|
+
proto.io.contract_testing.contractcase.grpc.TriggerFunctionRequest.toObject = function(includeInstance, msg) {
|
|
4200
3973
|
var f, obj = {
|
|
4201
|
-
|
|
3974
|
+
triggerFunction: (f = msg.getTriggerFunction()) && proto.io.contract_testing.contractcase.grpc.TriggerFunctionHandle.toObject(includeInstance, f),
|
|
3975
|
+
config: (f = msg.getConfig()) && google_protobuf_struct_pb.Struct.toObject(includeInstance, f)
|
|
4202
3976
|
};
|
|
4203
3977
|
|
|
4204
3978
|
if (includeInstance) {
|
|
@@ -4212,23 +3986,23 @@ proto.io.contract_testing.contractcase.grpc.LogPrinterResponse.toObject = functi
|
|
|
4212
3986
|
/**
|
|
4213
3987
|
* Deserializes binary data (in protobuf wire format).
|
|
4214
3988
|
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
4215
|
-
* @return {!proto.io.contract_testing.contractcase.grpc.
|
|
3989
|
+
* @return {!proto.io.contract_testing.contractcase.grpc.TriggerFunctionRequest}
|
|
4216
3990
|
*/
|
|
4217
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
3991
|
+
proto.io.contract_testing.contractcase.grpc.TriggerFunctionRequest.deserializeBinary = function(bytes) {
|
|
4218
3992
|
var reader = new jspb.BinaryReader(bytes);
|
|
4219
|
-
var msg = new proto.io.contract_testing.contractcase.grpc.
|
|
4220
|
-
return proto.io.contract_testing.contractcase.grpc.
|
|
3993
|
+
var msg = new proto.io.contract_testing.contractcase.grpc.TriggerFunctionRequest;
|
|
3994
|
+
return proto.io.contract_testing.contractcase.grpc.TriggerFunctionRequest.deserializeBinaryFromReader(msg, reader);
|
|
4221
3995
|
};
|
|
4222
3996
|
|
|
4223
3997
|
|
|
4224
3998
|
/**
|
|
4225
3999
|
* Deserializes binary data (in protobuf wire format) from the
|
|
4226
4000
|
* given reader into the given message object.
|
|
4227
|
-
* @param {!proto.io.contract_testing.contractcase.grpc.
|
|
4001
|
+
* @param {!proto.io.contract_testing.contractcase.grpc.TriggerFunctionRequest} msg The message object to deserialize into.
|
|
4228
4002
|
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
4229
|
-
* @return {!proto.io.contract_testing.contractcase.grpc.
|
|
4003
|
+
* @return {!proto.io.contract_testing.contractcase.grpc.TriggerFunctionRequest}
|
|
4230
4004
|
*/
|
|
4231
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
4005
|
+
proto.io.contract_testing.contractcase.grpc.TriggerFunctionRequest.deserializeBinaryFromReader = function(msg, reader) {
|
|
4232
4006
|
while (reader.nextField()) {
|
|
4233
4007
|
if (reader.isEndGroup()) {
|
|
4234
4008
|
break;
|
|
@@ -4236,9 +4010,14 @@ proto.io.contract_testing.contractcase.grpc.LogPrinterResponse.deserializeBinary
|
|
|
4236
4010
|
var field = reader.getFieldNumber();
|
|
4237
4011
|
switch (field) {
|
|
4238
4012
|
case 1:
|
|
4239
|
-
var value = new proto.io.contract_testing.contractcase.grpc.
|
|
4240
|
-
reader.readMessage(value,proto.io.contract_testing.contractcase.grpc.
|
|
4241
|
-
msg.
|
|
4013
|
+
var value = new proto.io.contract_testing.contractcase.grpc.TriggerFunctionHandle;
|
|
4014
|
+
reader.readMessage(value,proto.io.contract_testing.contractcase.grpc.TriggerFunctionHandle.deserializeBinaryFromReader);
|
|
4015
|
+
msg.setTriggerFunction(value);
|
|
4016
|
+
break;
|
|
4017
|
+
case 2:
|
|
4018
|
+
var value = new google_protobuf_struct_pb.Struct;
|
|
4019
|
+
reader.readMessage(value,google_protobuf_struct_pb.Struct.deserializeBinaryFromReader);
|
|
4020
|
+
msg.setConfig(value);
|
|
4242
4021
|
break;
|
|
4243
4022
|
default:
|
|
4244
4023
|
reader.skipField();
|
|
@@ -4253,9 +4032,9 @@ proto.io.contract_testing.contractcase.grpc.LogPrinterResponse.deserializeBinary
|
|
|
4253
4032
|
* Serializes the message to binary data (in protobuf wire format).
|
|
4254
4033
|
* @return {!Uint8Array}
|
|
4255
4034
|
*/
|
|
4256
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
4035
|
+
proto.io.contract_testing.contractcase.grpc.TriggerFunctionRequest.prototype.serializeBinary = function() {
|
|
4257
4036
|
var writer = new jspb.BinaryWriter();
|
|
4258
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
4037
|
+
proto.io.contract_testing.contractcase.grpc.TriggerFunctionRequest.serializeBinaryToWriter(this, writer);
|
|
4259
4038
|
return writer.getResultBuffer();
|
|
4260
4039
|
};
|
|
4261
4040
|
|
|
@@ -4263,1244 +4042,56 @@ proto.io.contract_testing.contractcase.grpc.LogPrinterResponse.prototype.seriali
|
|
|
4263
4042
|
/**
|
|
4264
4043
|
* Serializes the given message to binary data (in protobuf wire
|
|
4265
4044
|
* format), writing to the given BinaryWriter.
|
|
4266
|
-
* @param {!proto.io.contract_testing.contractcase.grpc.
|
|
4045
|
+
* @param {!proto.io.contract_testing.contractcase.grpc.TriggerFunctionRequest} message
|
|
4267
4046
|
* @param {!jspb.BinaryWriter} writer
|
|
4268
4047
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
4269
4048
|
*/
|
|
4270
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
4049
|
+
proto.io.contract_testing.contractcase.grpc.TriggerFunctionRequest.serializeBinaryToWriter = function(message, writer) {
|
|
4271
4050
|
var f = undefined;
|
|
4272
|
-
f = message.
|
|
4051
|
+
f = message.getTriggerFunction();
|
|
4273
4052
|
if (f != null) {
|
|
4274
4053
|
writer.writeMessage(
|
|
4275
4054
|
1,
|
|
4276
4055
|
f,
|
|
4277
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
4056
|
+
proto.io.contract_testing.contractcase.grpc.TriggerFunctionHandle.serializeBinaryToWriter
|
|
4057
|
+
);
|
|
4058
|
+
}
|
|
4059
|
+
f = message.getConfig();
|
|
4060
|
+
if (f != null) {
|
|
4061
|
+
writer.writeMessage(
|
|
4062
|
+
2,
|
|
4063
|
+
f,
|
|
4064
|
+
google_protobuf_struct_pb.Struct.serializeBinaryToWriter
|
|
4278
4065
|
);
|
|
4279
4066
|
}
|
|
4280
4067
|
};
|
|
4281
4068
|
|
|
4282
4069
|
|
|
4283
4070
|
/**
|
|
4284
|
-
* optional
|
|
4285
|
-
* @return {?proto.io.contract_testing.contractcase.grpc.
|
|
4071
|
+
* optional TriggerFunctionHandle trigger_function = 1;
|
|
4072
|
+
* @return {?proto.io.contract_testing.contractcase.grpc.TriggerFunctionHandle}
|
|
4286
4073
|
*/
|
|
4287
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
4288
|
-
return /** @type{?proto.io.contract_testing.contractcase.grpc.
|
|
4289
|
-
jspb.Message.getWrapperField(this, proto.io.contract_testing.contractcase.grpc.
|
|
4290
|
-
};
|
|
4291
|
-
|
|
4292
|
-
|
|
4293
|
-
/**
|
|
4294
|
-
* @param {?proto.io.contract_testing.contractcase.grpc.BoundaryResult|undefined} value
|
|
4295
|
-
* @return {!proto.io.contract_testing.contractcase.grpc.LogPrinterResponse} returns this
|
|
4296
|
-
*/
|
|
4297
|
-
proto.io.contract_testing.contractcase.grpc.LogPrinterResponse.prototype.setResult = function(value) {
|
|
4298
|
-
return jspb.Message.setWrapperField(this, 1, value);
|
|
4299
|
-
};
|
|
4300
|
-
|
|
4301
|
-
|
|
4302
|
-
/**
|
|
4303
|
-
* Clears the message field making it undefined.
|
|
4304
|
-
* @return {!proto.io.contract_testing.contractcase.grpc.LogPrinterResponse} returns this
|
|
4305
|
-
*/
|
|
4306
|
-
proto.io.contract_testing.contractcase.grpc.LogPrinterResponse.prototype.clearResult = function() {
|
|
4307
|
-
return this.setResult(undefined);
|
|
4308
|
-
};
|
|
4309
|
-
|
|
4310
|
-
|
|
4311
|
-
/**
|
|
4312
|
-
* Returns whether this field is set.
|
|
4313
|
-
* @return {boolean}
|
|
4314
|
-
*/
|
|
4315
|
-
proto.io.contract_testing.contractcase.grpc.LogPrinterResponse.prototype.hasResult = function() {
|
|
4316
|
-
return jspb.Message.getField(this, 1) != null;
|
|
4317
|
-
};
|
|
4318
|
-
|
|
4319
|
-
|
|
4320
|
-
|
|
4321
|
-
|
|
4322
|
-
|
|
4323
|
-
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
4324
|
-
/**
|
|
4325
|
-
* Creates an object representation of this proto.
|
|
4326
|
-
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
4327
|
-
* Optional fields that are not set will be set to undefined.
|
|
4328
|
-
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
4329
|
-
* For the list of reserved names please see:
|
|
4330
|
-
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
4331
|
-
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
4332
|
-
* JSPB instance for transitional soy proto support:
|
|
4333
|
-
* http://goto/soy-param-migration
|
|
4334
|
-
* @return {!Object}
|
|
4335
|
-
*/
|
|
4336
|
-
proto.io.contract_testing.contractcase.grpc.ResultPrinterResponse.prototype.toObject = function(opt_includeInstance) {
|
|
4337
|
-
return proto.io.contract_testing.contractcase.grpc.ResultPrinterResponse.toObject(opt_includeInstance, this);
|
|
4338
|
-
};
|
|
4339
|
-
|
|
4340
|
-
|
|
4341
|
-
/**
|
|
4342
|
-
* Static version of the {@see toObject} method.
|
|
4343
|
-
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
4344
|
-
* the JSPB instance for transitional soy proto support:
|
|
4345
|
-
* http://goto/soy-param-migration
|
|
4346
|
-
* @param {!proto.io.contract_testing.contractcase.grpc.ResultPrinterResponse} msg The msg instance to transform.
|
|
4347
|
-
* @return {!Object}
|
|
4348
|
-
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
4349
|
-
*/
|
|
4350
|
-
proto.io.contract_testing.contractcase.grpc.ResultPrinterResponse.toObject = function(includeInstance, msg) {
|
|
4351
|
-
var f, obj = {
|
|
4352
|
-
result: (f = msg.getResult()) && proto.io.contract_testing.contractcase.grpc.BoundaryResult.toObject(includeInstance, f)
|
|
4353
|
-
};
|
|
4354
|
-
|
|
4355
|
-
if (includeInstance) {
|
|
4356
|
-
obj.$jspbMessageInstance = msg;
|
|
4357
|
-
}
|
|
4358
|
-
return obj;
|
|
4359
|
-
};
|
|
4360
|
-
}
|
|
4361
|
-
|
|
4362
|
-
|
|
4363
|
-
/**
|
|
4364
|
-
* Deserializes binary data (in protobuf wire format).
|
|
4365
|
-
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
4366
|
-
* @return {!proto.io.contract_testing.contractcase.grpc.ResultPrinterResponse}
|
|
4367
|
-
*/
|
|
4368
|
-
proto.io.contract_testing.contractcase.grpc.ResultPrinterResponse.deserializeBinary = function(bytes) {
|
|
4369
|
-
var reader = new jspb.BinaryReader(bytes);
|
|
4370
|
-
var msg = new proto.io.contract_testing.contractcase.grpc.ResultPrinterResponse;
|
|
4371
|
-
return proto.io.contract_testing.contractcase.grpc.ResultPrinterResponse.deserializeBinaryFromReader(msg, reader);
|
|
4372
|
-
};
|
|
4373
|
-
|
|
4374
|
-
|
|
4375
|
-
/**
|
|
4376
|
-
* Deserializes binary data (in protobuf wire format) from the
|
|
4377
|
-
* given reader into the given message object.
|
|
4378
|
-
* @param {!proto.io.contract_testing.contractcase.grpc.ResultPrinterResponse} msg The message object to deserialize into.
|
|
4379
|
-
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
4380
|
-
* @return {!proto.io.contract_testing.contractcase.grpc.ResultPrinterResponse}
|
|
4381
|
-
*/
|
|
4382
|
-
proto.io.contract_testing.contractcase.grpc.ResultPrinterResponse.deserializeBinaryFromReader = function(msg, reader) {
|
|
4383
|
-
while (reader.nextField()) {
|
|
4384
|
-
if (reader.isEndGroup()) {
|
|
4385
|
-
break;
|
|
4386
|
-
}
|
|
4387
|
-
var field = reader.getFieldNumber();
|
|
4388
|
-
switch (field) {
|
|
4389
|
-
case 1:
|
|
4390
|
-
var value = new proto.io.contract_testing.contractcase.grpc.BoundaryResult;
|
|
4391
|
-
reader.readMessage(value,proto.io.contract_testing.contractcase.grpc.BoundaryResult.deserializeBinaryFromReader);
|
|
4392
|
-
msg.setResult(value);
|
|
4393
|
-
break;
|
|
4394
|
-
default:
|
|
4395
|
-
reader.skipField();
|
|
4396
|
-
break;
|
|
4397
|
-
}
|
|
4398
|
-
}
|
|
4399
|
-
return msg;
|
|
4400
|
-
};
|
|
4401
|
-
|
|
4402
|
-
|
|
4403
|
-
/**
|
|
4404
|
-
* Serializes the message to binary data (in protobuf wire format).
|
|
4405
|
-
* @return {!Uint8Array}
|
|
4406
|
-
*/
|
|
4407
|
-
proto.io.contract_testing.contractcase.grpc.ResultPrinterResponse.prototype.serializeBinary = function() {
|
|
4408
|
-
var writer = new jspb.BinaryWriter();
|
|
4409
|
-
proto.io.contract_testing.contractcase.grpc.ResultPrinterResponse.serializeBinaryToWriter(this, writer);
|
|
4410
|
-
return writer.getResultBuffer();
|
|
4411
|
-
};
|
|
4412
|
-
|
|
4413
|
-
|
|
4414
|
-
/**
|
|
4415
|
-
* Serializes the given message to binary data (in protobuf wire
|
|
4416
|
-
* format), writing to the given BinaryWriter.
|
|
4417
|
-
* @param {!proto.io.contract_testing.contractcase.grpc.ResultPrinterResponse} message
|
|
4418
|
-
* @param {!jspb.BinaryWriter} writer
|
|
4419
|
-
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
4420
|
-
*/
|
|
4421
|
-
proto.io.contract_testing.contractcase.grpc.ResultPrinterResponse.serializeBinaryToWriter = function(message, writer) {
|
|
4422
|
-
var f = undefined;
|
|
4423
|
-
f = message.getResult();
|
|
4424
|
-
if (f != null) {
|
|
4425
|
-
writer.writeMessage(
|
|
4426
|
-
1,
|
|
4427
|
-
f,
|
|
4428
|
-
proto.io.contract_testing.contractcase.grpc.BoundaryResult.serializeBinaryToWriter
|
|
4429
|
-
);
|
|
4430
|
-
}
|
|
4431
|
-
};
|
|
4432
|
-
|
|
4433
|
-
|
|
4434
|
-
/**
|
|
4435
|
-
* optional BoundaryResult result = 1;
|
|
4436
|
-
* @return {?proto.io.contract_testing.contractcase.grpc.BoundaryResult}
|
|
4437
|
-
*/
|
|
4438
|
-
proto.io.contract_testing.contractcase.grpc.ResultPrinterResponse.prototype.getResult = function() {
|
|
4439
|
-
return /** @type{?proto.io.contract_testing.contractcase.grpc.BoundaryResult} */ (
|
|
4440
|
-
jspb.Message.getWrapperField(this, proto.io.contract_testing.contractcase.grpc.BoundaryResult, 1));
|
|
4441
|
-
};
|
|
4442
|
-
|
|
4443
|
-
|
|
4444
|
-
/**
|
|
4445
|
-
* @param {?proto.io.contract_testing.contractcase.grpc.BoundaryResult|undefined} value
|
|
4446
|
-
* @return {!proto.io.contract_testing.contractcase.grpc.ResultPrinterResponse} returns this
|
|
4447
|
-
*/
|
|
4448
|
-
proto.io.contract_testing.contractcase.grpc.ResultPrinterResponse.prototype.setResult = function(value) {
|
|
4449
|
-
return jspb.Message.setWrapperField(this, 1, value);
|
|
4450
|
-
};
|
|
4451
|
-
|
|
4452
|
-
|
|
4453
|
-
/**
|
|
4454
|
-
* Clears the message field making it undefined.
|
|
4455
|
-
* @return {!proto.io.contract_testing.contractcase.grpc.ResultPrinterResponse} returns this
|
|
4456
|
-
*/
|
|
4457
|
-
proto.io.contract_testing.contractcase.grpc.ResultPrinterResponse.prototype.clearResult = function() {
|
|
4458
|
-
return this.setResult(undefined);
|
|
4459
|
-
};
|
|
4460
|
-
|
|
4461
|
-
|
|
4462
|
-
/**
|
|
4463
|
-
* Returns whether this field is set.
|
|
4464
|
-
* @return {boolean}
|
|
4465
|
-
*/
|
|
4466
|
-
proto.io.contract_testing.contractcase.grpc.ResultPrinterResponse.prototype.hasResult = function() {
|
|
4467
|
-
return jspb.Message.getField(this, 1) != null;
|
|
4468
|
-
};
|
|
4469
|
-
|
|
4470
|
-
|
|
4471
|
-
|
|
4472
|
-
|
|
4473
|
-
|
|
4474
|
-
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
4475
|
-
/**
|
|
4476
|
-
* Creates an object representation of this proto.
|
|
4477
|
-
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
4478
|
-
* Optional fields that are not set will be set to undefined.
|
|
4479
|
-
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
4480
|
-
* For the list of reserved names please see:
|
|
4481
|
-
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
4482
|
-
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
4483
|
-
* JSPB instance for transitional soy proto support:
|
|
4484
|
-
* http://goto/soy-param-migration
|
|
4485
|
-
* @return {!Object}
|
|
4486
|
-
*/
|
|
4487
|
-
proto.io.contract_testing.contractcase.grpc.RunStateHandlerRequest.prototype.toObject = function(opt_includeInstance) {
|
|
4488
|
-
return proto.io.contract_testing.contractcase.grpc.RunStateHandlerRequest.toObject(opt_includeInstance, this);
|
|
4489
|
-
};
|
|
4490
|
-
|
|
4491
|
-
|
|
4492
|
-
/**
|
|
4493
|
-
* Static version of the {@see toObject} method.
|
|
4494
|
-
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
4495
|
-
* the JSPB instance for transitional soy proto support:
|
|
4496
|
-
* http://goto/soy-param-migration
|
|
4497
|
-
* @param {!proto.io.contract_testing.contractcase.grpc.RunStateHandlerRequest} msg The msg instance to transform.
|
|
4498
|
-
* @return {!Object}
|
|
4499
|
-
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
4500
|
-
*/
|
|
4501
|
-
proto.io.contract_testing.contractcase.grpc.RunStateHandlerRequest.toObject = function(includeInstance, msg) {
|
|
4502
|
-
var f, obj = {
|
|
4503
|
-
stateHandlerHandle: (f = msg.getStateHandlerHandle()) && proto.io.contract_testing.contractcase.grpc.StateHandlerHandle.toObject(includeInstance, f)
|
|
4504
|
-
};
|
|
4505
|
-
|
|
4506
|
-
if (includeInstance) {
|
|
4507
|
-
obj.$jspbMessageInstance = msg;
|
|
4508
|
-
}
|
|
4509
|
-
return obj;
|
|
4510
|
-
};
|
|
4511
|
-
}
|
|
4512
|
-
|
|
4513
|
-
|
|
4514
|
-
/**
|
|
4515
|
-
* Deserializes binary data (in protobuf wire format).
|
|
4516
|
-
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
4517
|
-
* @return {!proto.io.contract_testing.contractcase.grpc.RunStateHandlerRequest}
|
|
4518
|
-
*/
|
|
4519
|
-
proto.io.contract_testing.contractcase.grpc.RunStateHandlerRequest.deserializeBinary = function(bytes) {
|
|
4520
|
-
var reader = new jspb.BinaryReader(bytes);
|
|
4521
|
-
var msg = new proto.io.contract_testing.contractcase.grpc.RunStateHandlerRequest;
|
|
4522
|
-
return proto.io.contract_testing.contractcase.grpc.RunStateHandlerRequest.deserializeBinaryFromReader(msg, reader);
|
|
4523
|
-
};
|
|
4524
|
-
|
|
4525
|
-
|
|
4526
|
-
/**
|
|
4527
|
-
* Deserializes binary data (in protobuf wire format) from the
|
|
4528
|
-
* given reader into the given message object.
|
|
4529
|
-
* @param {!proto.io.contract_testing.contractcase.grpc.RunStateHandlerRequest} msg The message object to deserialize into.
|
|
4530
|
-
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
4531
|
-
* @return {!proto.io.contract_testing.contractcase.grpc.RunStateHandlerRequest}
|
|
4532
|
-
*/
|
|
4533
|
-
proto.io.contract_testing.contractcase.grpc.RunStateHandlerRequest.deserializeBinaryFromReader = function(msg, reader) {
|
|
4534
|
-
while (reader.nextField()) {
|
|
4535
|
-
if (reader.isEndGroup()) {
|
|
4536
|
-
break;
|
|
4537
|
-
}
|
|
4538
|
-
var field = reader.getFieldNumber();
|
|
4539
|
-
switch (field) {
|
|
4540
|
-
case 1:
|
|
4541
|
-
var value = new proto.io.contract_testing.contractcase.grpc.StateHandlerHandle;
|
|
4542
|
-
reader.readMessage(value,proto.io.contract_testing.contractcase.grpc.StateHandlerHandle.deserializeBinaryFromReader);
|
|
4543
|
-
msg.setStateHandlerHandle(value);
|
|
4544
|
-
break;
|
|
4545
|
-
default:
|
|
4546
|
-
reader.skipField();
|
|
4547
|
-
break;
|
|
4548
|
-
}
|
|
4549
|
-
}
|
|
4550
|
-
return msg;
|
|
4551
|
-
};
|
|
4552
|
-
|
|
4553
|
-
|
|
4554
|
-
/**
|
|
4555
|
-
* Serializes the message to binary data (in protobuf wire format).
|
|
4556
|
-
* @return {!Uint8Array}
|
|
4557
|
-
*/
|
|
4558
|
-
proto.io.contract_testing.contractcase.grpc.RunStateHandlerRequest.prototype.serializeBinary = function() {
|
|
4559
|
-
var writer = new jspb.BinaryWriter();
|
|
4560
|
-
proto.io.contract_testing.contractcase.grpc.RunStateHandlerRequest.serializeBinaryToWriter(this, writer);
|
|
4561
|
-
return writer.getResultBuffer();
|
|
4562
|
-
};
|
|
4563
|
-
|
|
4564
|
-
|
|
4565
|
-
/**
|
|
4566
|
-
* Serializes the given message to binary data (in protobuf wire
|
|
4567
|
-
* format), writing to the given BinaryWriter.
|
|
4568
|
-
* @param {!proto.io.contract_testing.contractcase.grpc.RunStateHandlerRequest} message
|
|
4569
|
-
* @param {!jspb.BinaryWriter} writer
|
|
4570
|
-
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
4571
|
-
*/
|
|
4572
|
-
proto.io.contract_testing.contractcase.grpc.RunStateHandlerRequest.serializeBinaryToWriter = function(message, writer) {
|
|
4573
|
-
var f = undefined;
|
|
4574
|
-
f = message.getStateHandlerHandle();
|
|
4575
|
-
if (f != null) {
|
|
4576
|
-
writer.writeMessage(
|
|
4577
|
-
1,
|
|
4578
|
-
f,
|
|
4579
|
-
proto.io.contract_testing.contractcase.grpc.StateHandlerHandle.serializeBinaryToWriter
|
|
4580
|
-
);
|
|
4581
|
-
}
|
|
4582
|
-
};
|
|
4583
|
-
|
|
4584
|
-
|
|
4585
|
-
/**
|
|
4586
|
-
* optional StateHandlerHandle state_handler_handle = 1;
|
|
4587
|
-
* @return {?proto.io.contract_testing.contractcase.grpc.StateHandlerHandle}
|
|
4588
|
-
*/
|
|
4589
|
-
proto.io.contract_testing.contractcase.grpc.RunStateHandlerRequest.prototype.getStateHandlerHandle = function() {
|
|
4590
|
-
return /** @type{?proto.io.contract_testing.contractcase.grpc.StateHandlerHandle} */ (
|
|
4591
|
-
jspb.Message.getWrapperField(this, proto.io.contract_testing.contractcase.grpc.StateHandlerHandle, 1));
|
|
4592
|
-
};
|
|
4593
|
-
|
|
4594
|
-
|
|
4595
|
-
/**
|
|
4596
|
-
* @param {?proto.io.contract_testing.contractcase.grpc.StateHandlerHandle|undefined} value
|
|
4597
|
-
* @return {!proto.io.contract_testing.contractcase.grpc.RunStateHandlerRequest} returns this
|
|
4598
|
-
*/
|
|
4599
|
-
proto.io.contract_testing.contractcase.grpc.RunStateHandlerRequest.prototype.setStateHandlerHandle = function(value) {
|
|
4600
|
-
return jspb.Message.setWrapperField(this, 1, value);
|
|
4601
|
-
};
|
|
4602
|
-
|
|
4603
|
-
|
|
4604
|
-
/**
|
|
4605
|
-
* Clears the message field making it undefined.
|
|
4606
|
-
* @return {!proto.io.contract_testing.contractcase.grpc.RunStateHandlerRequest} returns this
|
|
4607
|
-
*/
|
|
4608
|
-
proto.io.contract_testing.contractcase.grpc.RunStateHandlerRequest.prototype.clearStateHandlerHandle = function() {
|
|
4609
|
-
return this.setStateHandlerHandle(undefined);
|
|
4610
|
-
};
|
|
4611
|
-
|
|
4612
|
-
|
|
4613
|
-
/**
|
|
4614
|
-
* Returns whether this field is set.
|
|
4615
|
-
* @return {boolean}
|
|
4616
|
-
*/
|
|
4617
|
-
proto.io.contract_testing.contractcase.grpc.RunStateHandlerRequest.prototype.hasStateHandlerHandle = function() {
|
|
4618
|
-
return jspb.Message.getField(this, 1) != null;
|
|
4619
|
-
};
|
|
4620
|
-
|
|
4621
|
-
|
|
4622
|
-
|
|
4623
|
-
|
|
4624
|
-
|
|
4625
|
-
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
4626
|
-
/**
|
|
4627
|
-
* Creates an object representation of this proto.
|
|
4628
|
-
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
4629
|
-
* Optional fields that are not set will be set to undefined.
|
|
4630
|
-
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
4631
|
-
* For the list of reserved names please see:
|
|
4632
|
-
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
4633
|
-
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
4634
|
-
* JSPB instance for transitional soy proto support:
|
|
4635
|
-
* http://goto/soy-param-migration
|
|
4636
|
-
* @return {!Object}
|
|
4637
|
-
*/
|
|
4638
|
-
proto.io.contract_testing.contractcase.grpc.TriggerFunctionRequest.prototype.toObject = function(opt_includeInstance) {
|
|
4639
|
-
return proto.io.contract_testing.contractcase.grpc.TriggerFunctionRequest.toObject(opt_includeInstance, this);
|
|
4640
|
-
};
|
|
4641
|
-
|
|
4642
|
-
|
|
4643
|
-
/**
|
|
4644
|
-
* Static version of the {@see toObject} method.
|
|
4645
|
-
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
4646
|
-
* the JSPB instance for transitional soy proto support:
|
|
4647
|
-
* http://goto/soy-param-migration
|
|
4648
|
-
* @param {!proto.io.contract_testing.contractcase.grpc.TriggerFunctionRequest} msg The msg instance to transform.
|
|
4649
|
-
* @return {!Object}
|
|
4650
|
-
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
4651
|
-
*/
|
|
4652
|
-
proto.io.contract_testing.contractcase.grpc.TriggerFunctionRequest.toObject = function(includeInstance, msg) {
|
|
4653
|
-
var f, obj = {
|
|
4654
|
-
triggerFunction: (f = msg.getTriggerFunction()) && proto.io.contract_testing.contractcase.grpc.TriggerFunctionHandle.toObject(includeInstance, f),
|
|
4655
|
-
config: (f = msg.getConfig()) && google_protobuf_struct_pb.Struct.toObject(includeInstance, f)
|
|
4656
|
-
};
|
|
4657
|
-
|
|
4658
|
-
if (includeInstance) {
|
|
4659
|
-
obj.$jspbMessageInstance = msg;
|
|
4660
|
-
}
|
|
4661
|
-
return obj;
|
|
4662
|
-
};
|
|
4663
|
-
}
|
|
4664
|
-
|
|
4665
|
-
|
|
4666
|
-
/**
|
|
4667
|
-
* Deserializes binary data (in protobuf wire format).
|
|
4668
|
-
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
4669
|
-
* @return {!proto.io.contract_testing.contractcase.grpc.TriggerFunctionRequest}
|
|
4670
|
-
*/
|
|
4671
|
-
proto.io.contract_testing.contractcase.grpc.TriggerFunctionRequest.deserializeBinary = function(bytes) {
|
|
4672
|
-
var reader = new jspb.BinaryReader(bytes);
|
|
4673
|
-
var msg = new proto.io.contract_testing.contractcase.grpc.TriggerFunctionRequest;
|
|
4674
|
-
return proto.io.contract_testing.contractcase.grpc.TriggerFunctionRequest.deserializeBinaryFromReader(msg, reader);
|
|
4675
|
-
};
|
|
4676
|
-
|
|
4677
|
-
|
|
4678
|
-
/**
|
|
4679
|
-
* Deserializes binary data (in protobuf wire format) from the
|
|
4680
|
-
* given reader into the given message object.
|
|
4681
|
-
* @param {!proto.io.contract_testing.contractcase.grpc.TriggerFunctionRequest} msg The message object to deserialize into.
|
|
4682
|
-
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
4683
|
-
* @return {!proto.io.contract_testing.contractcase.grpc.TriggerFunctionRequest}
|
|
4684
|
-
*/
|
|
4685
|
-
proto.io.contract_testing.contractcase.grpc.TriggerFunctionRequest.deserializeBinaryFromReader = function(msg, reader) {
|
|
4686
|
-
while (reader.nextField()) {
|
|
4687
|
-
if (reader.isEndGroup()) {
|
|
4688
|
-
break;
|
|
4689
|
-
}
|
|
4690
|
-
var field = reader.getFieldNumber();
|
|
4691
|
-
switch (field) {
|
|
4692
|
-
case 1:
|
|
4693
|
-
var value = new proto.io.contract_testing.contractcase.grpc.TriggerFunctionHandle;
|
|
4694
|
-
reader.readMessage(value,proto.io.contract_testing.contractcase.grpc.TriggerFunctionHandle.deserializeBinaryFromReader);
|
|
4695
|
-
msg.setTriggerFunction(value);
|
|
4696
|
-
break;
|
|
4697
|
-
case 2:
|
|
4698
|
-
var value = new google_protobuf_struct_pb.Struct;
|
|
4699
|
-
reader.readMessage(value,google_protobuf_struct_pb.Struct.deserializeBinaryFromReader);
|
|
4700
|
-
msg.setConfig(value);
|
|
4701
|
-
break;
|
|
4702
|
-
default:
|
|
4703
|
-
reader.skipField();
|
|
4704
|
-
break;
|
|
4705
|
-
}
|
|
4706
|
-
}
|
|
4707
|
-
return msg;
|
|
4708
|
-
};
|
|
4709
|
-
|
|
4710
|
-
|
|
4711
|
-
/**
|
|
4712
|
-
* Serializes the message to binary data (in protobuf wire format).
|
|
4713
|
-
* @return {!Uint8Array}
|
|
4714
|
-
*/
|
|
4715
|
-
proto.io.contract_testing.contractcase.grpc.TriggerFunctionRequest.prototype.serializeBinary = function() {
|
|
4716
|
-
var writer = new jspb.BinaryWriter();
|
|
4717
|
-
proto.io.contract_testing.contractcase.grpc.TriggerFunctionRequest.serializeBinaryToWriter(this, writer);
|
|
4718
|
-
return writer.getResultBuffer();
|
|
4719
|
-
};
|
|
4720
|
-
|
|
4721
|
-
|
|
4722
|
-
/**
|
|
4723
|
-
* Serializes the given message to binary data (in protobuf wire
|
|
4724
|
-
* format), writing to the given BinaryWriter.
|
|
4725
|
-
* @param {!proto.io.contract_testing.contractcase.grpc.TriggerFunctionRequest} message
|
|
4726
|
-
* @param {!jspb.BinaryWriter} writer
|
|
4727
|
-
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
4728
|
-
*/
|
|
4729
|
-
proto.io.contract_testing.contractcase.grpc.TriggerFunctionRequest.serializeBinaryToWriter = function(message, writer) {
|
|
4730
|
-
var f = undefined;
|
|
4731
|
-
f = message.getTriggerFunction();
|
|
4732
|
-
if (f != null) {
|
|
4733
|
-
writer.writeMessage(
|
|
4734
|
-
1,
|
|
4735
|
-
f,
|
|
4736
|
-
proto.io.contract_testing.contractcase.grpc.TriggerFunctionHandle.serializeBinaryToWriter
|
|
4737
|
-
);
|
|
4738
|
-
}
|
|
4739
|
-
f = message.getConfig();
|
|
4740
|
-
if (f != null) {
|
|
4741
|
-
writer.writeMessage(
|
|
4742
|
-
2,
|
|
4743
|
-
f,
|
|
4744
|
-
google_protobuf_struct_pb.Struct.serializeBinaryToWriter
|
|
4745
|
-
);
|
|
4746
|
-
}
|
|
4747
|
-
};
|
|
4748
|
-
|
|
4749
|
-
|
|
4750
|
-
/**
|
|
4751
|
-
* optional TriggerFunctionHandle trigger_function = 1;
|
|
4752
|
-
* @return {?proto.io.contract_testing.contractcase.grpc.TriggerFunctionHandle}
|
|
4753
|
-
*/
|
|
4754
|
-
proto.io.contract_testing.contractcase.grpc.TriggerFunctionRequest.prototype.getTriggerFunction = function() {
|
|
4755
|
-
return /** @type{?proto.io.contract_testing.contractcase.grpc.TriggerFunctionHandle} */ (
|
|
4756
|
-
jspb.Message.getWrapperField(this, proto.io.contract_testing.contractcase.grpc.TriggerFunctionHandle, 1));
|
|
4757
|
-
};
|
|
4758
|
-
|
|
4759
|
-
|
|
4760
|
-
/**
|
|
4761
|
-
* @param {?proto.io.contract_testing.contractcase.grpc.TriggerFunctionHandle|undefined} value
|
|
4762
|
-
* @return {!proto.io.contract_testing.contractcase.grpc.TriggerFunctionRequest} returns this
|
|
4763
|
-
*/
|
|
4764
|
-
proto.io.contract_testing.contractcase.grpc.TriggerFunctionRequest.prototype.setTriggerFunction = function(value) {
|
|
4765
|
-
return jspb.Message.setWrapperField(this, 1, value);
|
|
4766
|
-
};
|
|
4767
|
-
|
|
4768
|
-
|
|
4769
|
-
/**
|
|
4770
|
-
* Clears the message field making it undefined.
|
|
4771
|
-
* @return {!proto.io.contract_testing.contractcase.grpc.TriggerFunctionRequest} returns this
|
|
4772
|
-
*/
|
|
4773
|
-
proto.io.contract_testing.contractcase.grpc.TriggerFunctionRequest.prototype.clearTriggerFunction = function() {
|
|
4774
|
-
return this.setTriggerFunction(undefined);
|
|
4775
|
-
};
|
|
4776
|
-
|
|
4777
|
-
|
|
4778
|
-
/**
|
|
4779
|
-
* Returns whether this field is set.
|
|
4780
|
-
* @return {boolean}
|
|
4781
|
-
*/
|
|
4782
|
-
proto.io.contract_testing.contractcase.grpc.TriggerFunctionRequest.prototype.hasTriggerFunction = function() {
|
|
4783
|
-
return jspb.Message.getField(this, 1) != null;
|
|
4784
|
-
};
|
|
4785
|
-
|
|
4786
|
-
|
|
4787
|
-
/**
|
|
4788
|
-
* optional google.protobuf.Struct config = 2;
|
|
4789
|
-
* @return {?proto.google.protobuf.Struct}
|
|
4790
|
-
*/
|
|
4791
|
-
proto.io.contract_testing.contractcase.grpc.TriggerFunctionRequest.prototype.getConfig = function() {
|
|
4792
|
-
return /** @type{?proto.google.protobuf.Struct} */ (
|
|
4793
|
-
jspb.Message.getWrapperField(this, google_protobuf_struct_pb.Struct, 2));
|
|
4794
|
-
};
|
|
4795
|
-
|
|
4796
|
-
|
|
4797
|
-
/**
|
|
4798
|
-
* @param {?proto.google.protobuf.Struct|undefined} value
|
|
4799
|
-
* @return {!proto.io.contract_testing.contractcase.grpc.TriggerFunctionRequest} returns this
|
|
4800
|
-
*/
|
|
4801
|
-
proto.io.contract_testing.contractcase.grpc.TriggerFunctionRequest.prototype.setConfig = function(value) {
|
|
4802
|
-
return jspb.Message.setWrapperField(this, 2, value);
|
|
4803
|
-
};
|
|
4804
|
-
|
|
4805
|
-
|
|
4806
|
-
/**
|
|
4807
|
-
* Clears the message field making it undefined.
|
|
4808
|
-
* @return {!proto.io.contract_testing.contractcase.grpc.TriggerFunctionRequest} returns this
|
|
4809
|
-
*/
|
|
4810
|
-
proto.io.contract_testing.contractcase.grpc.TriggerFunctionRequest.prototype.clearConfig = function() {
|
|
4811
|
-
return this.setConfig(undefined);
|
|
4812
|
-
};
|
|
4813
|
-
|
|
4814
|
-
|
|
4815
|
-
/**
|
|
4816
|
-
* Returns whether this field is set.
|
|
4817
|
-
* @return {boolean}
|
|
4818
|
-
*/
|
|
4819
|
-
proto.io.contract_testing.contractcase.grpc.TriggerFunctionRequest.prototype.hasConfig = function() {
|
|
4820
|
-
return jspb.Message.getField(this, 2) != null;
|
|
4821
|
-
};
|
|
4822
|
-
|
|
4823
|
-
|
|
4824
|
-
|
|
4825
|
-
|
|
4826
|
-
|
|
4827
|
-
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
4828
|
-
/**
|
|
4829
|
-
* Creates an object representation of this proto.
|
|
4830
|
-
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
4831
|
-
* Optional fields that are not set will be set to undefined.
|
|
4832
|
-
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
4833
|
-
* For the list of reserved names please see:
|
|
4834
|
-
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
4835
|
-
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
4836
|
-
* JSPB instance for transitional soy proto support:
|
|
4837
|
-
* http://goto/soy-param-migration
|
|
4838
|
-
* @return {!Object}
|
|
4839
|
-
*/
|
|
4840
|
-
proto.io.contract_testing.contractcase.grpc.LogRequest.prototype.toObject = function(opt_includeInstance) {
|
|
4841
|
-
return proto.io.contract_testing.contractcase.grpc.LogRequest.toObject(opt_includeInstance, this);
|
|
4842
|
-
};
|
|
4843
|
-
|
|
4844
|
-
|
|
4845
|
-
/**
|
|
4846
|
-
* Static version of the {@see toObject} method.
|
|
4847
|
-
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
4848
|
-
* the JSPB instance for transitional soy proto support:
|
|
4849
|
-
* http://goto/soy-param-migration
|
|
4850
|
-
* @param {!proto.io.contract_testing.contractcase.grpc.LogRequest} msg The msg instance to transform.
|
|
4851
|
-
* @return {!Object}
|
|
4852
|
-
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
4853
|
-
*/
|
|
4854
|
-
proto.io.contract_testing.contractcase.grpc.LogRequest.toObject = function(includeInstance, msg) {
|
|
4855
|
-
var f, obj = {
|
|
4856
|
-
level: (f = msg.getLevel()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
4857
|
-
timestamp: (f = msg.getTimestamp()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
4858
|
-
version: (f = msg.getVersion()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
4859
|
-
typeString: (f = msg.getTypeString()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
4860
|
-
location: (f = msg.getLocation()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
4861
|
-
message: (f = msg.getMessage()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
4862
|
-
additional: (f = msg.getAdditional()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f)
|
|
4863
|
-
};
|
|
4864
|
-
|
|
4865
|
-
if (includeInstance) {
|
|
4866
|
-
obj.$jspbMessageInstance = msg;
|
|
4867
|
-
}
|
|
4868
|
-
return obj;
|
|
4869
|
-
};
|
|
4870
|
-
}
|
|
4871
|
-
|
|
4872
|
-
|
|
4873
|
-
/**
|
|
4874
|
-
* Deserializes binary data (in protobuf wire format).
|
|
4875
|
-
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
4876
|
-
* @return {!proto.io.contract_testing.contractcase.grpc.LogRequest}
|
|
4877
|
-
*/
|
|
4878
|
-
proto.io.contract_testing.contractcase.grpc.LogRequest.deserializeBinary = function(bytes) {
|
|
4879
|
-
var reader = new jspb.BinaryReader(bytes);
|
|
4880
|
-
var msg = new proto.io.contract_testing.contractcase.grpc.LogRequest;
|
|
4881
|
-
return proto.io.contract_testing.contractcase.grpc.LogRequest.deserializeBinaryFromReader(msg, reader);
|
|
4882
|
-
};
|
|
4883
|
-
|
|
4884
|
-
|
|
4885
|
-
/**
|
|
4886
|
-
* Deserializes binary data (in protobuf wire format) from the
|
|
4887
|
-
* given reader into the given message object.
|
|
4888
|
-
* @param {!proto.io.contract_testing.contractcase.grpc.LogRequest} msg The message object to deserialize into.
|
|
4889
|
-
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
4890
|
-
* @return {!proto.io.contract_testing.contractcase.grpc.LogRequest}
|
|
4891
|
-
*/
|
|
4892
|
-
proto.io.contract_testing.contractcase.grpc.LogRequest.deserializeBinaryFromReader = function(msg, reader) {
|
|
4893
|
-
while (reader.nextField()) {
|
|
4894
|
-
if (reader.isEndGroup()) {
|
|
4895
|
-
break;
|
|
4896
|
-
}
|
|
4897
|
-
var field = reader.getFieldNumber();
|
|
4898
|
-
switch (field) {
|
|
4899
|
-
case 1:
|
|
4900
|
-
var value = new google_protobuf_wrappers_pb.StringValue;
|
|
4901
|
-
reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
|
|
4902
|
-
msg.setLevel(value);
|
|
4903
|
-
break;
|
|
4904
|
-
case 2:
|
|
4905
|
-
var value = new google_protobuf_wrappers_pb.StringValue;
|
|
4906
|
-
reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
|
|
4907
|
-
msg.setTimestamp(value);
|
|
4908
|
-
break;
|
|
4909
|
-
case 3:
|
|
4910
|
-
var value = new google_protobuf_wrappers_pb.StringValue;
|
|
4911
|
-
reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
|
|
4912
|
-
msg.setVersion(value);
|
|
4913
|
-
break;
|
|
4914
|
-
case 4:
|
|
4915
|
-
var value = new google_protobuf_wrappers_pb.StringValue;
|
|
4916
|
-
reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
|
|
4917
|
-
msg.setTypeString(value);
|
|
4918
|
-
break;
|
|
4919
|
-
case 5:
|
|
4920
|
-
var value = new google_protobuf_wrappers_pb.StringValue;
|
|
4921
|
-
reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
|
|
4922
|
-
msg.setLocation(value);
|
|
4923
|
-
break;
|
|
4924
|
-
case 6:
|
|
4925
|
-
var value = new google_protobuf_wrappers_pb.StringValue;
|
|
4926
|
-
reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
|
|
4927
|
-
msg.setMessage(value);
|
|
4928
|
-
break;
|
|
4929
|
-
case 7:
|
|
4930
|
-
var value = new google_protobuf_wrappers_pb.StringValue;
|
|
4931
|
-
reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
|
|
4932
|
-
msg.setAdditional(value);
|
|
4933
|
-
break;
|
|
4934
|
-
default:
|
|
4935
|
-
reader.skipField();
|
|
4936
|
-
break;
|
|
4937
|
-
}
|
|
4938
|
-
}
|
|
4939
|
-
return msg;
|
|
4940
|
-
};
|
|
4941
|
-
|
|
4942
|
-
|
|
4943
|
-
/**
|
|
4944
|
-
* Serializes the message to binary data (in protobuf wire format).
|
|
4945
|
-
* @return {!Uint8Array}
|
|
4946
|
-
*/
|
|
4947
|
-
proto.io.contract_testing.contractcase.grpc.LogRequest.prototype.serializeBinary = function() {
|
|
4948
|
-
var writer = new jspb.BinaryWriter();
|
|
4949
|
-
proto.io.contract_testing.contractcase.grpc.LogRequest.serializeBinaryToWriter(this, writer);
|
|
4950
|
-
return writer.getResultBuffer();
|
|
4951
|
-
};
|
|
4952
|
-
|
|
4953
|
-
|
|
4954
|
-
/**
|
|
4955
|
-
* Serializes the given message to binary data (in protobuf wire
|
|
4956
|
-
* format), writing to the given BinaryWriter.
|
|
4957
|
-
* @param {!proto.io.contract_testing.contractcase.grpc.LogRequest} message
|
|
4958
|
-
* @param {!jspb.BinaryWriter} writer
|
|
4959
|
-
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
4960
|
-
*/
|
|
4961
|
-
proto.io.contract_testing.contractcase.grpc.LogRequest.serializeBinaryToWriter = function(message, writer) {
|
|
4962
|
-
var f = undefined;
|
|
4963
|
-
f = message.getLevel();
|
|
4964
|
-
if (f != null) {
|
|
4965
|
-
writer.writeMessage(
|
|
4966
|
-
1,
|
|
4967
|
-
f,
|
|
4968
|
-
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
4969
|
-
);
|
|
4970
|
-
}
|
|
4971
|
-
f = message.getTimestamp();
|
|
4972
|
-
if (f != null) {
|
|
4973
|
-
writer.writeMessage(
|
|
4974
|
-
2,
|
|
4975
|
-
f,
|
|
4976
|
-
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
4977
|
-
);
|
|
4978
|
-
}
|
|
4979
|
-
f = message.getVersion();
|
|
4980
|
-
if (f != null) {
|
|
4981
|
-
writer.writeMessage(
|
|
4982
|
-
3,
|
|
4983
|
-
f,
|
|
4984
|
-
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
4985
|
-
);
|
|
4986
|
-
}
|
|
4987
|
-
f = message.getTypeString();
|
|
4988
|
-
if (f != null) {
|
|
4989
|
-
writer.writeMessage(
|
|
4990
|
-
4,
|
|
4991
|
-
f,
|
|
4992
|
-
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
4993
|
-
);
|
|
4994
|
-
}
|
|
4995
|
-
f = message.getLocation();
|
|
4996
|
-
if (f != null) {
|
|
4997
|
-
writer.writeMessage(
|
|
4998
|
-
5,
|
|
4999
|
-
f,
|
|
5000
|
-
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
5001
|
-
);
|
|
5002
|
-
}
|
|
5003
|
-
f = message.getMessage();
|
|
5004
|
-
if (f != null) {
|
|
5005
|
-
writer.writeMessage(
|
|
5006
|
-
6,
|
|
5007
|
-
f,
|
|
5008
|
-
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
5009
|
-
);
|
|
5010
|
-
}
|
|
5011
|
-
f = message.getAdditional();
|
|
5012
|
-
if (f != null) {
|
|
5013
|
-
writer.writeMessage(
|
|
5014
|
-
7,
|
|
5015
|
-
f,
|
|
5016
|
-
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
5017
|
-
);
|
|
5018
|
-
}
|
|
5019
|
-
};
|
|
5020
|
-
|
|
5021
|
-
|
|
5022
|
-
/**
|
|
5023
|
-
* optional google.protobuf.StringValue level = 1;
|
|
5024
|
-
* @return {?proto.google.protobuf.StringValue}
|
|
5025
|
-
*/
|
|
5026
|
-
proto.io.contract_testing.contractcase.grpc.LogRequest.prototype.getLevel = function() {
|
|
5027
|
-
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
5028
|
-
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 1));
|
|
5029
|
-
};
|
|
5030
|
-
|
|
5031
|
-
|
|
5032
|
-
/**
|
|
5033
|
-
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
5034
|
-
* @return {!proto.io.contract_testing.contractcase.grpc.LogRequest} returns this
|
|
5035
|
-
*/
|
|
5036
|
-
proto.io.contract_testing.contractcase.grpc.LogRequest.prototype.setLevel = function(value) {
|
|
5037
|
-
return jspb.Message.setWrapperField(this, 1, value);
|
|
5038
|
-
};
|
|
5039
|
-
|
|
5040
|
-
|
|
5041
|
-
/**
|
|
5042
|
-
* Clears the message field making it undefined.
|
|
5043
|
-
* @return {!proto.io.contract_testing.contractcase.grpc.LogRequest} returns this
|
|
5044
|
-
*/
|
|
5045
|
-
proto.io.contract_testing.contractcase.grpc.LogRequest.prototype.clearLevel = function() {
|
|
5046
|
-
return this.setLevel(undefined);
|
|
5047
|
-
};
|
|
5048
|
-
|
|
5049
|
-
|
|
5050
|
-
/**
|
|
5051
|
-
* Returns whether this field is set.
|
|
5052
|
-
* @return {boolean}
|
|
5053
|
-
*/
|
|
5054
|
-
proto.io.contract_testing.contractcase.grpc.LogRequest.prototype.hasLevel = function() {
|
|
5055
|
-
return jspb.Message.getField(this, 1) != null;
|
|
5056
|
-
};
|
|
5057
|
-
|
|
5058
|
-
|
|
5059
|
-
/**
|
|
5060
|
-
* optional google.protobuf.StringValue timestamp = 2;
|
|
5061
|
-
* @return {?proto.google.protobuf.StringValue}
|
|
5062
|
-
*/
|
|
5063
|
-
proto.io.contract_testing.contractcase.grpc.LogRequest.prototype.getTimestamp = function() {
|
|
5064
|
-
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
5065
|
-
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 2));
|
|
5066
|
-
};
|
|
5067
|
-
|
|
5068
|
-
|
|
5069
|
-
/**
|
|
5070
|
-
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
5071
|
-
* @return {!proto.io.contract_testing.contractcase.grpc.LogRequest} returns this
|
|
5072
|
-
*/
|
|
5073
|
-
proto.io.contract_testing.contractcase.grpc.LogRequest.prototype.setTimestamp = function(value) {
|
|
5074
|
-
return jspb.Message.setWrapperField(this, 2, value);
|
|
5075
|
-
};
|
|
5076
|
-
|
|
5077
|
-
|
|
5078
|
-
/**
|
|
5079
|
-
* Clears the message field making it undefined.
|
|
5080
|
-
* @return {!proto.io.contract_testing.contractcase.grpc.LogRequest} returns this
|
|
5081
|
-
*/
|
|
5082
|
-
proto.io.contract_testing.contractcase.grpc.LogRequest.prototype.clearTimestamp = function() {
|
|
5083
|
-
return this.setTimestamp(undefined);
|
|
5084
|
-
};
|
|
5085
|
-
|
|
5086
|
-
|
|
5087
|
-
/**
|
|
5088
|
-
* Returns whether this field is set.
|
|
5089
|
-
* @return {boolean}
|
|
5090
|
-
*/
|
|
5091
|
-
proto.io.contract_testing.contractcase.grpc.LogRequest.prototype.hasTimestamp = function() {
|
|
5092
|
-
return jspb.Message.getField(this, 2) != null;
|
|
5093
|
-
};
|
|
5094
|
-
|
|
5095
|
-
|
|
5096
|
-
/**
|
|
5097
|
-
* optional google.protobuf.StringValue version = 3;
|
|
5098
|
-
* @return {?proto.google.protobuf.StringValue}
|
|
5099
|
-
*/
|
|
5100
|
-
proto.io.contract_testing.contractcase.grpc.LogRequest.prototype.getVersion = function() {
|
|
5101
|
-
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
5102
|
-
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 3));
|
|
5103
|
-
};
|
|
5104
|
-
|
|
5105
|
-
|
|
5106
|
-
/**
|
|
5107
|
-
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
5108
|
-
* @return {!proto.io.contract_testing.contractcase.grpc.LogRequest} returns this
|
|
5109
|
-
*/
|
|
5110
|
-
proto.io.contract_testing.contractcase.grpc.LogRequest.prototype.setVersion = function(value) {
|
|
5111
|
-
return jspb.Message.setWrapperField(this, 3, value);
|
|
5112
|
-
};
|
|
5113
|
-
|
|
5114
|
-
|
|
5115
|
-
/**
|
|
5116
|
-
* Clears the message field making it undefined.
|
|
5117
|
-
* @return {!proto.io.contract_testing.contractcase.grpc.LogRequest} returns this
|
|
5118
|
-
*/
|
|
5119
|
-
proto.io.contract_testing.contractcase.grpc.LogRequest.prototype.clearVersion = function() {
|
|
5120
|
-
return this.setVersion(undefined);
|
|
5121
|
-
};
|
|
5122
|
-
|
|
5123
|
-
|
|
5124
|
-
/**
|
|
5125
|
-
* Returns whether this field is set.
|
|
5126
|
-
* @return {boolean}
|
|
5127
|
-
*/
|
|
5128
|
-
proto.io.contract_testing.contractcase.grpc.LogRequest.prototype.hasVersion = function() {
|
|
5129
|
-
return jspb.Message.getField(this, 3) != null;
|
|
5130
|
-
};
|
|
5131
|
-
|
|
5132
|
-
|
|
5133
|
-
/**
|
|
5134
|
-
* optional google.protobuf.StringValue type_string = 4;
|
|
5135
|
-
* @return {?proto.google.protobuf.StringValue}
|
|
5136
|
-
*/
|
|
5137
|
-
proto.io.contract_testing.contractcase.grpc.LogRequest.prototype.getTypeString = function() {
|
|
5138
|
-
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
5139
|
-
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 4));
|
|
5140
|
-
};
|
|
5141
|
-
|
|
5142
|
-
|
|
5143
|
-
/**
|
|
5144
|
-
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
5145
|
-
* @return {!proto.io.contract_testing.contractcase.grpc.LogRequest} returns this
|
|
5146
|
-
*/
|
|
5147
|
-
proto.io.contract_testing.contractcase.grpc.LogRequest.prototype.setTypeString = function(value) {
|
|
5148
|
-
return jspb.Message.setWrapperField(this, 4, value);
|
|
5149
|
-
};
|
|
5150
|
-
|
|
5151
|
-
|
|
5152
|
-
/**
|
|
5153
|
-
* Clears the message field making it undefined.
|
|
5154
|
-
* @return {!proto.io.contract_testing.contractcase.grpc.LogRequest} returns this
|
|
5155
|
-
*/
|
|
5156
|
-
proto.io.contract_testing.contractcase.grpc.LogRequest.prototype.clearTypeString = function() {
|
|
5157
|
-
return this.setTypeString(undefined);
|
|
5158
|
-
};
|
|
5159
|
-
|
|
5160
|
-
|
|
5161
|
-
/**
|
|
5162
|
-
* Returns whether this field is set.
|
|
5163
|
-
* @return {boolean}
|
|
5164
|
-
*/
|
|
5165
|
-
proto.io.contract_testing.contractcase.grpc.LogRequest.prototype.hasTypeString = function() {
|
|
5166
|
-
return jspb.Message.getField(this, 4) != null;
|
|
5167
|
-
};
|
|
5168
|
-
|
|
5169
|
-
|
|
5170
|
-
/**
|
|
5171
|
-
* optional google.protobuf.StringValue location = 5;
|
|
5172
|
-
* @return {?proto.google.protobuf.StringValue}
|
|
5173
|
-
*/
|
|
5174
|
-
proto.io.contract_testing.contractcase.grpc.LogRequest.prototype.getLocation = function() {
|
|
5175
|
-
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
5176
|
-
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 5));
|
|
5177
|
-
};
|
|
5178
|
-
|
|
5179
|
-
|
|
5180
|
-
/**
|
|
5181
|
-
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
5182
|
-
* @return {!proto.io.contract_testing.contractcase.grpc.LogRequest} returns this
|
|
5183
|
-
*/
|
|
5184
|
-
proto.io.contract_testing.contractcase.grpc.LogRequest.prototype.setLocation = function(value) {
|
|
5185
|
-
return jspb.Message.setWrapperField(this, 5, value);
|
|
5186
|
-
};
|
|
5187
|
-
|
|
5188
|
-
|
|
5189
|
-
/**
|
|
5190
|
-
* Clears the message field making it undefined.
|
|
5191
|
-
* @return {!proto.io.contract_testing.contractcase.grpc.LogRequest} returns this
|
|
5192
|
-
*/
|
|
5193
|
-
proto.io.contract_testing.contractcase.grpc.LogRequest.prototype.clearLocation = function() {
|
|
5194
|
-
return this.setLocation(undefined);
|
|
5195
|
-
};
|
|
5196
|
-
|
|
5197
|
-
|
|
5198
|
-
/**
|
|
5199
|
-
* Returns whether this field is set.
|
|
5200
|
-
* @return {boolean}
|
|
5201
|
-
*/
|
|
5202
|
-
proto.io.contract_testing.contractcase.grpc.LogRequest.prototype.hasLocation = function() {
|
|
5203
|
-
return jspb.Message.getField(this, 5) != null;
|
|
5204
|
-
};
|
|
5205
|
-
|
|
5206
|
-
|
|
5207
|
-
/**
|
|
5208
|
-
* optional google.protobuf.StringValue message = 6;
|
|
5209
|
-
* @return {?proto.google.protobuf.StringValue}
|
|
5210
|
-
*/
|
|
5211
|
-
proto.io.contract_testing.contractcase.grpc.LogRequest.prototype.getMessage = function() {
|
|
5212
|
-
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
5213
|
-
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 6));
|
|
5214
|
-
};
|
|
5215
|
-
|
|
5216
|
-
|
|
5217
|
-
/**
|
|
5218
|
-
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
5219
|
-
* @return {!proto.io.contract_testing.contractcase.grpc.LogRequest} returns this
|
|
5220
|
-
*/
|
|
5221
|
-
proto.io.contract_testing.contractcase.grpc.LogRequest.prototype.setMessage = function(value) {
|
|
5222
|
-
return jspb.Message.setWrapperField(this, 6, value);
|
|
5223
|
-
};
|
|
5224
|
-
|
|
5225
|
-
|
|
5226
|
-
/**
|
|
5227
|
-
* Clears the message field making it undefined.
|
|
5228
|
-
* @return {!proto.io.contract_testing.contractcase.grpc.LogRequest} returns this
|
|
5229
|
-
*/
|
|
5230
|
-
proto.io.contract_testing.contractcase.grpc.LogRequest.prototype.clearMessage = function() {
|
|
5231
|
-
return this.setMessage(undefined);
|
|
5232
|
-
};
|
|
5233
|
-
|
|
5234
|
-
|
|
5235
|
-
/**
|
|
5236
|
-
* Returns whether this field is set.
|
|
5237
|
-
* @return {boolean}
|
|
5238
|
-
*/
|
|
5239
|
-
proto.io.contract_testing.contractcase.grpc.LogRequest.prototype.hasMessage = function() {
|
|
5240
|
-
return jspb.Message.getField(this, 6) != null;
|
|
5241
|
-
};
|
|
5242
|
-
|
|
5243
|
-
|
|
5244
|
-
/**
|
|
5245
|
-
* optional google.protobuf.StringValue additional = 7;
|
|
5246
|
-
* @return {?proto.google.protobuf.StringValue}
|
|
5247
|
-
*/
|
|
5248
|
-
proto.io.contract_testing.contractcase.grpc.LogRequest.prototype.getAdditional = function() {
|
|
5249
|
-
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
5250
|
-
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 7));
|
|
5251
|
-
};
|
|
5252
|
-
|
|
5253
|
-
|
|
5254
|
-
/**
|
|
5255
|
-
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
5256
|
-
* @return {!proto.io.contract_testing.contractcase.grpc.LogRequest} returns this
|
|
5257
|
-
*/
|
|
5258
|
-
proto.io.contract_testing.contractcase.grpc.LogRequest.prototype.setAdditional = function(value) {
|
|
5259
|
-
return jspb.Message.setWrapperField(this, 7, value);
|
|
5260
|
-
};
|
|
5261
|
-
|
|
5262
|
-
|
|
5263
|
-
/**
|
|
5264
|
-
* Clears the message field making it undefined.
|
|
5265
|
-
* @return {!proto.io.contract_testing.contractcase.grpc.LogRequest} returns this
|
|
5266
|
-
*/
|
|
5267
|
-
proto.io.contract_testing.contractcase.grpc.LogRequest.prototype.clearAdditional = function() {
|
|
5268
|
-
return this.setAdditional(undefined);
|
|
5269
|
-
};
|
|
5270
|
-
|
|
5271
|
-
|
|
5272
|
-
/**
|
|
5273
|
-
* Returns whether this field is set.
|
|
5274
|
-
* @return {boolean}
|
|
5275
|
-
*/
|
|
5276
|
-
proto.io.contract_testing.contractcase.grpc.LogRequest.prototype.hasAdditional = function() {
|
|
5277
|
-
return jspb.Message.getField(this, 7) != null;
|
|
5278
|
-
};
|
|
5279
|
-
|
|
5280
|
-
|
|
5281
|
-
|
|
5282
|
-
|
|
5283
|
-
|
|
5284
|
-
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
5285
|
-
/**
|
|
5286
|
-
* Creates an object representation of this proto.
|
|
5287
|
-
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
5288
|
-
* Optional fields that are not set will be set to undefined.
|
|
5289
|
-
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
5290
|
-
* For the list of reserved names please see:
|
|
5291
|
-
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
5292
|
-
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
5293
|
-
* JSPB instance for transitional soy proto support:
|
|
5294
|
-
* http://goto/soy-param-migration
|
|
5295
|
-
* @return {!Object}
|
|
5296
|
-
*/
|
|
5297
|
-
proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.prototype.toObject = function(opt_includeInstance) {
|
|
5298
|
-
return proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.toObject(opt_includeInstance, this);
|
|
5299
|
-
};
|
|
5300
|
-
|
|
5301
|
-
|
|
5302
|
-
/**
|
|
5303
|
-
* Static version of the {@see toObject} method.
|
|
5304
|
-
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
5305
|
-
* the JSPB instance for transitional soy proto support:
|
|
5306
|
-
* http://goto/soy-param-migration
|
|
5307
|
-
* @param {!proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest} msg The msg instance to transform.
|
|
5308
|
-
* @return {!Object}
|
|
5309
|
-
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
5310
|
-
*/
|
|
5311
|
-
proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.toObject = function(includeInstance, msg) {
|
|
5312
|
-
var f, obj = {
|
|
5313
|
-
kind: (f = msg.getKind()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
5314
|
-
message: (f = msg.getMessage()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
5315
|
-
location: (f = msg.getLocation()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
5316
|
-
locationTag: (f = msg.getLocationTag()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
5317
|
-
errorTypeTag: (f = msg.getErrorTypeTag()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
5318
|
-
expected: (f = msg.getExpected()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
5319
|
-
actual: (f = msg.getActual()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f)
|
|
5320
|
-
};
|
|
5321
|
-
|
|
5322
|
-
if (includeInstance) {
|
|
5323
|
-
obj.$jspbMessageInstance = msg;
|
|
5324
|
-
}
|
|
5325
|
-
return obj;
|
|
5326
|
-
};
|
|
5327
|
-
}
|
|
5328
|
-
|
|
5329
|
-
|
|
5330
|
-
/**
|
|
5331
|
-
* Deserializes binary data (in protobuf wire format).
|
|
5332
|
-
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
5333
|
-
* @return {!proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest}
|
|
5334
|
-
*/
|
|
5335
|
-
proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.deserializeBinary = function(bytes) {
|
|
5336
|
-
var reader = new jspb.BinaryReader(bytes);
|
|
5337
|
-
var msg = new proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest;
|
|
5338
|
-
return proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.deserializeBinaryFromReader(msg, reader);
|
|
5339
|
-
};
|
|
5340
|
-
|
|
5341
|
-
|
|
5342
|
-
/**
|
|
5343
|
-
* Deserializes binary data (in protobuf wire format) from the
|
|
5344
|
-
* given reader into the given message object.
|
|
5345
|
-
* @param {!proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest} msg The message object to deserialize into.
|
|
5346
|
-
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
5347
|
-
* @return {!proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest}
|
|
5348
|
-
*/
|
|
5349
|
-
proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.deserializeBinaryFromReader = function(msg, reader) {
|
|
5350
|
-
while (reader.nextField()) {
|
|
5351
|
-
if (reader.isEndGroup()) {
|
|
5352
|
-
break;
|
|
5353
|
-
}
|
|
5354
|
-
var field = reader.getFieldNumber();
|
|
5355
|
-
switch (field) {
|
|
5356
|
-
case 1:
|
|
5357
|
-
var value = new google_protobuf_wrappers_pb.StringValue;
|
|
5358
|
-
reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
|
|
5359
|
-
msg.setKind(value);
|
|
5360
|
-
break;
|
|
5361
|
-
case 2:
|
|
5362
|
-
var value = new google_protobuf_wrappers_pb.StringValue;
|
|
5363
|
-
reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
|
|
5364
|
-
msg.setMessage(value);
|
|
5365
|
-
break;
|
|
5366
|
-
case 3:
|
|
5367
|
-
var value = new google_protobuf_wrappers_pb.StringValue;
|
|
5368
|
-
reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
|
|
5369
|
-
msg.setLocation(value);
|
|
5370
|
-
break;
|
|
5371
|
-
case 4:
|
|
5372
|
-
var value = new google_protobuf_wrappers_pb.StringValue;
|
|
5373
|
-
reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
|
|
5374
|
-
msg.setLocationTag(value);
|
|
5375
|
-
break;
|
|
5376
|
-
case 5:
|
|
5377
|
-
var value = new google_protobuf_wrappers_pb.StringValue;
|
|
5378
|
-
reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
|
|
5379
|
-
msg.setErrorTypeTag(value);
|
|
5380
|
-
break;
|
|
5381
|
-
case 6:
|
|
5382
|
-
var value = new google_protobuf_wrappers_pb.StringValue;
|
|
5383
|
-
reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
|
|
5384
|
-
msg.setExpected(value);
|
|
5385
|
-
break;
|
|
5386
|
-
case 7:
|
|
5387
|
-
var value = new google_protobuf_wrappers_pb.StringValue;
|
|
5388
|
-
reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
|
|
5389
|
-
msg.setActual(value);
|
|
5390
|
-
break;
|
|
5391
|
-
default:
|
|
5392
|
-
reader.skipField();
|
|
5393
|
-
break;
|
|
5394
|
-
}
|
|
5395
|
-
}
|
|
5396
|
-
return msg;
|
|
5397
|
-
};
|
|
5398
|
-
|
|
5399
|
-
|
|
5400
|
-
/**
|
|
5401
|
-
* Serializes the message to binary data (in protobuf wire format).
|
|
5402
|
-
* @return {!Uint8Array}
|
|
5403
|
-
*/
|
|
5404
|
-
proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.prototype.serializeBinary = function() {
|
|
5405
|
-
var writer = new jspb.BinaryWriter();
|
|
5406
|
-
proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.serializeBinaryToWriter(this, writer);
|
|
5407
|
-
return writer.getResultBuffer();
|
|
5408
|
-
};
|
|
5409
|
-
|
|
5410
|
-
|
|
5411
|
-
/**
|
|
5412
|
-
* Serializes the given message to binary data (in protobuf wire
|
|
5413
|
-
* format), writing to the given BinaryWriter.
|
|
5414
|
-
* @param {!proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest} message
|
|
5415
|
-
* @param {!jspb.BinaryWriter} writer
|
|
5416
|
-
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
5417
|
-
*/
|
|
5418
|
-
proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.serializeBinaryToWriter = function(message, writer) {
|
|
5419
|
-
var f = undefined;
|
|
5420
|
-
f = message.getKind();
|
|
5421
|
-
if (f != null) {
|
|
5422
|
-
writer.writeMessage(
|
|
5423
|
-
1,
|
|
5424
|
-
f,
|
|
5425
|
-
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
5426
|
-
);
|
|
5427
|
-
}
|
|
5428
|
-
f = message.getMessage();
|
|
5429
|
-
if (f != null) {
|
|
5430
|
-
writer.writeMessage(
|
|
5431
|
-
2,
|
|
5432
|
-
f,
|
|
5433
|
-
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
5434
|
-
);
|
|
5435
|
-
}
|
|
5436
|
-
f = message.getLocation();
|
|
5437
|
-
if (f != null) {
|
|
5438
|
-
writer.writeMessage(
|
|
5439
|
-
3,
|
|
5440
|
-
f,
|
|
5441
|
-
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
5442
|
-
);
|
|
5443
|
-
}
|
|
5444
|
-
f = message.getLocationTag();
|
|
5445
|
-
if (f != null) {
|
|
5446
|
-
writer.writeMessage(
|
|
5447
|
-
4,
|
|
5448
|
-
f,
|
|
5449
|
-
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
5450
|
-
);
|
|
5451
|
-
}
|
|
5452
|
-
f = message.getErrorTypeTag();
|
|
5453
|
-
if (f != null) {
|
|
5454
|
-
writer.writeMessage(
|
|
5455
|
-
5,
|
|
5456
|
-
f,
|
|
5457
|
-
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
5458
|
-
);
|
|
5459
|
-
}
|
|
5460
|
-
f = message.getExpected();
|
|
5461
|
-
if (f != null) {
|
|
5462
|
-
writer.writeMessage(
|
|
5463
|
-
6,
|
|
5464
|
-
f,
|
|
5465
|
-
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
5466
|
-
);
|
|
5467
|
-
}
|
|
5468
|
-
f = message.getActual();
|
|
5469
|
-
if (f != null) {
|
|
5470
|
-
writer.writeMessage(
|
|
5471
|
-
7,
|
|
5472
|
-
f,
|
|
5473
|
-
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
5474
|
-
);
|
|
5475
|
-
}
|
|
5476
|
-
};
|
|
5477
|
-
|
|
5478
|
-
|
|
5479
|
-
/**
|
|
5480
|
-
* optional google.protobuf.StringValue kind = 1;
|
|
5481
|
-
* @return {?proto.google.protobuf.StringValue}
|
|
5482
|
-
*/
|
|
5483
|
-
proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.prototype.getKind = function() {
|
|
5484
|
-
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
5485
|
-
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 1));
|
|
4074
|
+
proto.io.contract_testing.contractcase.grpc.TriggerFunctionRequest.prototype.getTriggerFunction = function() {
|
|
4075
|
+
return /** @type{?proto.io.contract_testing.contractcase.grpc.TriggerFunctionHandle} */ (
|
|
4076
|
+
jspb.Message.getWrapperField(this, proto.io.contract_testing.contractcase.grpc.TriggerFunctionHandle, 1));
|
|
5486
4077
|
};
|
|
5487
4078
|
|
|
5488
4079
|
|
|
5489
4080
|
/**
|
|
5490
|
-
* @param {?proto.
|
|
5491
|
-
* @return {!proto.io.contract_testing.contractcase.grpc.
|
|
4081
|
+
* @param {?proto.io.contract_testing.contractcase.grpc.TriggerFunctionHandle|undefined} value
|
|
4082
|
+
* @return {!proto.io.contract_testing.contractcase.grpc.TriggerFunctionRequest} returns this
|
|
5492
4083
|
*/
|
|
5493
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
4084
|
+
proto.io.contract_testing.contractcase.grpc.TriggerFunctionRequest.prototype.setTriggerFunction = function(value) {
|
|
5494
4085
|
return jspb.Message.setWrapperField(this, 1, value);
|
|
5495
4086
|
};
|
|
5496
4087
|
|
|
5497
4088
|
|
|
5498
4089
|
/**
|
|
5499
4090
|
* Clears the message field making it undefined.
|
|
5500
|
-
* @return {!proto.io.contract_testing.contractcase.grpc.
|
|
4091
|
+
* @return {!proto.io.contract_testing.contractcase.grpc.TriggerFunctionRequest} returns this
|
|
5501
4092
|
*/
|
|
5502
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
5503
|
-
return this.
|
|
4093
|
+
proto.io.contract_testing.contractcase.grpc.TriggerFunctionRequest.prototype.clearTriggerFunction = function() {
|
|
4094
|
+
return this.setTriggerFunction(undefined);
|
|
5504
4095
|
};
|
|
5505
4096
|
|
|
5506
4097
|
|
|
@@ -5508,221 +4099,36 @@ proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.prototype.cle
|
|
|
5508
4099
|
* Returns whether this field is set.
|
|
5509
4100
|
* @return {boolean}
|
|
5510
4101
|
*/
|
|
5511
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
4102
|
+
proto.io.contract_testing.contractcase.grpc.TriggerFunctionRequest.prototype.hasTriggerFunction = function() {
|
|
5512
4103
|
return jspb.Message.getField(this, 1) != null;
|
|
5513
4104
|
};
|
|
5514
4105
|
|
|
5515
4106
|
|
|
5516
|
-
/**
|
|
5517
|
-
* optional google.protobuf.
|
|
5518
|
-
* @return {?proto.google.protobuf.
|
|
5519
|
-
*/
|
|
5520
|
-
proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.prototype.getMessage = function() {
|
|
5521
|
-
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
5522
|
-
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 2));
|
|
5523
|
-
};
|
|
5524
|
-
|
|
5525
|
-
|
|
5526
|
-
/**
|
|
5527
|
-
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
5528
|
-
* @return {!proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest} returns this
|
|
5529
|
-
*/
|
|
5530
|
-
proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.prototype.setMessage = function(value) {
|
|
5531
|
-
return jspb.Message.setWrapperField(this, 2, value);
|
|
5532
|
-
};
|
|
5533
|
-
|
|
5534
|
-
|
|
5535
|
-
/**
|
|
5536
|
-
* Clears the message field making it undefined.
|
|
5537
|
-
* @return {!proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest} returns this
|
|
5538
|
-
*/
|
|
5539
|
-
proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.prototype.clearMessage = function() {
|
|
5540
|
-
return this.setMessage(undefined);
|
|
5541
|
-
};
|
|
5542
|
-
|
|
5543
|
-
|
|
5544
|
-
/**
|
|
5545
|
-
* Returns whether this field is set.
|
|
5546
|
-
* @return {boolean}
|
|
5547
|
-
*/
|
|
5548
|
-
proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.prototype.hasMessage = function() {
|
|
5549
|
-
return jspb.Message.getField(this, 2) != null;
|
|
5550
|
-
};
|
|
5551
|
-
|
|
5552
|
-
|
|
5553
|
-
/**
|
|
5554
|
-
* optional google.protobuf.StringValue location = 3;
|
|
5555
|
-
* @return {?proto.google.protobuf.StringValue}
|
|
5556
|
-
*/
|
|
5557
|
-
proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.prototype.getLocation = function() {
|
|
5558
|
-
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
5559
|
-
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 3));
|
|
5560
|
-
};
|
|
5561
|
-
|
|
5562
|
-
|
|
5563
|
-
/**
|
|
5564
|
-
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
5565
|
-
* @return {!proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest} returns this
|
|
5566
|
-
*/
|
|
5567
|
-
proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.prototype.setLocation = function(value) {
|
|
5568
|
-
return jspb.Message.setWrapperField(this, 3, value);
|
|
5569
|
-
};
|
|
5570
|
-
|
|
5571
|
-
|
|
5572
|
-
/**
|
|
5573
|
-
* Clears the message field making it undefined.
|
|
5574
|
-
* @return {!proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest} returns this
|
|
5575
|
-
*/
|
|
5576
|
-
proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.prototype.clearLocation = function() {
|
|
5577
|
-
return this.setLocation(undefined);
|
|
5578
|
-
};
|
|
5579
|
-
|
|
5580
|
-
|
|
5581
|
-
/**
|
|
5582
|
-
* Returns whether this field is set.
|
|
5583
|
-
* @return {boolean}
|
|
5584
|
-
*/
|
|
5585
|
-
proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.prototype.hasLocation = function() {
|
|
5586
|
-
return jspb.Message.getField(this, 3) != null;
|
|
5587
|
-
};
|
|
5588
|
-
|
|
5589
|
-
|
|
5590
|
-
/**
|
|
5591
|
-
* optional google.protobuf.StringValue location_tag = 4;
|
|
5592
|
-
* @return {?proto.google.protobuf.StringValue}
|
|
5593
|
-
*/
|
|
5594
|
-
proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.prototype.getLocationTag = function() {
|
|
5595
|
-
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
5596
|
-
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 4));
|
|
5597
|
-
};
|
|
5598
|
-
|
|
5599
|
-
|
|
5600
|
-
/**
|
|
5601
|
-
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
5602
|
-
* @return {!proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest} returns this
|
|
5603
|
-
*/
|
|
5604
|
-
proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.prototype.setLocationTag = function(value) {
|
|
5605
|
-
return jspb.Message.setWrapperField(this, 4, value);
|
|
5606
|
-
};
|
|
5607
|
-
|
|
5608
|
-
|
|
5609
|
-
/**
|
|
5610
|
-
* Clears the message field making it undefined.
|
|
5611
|
-
* @return {!proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest} returns this
|
|
5612
|
-
*/
|
|
5613
|
-
proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.prototype.clearLocationTag = function() {
|
|
5614
|
-
return this.setLocationTag(undefined);
|
|
5615
|
-
};
|
|
5616
|
-
|
|
5617
|
-
|
|
5618
|
-
/**
|
|
5619
|
-
* Returns whether this field is set.
|
|
5620
|
-
* @return {boolean}
|
|
5621
|
-
*/
|
|
5622
|
-
proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.prototype.hasLocationTag = function() {
|
|
5623
|
-
return jspb.Message.getField(this, 4) != null;
|
|
5624
|
-
};
|
|
5625
|
-
|
|
5626
|
-
|
|
5627
|
-
/**
|
|
5628
|
-
* optional google.protobuf.StringValue error_type_tag = 5;
|
|
5629
|
-
* @return {?proto.google.protobuf.StringValue}
|
|
5630
|
-
*/
|
|
5631
|
-
proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.prototype.getErrorTypeTag = function() {
|
|
5632
|
-
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
5633
|
-
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 5));
|
|
5634
|
-
};
|
|
5635
|
-
|
|
5636
|
-
|
|
5637
|
-
/**
|
|
5638
|
-
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
5639
|
-
* @return {!proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest} returns this
|
|
5640
|
-
*/
|
|
5641
|
-
proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.prototype.setErrorTypeTag = function(value) {
|
|
5642
|
-
return jspb.Message.setWrapperField(this, 5, value);
|
|
5643
|
-
};
|
|
5644
|
-
|
|
5645
|
-
|
|
5646
|
-
/**
|
|
5647
|
-
* Clears the message field making it undefined.
|
|
5648
|
-
* @return {!proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest} returns this
|
|
5649
|
-
*/
|
|
5650
|
-
proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.prototype.clearErrorTypeTag = function() {
|
|
5651
|
-
return this.setErrorTypeTag(undefined);
|
|
5652
|
-
};
|
|
5653
|
-
|
|
5654
|
-
|
|
5655
|
-
/**
|
|
5656
|
-
* Returns whether this field is set.
|
|
5657
|
-
* @return {boolean}
|
|
5658
|
-
*/
|
|
5659
|
-
proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.prototype.hasErrorTypeTag = function() {
|
|
5660
|
-
return jspb.Message.getField(this, 5) != null;
|
|
5661
|
-
};
|
|
5662
|
-
|
|
5663
|
-
|
|
5664
|
-
/**
|
|
5665
|
-
* optional google.protobuf.StringValue expected = 6;
|
|
5666
|
-
* @return {?proto.google.protobuf.StringValue}
|
|
5667
|
-
*/
|
|
5668
|
-
proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.prototype.getExpected = function() {
|
|
5669
|
-
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
5670
|
-
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 6));
|
|
5671
|
-
};
|
|
5672
|
-
|
|
5673
|
-
|
|
5674
|
-
/**
|
|
5675
|
-
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
5676
|
-
* @return {!proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest} returns this
|
|
5677
|
-
*/
|
|
5678
|
-
proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.prototype.setExpected = function(value) {
|
|
5679
|
-
return jspb.Message.setWrapperField(this, 6, value);
|
|
5680
|
-
};
|
|
5681
|
-
|
|
5682
|
-
|
|
5683
|
-
/**
|
|
5684
|
-
* Clears the message field making it undefined.
|
|
5685
|
-
* @return {!proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest} returns this
|
|
5686
|
-
*/
|
|
5687
|
-
proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.prototype.clearExpected = function() {
|
|
5688
|
-
return this.setExpected(undefined);
|
|
5689
|
-
};
|
|
5690
|
-
|
|
5691
|
-
|
|
5692
|
-
/**
|
|
5693
|
-
* Returns whether this field is set.
|
|
5694
|
-
* @return {boolean}
|
|
5695
|
-
*/
|
|
5696
|
-
proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.prototype.hasExpected = function() {
|
|
5697
|
-
return jspb.Message.getField(this, 6) != null;
|
|
5698
|
-
};
|
|
5699
|
-
|
|
5700
|
-
|
|
5701
|
-
/**
|
|
5702
|
-
* optional google.protobuf.StringValue actual = 7;
|
|
5703
|
-
* @return {?proto.google.protobuf.StringValue}
|
|
4107
|
+
/**
|
|
4108
|
+
* optional google.protobuf.Struct config = 2;
|
|
4109
|
+
* @return {?proto.google.protobuf.Struct}
|
|
5704
4110
|
*/
|
|
5705
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
5706
|
-
return /** @type{?proto.google.protobuf.
|
|
5707
|
-
jspb.Message.getWrapperField(this,
|
|
4111
|
+
proto.io.contract_testing.contractcase.grpc.TriggerFunctionRequest.prototype.getConfig = function() {
|
|
4112
|
+
return /** @type{?proto.google.protobuf.Struct} */ (
|
|
4113
|
+
jspb.Message.getWrapperField(this, google_protobuf_struct_pb.Struct, 2));
|
|
5708
4114
|
};
|
|
5709
4115
|
|
|
5710
4116
|
|
|
5711
4117
|
/**
|
|
5712
|
-
* @param {?proto.google.protobuf.
|
|
5713
|
-
* @return {!proto.io.contract_testing.contractcase.grpc.
|
|
4118
|
+
* @param {?proto.google.protobuf.Struct|undefined} value
|
|
4119
|
+
* @return {!proto.io.contract_testing.contractcase.grpc.TriggerFunctionRequest} returns this
|
|
5714
4120
|
*/
|
|
5715
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
5716
|
-
return jspb.Message.setWrapperField(this,
|
|
4121
|
+
proto.io.contract_testing.contractcase.grpc.TriggerFunctionRequest.prototype.setConfig = function(value) {
|
|
4122
|
+
return jspb.Message.setWrapperField(this, 2, value);
|
|
5717
4123
|
};
|
|
5718
4124
|
|
|
5719
4125
|
|
|
5720
4126
|
/**
|
|
5721
4127
|
* Clears the message field making it undefined.
|
|
5722
|
-
* @return {!proto.io.contract_testing.contractcase.grpc.
|
|
4128
|
+
* @return {!proto.io.contract_testing.contractcase.grpc.TriggerFunctionRequest} returns this
|
|
5723
4129
|
*/
|
|
5724
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
5725
|
-
return this.
|
|
4130
|
+
proto.io.contract_testing.contractcase.grpc.TriggerFunctionRequest.prototype.clearConfig = function() {
|
|
4131
|
+
return this.setConfig(undefined);
|
|
5726
4132
|
};
|
|
5727
4133
|
|
|
5728
4134
|
|
|
@@ -5730,8 +4136,8 @@ proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.prototype.cle
|
|
|
5730
4136
|
* Returns whether this field is set.
|
|
5731
4137
|
* @return {boolean}
|
|
5732
4138
|
*/
|
|
5733
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
5734
|
-
return jspb.Message.getField(this,
|
|
4139
|
+
proto.io.contract_testing.contractcase.grpc.TriggerFunctionRequest.prototype.hasConfig = function() {
|
|
4140
|
+
return jspb.Message.getField(this, 2) != null;
|
|
5735
4141
|
};
|
|
5736
4142
|
|
|
5737
4143
|
|
|
@@ -5751,8 +4157,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
|
5751
4157
|
* http://goto/soy-param-migration
|
|
5752
4158
|
* @return {!Object}
|
|
5753
4159
|
*/
|
|
5754
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
5755
|
-
return proto.io.contract_testing.contractcase.grpc.
|
|
4160
|
+
proto.io.contract_testing.contractcase.grpc.LogRequest.prototype.toObject = function(opt_includeInstance) {
|
|
4161
|
+
return proto.io.contract_testing.contractcase.grpc.LogRequest.toObject(opt_includeInstance, this);
|
|
5756
4162
|
};
|
|
5757
4163
|
|
|
5758
4164
|
|
|
@@ -5761,17 +4167,19 @@ proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest.prototype.t
|
|
|
5761
4167
|
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
5762
4168
|
* the JSPB instance for transitional soy proto support:
|
|
5763
4169
|
* http://goto/soy-param-migration
|
|
5764
|
-
* @param {!proto.io.contract_testing.contractcase.grpc.
|
|
4170
|
+
* @param {!proto.io.contract_testing.contractcase.grpc.LogRequest} msg The msg instance to transform.
|
|
5765
4171
|
* @return {!Object}
|
|
5766
4172
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
5767
4173
|
*/
|
|
5768
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
4174
|
+
proto.io.contract_testing.contractcase.grpc.LogRequest.toObject = function(includeInstance, msg) {
|
|
5769
4175
|
var f, obj = {
|
|
5770
|
-
|
|
5771
|
-
|
|
4176
|
+
level: (f = msg.getLevel()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
4177
|
+
timestamp: (f = msg.getTimestamp()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
4178
|
+
version: (f = msg.getVersion()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
4179
|
+
typeString: (f = msg.getTypeString()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
5772
4180
|
location: (f = msg.getLocation()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
5773
|
-
|
|
5774
|
-
|
|
4181
|
+
message: (f = msg.getMessage()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
4182
|
+
additional: (f = msg.getAdditional()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f)
|
|
5775
4183
|
};
|
|
5776
4184
|
|
|
5777
4185
|
if (includeInstance) {
|
|
@@ -5785,23 +4193,23 @@ proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest.toObject =
|
|
|
5785
4193
|
/**
|
|
5786
4194
|
* Deserializes binary data (in protobuf wire format).
|
|
5787
4195
|
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
5788
|
-
* @return {!proto.io.contract_testing.contractcase.grpc.
|
|
4196
|
+
* @return {!proto.io.contract_testing.contractcase.grpc.LogRequest}
|
|
5789
4197
|
*/
|
|
5790
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
4198
|
+
proto.io.contract_testing.contractcase.grpc.LogRequest.deserializeBinary = function(bytes) {
|
|
5791
4199
|
var reader = new jspb.BinaryReader(bytes);
|
|
5792
|
-
var msg = new proto.io.contract_testing.contractcase.grpc.
|
|
5793
|
-
return proto.io.contract_testing.contractcase.grpc.
|
|
4200
|
+
var msg = new proto.io.contract_testing.contractcase.grpc.LogRequest;
|
|
4201
|
+
return proto.io.contract_testing.contractcase.grpc.LogRequest.deserializeBinaryFromReader(msg, reader);
|
|
5794
4202
|
};
|
|
5795
4203
|
|
|
5796
4204
|
|
|
5797
4205
|
/**
|
|
5798
4206
|
* Deserializes binary data (in protobuf wire format) from the
|
|
5799
4207
|
* given reader into the given message object.
|
|
5800
|
-
* @param {!proto.io.contract_testing.contractcase.grpc.
|
|
4208
|
+
* @param {!proto.io.contract_testing.contractcase.grpc.LogRequest} msg The message object to deserialize into.
|
|
5801
4209
|
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
5802
|
-
* @return {!proto.io.contract_testing.contractcase.grpc.
|
|
4210
|
+
* @return {!proto.io.contract_testing.contractcase.grpc.LogRequest}
|
|
5803
4211
|
*/
|
|
5804
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
4212
|
+
proto.io.contract_testing.contractcase.grpc.LogRequest.deserializeBinaryFromReader = function(msg, reader) {
|
|
5805
4213
|
while (reader.nextField()) {
|
|
5806
4214
|
if (reader.isEndGroup()) {
|
|
5807
4215
|
break;
|
|
@@ -5811,27 +4219,37 @@ proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest.deserialize
|
|
|
5811
4219
|
case 1:
|
|
5812
4220
|
var value = new google_protobuf_wrappers_pb.StringValue;
|
|
5813
4221
|
reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
|
|
5814
|
-
msg.
|
|
4222
|
+
msg.setLevel(value);
|
|
5815
4223
|
break;
|
|
5816
4224
|
case 2:
|
|
5817
4225
|
var value = new google_protobuf_wrappers_pb.StringValue;
|
|
5818
4226
|
reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
|
|
5819
|
-
msg.
|
|
4227
|
+
msg.setTimestamp(value);
|
|
5820
4228
|
break;
|
|
5821
4229
|
case 3:
|
|
5822
4230
|
var value = new google_protobuf_wrappers_pb.StringValue;
|
|
5823
4231
|
reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
|
|
5824
|
-
msg.
|
|
4232
|
+
msg.setVersion(value);
|
|
5825
4233
|
break;
|
|
5826
4234
|
case 4:
|
|
5827
4235
|
var value = new google_protobuf_wrappers_pb.StringValue;
|
|
5828
4236
|
reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
|
|
5829
|
-
msg.
|
|
4237
|
+
msg.setTypeString(value);
|
|
5830
4238
|
break;
|
|
5831
4239
|
case 5:
|
|
5832
4240
|
var value = new google_protobuf_wrappers_pb.StringValue;
|
|
5833
4241
|
reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
|
|
5834
|
-
msg.
|
|
4242
|
+
msg.setLocation(value);
|
|
4243
|
+
break;
|
|
4244
|
+
case 6:
|
|
4245
|
+
var value = new google_protobuf_wrappers_pb.StringValue;
|
|
4246
|
+
reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
|
|
4247
|
+
msg.setMessage(value);
|
|
4248
|
+
break;
|
|
4249
|
+
case 7:
|
|
4250
|
+
var value = new google_protobuf_wrappers_pb.StringValue;
|
|
4251
|
+
reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
|
|
4252
|
+
msg.setAdditional(value);
|
|
5835
4253
|
break;
|
|
5836
4254
|
default:
|
|
5837
4255
|
reader.skipField();
|
|
@@ -5846,9 +4264,9 @@ proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest.deserialize
|
|
|
5846
4264
|
* Serializes the message to binary data (in protobuf wire format).
|
|
5847
4265
|
* @return {!Uint8Array}
|
|
5848
4266
|
*/
|
|
5849
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
4267
|
+
proto.io.contract_testing.contractcase.grpc.LogRequest.prototype.serializeBinary = function() {
|
|
5850
4268
|
var writer = new jspb.BinaryWriter();
|
|
5851
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
4269
|
+
proto.io.contract_testing.contractcase.grpc.LogRequest.serializeBinaryToWriter(this, writer);
|
|
5852
4270
|
return writer.getResultBuffer();
|
|
5853
4271
|
};
|
|
5854
4272
|
|
|
@@ -5856,13 +4274,13 @@ proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest.prototype.s
|
|
|
5856
4274
|
/**
|
|
5857
4275
|
* Serializes the given message to binary data (in protobuf wire
|
|
5858
4276
|
* format), writing to the given BinaryWriter.
|
|
5859
|
-
* @param {!proto.io.contract_testing.contractcase.grpc.
|
|
4277
|
+
* @param {!proto.io.contract_testing.contractcase.grpc.LogRequest} message
|
|
5860
4278
|
* @param {!jspb.BinaryWriter} writer
|
|
5861
4279
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
5862
4280
|
*/
|
|
5863
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
4281
|
+
proto.io.contract_testing.contractcase.grpc.LogRequest.serializeBinaryToWriter = function(message, writer) {
|
|
5864
4282
|
var f = undefined;
|
|
5865
|
-
f = message.
|
|
4283
|
+
f = message.getLevel();
|
|
5866
4284
|
if (f != null) {
|
|
5867
4285
|
writer.writeMessage(
|
|
5868
4286
|
1,
|
|
@@ -5870,7 +4288,7 @@ proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest.serializeBi
|
|
|
5870
4288
|
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
5871
4289
|
);
|
|
5872
4290
|
}
|
|
5873
|
-
f = message.
|
|
4291
|
+
f = message.getTimestamp();
|
|
5874
4292
|
if (f != null) {
|
|
5875
4293
|
writer.writeMessage(
|
|
5876
4294
|
2,
|
|
@@ -5878,7 +4296,7 @@ proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest.serializeBi
|
|
|
5878
4296
|
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
5879
4297
|
);
|
|
5880
4298
|
}
|
|
5881
|
-
f = message.
|
|
4299
|
+
f = message.getVersion();
|
|
5882
4300
|
if (f != null) {
|
|
5883
4301
|
writer.writeMessage(
|
|
5884
4302
|
3,
|
|
@@ -5886,7 +4304,7 @@ proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest.serializeBi
|
|
|
5886
4304
|
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
5887
4305
|
);
|
|
5888
4306
|
}
|
|
5889
|
-
f = message.
|
|
4307
|
+
f = message.getTypeString();
|
|
5890
4308
|
if (f != null) {
|
|
5891
4309
|
writer.writeMessage(
|
|
5892
4310
|
4,
|
|
@@ -5894,7 +4312,7 @@ proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest.serializeBi
|
|
|
5894
4312
|
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
5895
4313
|
);
|
|
5896
4314
|
}
|
|
5897
|
-
f = message.
|
|
4315
|
+
f = message.getLocation();
|
|
5898
4316
|
if (f != null) {
|
|
5899
4317
|
writer.writeMessage(
|
|
5900
4318
|
5,
|
|
@@ -5902,14 +4320,30 @@ proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest.serializeBi
|
|
|
5902
4320
|
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
5903
4321
|
);
|
|
5904
4322
|
}
|
|
4323
|
+
f = message.getMessage();
|
|
4324
|
+
if (f != null) {
|
|
4325
|
+
writer.writeMessage(
|
|
4326
|
+
6,
|
|
4327
|
+
f,
|
|
4328
|
+
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
4329
|
+
);
|
|
4330
|
+
}
|
|
4331
|
+
f = message.getAdditional();
|
|
4332
|
+
if (f != null) {
|
|
4333
|
+
writer.writeMessage(
|
|
4334
|
+
7,
|
|
4335
|
+
f,
|
|
4336
|
+
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
4337
|
+
);
|
|
4338
|
+
}
|
|
5905
4339
|
};
|
|
5906
4340
|
|
|
5907
4341
|
|
|
5908
4342
|
/**
|
|
5909
|
-
* optional google.protobuf.StringValue
|
|
4343
|
+
* optional google.protobuf.StringValue level = 1;
|
|
5910
4344
|
* @return {?proto.google.protobuf.StringValue}
|
|
5911
4345
|
*/
|
|
5912
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
4346
|
+
proto.io.contract_testing.contractcase.grpc.LogRequest.prototype.getLevel = function() {
|
|
5913
4347
|
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
5914
4348
|
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 1));
|
|
5915
4349
|
};
|
|
@@ -5917,19 +4351,19 @@ proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest.prototype.g
|
|
|
5917
4351
|
|
|
5918
4352
|
/**
|
|
5919
4353
|
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
5920
|
-
* @return {!proto.io.contract_testing.contractcase.grpc.
|
|
4354
|
+
* @return {!proto.io.contract_testing.contractcase.grpc.LogRequest} returns this
|
|
5921
4355
|
*/
|
|
5922
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
4356
|
+
proto.io.contract_testing.contractcase.grpc.LogRequest.prototype.setLevel = function(value) {
|
|
5923
4357
|
return jspb.Message.setWrapperField(this, 1, value);
|
|
5924
4358
|
};
|
|
5925
4359
|
|
|
5926
4360
|
|
|
5927
4361
|
/**
|
|
5928
4362
|
* Clears the message field making it undefined.
|
|
5929
|
-
* @return {!proto.io.contract_testing.contractcase.grpc.
|
|
4363
|
+
* @return {!proto.io.contract_testing.contractcase.grpc.LogRequest} returns this
|
|
5930
4364
|
*/
|
|
5931
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
5932
|
-
return this.
|
|
4365
|
+
proto.io.contract_testing.contractcase.grpc.LogRequest.prototype.clearLevel = function() {
|
|
4366
|
+
return this.setLevel(undefined);
|
|
5933
4367
|
};
|
|
5934
4368
|
|
|
5935
4369
|
|
|
@@ -5937,16 +4371,16 @@ proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest.prototype.c
|
|
|
5937
4371
|
* Returns whether this field is set.
|
|
5938
4372
|
* @return {boolean}
|
|
5939
4373
|
*/
|
|
5940
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
4374
|
+
proto.io.contract_testing.contractcase.grpc.LogRequest.prototype.hasLevel = function() {
|
|
5941
4375
|
return jspb.Message.getField(this, 1) != null;
|
|
5942
4376
|
};
|
|
5943
4377
|
|
|
5944
4378
|
|
|
5945
4379
|
/**
|
|
5946
|
-
* optional google.protobuf.StringValue
|
|
4380
|
+
* optional google.protobuf.StringValue timestamp = 2;
|
|
5947
4381
|
* @return {?proto.google.protobuf.StringValue}
|
|
5948
4382
|
*/
|
|
5949
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
4383
|
+
proto.io.contract_testing.contractcase.grpc.LogRequest.prototype.getTimestamp = function() {
|
|
5950
4384
|
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
5951
4385
|
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 2));
|
|
5952
4386
|
};
|
|
@@ -5954,19 +4388,19 @@ proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest.prototype.g
|
|
|
5954
4388
|
|
|
5955
4389
|
/**
|
|
5956
4390
|
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
5957
|
-
* @return {!proto.io.contract_testing.contractcase.grpc.
|
|
4391
|
+
* @return {!proto.io.contract_testing.contractcase.grpc.LogRequest} returns this
|
|
5958
4392
|
*/
|
|
5959
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
4393
|
+
proto.io.contract_testing.contractcase.grpc.LogRequest.prototype.setTimestamp = function(value) {
|
|
5960
4394
|
return jspb.Message.setWrapperField(this, 2, value);
|
|
5961
4395
|
};
|
|
5962
4396
|
|
|
5963
4397
|
|
|
5964
4398
|
/**
|
|
5965
4399
|
* Clears the message field making it undefined.
|
|
5966
|
-
* @return {!proto.io.contract_testing.contractcase.grpc.
|
|
4400
|
+
* @return {!proto.io.contract_testing.contractcase.grpc.LogRequest} returns this
|
|
5967
4401
|
*/
|
|
5968
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
5969
|
-
return this.
|
|
4402
|
+
proto.io.contract_testing.contractcase.grpc.LogRequest.prototype.clearTimestamp = function() {
|
|
4403
|
+
return this.setTimestamp(undefined);
|
|
5970
4404
|
};
|
|
5971
4405
|
|
|
5972
4406
|
|
|
@@ -5974,16 +4408,16 @@ proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest.prototype.c
|
|
|
5974
4408
|
* Returns whether this field is set.
|
|
5975
4409
|
* @return {boolean}
|
|
5976
4410
|
*/
|
|
5977
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
4411
|
+
proto.io.contract_testing.contractcase.grpc.LogRequest.prototype.hasTimestamp = function() {
|
|
5978
4412
|
return jspb.Message.getField(this, 2) != null;
|
|
5979
4413
|
};
|
|
5980
4414
|
|
|
5981
4415
|
|
|
5982
4416
|
/**
|
|
5983
|
-
* optional google.protobuf.StringValue
|
|
4417
|
+
* optional google.protobuf.StringValue version = 3;
|
|
5984
4418
|
* @return {?proto.google.protobuf.StringValue}
|
|
5985
4419
|
*/
|
|
5986
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
4420
|
+
proto.io.contract_testing.contractcase.grpc.LogRequest.prototype.getVersion = function() {
|
|
5987
4421
|
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
5988
4422
|
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 3));
|
|
5989
4423
|
};
|
|
@@ -5991,19 +4425,19 @@ proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest.prototype.g
|
|
|
5991
4425
|
|
|
5992
4426
|
/**
|
|
5993
4427
|
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
5994
|
-
* @return {!proto.io.contract_testing.contractcase.grpc.
|
|
4428
|
+
* @return {!proto.io.contract_testing.contractcase.grpc.LogRequest} returns this
|
|
5995
4429
|
*/
|
|
5996
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
4430
|
+
proto.io.contract_testing.contractcase.grpc.LogRequest.prototype.setVersion = function(value) {
|
|
5997
4431
|
return jspb.Message.setWrapperField(this, 3, value);
|
|
5998
4432
|
};
|
|
5999
4433
|
|
|
6000
4434
|
|
|
6001
4435
|
/**
|
|
6002
4436
|
* Clears the message field making it undefined.
|
|
6003
|
-
* @return {!proto.io.contract_testing.contractcase.grpc.
|
|
4437
|
+
* @return {!proto.io.contract_testing.contractcase.grpc.LogRequest} returns this
|
|
6004
4438
|
*/
|
|
6005
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
6006
|
-
return this.
|
|
4439
|
+
proto.io.contract_testing.contractcase.grpc.LogRequest.prototype.clearVersion = function() {
|
|
4440
|
+
return this.setVersion(undefined);
|
|
6007
4441
|
};
|
|
6008
4442
|
|
|
6009
4443
|
|
|
@@ -6011,16 +4445,16 @@ proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest.prototype.c
|
|
|
6011
4445
|
* Returns whether this field is set.
|
|
6012
4446
|
* @return {boolean}
|
|
6013
4447
|
*/
|
|
6014
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
4448
|
+
proto.io.contract_testing.contractcase.grpc.LogRequest.prototype.hasVersion = function() {
|
|
6015
4449
|
return jspb.Message.getField(this, 3) != null;
|
|
6016
4450
|
};
|
|
6017
4451
|
|
|
6018
4452
|
|
|
6019
4453
|
/**
|
|
6020
|
-
* optional google.protobuf.StringValue
|
|
4454
|
+
* optional google.protobuf.StringValue type_string = 4;
|
|
6021
4455
|
* @return {?proto.google.protobuf.StringValue}
|
|
6022
4456
|
*/
|
|
6023
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
4457
|
+
proto.io.contract_testing.contractcase.grpc.LogRequest.prototype.getTypeString = function() {
|
|
6024
4458
|
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
6025
4459
|
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 4));
|
|
6026
4460
|
};
|
|
@@ -6028,19 +4462,19 @@ proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest.prototype.g
|
|
|
6028
4462
|
|
|
6029
4463
|
/**
|
|
6030
4464
|
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
6031
|
-
* @return {!proto.io.contract_testing.contractcase.grpc.
|
|
4465
|
+
* @return {!proto.io.contract_testing.contractcase.grpc.LogRequest} returns this
|
|
6032
4466
|
*/
|
|
6033
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
4467
|
+
proto.io.contract_testing.contractcase.grpc.LogRequest.prototype.setTypeString = function(value) {
|
|
6034
4468
|
return jspb.Message.setWrapperField(this, 4, value);
|
|
6035
4469
|
};
|
|
6036
4470
|
|
|
6037
4471
|
|
|
6038
4472
|
/**
|
|
6039
4473
|
* Clears the message field making it undefined.
|
|
6040
|
-
* @return {!proto.io.contract_testing.contractcase.grpc.
|
|
4474
|
+
* @return {!proto.io.contract_testing.contractcase.grpc.LogRequest} returns this
|
|
6041
4475
|
*/
|
|
6042
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
6043
|
-
return this.
|
|
4476
|
+
proto.io.contract_testing.contractcase.grpc.LogRequest.prototype.clearTypeString = function() {
|
|
4477
|
+
return this.setTypeString(undefined);
|
|
6044
4478
|
};
|
|
6045
4479
|
|
|
6046
4480
|
|
|
@@ -6048,16 +4482,16 @@ proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest.prototype.c
|
|
|
6048
4482
|
* Returns whether this field is set.
|
|
6049
4483
|
* @return {boolean}
|
|
6050
4484
|
*/
|
|
6051
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
4485
|
+
proto.io.contract_testing.contractcase.grpc.LogRequest.prototype.hasTypeString = function() {
|
|
6052
4486
|
return jspb.Message.getField(this, 4) != null;
|
|
6053
4487
|
};
|
|
6054
4488
|
|
|
6055
4489
|
|
|
6056
4490
|
/**
|
|
6057
|
-
* optional google.protobuf.StringValue
|
|
4491
|
+
* optional google.protobuf.StringValue location = 5;
|
|
6058
4492
|
* @return {?proto.google.protobuf.StringValue}
|
|
6059
4493
|
*/
|
|
6060
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
4494
|
+
proto.io.contract_testing.contractcase.grpc.LogRequest.prototype.getLocation = function() {
|
|
6061
4495
|
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
6062
4496
|
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 5));
|
|
6063
4497
|
};
|
|
@@ -6065,19 +4499,93 @@ proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest.prototype.g
|
|
|
6065
4499
|
|
|
6066
4500
|
/**
|
|
6067
4501
|
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
6068
|
-
* @return {!proto.io.contract_testing.contractcase.grpc.
|
|
4502
|
+
* @return {!proto.io.contract_testing.contractcase.grpc.LogRequest} returns this
|
|
4503
|
+
*/
|
|
4504
|
+
proto.io.contract_testing.contractcase.grpc.LogRequest.prototype.setLocation = function(value) {
|
|
4505
|
+
return jspb.Message.setWrapperField(this, 5, value);
|
|
4506
|
+
};
|
|
4507
|
+
|
|
4508
|
+
|
|
4509
|
+
/**
|
|
4510
|
+
* Clears the message field making it undefined.
|
|
4511
|
+
* @return {!proto.io.contract_testing.contractcase.grpc.LogRequest} returns this
|
|
4512
|
+
*/
|
|
4513
|
+
proto.io.contract_testing.contractcase.grpc.LogRequest.prototype.clearLocation = function() {
|
|
4514
|
+
return this.setLocation(undefined);
|
|
4515
|
+
};
|
|
4516
|
+
|
|
4517
|
+
|
|
4518
|
+
/**
|
|
4519
|
+
* Returns whether this field is set.
|
|
4520
|
+
* @return {boolean}
|
|
4521
|
+
*/
|
|
4522
|
+
proto.io.contract_testing.contractcase.grpc.LogRequest.prototype.hasLocation = function() {
|
|
4523
|
+
return jspb.Message.getField(this, 5) != null;
|
|
4524
|
+
};
|
|
4525
|
+
|
|
4526
|
+
|
|
4527
|
+
/**
|
|
4528
|
+
* optional google.protobuf.StringValue message = 6;
|
|
4529
|
+
* @return {?proto.google.protobuf.StringValue}
|
|
4530
|
+
*/
|
|
4531
|
+
proto.io.contract_testing.contractcase.grpc.LogRequest.prototype.getMessage = function() {
|
|
4532
|
+
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
4533
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 6));
|
|
4534
|
+
};
|
|
4535
|
+
|
|
4536
|
+
|
|
4537
|
+
/**
|
|
4538
|
+
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
4539
|
+
* @return {!proto.io.contract_testing.contractcase.grpc.LogRequest} returns this
|
|
4540
|
+
*/
|
|
4541
|
+
proto.io.contract_testing.contractcase.grpc.LogRequest.prototype.setMessage = function(value) {
|
|
4542
|
+
return jspb.Message.setWrapperField(this, 6, value);
|
|
4543
|
+
};
|
|
4544
|
+
|
|
4545
|
+
|
|
4546
|
+
/**
|
|
4547
|
+
* Clears the message field making it undefined.
|
|
4548
|
+
* @return {!proto.io.contract_testing.contractcase.grpc.LogRequest} returns this
|
|
4549
|
+
*/
|
|
4550
|
+
proto.io.contract_testing.contractcase.grpc.LogRequest.prototype.clearMessage = function() {
|
|
4551
|
+
return this.setMessage(undefined);
|
|
4552
|
+
};
|
|
4553
|
+
|
|
4554
|
+
|
|
4555
|
+
/**
|
|
4556
|
+
* Returns whether this field is set.
|
|
4557
|
+
* @return {boolean}
|
|
4558
|
+
*/
|
|
4559
|
+
proto.io.contract_testing.contractcase.grpc.LogRequest.prototype.hasMessage = function() {
|
|
4560
|
+
return jspb.Message.getField(this, 6) != null;
|
|
4561
|
+
};
|
|
4562
|
+
|
|
4563
|
+
|
|
4564
|
+
/**
|
|
4565
|
+
* optional google.protobuf.StringValue additional = 7;
|
|
4566
|
+
* @return {?proto.google.protobuf.StringValue}
|
|
4567
|
+
*/
|
|
4568
|
+
proto.io.contract_testing.contractcase.grpc.LogRequest.prototype.getAdditional = function() {
|
|
4569
|
+
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
4570
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 7));
|
|
4571
|
+
};
|
|
4572
|
+
|
|
4573
|
+
|
|
4574
|
+
/**
|
|
4575
|
+
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
4576
|
+
* @return {!proto.io.contract_testing.contractcase.grpc.LogRequest} returns this
|
|
6069
4577
|
*/
|
|
6070
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
6071
|
-
return jspb.Message.setWrapperField(this,
|
|
4578
|
+
proto.io.contract_testing.contractcase.grpc.LogRequest.prototype.setAdditional = function(value) {
|
|
4579
|
+
return jspb.Message.setWrapperField(this, 7, value);
|
|
6072
4580
|
};
|
|
6073
4581
|
|
|
6074
4582
|
|
|
6075
4583
|
/**
|
|
6076
4584
|
* Clears the message field making it undefined.
|
|
6077
|
-
* @return {!proto.io.contract_testing.contractcase.grpc.
|
|
4585
|
+
* @return {!proto.io.contract_testing.contractcase.grpc.LogRequest} returns this
|
|
6078
4586
|
*/
|
|
6079
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
6080
|
-
return this.
|
|
4587
|
+
proto.io.contract_testing.contractcase.grpc.LogRequest.prototype.clearAdditional = function() {
|
|
4588
|
+
return this.setAdditional(undefined);
|
|
6081
4589
|
};
|
|
6082
4590
|
|
|
6083
4591
|
|
|
@@ -6085,8 +4593,8 @@ proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest.prototype.c
|
|
|
6085
4593
|
* Returns whether this field is set.
|
|
6086
4594
|
* @return {boolean}
|
|
6087
4595
|
*/
|
|
6088
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
6089
|
-
return jspb.Message.getField(this,
|
|
4596
|
+
proto.io.contract_testing.contractcase.grpc.LogRequest.prototype.hasAdditional = function() {
|
|
4597
|
+
return jspb.Message.getField(this, 7) != null;
|
|
6090
4598
|
};
|
|
6091
4599
|
|
|
6092
4600
|
|
|
@@ -6106,8 +4614,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
|
6106
4614
|
* http://goto/soy-param-migration
|
|
6107
4615
|
* @return {!Object}
|
|
6108
4616
|
*/
|
|
6109
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
6110
|
-
return proto.io.contract_testing.contractcase.grpc.
|
|
4617
|
+
proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.prototype.toObject = function(opt_includeInstance) {
|
|
4618
|
+
return proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.toObject(opt_includeInstance, this);
|
|
6111
4619
|
};
|
|
6112
4620
|
|
|
6113
4621
|
|
|
@@ -6116,16 +4624,19 @@ proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest.prototype.toOb
|
|
|
6116
4624
|
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
6117
4625
|
* the JSPB instance for transitional soy proto support:
|
|
6118
4626
|
* http://goto/soy-param-migration
|
|
6119
|
-
* @param {!proto.io.contract_testing.contractcase.grpc.
|
|
4627
|
+
* @param {!proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest} msg The msg instance to transform.
|
|
6120
4628
|
* @return {!Object}
|
|
6121
4629
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
6122
4630
|
*/
|
|
6123
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
4631
|
+
proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.toObject = function(includeInstance, msg) {
|
|
6124
4632
|
var f, obj = {
|
|
6125
4633
|
kind: (f = msg.getKind()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
6126
|
-
|
|
6127
|
-
|
|
6128
|
-
|
|
4634
|
+
message: (f = msg.getMessage()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
4635
|
+
location: (f = msg.getLocation()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
4636
|
+
locationTag: (f = msg.getLocationTag()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
4637
|
+
errorTypeTag: (f = msg.getErrorTypeTag()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
4638
|
+
expected: (f = msg.getExpected()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
4639
|
+
actual: (f = msg.getActual()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f)
|
|
6129
4640
|
};
|
|
6130
4641
|
|
|
6131
4642
|
if (includeInstance) {
|
|
@@ -6139,23 +4650,23 @@ proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest.toObject = fun
|
|
|
6139
4650
|
/**
|
|
6140
4651
|
* Deserializes binary data (in protobuf wire format).
|
|
6141
4652
|
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
6142
|
-
* @return {!proto.io.contract_testing.contractcase.grpc.
|
|
4653
|
+
* @return {!proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest}
|
|
6143
4654
|
*/
|
|
6144
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
4655
|
+
proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.deserializeBinary = function(bytes) {
|
|
6145
4656
|
var reader = new jspb.BinaryReader(bytes);
|
|
6146
|
-
var msg = new proto.io.contract_testing.contractcase.grpc.
|
|
6147
|
-
return proto.io.contract_testing.contractcase.grpc.
|
|
4657
|
+
var msg = new proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest;
|
|
4658
|
+
return proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.deserializeBinaryFromReader(msg, reader);
|
|
6148
4659
|
};
|
|
6149
4660
|
|
|
6150
4661
|
|
|
6151
4662
|
/**
|
|
6152
4663
|
* Deserializes binary data (in protobuf wire format) from the
|
|
6153
4664
|
* given reader into the given message object.
|
|
6154
|
-
* @param {!proto.io.contract_testing.contractcase.grpc.
|
|
4665
|
+
* @param {!proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest} msg The message object to deserialize into.
|
|
6155
4666
|
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
6156
|
-
* @return {!proto.io.contract_testing.contractcase.grpc.
|
|
4667
|
+
* @return {!proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest}
|
|
6157
4668
|
*/
|
|
6158
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
4669
|
+
proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.deserializeBinaryFromReader = function(msg, reader) {
|
|
6159
4670
|
while (reader.nextField()) {
|
|
6160
4671
|
if (reader.isEndGroup()) {
|
|
6161
4672
|
break;
|
|
@@ -6170,17 +4681,32 @@ proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest.deserializeBin
|
|
|
6170
4681
|
case 2:
|
|
6171
4682
|
var value = new google_protobuf_wrappers_pb.StringValue;
|
|
6172
4683
|
reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
|
|
6173
|
-
msg.
|
|
4684
|
+
msg.setMessage(value);
|
|
6174
4685
|
break;
|
|
6175
4686
|
case 3:
|
|
6176
4687
|
var value = new google_protobuf_wrappers_pb.StringValue;
|
|
6177
4688
|
reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
|
|
6178
|
-
msg.
|
|
4689
|
+
msg.setLocation(value);
|
|
6179
4690
|
break;
|
|
6180
4691
|
case 4:
|
|
6181
4692
|
var value = new google_protobuf_wrappers_pb.StringValue;
|
|
6182
4693
|
reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
|
|
6183
|
-
msg.
|
|
4694
|
+
msg.setLocationTag(value);
|
|
4695
|
+
break;
|
|
4696
|
+
case 5:
|
|
4697
|
+
var value = new google_protobuf_wrappers_pb.StringValue;
|
|
4698
|
+
reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
|
|
4699
|
+
msg.setErrorTypeTag(value);
|
|
4700
|
+
break;
|
|
4701
|
+
case 6:
|
|
4702
|
+
var value = new google_protobuf_wrappers_pb.StringValue;
|
|
4703
|
+
reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
|
|
4704
|
+
msg.setExpected(value);
|
|
4705
|
+
break;
|
|
4706
|
+
case 7:
|
|
4707
|
+
var value = new google_protobuf_wrappers_pb.StringValue;
|
|
4708
|
+
reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
|
|
4709
|
+
msg.setActual(value);
|
|
6184
4710
|
break;
|
|
6185
4711
|
default:
|
|
6186
4712
|
reader.skipField();
|
|
@@ -6195,9 +4721,9 @@ proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest.deserializeBin
|
|
|
6195
4721
|
* Serializes the message to binary data (in protobuf wire format).
|
|
6196
4722
|
* @return {!Uint8Array}
|
|
6197
4723
|
*/
|
|
6198
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
4724
|
+
proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.prototype.serializeBinary = function() {
|
|
6199
4725
|
var writer = new jspb.BinaryWriter();
|
|
6200
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
4726
|
+
proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.serializeBinaryToWriter(this, writer);
|
|
6201
4727
|
return writer.getResultBuffer();
|
|
6202
4728
|
};
|
|
6203
4729
|
|
|
@@ -6205,11 +4731,11 @@ proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest.prototype.seri
|
|
|
6205
4731
|
/**
|
|
6206
4732
|
* Serializes the given message to binary data (in protobuf wire
|
|
6207
4733
|
* format), writing to the given BinaryWriter.
|
|
6208
|
-
* @param {!proto.io.contract_testing.contractcase.grpc.
|
|
4734
|
+
* @param {!proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest} message
|
|
6209
4735
|
* @param {!jspb.BinaryWriter} writer
|
|
6210
4736
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
6211
4737
|
*/
|
|
6212
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
4738
|
+
proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.serializeBinaryToWriter = function(message, writer) {
|
|
6213
4739
|
var f = undefined;
|
|
6214
4740
|
f = message.getKind();
|
|
6215
4741
|
if (f != null) {
|
|
@@ -6219,7 +4745,7 @@ proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest.serializeBinar
|
|
|
6219
4745
|
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
6220
4746
|
);
|
|
6221
4747
|
}
|
|
6222
|
-
f = message.
|
|
4748
|
+
f = message.getMessage();
|
|
6223
4749
|
if (f != null) {
|
|
6224
4750
|
writer.writeMessage(
|
|
6225
4751
|
2,
|
|
@@ -6227,7 +4753,7 @@ proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest.serializeBinar
|
|
|
6227
4753
|
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
6228
4754
|
);
|
|
6229
4755
|
}
|
|
6230
|
-
f = message.
|
|
4756
|
+
f = message.getLocation();
|
|
6231
4757
|
if (f != null) {
|
|
6232
4758
|
writer.writeMessage(
|
|
6233
4759
|
3,
|
|
@@ -6235,7 +4761,7 @@ proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest.serializeBinar
|
|
|
6235
4761
|
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
6236
4762
|
);
|
|
6237
4763
|
}
|
|
6238
|
-
f = message.
|
|
4764
|
+
f = message.getLocationTag();
|
|
6239
4765
|
if (f != null) {
|
|
6240
4766
|
writer.writeMessage(
|
|
6241
4767
|
4,
|
|
@@ -6243,6 +4769,30 @@ proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest.serializeBinar
|
|
|
6243
4769
|
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
6244
4770
|
);
|
|
6245
4771
|
}
|
|
4772
|
+
f = message.getErrorTypeTag();
|
|
4773
|
+
if (f != null) {
|
|
4774
|
+
writer.writeMessage(
|
|
4775
|
+
5,
|
|
4776
|
+
f,
|
|
4777
|
+
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
4778
|
+
);
|
|
4779
|
+
}
|
|
4780
|
+
f = message.getExpected();
|
|
4781
|
+
if (f != null) {
|
|
4782
|
+
writer.writeMessage(
|
|
4783
|
+
6,
|
|
4784
|
+
f,
|
|
4785
|
+
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
4786
|
+
);
|
|
4787
|
+
}
|
|
4788
|
+
f = message.getActual();
|
|
4789
|
+
if (f != null) {
|
|
4790
|
+
writer.writeMessage(
|
|
4791
|
+
7,
|
|
4792
|
+
f,
|
|
4793
|
+
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
4794
|
+
);
|
|
4795
|
+
}
|
|
6246
4796
|
};
|
|
6247
4797
|
|
|
6248
4798
|
|
|
@@ -6250,7 +4800,7 @@ proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest.serializeBinar
|
|
|
6250
4800
|
* optional google.protobuf.StringValue kind = 1;
|
|
6251
4801
|
* @return {?proto.google.protobuf.StringValue}
|
|
6252
4802
|
*/
|
|
6253
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
4803
|
+
proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.prototype.getKind = function() {
|
|
6254
4804
|
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
6255
4805
|
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 1));
|
|
6256
4806
|
};
|
|
@@ -6258,18 +4808,18 @@ proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest.prototype.getK
|
|
|
6258
4808
|
|
|
6259
4809
|
/**
|
|
6260
4810
|
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
6261
|
-
* @return {!proto.io.contract_testing.contractcase.grpc.
|
|
4811
|
+
* @return {!proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest} returns this
|
|
6262
4812
|
*/
|
|
6263
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
4813
|
+
proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.prototype.setKind = function(value) {
|
|
6264
4814
|
return jspb.Message.setWrapperField(this, 1, value);
|
|
6265
4815
|
};
|
|
6266
4816
|
|
|
6267
4817
|
|
|
6268
4818
|
/**
|
|
6269
4819
|
* Clears the message field making it undefined.
|
|
6270
|
-
* @return {!proto.io.contract_testing.contractcase.grpc.
|
|
4820
|
+
* @return {!proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest} returns this
|
|
6271
4821
|
*/
|
|
6272
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
4822
|
+
proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.prototype.clearKind = function() {
|
|
6273
4823
|
return this.setKind(undefined);
|
|
6274
4824
|
};
|
|
6275
4825
|
|
|
@@ -6278,16 +4828,16 @@ proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest.prototype.clea
|
|
|
6278
4828
|
* Returns whether this field is set.
|
|
6279
4829
|
* @return {boolean}
|
|
6280
4830
|
*/
|
|
6281
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
4831
|
+
proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.prototype.hasKind = function() {
|
|
6282
4832
|
return jspb.Message.getField(this, 1) != null;
|
|
6283
4833
|
};
|
|
6284
4834
|
|
|
6285
4835
|
|
|
6286
4836
|
/**
|
|
6287
|
-
* optional google.protobuf.StringValue
|
|
4837
|
+
* optional google.protobuf.StringValue message = 2;
|
|
6288
4838
|
* @return {?proto.google.protobuf.StringValue}
|
|
6289
4839
|
*/
|
|
6290
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
4840
|
+
proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.prototype.getMessage = function() {
|
|
6291
4841
|
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
6292
4842
|
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 2));
|
|
6293
4843
|
};
|
|
@@ -6295,19 +4845,19 @@ proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest.prototype.getI
|
|
|
6295
4845
|
|
|
6296
4846
|
/**
|
|
6297
4847
|
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
6298
|
-
* @return {!proto.io.contract_testing.contractcase.grpc.
|
|
4848
|
+
* @return {!proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest} returns this
|
|
6299
4849
|
*/
|
|
6300
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
4850
|
+
proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.prototype.setMessage = function(value) {
|
|
6301
4851
|
return jspb.Message.setWrapperField(this, 2, value);
|
|
6302
4852
|
};
|
|
6303
4853
|
|
|
6304
4854
|
|
|
6305
4855
|
/**
|
|
6306
4856
|
* Clears the message field making it undefined.
|
|
6307
|
-
* @return {!proto.io.contract_testing.contractcase.grpc.
|
|
4857
|
+
* @return {!proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest} returns this
|
|
6308
4858
|
*/
|
|
6309
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
6310
|
-
return this.
|
|
4859
|
+
proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.prototype.clearMessage = function() {
|
|
4860
|
+
return this.setMessage(undefined);
|
|
6311
4861
|
};
|
|
6312
4862
|
|
|
6313
4863
|
|
|
@@ -6315,16 +4865,16 @@ proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest.prototype.clea
|
|
|
6315
4865
|
* Returns whether this field is set.
|
|
6316
4866
|
* @return {boolean}
|
|
6317
4867
|
*/
|
|
6318
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
4868
|
+
proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.prototype.hasMessage = function() {
|
|
6319
4869
|
return jspb.Message.getField(this, 2) != null;
|
|
6320
4870
|
};
|
|
6321
4871
|
|
|
6322
4872
|
|
|
6323
4873
|
/**
|
|
6324
|
-
* optional google.protobuf.StringValue
|
|
4874
|
+
* optional google.protobuf.StringValue location = 3;
|
|
6325
4875
|
* @return {?proto.google.protobuf.StringValue}
|
|
6326
4876
|
*/
|
|
6327
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
4877
|
+
proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.prototype.getLocation = function() {
|
|
6328
4878
|
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
6329
4879
|
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 3));
|
|
6330
4880
|
};
|
|
@@ -6332,19 +4882,19 @@ proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest.prototype.getT
|
|
|
6332
4882
|
|
|
6333
4883
|
/**
|
|
6334
4884
|
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
6335
|
-
* @return {!proto.io.contract_testing.contractcase.grpc.
|
|
4885
|
+
* @return {!proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest} returns this
|
|
6336
4886
|
*/
|
|
6337
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
4887
|
+
proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.prototype.setLocation = function(value) {
|
|
6338
4888
|
return jspb.Message.setWrapperField(this, 3, value);
|
|
6339
4889
|
};
|
|
6340
4890
|
|
|
6341
4891
|
|
|
6342
4892
|
/**
|
|
6343
4893
|
* Clears the message field making it undefined.
|
|
6344
|
-
* @return {!proto.io.contract_testing.contractcase.grpc.
|
|
4894
|
+
* @return {!proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest} returns this
|
|
6345
4895
|
*/
|
|
6346
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
6347
|
-
return this.
|
|
4896
|
+
proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.prototype.clearLocation = function() {
|
|
4897
|
+
return this.setLocation(undefined);
|
|
6348
4898
|
};
|
|
6349
4899
|
|
|
6350
4900
|
|
|
@@ -6352,16 +4902,16 @@ proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest.prototype.clea
|
|
|
6352
4902
|
* Returns whether this field is set.
|
|
6353
4903
|
* @return {boolean}
|
|
6354
4904
|
*/
|
|
6355
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
4905
|
+
proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.prototype.hasLocation = function() {
|
|
6356
4906
|
return jspb.Message.getField(this, 3) != null;
|
|
6357
4907
|
};
|
|
6358
4908
|
|
|
6359
4909
|
|
|
6360
4910
|
/**
|
|
6361
|
-
* optional google.protobuf.StringValue
|
|
4911
|
+
* optional google.protobuf.StringValue location_tag = 4;
|
|
6362
4912
|
* @return {?proto.google.protobuf.StringValue}
|
|
6363
4913
|
*/
|
|
6364
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
4914
|
+
proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.prototype.getLocationTag = function() {
|
|
6365
4915
|
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
6366
4916
|
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 4));
|
|
6367
4917
|
};
|
|
@@ -6369,19 +4919,19 @@ proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest.prototype.getA
|
|
|
6369
4919
|
|
|
6370
4920
|
/**
|
|
6371
4921
|
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
6372
|
-
* @return {!proto.io.contract_testing.contractcase.grpc.
|
|
4922
|
+
* @return {!proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest} returns this
|
|
6373
4923
|
*/
|
|
6374
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
4924
|
+
proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.prototype.setLocationTag = function(value) {
|
|
6375
4925
|
return jspb.Message.setWrapperField(this, 4, value);
|
|
6376
4926
|
};
|
|
6377
4927
|
|
|
6378
4928
|
|
|
6379
4929
|
/**
|
|
6380
4930
|
* Clears the message field making it undefined.
|
|
6381
|
-
* @return {!proto.io.contract_testing.contractcase.grpc.
|
|
4931
|
+
* @return {!proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest} returns this
|
|
6382
4932
|
*/
|
|
6383
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
6384
|
-
return this.
|
|
4933
|
+
proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.prototype.clearLocationTag = function() {
|
|
4934
|
+
return this.setLocationTag(undefined);
|
|
6385
4935
|
};
|
|
6386
4936
|
|
|
6387
4937
|
|
|
@@ -6389,150 +4939,110 @@ proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest.prototype.clea
|
|
|
6389
4939
|
* Returns whether this field is set.
|
|
6390
4940
|
* @return {boolean}
|
|
6391
4941
|
*/
|
|
6392
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
4942
|
+
proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.prototype.hasLocationTag = function() {
|
|
6393
4943
|
return jspb.Message.getField(this, 4) != null;
|
|
6394
4944
|
};
|
|
6395
4945
|
|
|
6396
4946
|
|
|
4947
|
+
/**
|
|
4948
|
+
* optional google.protobuf.StringValue error_type_tag = 5;
|
|
4949
|
+
* @return {?proto.google.protobuf.StringValue}
|
|
4950
|
+
*/
|
|
4951
|
+
proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.prototype.getErrorTypeTag = function() {
|
|
4952
|
+
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
4953
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 5));
|
|
4954
|
+
};
|
|
4955
|
+
|
|
6397
4956
|
|
|
4957
|
+
/**
|
|
4958
|
+
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
4959
|
+
* @return {!proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest} returns this
|
|
4960
|
+
*/
|
|
4961
|
+
proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.prototype.setErrorTypeTag = function(value) {
|
|
4962
|
+
return jspb.Message.setWrapperField(this, 5, value);
|
|
4963
|
+
};
|
|
6398
4964
|
|
|
6399
4965
|
|
|
6400
|
-
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
6401
4966
|
/**
|
|
6402
|
-
*
|
|
6403
|
-
*
|
|
6404
|
-
* Optional fields that are not set will be set to undefined.
|
|
6405
|
-
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
6406
|
-
* For the list of reserved names please see:
|
|
6407
|
-
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
6408
|
-
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
6409
|
-
* JSPB instance for transitional soy proto support:
|
|
6410
|
-
* http://goto/soy-param-migration
|
|
6411
|
-
* @return {!Object}
|
|
4967
|
+
* Clears the message field making it undefined.
|
|
4968
|
+
* @return {!proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest} returns this
|
|
6412
4969
|
*/
|
|
6413
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
6414
|
-
return
|
|
4970
|
+
proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.prototype.clearErrorTypeTag = function() {
|
|
4971
|
+
return this.setErrorTypeTag(undefined);
|
|
6415
4972
|
};
|
|
6416
4973
|
|
|
6417
4974
|
|
|
6418
4975
|
/**
|
|
6419
|
-
*
|
|
6420
|
-
* @
|
|
6421
|
-
* the JSPB instance for transitional soy proto support:
|
|
6422
|
-
* http://goto/soy-param-migration
|
|
6423
|
-
* @param {!proto.io.contract_testing.contractcase.grpc.BeginDefinitionResponse} msg The msg instance to transform.
|
|
6424
|
-
* @return {!Object}
|
|
6425
|
-
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
4976
|
+
* Returns whether this field is set.
|
|
4977
|
+
* @return {boolean}
|
|
6426
4978
|
*/
|
|
6427
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
6428
|
-
|
|
6429
|
-
result: (f = msg.getResult()) && proto.io.contract_testing.contractcase.grpc.BoundaryResult.toObject(includeInstance, f)
|
|
6430
|
-
};
|
|
6431
|
-
|
|
6432
|
-
if (includeInstance) {
|
|
6433
|
-
obj.$jspbMessageInstance = msg;
|
|
6434
|
-
}
|
|
6435
|
-
return obj;
|
|
4979
|
+
proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.prototype.hasErrorTypeTag = function() {
|
|
4980
|
+
return jspb.Message.getField(this, 5) != null;
|
|
6436
4981
|
};
|
|
6437
|
-
}
|
|
6438
4982
|
|
|
6439
4983
|
|
|
6440
4984
|
/**
|
|
6441
|
-
*
|
|
6442
|
-
* @
|
|
6443
|
-
* @return {!proto.io.contract_testing.contractcase.grpc.BeginDefinitionResponse}
|
|
4985
|
+
* optional google.protobuf.StringValue expected = 6;
|
|
4986
|
+
* @return {?proto.google.protobuf.StringValue}
|
|
6444
4987
|
*/
|
|
6445
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
6446
|
-
|
|
6447
|
-
|
|
6448
|
-
return proto.io.contract_testing.contractcase.grpc.BeginDefinitionResponse.deserializeBinaryFromReader(msg, reader);
|
|
4988
|
+
proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.prototype.getExpected = function() {
|
|
4989
|
+
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
4990
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 6));
|
|
6449
4991
|
};
|
|
6450
4992
|
|
|
6451
4993
|
|
|
6452
4994
|
/**
|
|
6453
|
-
*
|
|
6454
|
-
*
|
|
6455
|
-
|
|
6456
|
-
|
|
6457
|
-
|
|
6458
|
-
*/
|
|
6459
|
-
proto.io.contract_testing.contractcase.grpc.BeginDefinitionResponse.deserializeBinaryFromReader = function(msg, reader) {
|
|
6460
|
-
while (reader.nextField()) {
|
|
6461
|
-
if (reader.isEndGroup()) {
|
|
6462
|
-
break;
|
|
6463
|
-
}
|
|
6464
|
-
var field = reader.getFieldNumber();
|
|
6465
|
-
switch (field) {
|
|
6466
|
-
case 1:
|
|
6467
|
-
var value = new proto.io.contract_testing.contractcase.grpc.BoundaryResult;
|
|
6468
|
-
reader.readMessage(value,proto.io.contract_testing.contractcase.grpc.BoundaryResult.deserializeBinaryFromReader);
|
|
6469
|
-
msg.setResult(value);
|
|
6470
|
-
break;
|
|
6471
|
-
default:
|
|
6472
|
-
reader.skipField();
|
|
6473
|
-
break;
|
|
6474
|
-
}
|
|
6475
|
-
}
|
|
6476
|
-
return msg;
|
|
4995
|
+
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
4996
|
+
* @return {!proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest} returns this
|
|
4997
|
+
*/
|
|
4998
|
+
proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.prototype.setExpected = function(value) {
|
|
4999
|
+
return jspb.Message.setWrapperField(this, 6, value);
|
|
6477
5000
|
};
|
|
6478
5001
|
|
|
6479
5002
|
|
|
6480
5003
|
/**
|
|
6481
|
-
*
|
|
6482
|
-
* @return {!
|
|
6483
|
-
*/
|
|
6484
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
6485
|
-
|
|
6486
|
-
proto.io.contract_testing.contractcase.grpc.BeginDefinitionResponse.serializeBinaryToWriter(this, writer);
|
|
6487
|
-
return writer.getResultBuffer();
|
|
5004
|
+
* Clears the message field making it undefined.
|
|
5005
|
+
* @return {!proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest} returns this
|
|
5006
|
+
*/
|
|
5007
|
+
proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.prototype.clearExpected = function() {
|
|
5008
|
+
return this.setExpected(undefined);
|
|
6488
5009
|
};
|
|
6489
5010
|
|
|
6490
5011
|
|
|
6491
5012
|
/**
|
|
6492
|
-
*
|
|
6493
|
-
*
|
|
6494
|
-
* @param {!proto.io.contract_testing.contractcase.grpc.BeginDefinitionResponse} message
|
|
6495
|
-
* @param {!jspb.BinaryWriter} writer
|
|
6496
|
-
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
5013
|
+
* Returns whether this field is set.
|
|
5014
|
+
* @return {boolean}
|
|
6497
5015
|
*/
|
|
6498
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
6499
|
-
|
|
6500
|
-
f = message.getResult();
|
|
6501
|
-
if (f != null) {
|
|
6502
|
-
writer.writeMessage(
|
|
6503
|
-
1,
|
|
6504
|
-
f,
|
|
6505
|
-
proto.io.contract_testing.contractcase.grpc.BoundaryResult.serializeBinaryToWriter
|
|
6506
|
-
);
|
|
6507
|
-
}
|
|
5016
|
+
proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.prototype.hasExpected = function() {
|
|
5017
|
+
return jspb.Message.getField(this, 6) != null;
|
|
6508
5018
|
};
|
|
6509
5019
|
|
|
6510
5020
|
|
|
6511
5021
|
/**
|
|
6512
|
-
* optional
|
|
6513
|
-
* @return {?proto.
|
|
5022
|
+
* optional google.protobuf.StringValue actual = 7;
|
|
5023
|
+
* @return {?proto.google.protobuf.StringValue}
|
|
6514
5024
|
*/
|
|
6515
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
6516
|
-
return /** @type{?proto.
|
|
6517
|
-
jspb.Message.getWrapperField(this,
|
|
5025
|
+
proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.prototype.getActual = function() {
|
|
5026
|
+
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
5027
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 7));
|
|
6518
5028
|
};
|
|
6519
5029
|
|
|
6520
5030
|
|
|
6521
5031
|
/**
|
|
6522
|
-
* @param {?proto.
|
|
6523
|
-
* @return {!proto.io.contract_testing.contractcase.grpc.
|
|
5032
|
+
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
5033
|
+
* @return {!proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest} returns this
|
|
6524
5034
|
*/
|
|
6525
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
6526
|
-
return jspb.Message.setWrapperField(this,
|
|
5035
|
+
proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.prototype.setActual = function(value) {
|
|
5036
|
+
return jspb.Message.setWrapperField(this, 7, value);
|
|
6527
5037
|
};
|
|
6528
5038
|
|
|
6529
5039
|
|
|
6530
5040
|
/**
|
|
6531
5041
|
* Clears the message field making it undefined.
|
|
6532
|
-
* @return {!proto.io.contract_testing.contractcase.grpc.
|
|
5042
|
+
* @return {!proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest} returns this
|
|
6533
5043
|
*/
|
|
6534
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
6535
|
-
return this.
|
|
5044
|
+
proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.prototype.clearActual = function() {
|
|
5045
|
+
return this.setActual(undefined);
|
|
6536
5046
|
};
|
|
6537
5047
|
|
|
6538
5048
|
|
|
@@ -6540,8 +5050,8 @@ proto.io.contract_testing.contractcase.grpc.BeginDefinitionResponse.prototype.cl
|
|
|
6540
5050
|
* Returns whether this field is set.
|
|
6541
5051
|
* @return {boolean}
|
|
6542
5052
|
*/
|
|
6543
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
6544
|
-
return jspb.Message.getField(this,
|
|
5053
|
+
proto.io.contract_testing.contractcase.grpc.PrintMatchErrorRequest.prototype.hasActual = function() {
|
|
5054
|
+
return jspb.Message.getField(this, 7) != null;
|
|
6545
5055
|
};
|
|
6546
5056
|
|
|
6547
5057
|
|
|
@@ -6561,8 +5071,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
|
6561
5071
|
* http://goto/soy-param-migration
|
|
6562
5072
|
* @return {!Object}
|
|
6563
5073
|
*/
|
|
6564
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
6565
|
-
return proto.io.contract_testing.contractcase.grpc.
|
|
5074
|
+
proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest.prototype.toObject = function(opt_includeInstance) {
|
|
5075
|
+
return proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest.toObject(opt_includeInstance, this);
|
|
6566
5076
|
};
|
|
6567
5077
|
|
|
6568
5078
|
|
|
@@ -6571,13 +5081,17 @@ proto.io.contract_testing.contractcase.grpc.RunExampleResponse.prototype.toObjec
|
|
|
6571
5081
|
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
6572
5082
|
* the JSPB instance for transitional soy proto support:
|
|
6573
5083
|
* http://goto/soy-param-migration
|
|
6574
|
-
* @param {!proto.io.contract_testing.contractcase.grpc.
|
|
5084
|
+
* @param {!proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest} msg The msg instance to transform.
|
|
6575
5085
|
* @return {!Object}
|
|
6576
5086
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
6577
5087
|
*/
|
|
6578
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
5088
|
+
proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest.toObject = function(includeInstance, msg) {
|
|
6579
5089
|
var f, obj = {
|
|
6580
|
-
|
|
5090
|
+
kind: (f = msg.getKind()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
5091
|
+
message: (f = msg.getMessage()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
5092
|
+
location: (f = msg.getLocation()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
5093
|
+
locationTag: (f = msg.getLocationTag()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
5094
|
+
errorTypeTag: (f = msg.getErrorTypeTag()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f)
|
|
6581
5095
|
};
|
|
6582
5096
|
|
|
6583
5097
|
if (includeInstance) {
|
|
@@ -6591,23 +5105,23 @@ proto.io.contract_testing.contractcase.grpc.RunExampleResponse.toObject = functi
|
|
|
6591
5105
|
/**
|
|
6592
5106
|
* Deserializes binary data (in protobuf wire format).
|
|
6593
5107
|
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
6594
|
-
* @return {!proto.io.contract_testing.contractcase.grpc.
|
|
5108
|
+
* @return {!proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest}
|
|
6595
5109
|
*/
|
|
6596
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
5110
|
+
proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest.deserializeBinary = function(bytes) {
|
|
6597
5111
|
var reader = new jspb.BinaryReader(bytes);
|
|
6598
|
-
var msg = new proto.io.contract_testing.contractcase.grpc.
|
|
6599
|
-
return proto.io.contract_testing.contractcase.grpc.
|
|
5112
|
+
var msg = new proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest;
|
|
5113
|
+
return proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest.deserializeBinaryFromReader(msg, reader);
|
|
6600
5114
|
};
|
|
6601
5115
|
|
|
6602
5116
|
|
|
6603
5117
|
/**
|
|
6604
5118
|
* Deserializes binary data (in protobuf wire format) from the
|
|
6605
5119
|
* given reader into the given message object.
|
|
6606
|
-
* @param {!proto.io.contract_testing.contractcase.grpc.
|
|
5120
|
+
* @param {!proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest} msg The message object to deserialize into.
|
|
6607
5121
|
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
6608
|
-
* @return {!proto.io.contract_testing.contractcase.grpc.
|
|
5122
|
+
* @return {!proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest}
|
|
6609
5123
|
*/
|
|
6610
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
5124
|
+
proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest.deserializeBinaryFromReader = function(msg, reader) {
|
|
6611
5125
|
while (reader.nextField()) {
|
|
6612
5126
|
if (reader.isEndGroup()) {
|
|
6613
5127
|
break;
|
|
@@ -6615,9 +5129,29 @@ proto.io.contract_testing.contractcase.grpc.RunExampleResponse.deserializeBinary
|
|
|
6615
5129
|
var field = reader.getFieldNumber();
|
|
6616
5130
|
switch (field) {
|
|
6617
5131
|
case 1:
|
|
6618
|
-
var value = new
|
|
6619
|
-
reader.readMessage(value,
|
|
6620
|
-
msg.
|
|
5132
|
+
var value = new google_protobuf_wrappers_pb.StringValue;
|
|
5133
|
+
reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
|
|
5134
|
+
msg.setKind(value);
|
|
5135
|
+
break;
|
|
5136
|
+
case 2:
|
|
5137
|
+
var value = new google_protobuf_wrappers_pb.StringValue;
|
|
5138
|
+
reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
|
|
5139
|
+
msg.setMessage(value);
|
|
5140
|
+
break;
|
|
5141
|
+
case 3:
|
|
5142
|
+
var value = new google_protobuf_wrappers_pb.StringValue;
|
|
5143
|
+
reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
|
|
5144
|
+
msg.setLocation(value);
|
|
5145
|
+
break;
|
|
5146
|
+
case 4:
|
|
5147
|
+
var value = new google_protobuf_wrappers_pb.StringValue;
|
|
5148
|
+
reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
|
|
5149
|
+
msg.setLocationTag(value);
|
|
5150
|
+
break;
|
|
5151
|
+
case 5:
|
|
5152
|
+
var value = new google_protobuf_wrappers_pb.StringValue;
|
|
5153
|
+
reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
|
|
5154
|
+
msg.setErrorTypeTag(value);
|
|
6621
5155
|
break;
|
|
6622
5156
|
default:
|
|
6623
5157
|
reader.skipField();
|
|
@@ -6632,9 +5166,9 @@ proto.io.contract_testing.contractcase.grpc.RunExampleResponse.deserializeBinary
|
|
|
6632
5166
|
* Serializes the message to binary data (in protobuf wire format).
|
|
6633
5167
|
* @return {!Uint8Array}
|
|
6634
5168
|
*/
|
|
6635
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
5169
|
+
proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest.prototype.serializeBinary = function() {
|
|
6636
5170
|
var writer = new jspb.BinaryWriter();
|
|
6637
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
5171
|
+
proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest.serializeBinaryToWriter(this, writer);
|
|
6638
5172
|
return writer.getResultBuffer();
|
|
6639
5173
|
};
|
|
6640
5174
|
|
|
@@ -6642,48 +5176,80 @@ proto.io.contract_testing.contractcase.grpc.RunExampleResponse.prototype.seriali
|
|
|
6642
5176
|
/**
|
|
6643
5177
|
* Serializes the given message to binary data (in protobuf wire
|
|
6644
5178
|
* format), writing to the given BinaryWriter.
|
|
6645
|
-
* @param {!proto.io.contract_testing.contractcase.grpc.
|
|
5179
|
+
* @param {!proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest} message
|
|
6646
5180
|
* @param {!jspb.BinaryWriter} writer
|
|
6647
5181
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
6648
5182
|
*/
|
|
6649
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
5183
|
+
proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest.serializeBinaryToWriter = function(message, writer) {
|
|
6650
5184
|
var f = undefined;
|
|
6651
|
-
f = message.
|
|
5185
|
+
f = message.getKind();
|
|
6652
5186
|
if (f != null) {
|
|
6653
5187
|
writer.writeMessage(
|
|
6654
5188
|
1,
|
|
6655
5189
|
f,
|
|
6656
|
-
|
|
5190
|
+
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
5191
|
+
);
|
|
5192
|
+
}
|
|
5193
|
+
f = message.getMessage();
|
|
5194
|
+
if (f != null) {
|
|
5195
|
+
writer.writeMessage(
|
|
5196
|
+
2,
|
|
5197
|
+
f,
|
|
5198
|
+
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
5199
|
+
);
|
|
5200
|
+
}
|
|
5201
|
+
f = message.getLocation();
|
|
5202
|
+
if (f != null) {
|
|
5203
|
+
writer.writeMessage(
|
|
5204
|
+
3,
|
|
5205
|
+
f,
|
|
5206
|
+
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
5207
|
+
);
|
|
5208
|
+
}
|
|
5209
|
+
f = message.getLocationTag();
|
|
5210
|
+
if (f != null) {
|
|
5211
|
+
writer.writeMessage(
|
|
5212
|
+
4,
|
|
5213
|
+
f,
|
|
5214
|
+
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
5215
|
+
);
|
|
5216
|
+
}
|
|
5217
|
+
f = message.getErrorTypeTag();
|
|
5218
|
+
if (f != null) {
|
|
5219
|
+
writer.writeMessage(
|
|
5220
|
+
5,
|
|
5221
|
+
f,
|
|
5222
|
+
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
6657
5223
|
);
|
|
6658
5224
|
}
|
|
6659
5225
|
};
|
|
6660
5226
|
|
|
6661
5227
|
|
|
6662
5228
|
/**
|
|
6663
|
-
* optional
|
|
6664
|
-
* @return {?proto.
|
|
5229
|
+
* optional google.protobuf.StringValue kind = 1;
|
|
5230
|
+
* @return {?proto.google.protobuf.StringValue}
|
|
6665
5231
|
*/
|
|
6666
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
6667
|
-
return /** @type{?proto.
|
|
6668
|
-
jspb.Message.getWrapperField(this,
|
|
5232
|
+
proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest.prototype.getKind = function() {
|
|
5233
|
+
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
5234
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 1));
|
|
6669
5235
|
};
|
|
6670
5236
|
|
|
6671
5237
|
|
|
6672
5238
|
/**
|
|
6673
|
-
* @param {?proto.
|
|
6674
|
-
* @return {!proto.io.contract_testing.contractcase.grpc.
|
|
5239
|
+
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
5240
|
+
* @return {!proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest} returns this
|
|
6675
5241
|
*/
|
|
6676
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
5242
|
+
proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest.prototype.setKind = function(value) {
|
|
6677
5243
|
return jspb.Message.setWrapperField(this, 1, value);
|
|
6678
5244
|
};
|
|
6679
5245
|
|
|
6680
5246
|
|
|
6681
5247
|
/**
|
|
6682
5248
|
* Clears the message field making it undefined.
|
|
6683
|
-
* @return {!proto.io.contract_testing.contractcase.grpc.
|
|
5249
|
+
* @return {!proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest} returns this
|
|
6684
5250
|
*/
|
|
6685
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
6686
|
-
return this.
|
|
5251
|
+
proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest.prototype.clearKind = function() {
|
|
5252
|
+
return this.setKind(undefined);
|
|
6687
5253
|
};
|
|
6688
5254
|
|
|
6689
5255
|
|
|
@@ -6691,150 +5257,147 @@ proto.io.contract_testing.contractcase.grpc.RunExampleResponse.prototype.clearRe
|
|
|
6691
5257
|
* Returns whether this field is set.
|
|
6692
5258
|
* @return {boolean}
|
|
6693
5259
|
*/
|
|
6694
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
5260
|
+
proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest.prototype.hasKind = function() {
|
|
6695
5261
|
return jspb.Message.getField(this, 1) != null;
|
|
6696
5262
|
};
|
|
6697
5263
|
|
|
6698
5264
|
|
|
5265
|
+
/**
|
|
5266
|
+
* optional google.protobuf.StringValue message = 2;
|
|
5267
|
+
* @return {?proto.google.protobuf.StringValue}
|
|
5268
|
+
*/
|
|
5269
|
+
proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest.prototype.getMessage = function() {
|
|
5270
|
+
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
5271
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 2));
|
|
5272
|
+
};
|
|
5273
|
+
|
|
6699
5274
|
|
|
5275
|
+
/**
|
|
5276
|
+
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
5277
|
+
* @return {!proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest} returns this
|
|
5278
|
+
*/
|
|
5279
|
+
proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest.prototype.setMessage = function(value) {
|
|
5280
|
+
return jspb.Message.setWrapperField(this, 2, value);
|
|
5281
|
+
};
|
|
6700
5282
|
|
|
6701
5283
|
|
|
6702
|
-
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
6703
5284
|
/**
|
|
6704
|
-
*
|
|
6705
|
-
*
|
|
6706
|
-
* Optional fields that are not set will be set to undefined.
|
|
6707
|
-
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
6708
|
-
* For the list of reserved names please see:
|
|
6709
|
-
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
6710
|
-
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
6711
|
-
* JSPB instance for transitional soy proto support:
|
|
6712
|
-
* http://goto/soy-param-migration
|
|
6713
|
-
* @return {!Object}
|
|
5285
|
+
* Clears the message field making it undefined.
|
|
5286
|
+
* @return {!proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest} returns this
|
|
6714
5287
|
*/
|
|
6715
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
6716
|
-
return
|
|
5288
|
+
proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest.prototype.clearMessage = function() {
|
|
5289
|
+
return this.setMessage(undefined);
|
|
6717
5290
|
};
|
|
6718
5291
|
|
|
6719
5292
|
|
|
6720
5293
|
/**
|
|
6721
|
-
*
|
|
6722
|
-
* @
|
|
6723
|
-
* the JSPB instance for transitional soy proto support:
|
|
6724
|
-
* http://goto/soy-param-migration
|
|
6725
|
-
* @param {!proto.io.contract_testing.contractcase.grpc.RunRejectingExampleResponse} msg The msg instance to transform.
|
|
6726
|
-
* @return {!Object}
|
|
6727
|
-
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
5294
|
+
* Returns whether this field is set.
|
|
5295
|
+
* @return {boolean}
|
|
6728
5296
|
*/
|
|
6729
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
6730
|
-
|
|
6731
|
-
|
|
6732
|
-
};
|
|
5297
|
+
proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest.prototype.hasMessage = function() {
|
|
5298
|
+
return jspb.Message.getField(this, 2) != null;
|
|
5299
|
+
};
|
|
6733
5300
|
|
|
6734
|
-
|
|
6735
|
-
|
|
6736
|
-
|
|
6737
|
-
|
|
5301
|
+
|
|
5302
|
+
/**
|
|
5303
|
+
* optional google.protobuf.StringValue location = 3;
|
|
5304
|
+
* @return {?proto.google.protobuf.StringValue}
|
|
5305
|
+
*/
|
|
5306
|
+
proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest.prototype.getLocation = function() {
|
|
5307
|
+
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
5308
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 3));
|
|
6738
5309
|
};
|
|
6739
|
-
}
|
|
6740
5310
|
|
|
6741
5311
|
|
|
6742
5312
|
/**
|
|
6743
|
-
*
|
|
6744
|
-
* @
|
|
6745
|
-
|
|
5313
|
+
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
5314
|
+
* @return {!proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest} returns this
|
|
5315
|
+
*/
|
|
5316
|
+
proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest.prototype.setLocation = function(value) {
|
|
5317
|
+
return jspb.Message.setWrapperField(this, 3, value);
|
|
5318
|
+
};
|
|
5319
|
+
|
|
5320
|
+
|
|
5321
|
+
/**
|
|
5322
|
+
* Clears the message field making it undefined.
|
|
5323
|
+
* @return {!proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest} returns this
|
|
6746
5324
|
*/
|
|
6747
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
6748
|
-
|
|
6749
|
-
var msg = new proto.io.contract_testing.contractcase.grpc.RunRejectingExampleResponse;
|
|
6750
|
-
return proto.io.contract_testing.contractcase.grpc.RunRejectingExampleResponse.deserializeBinaryFromReader(msg, reader);
|
|
5325
|
+
proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest.prototype.clearLocation = function() {
|
|
5326
|
+
return this.setLocation(undefined);
|
|
6751
5327
|
};
|
|
6752
5328
|
|
|
6753
5329
|
|
|
6754
5330
|
/**
|
|
6755
|
-
*
|
|
6756
|
-
*
|
|
6757
|
-
* @param {!proto.io.contract_testing.contractcase.grpc.RunRejectingExampleResponse} msg The message object to deserialize into.
|
|
6758
|
-
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
6759
|
-
* @return {!proto.io.contract_testing.contractcase.grpc.RunRejectingExampleResponse}
|
|
5331
|
+
* Returns whether this field is set.
|
|
5332
|
+
* @return {boolean}
|
|
6760
5333
|
*/
|
|
6761
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
6762
|
-
|
|
6763
|
-
|
|
6764
|
-
|
|
6765
|
-
|
|
6766
|
-
|
|
6767
|
-
|
|
6768
|
-
|
|
6769
|
-
|
|
6770
|
-
|
|
6771
|
-
|
|
6772
|
-
|
|
6773
|
-
|
|
6774
|
-
|
|
6775
|
-
|
|
6776
|
-
|
|
6777
|
-
|
|
6778
|
-
|
|
5334
|
+
proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest.prototype.hasLocation = function() {
|
|
5335
|
+
return jspb.Message.getField(this, 3) != null;
|
|
5336
|
+
};
|
|
5337
|
+
|
|
5338
|
+
|
|
5339
|
+
/**
|
|
5340
|
+
* optional google.protobuf.StringValue location_tag = 4;
|
|
5341
|
+
* @return {?proto.google.protobuf.StringValue}
|
|
5342
|
+
*/
|
|
5343
|
+
proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest.prototype.getLocationTag = function() {
|
|
5344
|
+
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
5345
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 4));
|
|
5346
|
+
};
|
|
5347
|
+
|
|
5348
|
+
|
|
5349
|
+
/**
|
|
5350
|
+
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
5351
|
+
* @return {!proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest} returns this
|
|
5352
|
+
*/
|
|
5353
|
+
proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest.prototype.setLocationTag = function(value) {
|
|
5354
|
+
return jspb.Message.setWrapperField(this, 4, value);
|
|
6779
5355
|
};
|
|
6780
5356
|
|
|
6781
5357
|
|
|
6782
5358
|
/**
|
|
6783
|
-
*
|
|
6784
|
-
* @return {!
|
|
5359
|
+
* Clears the message field making it undefined.
|
|
5360
|
+
* @return {!proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest} returns this
|
|
6785
5361
|
*/
|
|
6786
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
6787
|
-
|
|
6788
|
-
proto.io.contract_testing.contractcase.grpc.RunRejectingExampleResponse.serializeBinaryToWriter(this, writer);
|
|
6789
|
-
return writer.getResultBuffer();
|
|
5362
|
+
proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest.prototype.clearLocationTag = function() {
|
|
5363
|
+
return this.setLocationTag(undefined);
|
|
6790
5364
|
};
|
|
6791
5365
|
|
|
6792
5366
|
|
|
6793
5367
|
/**
|
|
6794
|
-
*
|
|
6795
|
-
*
|
|
6796
|
-
* @param {!proto.io.contract_testing.contractcase.grpc.RunRejectingExampleResponse} message
|
|
6797
|
-
* @param {!jspb.BinaryWriter} writer
|
|
6798
|
-
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
5368
|
+
* Returns whether this field is set.
|
|
5369
|
+
* @return {boolean}
|
|
6799
5370
|
*/
|
|
6800
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
6801
|
-
|
|
6802
|
-
f = message.getResult();
|
|
6803
|
-
if (f != null) {
|
|
6804
|
-
writer.writeMessage(
|
|
6805
|
-
1,
|
|
6806
|
-
f,
|
|
6807
|
-
proto.io.contract_testing.contractcase.grpc.BoundaryResult.serializeBinaryToWriter
|
|
6808
|
-
);
|
|
6809
|
-
}
|
|
5371
|
+
proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest.prototype.hasLocationTag = function() {
|
|
5372
|
+
return jspb.Message.getField(this, 4) != null;
|
|
6810
5373
|
};
|
|
6811
5374
|
|
|
6812
5375
|
|
|
6813
5376
|
/**
|
|
6814
|
-
* optional
|
|
6815
|
-
* @return {?proto.
|
|
5377
|
+
* optional google.protobuf.StringValue error_type_tag = 5;
|
|
5378
|
+
* @return {?proto.google.protobuf.StringValue}
|
|
6816
5379
|
*/
|
|
6817
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
6818
|
-
return /** @type{?proto.
|
|
6819
|
-
jspb.Message.getWrapperField(this,
|
|
5380
|
+
proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest.prototype.getErrorTypeTag = function() {
|
|
5381
|
+
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
5382
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 5));
|
|
6820
5383
|
};
|
|
6821
5384
|
|
|
6822
5385
|
|
|
6823
5386
|
/**
|
|
6824
|
-
* @param {?proto.
|
|
6825
|
-
* @return {!proto.io.contract_testing.contractcase.grpc.
|
|
5387
|
+
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
5388
|
+
* @return {!proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest} returns this
|
|
6826
5389
|
*/
|
|
6827
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
6828
|
-
return jspb.Message.setWrapperField(this,
|
|
5390
|
+
proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest.prototype.setErrorTypeTag = function(value) {
|
|
5391
|
+
return jspb.Message.setWrapperField(this, 5, value);
|
|
6829
5392
|
};
|
|
6830
5393
|
|
|
6831
5394
|
|
|
6832
5395
|
/**
|
|
6833
5396
|
* Clears the message field making it undefined.
|
|
6834
|
-
* @return {!proto.io.contract_testing.contractcase.grpc.
|
|
5397
|
+
* @return {!proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest} returns this
|
|
6835
5398
|
*/
|
|
6836
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
6837
|
-
return this.
|
|
5399
|
+
proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest.prototype.clearErrorTypeTag = function() {
|
|
5400
|
+
return this.setErrorTypeTag(undefined);
|
|
6838
5401
|
};
|
|
6839
5402
|
|
|
6840
5403
|
|
|
@@ -6842,8 +5405,8 @@ proto.io.contract_testing.contractcase.grpc.RunRejectingExampleResponse.prototyp
|
|
|
6842
5405
|
* Returns whether this field is set.
|
|
6843
5406
|
* @return {boolean}
|
|
6844
5407
|
*/
|
|
6845
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
6846
|
-
return jspb.Message.getField(this,
|
|
5408
|
+
proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest.prototype.hasErrorTypeTag = function() {
|
|
5409
|
+
return jspb.Message.getField(this, 5) != null;
|
|
6847
5410
|
};
|
|
6848
5411
|
|
|
6849
5412
|
|
|
@@ -6863,8 +5426,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
|
6863
5426
|
* http://goto/soy-param-migration
|
|
6864
5427
|
* @return {!Object}
|
|
6865
5428
|
*/
|
|
6866
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
6867
|
-
return proto.io.contract_testing.contractcase.grpc.
|
|
5429
|
+
proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest.prototype.toObject = function(opt_includeInstance) {
|
|
5430
|
+
return proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest.toObject(opt_includeInstance, this);
|
|
6868
5431
|
};
|
|
6869
5432
|
|
|
6870
5433
|
|
|
@@ -6873,13 +5436,16 @@ proto.io.contract_testing.contractcase.grpc.StripMatchersResponse.prototype.toOb
|
|
|
6873
5436
|
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
6874
5437
|
* the JSPB instance for transitional soy proto support:
|
|
6875
5438
|
* http://goto/soy-param-migration
|
|
6876
|
-
* @param {!proto.io.contract_testing.contractcase.grpc.
|
|
5439
|
+
* @param {!proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest} msg The msg instance to transform.
|
|
6877
5440
|
* @return {!Object}
|
|
6878
5441
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
6879
5442
|
*/
|
|
6880
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
5443
|
+
proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest.toObject = function(includeInstance, msg) {
|
|
6881
5444
|
var f, obj = {
|
|
6882
|
-
|
|
5445
|
+
kind: (f = msg.getKind()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
5446
|
+
icon: (f = msg.getIcon()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
5447
|
+
title: (f = msg.getTitle()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
5448
|
+
additionalText: (f = msg.getAdditionalText()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f)
|
|
6883
5449
|
};
|
|
6884
5450
|
|
|
6885
5451
|
if (includeInstance) {
|
|
@@ -6893,23 +5459,23 @@ proto.io.contract_testing.contractcase.grpc.StripMatchersResponse.toObject = fun
|
|
|
6893
5459
|
/**
|
|
6894
5460
|
* Deserializes binary data (in protobuf wire format).
|
|
6895
5461
|
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
6896
|
-
* @return {!proto.io.contract_testing.contractcase.grpc.
|
|
5462
|
+
* @return {!proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest}
|
|
6897
5463
|
*/
|
|
6898
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
5464
|
+
proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest.deserializeBinary = function(bytes) {
|
|
6899
5465
|
var reader = new jspb.BinaryReader(bytes);
|
|
6900
|
-
var msg = new proto.io.contract_testing.contractcase.grpc.
|
|
6901
|
-
return proto.io.contract_testing.contractcase.grpc.
|
|
5466
|
+
var msg = new proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest;
|
|
5467
|
+
return proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest.deserializeBinaryFromReader(msg, reader);
|
|
6902
5468
|
};
|
|
6903
5469
|
|
|
6904
5470
|
|
|
6905
5471
|
/**
|
|
6906
5472
|
* Deserializes binary data (in protobuf wire format) from the
|
|
6907
5473
|
* given reader into the given message object.
|
|
6908
|
-
* @param {!proto.io.contract_testing.contractcase.grpc.
|
|
5474
|
+
* @param {!proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest} msg The message object to deserialize into.
|
|
6909
5475
|
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
6910
|
-
* @return {!proto.io.contract_testing.contractcase.grpc.
|
|
5476
|
+
* @return {!proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest}
|
|
6911
5477
|
*/
|
|
6912
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
5478
|
+
proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest.deserializeBinaryFromReader = function(msg, reader) {
|
|
6913
5479
|
while (reader.nextField()) {
|
|
6914
5480
|
if (reader.isEndGroup()) {
|
|
6915
5481
|
break;
|
|
@@ -6917,9 +5483,24 @@ proto.io.contract_testing.contractcase.grpc.StripMatchersResponse.deserializeBin
|
|
|
6917
5483
|
var field = reader.getFieldNumber();
|
|
6918
5484
|
switch (field) {
|
|
6919
5485
|
case 1:
|
|
6920
|
-
var value = new
|
|
6921
|
-
reader.readMessage(value,
|
|
6922
|
-
msg.
|
|
5486
|
+
var value = new google_protobuf_wrappers_pb.StringValue;
|
|
5487
|
+
reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
|
|
5488
|
+
msg.setKind(value);
|
|
5489
|
+
break;
|
|
5490
|
+
case 2:
|
|
5491
|
+
var value = new google_protobuf_wrappers_pb.StringValue;
|
|
5492
|
+
reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
|
|
5493
|
+
msg.setIcon(value);
|
|
5494
|
+
break;
|
|
5495
|
+
case 3:
|
|
5496
|
+
var value = new google_protobuf_wrappers_pb.StringValue;
|
|
5497
|
+
reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
|
|
5498
|
+
msg.setTitle(value);
|
|
5499
|
+
break;
|
|
5500
|
+
case 4:
|
|
5501
|
+
var value = new google_protobuf_wrappers_pb.StringValue;
|
|
5502
|
+
reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
|
|
5503
|
+
msg.setAdditionalText(value);
|
|
6923
5504
|
break;
|
|
6924
5505
|
default:
|
|
6925
5506
|
reader.skipField();
|
|
@@ -6934,9 +5515,9 @@ proto.io.contract_testing.contractcase.grpc.StripMatchersResponse.deserializeBin
|
|
|
6934
5515
|
* Serializes the message to binary data (in protobuf wire format).
|
|
6935
5516
|
* @return {!Uint8Array}
|
|
6936
5517
|
*/
|
|
6937
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
5518
|
+
proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest.prototype.serializeBinary = function() {
|
|
6938
5519
|
var writer = new jspb.BinaryWriter();
|
|
6939
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
5520
|
+
proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest.serializeBinaryToWriter(this, writer);
|
|
6940
5521
|
return writer.getResultBuffer();
|
|
6941
5522
|
};
|
|
6942
5523
|
|
|
@@ -6944,48 +5525,72 @@ proto.io.contract_testing.contractcase.grpc.StripMatchersResponse.prototype.seri
|
|
|
6944
5525
|
/**
|
|
6945
5526
|
* Serializes the given message to binary data (in protobuf wire
|
|
6946
5527
|
* format), writing to the given BinaryWriter.
|
|
6947
|
-
* @param {!proto.io.contract_testing.contractcase.grpc.
|
|
5528
|
+
* @param {!proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest} message
|
|
6948
5529
|
* @param {!jspb.BinaryWriter} writer
|
|
6949
5530
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
6950
5531
|
*/
|
|
6951
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
5532
|
+
proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest.serializeBinaryToWriter = function(message, writer) {
|
|
6952
5533
|
var f = undefined;
|
|
6953
|
-
f = message.
|
|
5534
|
+
f = message.getKind();
|
|
6954
5535
|
if (f != null) {
|
|
6955
5536
|
writer.writeMessage(
|
|
6956
5537
|
1,
|
|
6957
5538
|
f,
|
|
6958
|
-
|
|
5539
|
+
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
5540
|
+
);
|
|
5541
|
+
}
|
|
5542
|
+
f = message.getIcon();
|
|
5543
|
+
if (f != null) {
|
|
5544
|
+
writer.writeMessage(
|
|
5545
|
+
2,
|
|
5546
|
+
f,
|
|
5547
|
+
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
5548
|
+
);
|
|
5549
|
+
}
|
|
5550
|
+
f = message.getTitle();
|
|
5551
|
+
if (f != null) {
|
|
5552
|
+
writer.writeMessage(
|
|
5553
|
+
3,
|
|
5554
|
+
f,
|
|
5555
|
+
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
5556
|
+
);
|
|
5557
|
+
}
|
|
5558
|
+
f = message.getAdditionalText();
|
|
5559
|
+
if (f != null) {
|
|
5560
|
+
writer.writeMessage(
|
|
5561
|
+
4,
|
|
5562
|
+
f,
|
|
5563
|
+
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
6959
5564
|
);
|
|
6960
5565
|
}
|
|
6961
5566
|
};
|
|
6962
5567
|
|
|
6963
5568
|
|
|
6964
5569
|
/**
|
|
6965
|
-
* optional
|
|
6966
|
-
* @return {?proto.
|
|
5570
|
+
* optional google.protobuf.StringValue kind = 1;
|
|
5571
|
+
* @return {?proto.google.protobuf.StringValue}
|
|
6967
5572
|
*/
|
|
6968
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
6969
|
-
return /** @type{?proto.
|
|
6970
|
-
jspb.Message.getWrapperField(this,
|
|
5573
|
+
proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest.prototype.getKind = function() {
|
|
5574
|
+
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
5575
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 1));
|
|
6971
5576
|
};
|
|
6972
5577
|
|
|
6973
5578
|
|
|
6974
5579
|
/**
|
|
6975
|
-
* @param {?proto.
|
|
6976
|
-
* @return {!proto.io.contract_testing.contractcase.grpc.
|
|
5580
|
+
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
5581
|
+
* @return {!proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest} returns this
|
|
6977
5582
|
*/
|
|
6978
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
5583
|
+
proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest.prototype.setKind = function(value) {
|
|
6979
5584
|
return jspb.Message.setWrapperField(this, 1, value);
|
|
6980
5585
|
};
|
|
6981
5586
|
|
|
6982
5587
|
|
|
6983
5588
|
/**
|
|
6984
5589
|
* Clears the message field making it undefined.
|
|
6985
|
-
* @return {!proto.io.contract_testing.contractcase.grpc.
|
|
5590
|
+
* @return {!proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest} returns this
|
|
6986
5591
|
*/
|
|
6987
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
6988
|
-
return this.
|
|
5592
|
+
proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest.prototype.clearKind = function() {
|
|
5593
|
+
return this.setKind(undefined);
|
|
6989
5594
|
};
|
|
6990
5595
|
|
|
6991
5596
|
|
|
@@ -6993,150 +5598,110 @@ proto.io.contract_testing.contractcase.grpc.StripMatchersResponse.prototype.clea
|
|
|
6993
5598
|
* Returns whether this field is set.
|
|
6994
5599
|
* @return {boolean}
|
|
6995
5600
|
*/
|
|
6996
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
5601
|
+
proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest.prototype.hasKind = function() {
|
|
6997
5602
|
return jspb.Message.getField(this, 1) != null;
|
|
6998
5603
|
};
|
|
6999
5604
|
|
|
7000
5605
|
|
|
5606
|
+
/**
|
|
5607
|
+
* optional google.protobuf.StringValue icon = 2;
|
|
5608
|
+
* @return {?proto.google.protobuf.StringValue}
|
|
5609
|
+
*/
|
|
5610
|
+
proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest.prototype.getIcon = function() {
|
|
5611
|
+
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
5612
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 2));
|
|
5613
|
+
};
|
|
5614
|
+
|
|
7001
5615
|
|
|
5616
|
+
/**
|
|
5617
|
+
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
5618
|
+
* @return {!proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest} returns this
|
|
5619
|
+
*/
|
|
5620
|
+
proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest.prototype.setIcon = function(value) {
|
|
5621
|
+
return jspb.Message.setWrapperField(this, 2, value);
|
|
5622
|
+
};
|
|
7002
5623
|
|
|
7003
5624
|
|
|
7004
|
-
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
7005
5625
|
/**
|
|
7006
|
-
*
|
|
7007
|
-
*
|
|
7008
|
-
* Optional fields that are not set will be set to undefined.
|
|
7009
|
-
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
7010
|
-
* For the list of reserved names please see:
|
|
7011
|
-
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
7012
|
-
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
7013
|
-
* JSPB instance for transitional soy proto support:
|
|
7014
|
-
* http://goto/soy-param-migration
|
|
7015
|
-
* @return {!Object}
|
|
5626
|
+
* Clears the message field making it undefined.
|
|
5627
|
+
* @return {!proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest} returns this
|
|
7016
5628
|
*/
|
|
7017
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
7018
|
-
return
|
|
5629
|
+
proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest.prototype.clearIcon = function() {
|
|
5630
|
+
return this.setIcon(undefined);
|
|
7019
5631
|
};
|
|
7020
5632
|
|
|
7021
5633
|
|
|
7022
5634
|
/**
|
|
7023
|
-
*
|
|
7024
|
-
* @
|
|
7025
|
-
* the JSPB instance for transitional soy proto support:
|
|
7026
|
-
* http://goto/soy-param-migration
|
|
7027
|
-
* @param {!proto.io.contract_testing.contractcase.grpc.EndDefinitionResponse} msg The msg instance to transform.
|
|
7028
|
-
* @return {!Object}
|
|
7029
|
-
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
5635
|
+
* Returns whether this field is set.
|
|
5636
|
+
* @return {boolean}
|
|
7030
5637
|
*/
|
|
7031
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
7032
|
-
|
|
7033
|
-
result: (f = msg.getResult()) && proto.io.contract_testing.contractcase.grpc.BoundaryResult.toObject(includeInstance, f)
|
|
7034
|
-
};
|
|
7035
|
-
|
|
7036
|
-
if (includeInstance) {
|
|
7037
|
-
obj.$jspbMessageInstance = msg;
|
|
7038
|
-
}
|
|
7039
|
-
return obj;
|
|
5638
|
+
proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest.prototype.hasIcon = function() {
|
|
5639
|
+
return jspb.Message.getField(this, 2) != null;
|
|
7040
5640
|
};
|
|
7041
|
-
}
|
|
7042
5641
|
|
|
7043
5642
|
|
|
7044
5643
|
/**
|
|
7045
|
-
*
|
|
7046
|
-
* @
|
|
7047
|
-
* @return {!proto.io.contract_testing.contractcase.grpc.EndDefinitionResponse}
|
|
5644
|
+
* optional google.protobuf.StringValue title = 3;
|
|
5645
|
+
* @return {?proto.google.protobuf.StringValue}
|
|
7048
5646
|
*/
|
|
7049
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
7050
|
-
|
|
7051
|
-
|
|
7052
|
-
return proto.io.contract_testing.contractcase.grpc.EndDefinitionResponse.deserializeBinaryFromReader(msg, reader);
|
|
5647
|
+
proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest.prototype.getTitle = function() {
|
|
5648
|
+
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
5649
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 3));
|
|
7053
5650
|
};
|
|
7054
5651
|
|
|
7055
5652
|
|
|
7056
5653
|
/**
|
|
7057
|
-
*
|
|
7058
|
-
*
|
|
7059
|
-
|
|
7060
|
-
|
|
7061
|
-
|
|
7062
|
-
*/
|
|
7063
|
-
proto.io.contract_testing.contractcase.grpc.EndDefinitionResponse.deserializeBinaryFromReader = function(msg, reader) {
|
|
7064
|
-
while (reader.nextField()) {
|
|
7065
|
-
if (reader.isEndGroup()) {
|
|
7066
|
-
break;
|
|
7067
|
-
}
|
|
7068
|
-
var field = reader.getFieldNumber();
|
|
7069
|
-
switch (field) {
|
|
7070
|
-
case 1:
|
|
7071
|
-
var value = new proto.io.contract_testing.contractcase.grpc.BoundaryResult;
|
|
7072
|
-
reader.readMessage(value,proto.io.contract_testing.contractcase.grpc.BoundaryResult.deserializeBinaryFromReader);
|
|
7073
|
-
msg.setResult(value);
|
|
7074
|
-
break;
|
|
7075
|
-
default:
|
|
7076
|
-
reader.skipField();
|
|
7077
|
-
break;
|
|
7078
|
-
}
|
|
7079
|
-
}
|
|
7080
|
-
return msg;
|
|
5654
|
+
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
5655
|
+
* @return {!proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest} returns this
|
|
5656
|
+
*/
|
|
5657
|
+
proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest.prototype.setTitle = function(value) {
|
|
5658
|
+
return jspb.Message.setWrapperField(this, 3, value);
|
|
7081
5659
|
};
|
|
7082
5660
|
|
|
7083
5661
|
|
|
7084
5662
|
/**
|
|
7085
|
-
*
|
|
7086
|
-
* @return {!
|
|
5663
|
+
* Clears the message field making it undefined.
|
|
5664
|
+
* @return {!proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest} returns this
|
|
7087
5665
|
*/
|
|
7088
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
7089
|
-
|
|
7090
|
-
proto.io.contract_testing.contractcase.grpc.EndDefinitionResponse.serializeBinaryToWriter(this, writer);
|
|
7091
|
-
return writer.getResultBuffer();
|
|
5666
|
+
proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest.prototype.clearTitle = function() {
|
|
5667
|
+
return this.setTitle(undefined);
|
|
7092
5668
|
};
|
|
7093
5669
|
|
|
7094
5670
|
|
|
7095
5671
|
/**
|
|
7096
|
-
*
|
|
7097
|
-
*
|
|
7098
|
-
* @param {!proto.io.contract_testing.contractcase.grpc.EndDefinitionResponse} message
|
|
7099
|
-
* @param {!jspb.BinaryWriter} writer
|
|
7100
|
-
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
5672
|
+
* Returns whether this field is set.
|
|
5673
|
+
* @return {boolean}
|
|
7101
5674
|
*/
|
|
7102
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
7103
|
-
|
|
7104
|
-
f = message.getResult();
|
|
7105
|
-
if (f != null) {
|
|
7106
|
-
writer.writeMessage(
|
|
7107
|
-
1,
|
|
7108
|
-
f,
|
|
7109
|
-
proto.io.contract_testing.contractcase.grpc.BoundaryResult.serializeBinaryToWriter
|
|
7110
|
-
);
|
|
7111
|
-
}
|
|
5675
|
+
proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest.prototype.hasTitle = function() {
|
|
5676
|
+
return jspb.Message.getField(this, 3) != null;
|
|
7112
5677
|
};
|
|
7113
5678
|
|
|
7114
5679
|
|
|
7115
5680
|
/**
|
|
7116
|
-
* optional
|
|
7117
|
-
* @return {?proto.
|
|
5681
|
+
* optional google.protobuf.StringValue additional_text = 4;
|
|
5682
|
+
* @return {?proto.google.protobuf.StringValue}
|
|
7118
5683
|
*/
|
|
7119
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
7120
|
-
return /** @type{?proto.
|
|
7121
|
-
jspb.Message.getWrapperField(this,
|
|
5684
|
+
proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest.prototype.getAdditionalText = function() {
|
|
5685
|
+
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
5686
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 4));
|
|
7122
5687
|
};
|
|
7123
5688
|
|
|
7124
5689
|
|
|
7125
5690
|
/**
|
|
7126
|
-
* @param {?proto.
|
|
7127
|
-
* @return {!proto.io.contract_testing.contractcase.grpc.
|
|
5691
|
+
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
5692
|
+
* @return {!proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest} returns this
|
|
7128
5693
|
*/
|
|
7129
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
7130
|
-
return jspb.Message.setWrapperField(this,
|
|
5694
|
+
proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest.prototype.setAdditionalText = function(value) {
|
|
5695
|
+
return jspb.Message.setWrapperField(this, 4, value);
|
|
7131
5696
|
};
|
|
7132
5697
|
|
|
7133
5698
|
|
|
7134
5699
|
/**
|
|
7135
5700
|
* Clears the message field making it undefined.
|
|
7136
|
-
* @return {!proto.io.contract_testing.contractcase.grpc.
|
|
5701
|
+
* @return {!proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest} returns this
|
|
7137
5702
|
*/
|
|
7138
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
7139
|
-
return this.
|
|
5703
|
+
proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest.prototype.clearAdditionalText = function() {
|
|
5704
|
+
return this.setAdditionalText(undefined);
|
|
7140
5705
|
};
|
|
7141
5706
|
|
|
7142
5707
|
|
|
@@ -7144,8 +5709,8 @@ proto.io.contract_testing.contractcase.grpc.EndDefinitionResponse.prototype.clea
|
|
|
7144
5709
|
* Returns whether this field is set.
|
|
7145
5710
|
* @return {boolean}
|
|
7146
5711
|
*/
|
|
7147
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
7148
|
-
return jspb.Message.getField(this,
|
|
5712
|
+
proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest.prototype.hasAdditionalText = function() {
|
|
5713
|
+
return jspb.Message.getField(this, 4) != null;
|
|
7149
5714
|
};
|
|
7150
5715
|
|
|
7151
5716
|
|
|
@@ -7165,8 +5730,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
|
7165
5730
|
* http://goto/soy-param-migration
|
|
7166
5731
|
* @return {!Object}
|
|
7167
5732
|
*/
|
|
7168
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
7169
|
-
return proto.io.contract_testing.contractcase.grpc.
|
|
5733
|
+
proto.io.contract_testing.contractcase.grpc.ResultResponse.prototype.toObject = function(opt_includeInstance) {
|
|
5734
|
+
return proto.io.contract_testing.contractcase.grpc.ResultResponse.toObject(opt_includeInstance, this);
|
|
7170
5735
|
};
|
|
7171
5736
|
|
|
7172
5737
|
|
|
@@ -7175,11 +5740,11 @@ proto.io.contract_testing.contractcase.grpc.TriggerFunctionResponse.prototype.to
|
|
|
7175
5740
|
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
7176
5741
|
* the JSPB instance for transitional soy proto support:
|
|
7177
5742
|
* http://goto/soy-param-migration
|
|
7178
|
-
* @param {!proto.io.contract_testing.contractcase.grpc.
|
|
5743
|
+
* @param {!proto.io.contract_testing.contractcase.grpc.ResultResponse} msg The msg instance to transform.
|
|
7179
5744
|
* @return {!Object}
|
|
7180
5745
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
7181
5746
|
*/
|
|
7182
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
5747
|
+
proto.io.contract_testing.contractcase.grpc.ResultResponse.toObject = function(includeInstance, msg) {
|
|
7183
5748
|
var f, obj = {
|
|
7184
5749
|
result: (f = msg.getResult()) && proto.io.contract_testing.contractcase.grpc.BoundaryResult.toObject(includeInstance, f)
|
|
7185
5750
|
};
|
|
@@ -7195,23 +5760,23 @@ proto.io.contract_testing.contractcase.grpc.TriggerFunctionResponse.toObject = f
|
|
|
7195
5760
|
/**
|
|
7196
5761
|
* Deserializes binary data (in protobuf wire format).
|
|
7197
5762
|
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
7198
|
-
* @return {!proto.io.contract_testing.contractcase.grpc.
|
|
5763
|
+
* @return {!proto.io.contract_testing.contractcase.grpc.ResultResponse}
|
|
7199
5764
|
*/
|
|
7200
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
5765
|
+
proto.io.contract_testing.contractcase.grpc.ResultResponse.deserializeBinary = function(bytes) {
|
|
7201
5766
|
var reader = new jspb.BinaryReader(bytes);
|
|
7202
|
-
var msg = new proto.io.contract_testing.contractcase.grpc.
|
|
7203
|
-
return proto.io.contract_testing.contractcase.grpc.
|
|
5767
|
+
var msg = new proto.io.contract_testing.contractcase.grpc.ResultResponse;
|
|
5768
|
+
return proto.io.contract_testing.contractcase.grpc.ResultResponse.deserializeBinaryFromReader(msg, reader);
|
|
7204
5769
|
};
|
|
7205
5770
|
|
|
7206
5771
|
|
|
7207
5772
|
/**
|
|
7208
5773
|
* Deserializes binary data (in protobuf wire format) from the
|
|
7209
5774
|
* given reader into the given message object.
|
|
7210
|
-
* @param {!proto.io.contract_testing.contractcase.grpc.
|
|
5775
|
+
* @param {!proto.io.contract_testing.contractcase.grpc.ResultResponse} msg The message object to deserialize into.
|
|
7211
5776
|
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
7212
|
-
* @return {!proto.io.contract_testing.contractcase.grpc.
|
|
5777
|
+
* @return {!proto.io.contract_testing.contractcase.grpc.ResultResponse}
|
|
7213
5778
|
*/
|
|
7214
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
5779
|
+
proto.io.contract_testing.contractcase.grpc.ResultResponse.deserializeBinaryFromReader = function(msg, reader) {
|
|
7215
5780
|
while (reader.nextField()) {
|
|
7216
5781
|
if (reader.isEndGroup()) {
|
|
7217
5782
|
break;
|
|
@@ -7236,9 +5801,9 @@ proto.io.contract_testing.contractcase.grpc.TriggerFunctionResponse.deserializeB
|
|
|
7236
5801
|
* Serializes the message to binary data (in protobuf wire format).
|
|
7237
5802
|
* @return {!Uint8Array}
|
|
7238
5803
|
*/
|
|
7239
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
5804
|
+
proto.io.contract_testing.contractcase.grpc.ResultResponse.prototype.serializeBinary = function() {
|
|
7240
5805
|
var writer = new jspb.BinaryWriter();
|
|
7241
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
5806
|
+
proto.io.contract_testing.contractcase.grpc.ResultResponse.serializeBinaryToWriter(this, writer);
|
|
7242
5807
|
return writer.getResultBuffer();
|
|
7243
5808
|
};
|
|
7244
5809
|
|
|
@@ -7246,11 +5811,11 @@ proto.io.contract_testing.contractcase.grpc.TriggerFunctionResponse.prototype.se
|
|
|
7246
5811
|
/**
|
|
7247
5812
|
* Serializes the given message to binary data (in protobuf wire
|
|
7248
5813
|
* format), writing to the given BinaryWriter.
|
|
7249
|
-
* @param {!proto.io.contract_testing.contractcase.grpc.
|
|
5814
|
+
* @param {!proto.io.contract_testing.contractcase.grpc.ResultResponse} message
|
|
7250
5815
|
* @param {!jspb.BinaryWriter} writer
|
|
7251
5816
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
7252
5817
|
*/
|
|
7253
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
5818
|
+
proto.io.contract_testing.contractcase.grpc.ResultResponse.serializeBinaryToWriter = function(message, writer) {
|
|
7254
5819
|
var f = undefined;
|
|
7255
5820
|
f = message.getResult();
|
|
7256
5821
|
if (f != null) {
|
|
@@ -7267,7 +5832,7 @@ proto.io.contract_testing.contractcase.grpc.TriggerFunctionResponse.serializeBin
|
|
|
7267
5832
|
* optional BoundaryResult result = 1;
|
|
7268
5833
|
* @return {?proto.io.contract_testing.contractcase.grpc.BoundaryResult}
|
|
7269
5834
|
*/
|
|
7270
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
5835
|
+
proto.io.contract_testing.contractcase.grpc.ResultResponse.prototype.getResult = function() {
|
|
7271
5836
|
return /** @type{?proto.io.contract_testing.contractcase.grpc.BoundaryResult} */ (
|
|
7272
5837
|
jspb.Message.getWrapperField(this, proto.io.contract_testing.contractcase.grpc.BoundaryResult, 1));
|
|
7273
5838
|
};
|
|
@@ -7275,18 +5840,18 @@ proto.io.contract_testing.contractcase.grpc.TriggerFunctionResponse.prototype.ge
|
|
|
7275
5840
|
|
|
7276
5841
|
/**
|
|
7277
5842
|
* @param {?proto.io.contract_testing.contractcase.grpc.BoundaryResult|undefined} value
|
|
7278
|
-
* @return {!proto.io.contract_testing.contractcase.grpc.
|
|
5843
|
+
* @return {!proto.io.contract_testing.contractcase.grpc.ResultResponse} returns this
|
|
7279
5844
|
*/
|
|
7280
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
5845
|
+
proto.io.contract_testing.contractcase.grpc.ResultResponse.prototype.setResult = function(value) {
|
|
7281
5846
|
return jspb.Message.setWrapperField(this, 1, value);
|
|
7282
5847
|
};
|
|
7283
5848
|
|
|
7284
5849
|
|
|
7285
5850
|
/**
|
|
7286
5851
|
* Clears the message field making it undefined.
|
|
7287
|
-
* @return {!proto.io.contract_testing.contractcase.grpc.
|
|
5852
|
+
* @return {!proto.io.contract_testing.contractcase.grpc.ResultResponse} returns this
|
|
7288
5853
|
*/
|
|
7289
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
5854
|
+
proto.io.contract_testing.contractcase.grpc.ResultResponse.prototype.clearResult = function() {
|
|
7290
5855
|
return this.setResult(undefined);
|
|
7291
5856
|
};
|
|
7292
5857
|
|
|
@@ -7295,7 +5860,7 @@ proto.io.contract_testing.contractcase.grpc.TriggerFunctionResponse.prototype.cl
|
|
|
7295
5860
|
* Returns whether this field is set.
|
|
7296
5861
|
* @return {boolean}
|
|
7297
5862
|
*/
|
|
7298
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
5863
|
+
proto.io.contract_testing.contractcase.grpc.ResultResponse.prototype.hasResult = function() {
|
|
7299
5864
|
return jspb.Message.getField(this, 1) != null;
|
|
7300
5865
|
};
|
|
7301
5866
|
|
|
@@ -7309,7 +5874,7 @@ proto.io.contract_testing.contractcase.grpc.TriggerFunctionResponse.prototype.ha
|
|
|
7309
5874
|
* @private {!Array<!Array<number>>}
|
|
7310
5875
|
* @const
|
|
7311
5876
|
*/
|
|
7312
|
-
proto.io.contract_testing.contractcase.grpc.DefinitionRequest.oneofGroups_ = [[2,3,4,5,6,7
|
|
5877
|
+
proto.io.contract_testing.contractcase.grpc.DefinitionRequest.oneofGroups_ = [[2,3,4,5,6,7]];
|
|
7313
5878
|
|
|
7314
5879
|
/**
|
|
7315
5880
|
* @enum {number}
|
|
@@ -7321,10 +5886,7 @@ proto.io.contract_testing.contractcase.grpc.DefinitionRequest.KindCase = {
|
|
|
7321
5886
|
RUN_REJECTING_EXAMPLE: 4,
|
|
7322
5887
|
STRIP_MATCHERS: 5,
|
|
7323
5888
|
END_DEFINITION: 6,
|
|
7324
|
-
|
|
7325
|
-
LOG_PRINTER_RESPONSE: 8,
|
|
7326
|
-
RESULT_PRINTER_RESPONSE: 9,
|
|
7327
|
-
TRIGGER_FUNCTION_RESPONSE: 10
|
|
5889
|
+
RESULT_RESPONSE: 7
|
|
7328
5890
|
};
|
|
7329
5891
|
|
|
7330
5892
|
/**
|
|
@@ -7371,10 +5933,7 @@ proto.io.contract_testing.contractcase.grpc.DefinitionRequest.toObject = functio
|
|
|
7371
5933
|
runRejectingExample: (f = msg.getRunRejectingExample()) && proto.io.contract_testing.contractcase.grpc.RunRejectingExampleRequest.toObject(includeInstance, f),
|
|
7372
5934
|
stripMatchers: (f = msg.getStripMatchers()) && proto.io.contract_testing.contractcase.grpc.StripMatchersRequest.toObject(includeInstance, f),
|
|
7373
5935
|
endDefinition: (f = msg.getEndDefinition()) && proto.io.contract_testing.contractcase.grpc.EndDefinitionRequest.toObject(includeInstance, f),
|
|
7374
|
-
|
|
7375
|
-
logPrinterResponse: (f = msg.getLogPrinterResponse()) && proto.io.contract_testing.contractcase.grpc.LogPrinterResponse.toObject(includeInstance, f),
|
|
7376
|
-
resultPrinterResponse: (f = msg.getResultPrinterResponse()) && proto.io.contract_testing.contractcase.grpc.ResultPrinterResponse.toObject(includeInstance, f),
|
|
7377
|
-
triggerFunctionResponse: (f = msg.getTriggerFunctionResponse()) && proto.io.contract_testing.contractcase.grpc.TriggerFunctionResponse.toObject(includeInstance, f)
|
|
5936
|
+
resultResponse: (f = msg.getResultResponse()) && proto.io.contract_testing.contractcase.grpc.ResultResponse.toObject(includeInstance, f)
|
|
7378
5937
|
};
|
|
7379
5938
|
|
|
7380
5939
|
if (includeInstance) {
|
|
@@ -7442,24 +6001,9 @@ proto.io.contract_testing.contractcase.grpc.DefinitionRequest.deserializeBinaryF
|
|
|
7442
6001
|
msg.setEndDefinition(value);
|
|
7443
6002
|
break;
|
|
7444
6003
|
case 7:
|
|
7445
|
-
var value = new proto.io.contract_testing.contractcase.grpc.
|
|
7446
|
-
reader.readMessage(value,proto.io.contract_testing.contractcase.grpc.
|
|
7447
|
-
msg.
|
|
7448
|
-
break;
|
|
7449
|
-
case 8:
|
|
7450
|
-
var value = new proto.io.contract_testing.contractcase.grpc.LogPrinterResponse;
|
|
7451
|
-
reader.readMessage(value,proto.io.contract_testing.contractcase.grpc.LogPrinterResponse.deserializeBinaryFromReader);
|
|
7452
|
-
msg.setLogPrinterResponse(value);
|
|
7453
|
-
break;
|
|
7454
|
-
case 9:
|
|
7455
|
-
var value = new proto.io.contract_testing.contractcase.grpc.ResultPrinterResponse;
|
|
7456
|
-
reader.readMessage(value,proto.io.contract_testing.contractcase.grpc.ResultPrinterResponse.deserializeBinaryFromReader);
|
|
7457
|
-
msg.setResultPrinterResponse(value);
|
|
7458
|
-
break;
|
|
7459
|
-
case 10:
|
|
7460
|
-
var value = new proto.io.contract_testing.contractcase.grpc.TriggerFunctionResponse;
|
|
7461
|
-
reader.readMessage(value,proto.io.contract_testing.contractcase.grpc.TriggerFunctionResponse.deserializeBinaryFromReader);
|
|
7462
|
-
msg.setTriggerFunctionResponse(value);
|
|
6004
|
+
var value = new proto.io.contract_testing.contractcase.grpc.ResultResponse;
|
|
6005
|
+
reader.readMessage(value,proto.io.contract_testing.contractcase.grpc.ResultResponse.deserializeBinaryFromReader);
|
|
6006
|
+
msg.setResultResponse(value);
|
|
7463
6007
|
break;
|
|
7464
6008
|
default:
|
|
7465
6009
|
reader.skipField();
|
|
@@ -7538,36 +6082,12 @@ proto.io.contract_testing.contractcase.grpc.DefinitionRequest.serializeBinaryToW
|
|
|
7538
6082
|
proto.io.contract_testing.contractcase.grpc.EndDefinitionRequest.serializeBinaryToWriter
|
|
7539
6083
|
);
|
|
7540
6084
|
}
|
|
7541
|
-
f = message.
|
|
6085
|
+
f = message.getResultResponse();
|
|
7542
6086
|
if (f != null) {
|
|
7543
6087
|
writer.writeMessage(
|
|
7544
6088
|
7,
|
|
7545
6089
|
f,
|
|
7546
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
7547
|
-
);
|
|
7548
|
-
}
|
|
7549
|
-
f = message.getLogPrinterResponse();
|
|
7550
|
-
if (f != null) {
|
|
7551
|
-
writer.writeMessage(
|
|
7552
|
-
8,
|
|
7553
|
-
f,
|
|
7554
|
-
proto.io.contract_testing.contractcase.grpc.LogPrinterResponse.serializeBinaryToWriter
|
|
7555
|
-
);
|
|
7556
|
-
}
|
|
7557
|
-
f = message.getResultPrinterResponse();
|
|
7558
|
-
if (f != null) {
|
|
7559
|
-
writer.writeMessage(
|
|
7560
|
-
9,
|
|
7561
|
-
f,
|
|
7562
|
-
proto.io.contract_testing.contractcase.grpc.ResultPrinterResponse.serializeBinaryToWriter
|
|
7563
|
-
);
|
|
7564
|
-
}
|
|
7565
|
-
f = message.getTriggerFunctionResponse();
|
|
7566
|
-
if (f != null) {
|
|
7567
|
-
writer.writeMessage(
|
|
7568
|
-
10,
|
|
7569
|
-
f,
|
|
7570
|
-
proto.io.contract_testing.contractcase.grpc.TriggerFunctionResponse.serializeBinaryToWriter
|
|
6090
|
+
proto.io.contract_testing.contractcase.grpc.ResultResponse.serializeBinaryToWriter
|
|
7571
6091
|
);
|
|
7572
6092
|
}
|
|
7573
6093
|
};
|
|
@@ -7796,20 +6316,20 @@ proto.io.contract_testing.contractcase.grpc.DefinitionRequest.prototype.hasEndDe
|
|
|
7796
6316
|
|
|
7797
6317
|
|
|
7798
6318
|
/**
|
|
7799
|
-
* optional
|
|
7800
|
-
* @return {?proto.io.contract_testing.contractcase.grpc.
|
|
6319
|
+
* optional ResultResponse result_response = 7;
|
|
6320
|
+
* @return {?proto.io.contract_testing.contractcase.grpc.ResultResponse}
|
|
7801
6321
|
*/
|
|
7802
|
-
proto.io.contract_testing.contractcase.grpc.DefinitionRequest.prototype.
|
|
7803
|
-
return /** @type{?proto.io.contract_testing.contractcase.grpc.
|
|
7804
|
-
jspb.Message.getWrapperField(this, proto.io.contract_testing.contractcase.grpc.
|
|
6322
|
+
proto.io.contract_testing.contractcase.grpc.DefinitionRequest.prototype.getResultResponse = function() {
|
|
6323
|
+
return /** @type{?proto.io.contract_testing.contractcase.grpc.ResultResponse} */ (
|
|
6324
|
+
jspb.Message.getWrapperField(this, proto.io.contract_testing.contractcase.grpc.ResultResponse, 7));
|
|
7805
6325
|
};
|
|
7806
6326
|
|
|
7807
6327
|
|
|
7808
6328
|
/**
|
|
7809
|
-
* @param {?proto.io.contract_testing.contractcase.grpc.
|
|
6329
|
+
* @param {?proto.io.contract_testing.contractcase.grpc.ResultResponse|undefined} value
|
|
7810
6330
|
* @return {!proto.io.contract_testing.contractcase.grpc.DefinitionRequest} returns this
|
|
7811
6331
|
*/
|
|
7812
|
-
proto.io.contract_testing.contractcase.grpc.DefinitionRequest.prototype.
|
|
6332
|
+
proto.io.contract_testing.contractcase.grpc.DefinitionRequest.prototype.setResultResponse = function(value) {
|
|
7813
6333
|
return jspb.Message.setOneofWrapperField(this, 7, proto.io.contract_testing.contractcase.grpc.DefinitionRequest.oneofGroups_[0], value);
|
|
7814
6334
|
};
|
|
7815
6335
|
|
|
@@ -7818,8 +6338,8 @@ proto.io.contract_testing.contractcase.grpc.DefinitionRequest.prototype.setState
|
|
|
7818
6338
|
* Clears the message field making it undefined.
|
|
7819
6339
|
* @return {!proto.io.contract_testing.contractcase.grpc.DefinitionRequest} returns this
|
|
7820
6340
|
*/
|
|
7821
|
-
proto.io.contract_testing.contractcase.grpc.DefinitionRequest.prototype.
|
|
7822
|
-
return this.
|
|
6341
|
+
proto.io.contract_testing.contractcase.grpc.DefinitionRequest.prototype.clearResultResponse = function() {
|
|
6342
|
+
return this.setResultResponse(undefined);
|
|
7823
6343
|
};
|
|
7824
6344
|
|
|
7825
6345
|
|
|
@@ -7827,122 +6347,11 @@ proto.io.contract_testing.contractcase.grpc.DefinitionRequest.prototype.clearSta
|
|
|
7827
6347
|
* Returns whether this field is set.
|
|
7828
6348
|
* @return {boolean}
|
|
7829
6349
|
*/
|
|
7830
|
-
proto.io.contract_testing.contractcase.grpc.DefinitionRequest.prototype.
|
|
6350
|
+
proto.io.contract_testing.contractcase.grpc.DefinitionRequest.prototype.hasResultResponse = function() {
|
|
7831
6351
|
return jspb.Message.getField(this, 7) != null;
|
|
7832
6352
|
};
|
|
7833
6353
|
|
|
7834
6354
|
|
|
7835
|
-
/**
|
|
7836
|
-
* optional LogPrinterResponse log_printer_response = 8;
|
|
7837
|
-
* @return {?proto.io.contract_testing.contractcase.grpc.LogPrinterResponse}
|
|
7838
|
-
*/
|
|
7839
|
-
proto.io.contract_testing.contractcase.grpc.DefinitionRequest.prototype.getLogPrinterResponse = function() {
|
|
7840
|
-
return /** @type{?proto.io.contract_testing.contractcase.grpc.LogPrinterResponse} */ (
|
|
7841
|
-
jspb.Message.getWrapperField(this, proto.io.contract_testing.contractcase.grpc.LogPrinterResponse, 8));
|
|
7842
|
-
};
|
|
7843
|
-
|
|
7844
|
-
|
|
7845
|
-
/**
|
|
7846
|
-
* @param {?proto.io.contract_testing.contractcase.grpc.LogPrinterResponse|undefined} value
|
|
7847
|
-
* @return {!proto.io.contract_testing.contractcase.grpc.DefinitionRequest} returns this
|
|
7848
|
-
*/
|
|
7849
|
-
proto.io.contract_testing.contractcase.grpc.DefinitionRequest.prototype.setLogPrinterResponse = function(value) {
|
|
7850
|
-
return jspb.Message.setOneofWrapperField(this, 8, proto.io.contract_testing.contractcase.grpc.DefinitionRequest.oneofGroups_[0], value);
|
|
7851
|
-
};
|
|
7852
|
-
|
|
7853
|
-
|
|
7854
|
-
/**
|
|
7855
|
-
* Clears the message field making it undefined.
|
|
7856
|
-
* @return {!proto.io.contract_testing.contractcase.grpc.DefinitionRequest} returns this
|
|
7857
|
-
*/
|
|
7858
|
-
proto.io.contract_testing.contractcase.grpc.DefinitionRequest.prototype.clearLogPrinterResponse = function() {
|
|
7859
|
-
return this.setLogPrinterResponse(undefined);
|
|
7860
|
-
};
|
|
7861
|
-
|
|
7862
|
-
|
|
7863
|
-
/**
|
|
7864
|
-
* Returns whether this field is set.
|
|
7865
|
-
* @return {boolean}
|
|
7866
|
-
*/
|
|
7867
|
-
proto.io.contract_testing.contractcase.grpc.DefinitionRequest.prototype.hasLogPrinterResponse = function() {
|
|
7868
|
-
return jspb.Message.getField(this, 8) != null;
|
|
7869
|
-
};
|
|
7870
|
-
|
|
7871
|
-
|
|
7872
|
-
/**
|
|
7873
|
-
* optional ResultPrinterResponse result_printer_response = 9;
|
|
7874
|
-
* @return {?proto.io.contract_testing.contractcase.grpc.ResultPrinterResponse}
|
|
7875
|
-
*/
|
|
7876
|
-
proto.io.contract_testing.contractcase.grpc.DefinitionRequest.prototype.getResultPrinterResponse = function() {
|
|
7877
|
-
return /** @type{?proto.io.contract_testing.contractcase.grpc.ResultPrinterResponse} */ (
|
|
7878
|
-
jspb.Message.getWrapperField(this, proto.io.contract_testing.contractcase.grpc.ResultPrinterResponse, 9));
|
|
7879
|
-
};
|
|
7880
|
-
|
|
7881
|
-
|
|
7882
|
-
/**
|
|
7883
|
-
* @param {?proto.io.contract_testing.contractcase.grpc.ResultPrinterResponse|undefined} value
|
|
7884
|
-
* @return {!proto.io.contract_testing.contractcase.grpc.DefinitionRequest} returns this
|
|
7885
|
-
*/
|
|
7886
|
-
proto.io.contract_testing.contractcase.grpc.DefinitionRequest.prototype.setResultPrinterResponse = function(value) {
|
|
7887
|
-
return jspb.Message.setOneofWrapperField(this, 9, proto.io.contract_testing.contractcase.grpc.DefinitionRequest.oneofGroups_[0], value);
|
|
7888
|
-
};
|
|
7889
|
-
|
|
7890
|
-
|
|
7891
|
-
/**
|
|
7892
|
-
* Clears the message field making it undefined.
|
|
7893
|
-
* @return {!proto.io.contract_testing.contractcase.grpc.DefinitionRequest} returns this
|
|
7894
|
-
*/
|
|
7895
|
-
proto.io.contract_testing.contractcase.grpc.DefinitionRequest.prototype.clearResultPrinterResponse = function() {
|
|
7896
|
-
return this.setResultPrinterResponse(undefined);
|
|
7897
|
-
};
|
|
7898
|
-
|
|
7899
|
-
|
|
7900
|
-
/**
|
|
7901
|
-
* Returns whether this field is set.
|
|
7902
|
-
* @return {boolean}
|
|
7903
|
-
*/
|
|
7904
|
-
proto.io.contract_testing.contractcase.grpc.DefinitionRequest.prototype.hasResultPrinterResponse = function() {
|
|
7905
|
-
return jspb.Message.getField(this, 9) != null;
|
|
7906
|
-
};
|
|
7907
|
-
|
|
7908
|
-
|
|
7909
|
-
/**
|
|
7910
|
-
* optional TriggerFunctionResponse trigger_function_response = 10;
|
|
7911
|
-
* @return {?proto.io.contract_testing.contractcase.grpc.TriggerFunctionResponse}
|
|
7912
|
-
*/
|
|
7913
|
-
proto.io.contract_testing.contractcase.grpc.DefinitionRequest.prototype.getTriggerFunctionResponse = function() {
|
|
7914
|
-
return /** @type{?proto.io.contract_testing.contractcase.grpc.TriggerFunctionResponse} */ (
|
|
7915
|
-
jspb.Message.getWrapperField(this, proto.io.contract_testing.contractcase.grpc.TriggerFunctionResponse, 10));
|
|
7916
|
-
};
|
|
7917
|
-
|
|
7918
|
-
|
|
7919
|
-
/**
|
|
7920
|
-
* @param {?proto.io.contract_testing.contractcase.grpc.TriggerFunctionResponse|undefined} value
|
|
7921
|
-
* @return {!proto.io.contract_testing.contractcase.grpc.DefinitionRequest} returns this
|
|
7922
|
-
*/
|
|
7923
|
-
proto.io.contract_testing.contractcase.grpc.DefinitionRequest.prototype.setTriggerFunctionResponse = function(value) {
|
|
7924
|
-
return jspb.Message.setOneofWrapperField(this, 10, proto.io.contract_testing.contractcase.grpc.DefinitionRequest.oneofGroups_[0], value);
|
|
7925
|
-
};
|
|
7926
|
-
|
|
7927
|
-
|
|
7928
|
-
/**
|
|
7929
|
-
* Clears the message field making it undefined.
|
|
7930
|
-
* @return {!proto.io.contract_testing.contractcase.grpc.DefinitionRequest} returns this
|
|
7931
|
-
*/
|
|
7932
|
-
proto.io.contract_testing.contractcase.grpc.DefinitionRequest.prototype.clearTriggerFunctionResponse = function() {
|
|
7933
|
-
return this.setTriggerFunctionResponse(undefined);
|
|
7934
|
-
};
|
|
7935
|
-
|
|
7936
|
-
|
|
7937
|
-
/**
|
|
7938
|
-
* Returns whether this field is set.
|
|
7939
|
-
* @return {boolean}
|
|
7940
|
-
*/
|
|
7941
|
-
proto.io.contract_testing.contractcase.grpc.DefinitionRequest.prototype.hasTriggerFunctionResponse = function() {
|
|
7942
|
-
return jspb.Message.getField(this, 10) != null;
|
|
7943
|
-
};
|
|
7944
|
-
|
|
7945
|
-
|
|
7946
6355
|
|
|
7947
6356
|
/**
|
|
7948
6357
|
* Oneof group definitions for this message. Each group defines the field
|
|
@@ -7952,7 +6361,7 @@ proto.io.contract_testing.contractcase.grpc.DefinitionRequest.prototype.hasTrigg
|
|
|
7952
6361
|
* @private {!Array<!Array<number>>}
|
|
7953
6362
|
* @const
|
|
7954
6363
|
*/
|
|
7955
|
-
proto.io.contract_testing.contractcase.grpc.DefinitionResponse.oneofGroups_ = [[2,3,4,5,6,
|
|
6364
|
+
proto.io.contract_testing.contractcase.grpc.DefinitionResponse.oneofGroups_ = [[2,3,4,5,6,7,8]];
|
|
7956
6365
|
|
|
7957
6366
|
/**
|
|
7958
6367
|
* @enum {number}
|
|
@@ -7964,12 +6373,8 @@ proto.io.contract_testing.contractcase.grpc.DefinitionResponse.KindCase = {
|
|
|
7964
6373
|
PRINT_MATCH_ERROR_REQUEST: 4,
|
|
7965
6374
|
PRINT_MESSAGE_ERROR_REQUEST: 5,
|
|
7966
6375
|
PRINT_TEST_TITLE_REQUEST: 6,
|
|
7967
|
-
TRIGGER_FUNCTION_REQUEST:
|
|
7968
|
-
|
|
7969
|
-
RUN_EXAMPLE_RESPONSE: 8,
|
|
7970
|
-
RUN_REJECTING_EXAMPLE_RESPONSE: 9,
|
|
7971
|
-
STRIP_MATCHERS_RESPONSE: 10,
|
|
7972
|
-
END_DEFINITION_RESPONSE: 11
|
|
6376
|
+
TRIGGER_FUNCTION_REQUEST: 7,
|
|
6377
|
+
RESULT_RESPONSE: 8
|
|
7973
6378
|
};
|
|
7974
6379
|
|
|
7975
6380
|
/**
|
|
@@ -8017,11 +6422,7 @@ proto.io.contract_testing.contractcase.grpc.DefinitionResponse.toObject = functi
|
|
|
8017
6422
|
printMessageErrorRequest: (f = msg.getPrintMessageErrorRequest()) && proto.io.contract_testing.contractcase.grpc.PrintMessageErrorRequest.toObject(includeInstance, f),
|
|
8018
6423
|
printTestTitleRequest: (f = msg.getPrintTestTitleRequest()) && proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest.toObject(includeInstance, f),
|
|
8019
6424
|
triggerFunctionRequest: (f = msg.getTriggerFunctionRequest()) && proto.io.contract_testing.contractcase.grpc.TriggerFunctionRequest.toObject(includeInstance, f),
|
|
8020
|
-
|
|
8021
|
-
runExampleResponse: (f = msg.getRunExampleResponse()) && proto.io.contract_testing.contractcase.grpc.RunExampleResponse.toObject(includeInstance, f),
|
|
8022
|
-
runRejectingExampleResponse: (f = msg.getRunRejectingExampleResponse()) && proto.io.contract_testing.contractcase.grpc.RunRejectingExampleResponse.toObject(includeInstance, f),
|
|
8023
|
-
stripMatchersResponse: (f = msg.getStripMatchersResponse()) && proto.io.contract_testing.contractcase.grpc.StripMatchersResponse.toObject(includeInstance, f),
|
|
8024
|
-
endDefinitionResponse: (f = msg.getEndDefinitionResponse()) && proto.io.contract_testing.contractcase.grpc.EndDefinitionResponse.toObject(includeInstance, f)
|
|
6425
|
+
resultResponse: (f = msg.getResultResponse()) && proto.io.contract_testing.contractcase.grpc.ResultResponse.toObject(includeInstance, f)
|
|
8025
6426
|
};
|
|
8026
6427
|
|
|
8027
6428
|
if (includeInstance) {
|
|
@@ -8088,35 +6489,15 @@ proto.io.contract_testing.contractcase.grpc.DefinitionResponse.deserializeBinary
|
|
|
8088
6489
|
reader.readMessage(value,proto.io.contract_testing.contractcase.grpc.PrintTestTitleRequest.deserializeBinaryFromReader);
|
|
8089
6490
|
msg.setPrintTestTitleRequest(value);
|
|
8090
6491
|
break;
|
|
8091
|
-
case
|
|
6492
|
+
case 7:
|
|
8092
6493
|
var value = new proto.io.contract_testing.contractcase.grpc.TriggerFunctionRequest;
|
|
8093
6494
|
reader.readMessage(value,proto.io.contract_testing.contractcase.grpc.TriggerFunctionRequest.deserializeBinaryFromReader);
|
|
8094
6495
|
msg.setTriggerFunctionRequest(value);
|
|
8095
6496
|
break;
|
|
8096
|
-
case 7:
|
|
8097
|
-
var value = new proto.io.contract_testing.contractcase.grpc.BeginDefinitionResponse;
|
|
8098
|
-
reader.readMessage(value,proto.io.contract_testing.contractcase.grpc.BeginDefinitionResponse.deserializeBinaryFromReader);
|
|
8099
|
-
msg.setBeginDefinitionResponse(value);
|
|
8100
|
-
break;
|
|
8101
6497
|
case 8:
|
|
8102
|
-
var value = new proto.io.contract_testing.contractcase.grpc.
|
|
8103
|
-
reader.readMessage(value,proto.io.contract_testing.contractcase.grpc.
|
|
8104
|
-
msg.
|
|
8105
|
-
break;
|
|
8106
|
-
case 9:
|
|
8107
|
-
var value = new proto.io.contract_testing.contractcase.grpc.RunRejectingExampleResponse;
|
|
8108
|
-
reader.readMessage(value,proto.io.contract_testing.contractcase.grpc.RunRejectingExampleResponse.deserializeBinaryFromReader);
|
|
8109
|
-
msg.setRunRejectingExampleResponse(value);
|
|
8110
|
-
break;
|
|
8111
|
-
case 10:
|
|
8112
|
-
var value = new proto.io.contract_testing.contractcase.grpc.StripMatchersResponse;
|
|
8113
|
-
reader.readMessage(value,proto.io.contract_testing.contractcase.grpc.StripMatchersResponse.deserializeBinaryFromReader);
|
|
8114
|
-
msg.setStripMatchersResponse(value);
|
|
8115
|
-
break;
|
|
8116
|
-
case 11:
|
|
8117
|
-
var value = new proto.io.contract_testing.contractcase.grpc.EndDefinitionResponse;
|
|
8118
|
-
reader.readMessage(value,proto.io.contract_testing.contractcase.grpc.EndDefinitionResponse.deserializeBinaryFromReader);
|
|
8119
|
-
msg.setEndDefinitionResponse(value);
|
|
6498
|
+
var value = new proto.io.contract_testing.contractcase.grpc.ResultResponse;
|
|
6499
|
+
reader.readMessage(value,proto.io.contract_testing.contractcase.grpc.ResultResponse.deserializeBinaryFromReader);
|
|
6500
|
+
msg.setResultResponse(value);
|
|
8120
6501
|
break;
|
|
8121
6502
|
default:
|
|
8122
6503
|
reader.skipField();
|
|
@@ -8196,51 +6577,19 @@ proto.io.contract_testing.contractcase.grpc.DefinitionResponse.serializeBinaryTo
|
|
|
8196
6577
|
);
|
|
8197
6578
|
}
|
|
8198
6579
|
f = message.getTriggerFunctionRequest();
|
|
8199
|
-
if (f != null) {
|
|
8200
|
-
writer.writeMessage(
|
|
8201
|
-
12,
|
|
8202
|
-
f,
|
|
8203
|
-
proto.io.contract_testing.contractcase.grpc.TriggerFunctionRequest.serializeBinaryToWriter
|
|
8204
|
-
);
|
|
8205
|
-
}
|
|
8206
|
-
f = message.getBeginDefinitionResponse();
|
|
8207
6580
|
if (f != null) {
|
|
8208
6581
|
writer.writeMessage(
|
|
8209
6582
|
7,
|
|
8210
6583
|
f,
|
|
8211
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
6584
|
+
proto.io.contract_testing.contractcase.grpc.TriggerFunctionRequest.serializeBinaryToWriter
|
|
8212
6585
|
);
|
|
8213
6586
|
}
|
|
8214
|
-
f = message.
|
|
6587
|
+
f = message.getResultResponse();
|
|
8215
6588
|
if (f != null) {
|
|
8216
6589
|
writer.writeMessage(
|
|
8217
6590
|
8,
|
|
8218
6591
|
f,
|
|
8219
|
-
proto.io.contract_testing.contractcase.grpc.
|
|
8220
|
-
);
|
|
8221
|
-
}
|
|
8222
|
-
f = message.getRunRejectingExampleResponse();
|
|
8223
|
-
if (f != null) {
|
|
8224
|
-
writer.writeMessage(
|
|
8225
|
-
9,
|
|
8226
|
-
f,
|
|
8227
|
-
proto.io.contract_testing.contractcase.grpc.RunRejectingExampleResponse.serializeBinaryToWriter
|
|
8228
|
-
);
|
|
8229
|
-
}
|
|
8230
|
-
f = message.getStripMatchersResponse();
|
|
8231
|
-
if (f != null) {
|
|
8232
|
-
writer.writeMessage(
|
|
8233
|
-
10,
|
|
8234
|
-
f,
|
|
8235
|
-
proto.io.contract_testing.contractcase.grpc.StripMatchersResponse.serializeBinaryToWriter
|
|
8236
|
-
);
|
|
8237
|
-
}
|
|
8238
|
-
f = message.getEndDefinitionResponse();
|
|
8239
|
-
if (f != null) {
|
|
8240
|
-
writer.writeMessage(
|
|
8241
|
-
11,
|
|
8242
|
-
f,
|
|
8243
|
-
proto.io.contract_testing.contractcase.grpc.EndDefinitionResponse.serializeBinaryToWriter
|
|
6592
|
+
proto.io.contract_testing.contractcase.grpc.ResultResponse.serializeBinaryToWriter
|
|
8244
6593
|
);
|
|
8245
6594
|
}
|
|
8246
6595
|
};
|
|
@@ -8469,12 +6818,12 @@ proto.io.contract_testing.contractcase.grpc.DefinitionResponse.prototype.hasPrin
|
|
|
8469
6818
|
|
|
8470
6819
|
|
|
8471
6820
|
/**
|
|
8472
|
-
* optional TriggerFunctionRequest trigger_function_request =
|
|
6821
|
+
* optional TriggerFunctionRequest trigger_function_request = 7;
|
|
8473
6822
|
* @return {?proto.io.contract_testing.contractcase.grpc.TriggerFunctionRequest}
|
|
8474
6823
|
*/
|
|
8475
6824
|
proto.io.contract_testing.contractcase.grpc.DefinitionResponse.prototype.getTriggerFunctionRequest = function() {
|
|
8476
6825
|
return /** @type{?proto.io.contract_testing.contractcase.grpc.TriggerFunctionRequest} */ (
|
|
8477
|
-
jspb.Message.getWrapperField(this, proto.io.contract_testing.contractcase.grpc.TriggerFunctionRequest,
|
|
6826
|
+
jspb.Message.getWrapperField(this, proto.io.contract_testing.contractcase.grpc.TriggerFunctionRequest, 7));
|
|
8478
6827
|
};
|
|
8479
6828
|
|
|
8480
6829
|
|
|
@@ -8483,7 +6832,7 @@ proto.io.contract_testing.contractcase.grpc.DefinitionResponse.prototype.getTrig
|
|
|
8483
6832
|
* @return {!proto.io.contract_testing.contractcase.grpc.DefinitionResponse} returns this
|
|
8484
6833
|
*/
|
|
8485
6834
|
proto.io.contract_testing.contractcase.grpc.DefinitionResponse.prototype.setTriggerFunctionRequest = function(value) {
|
|
8486
|
-
return jspb.Message.setOneofWrapperField(this,
|
|
6835
|
+
return jspb.Message.setOneofWrapperField(this, 7, proto.io.contract_testing.contractcase.grpc.DefinitionResponse.oneofGroups_[0], value);
|
|
8487
6836
|
};
|
|
8488
6837
|
|
|
8489
6838
|
|
|
@@ -8501,62 +6850,25 @@ proto.io.contract_testing.contractcase.grpc.DefinitionResponse.prototype.clearTr
|
|
|
8501
6850
|
* @return {boolean}
|
|
8502
6851
|
*/
|
|
8503
6852
|
proto.io.contract_testing.contractcase.grpc.DefinitionResponse.prototype.hasTriggerFunctionRequest = function() {
|
|
8504
|
-
return jspb.Message.getField(this, 12) != null;
|
|
8505
|
-
};
|
|
8506
|
-
|
|
8507
|
-
|
|
8508
|
-
/**
|
|
8509
|
-
* optional BeginDefinitionResponse begin_definition_response = 7;
|
|
8510
|
-
* @return {?proto.io.contract_testing.contractcase.grpc.BeginDefinitionResponse}
|
|
8511
|
-
*/
|
|
8512
|
-
proto.io.contract_testing.contractcase.grpc.DefinitionResponse.prototype.getBeginDefinitionResponse = function() {
|
|
8513
|
-
return /** @type{?proto.io.contract_testing.contractcase.grpc.BeginDefinitionResponse} */ (
|
|
8514
|
-
jspb.Message.getWrapperField(this, proto.io.contract_testing.contractcase.grpc.BeginDefinitionResponse, 7));
|
|
8515
|
-
};
|
|
8516
|
-
|
|
8517
|
-
|
|
8518
|
-
/**
|
|
8519
|
-
* @param {?proto.io.contract_testing.contractcase.grpc.BeginDefinitionResponse|undefined} value
|
|
8520
|
-
* @return {!proto.io.contract_testing.contractcase.grpc.DefinitionResponse} returns this
|
|
8521
|
-
*/
|
|
8522
|
-
proto.io.contract_testing.contractcase.grpc.DefinitionResponse.prototype.setBeginDefinitionResponse = function(value) {
|
|
8523
|
-
return jspb.Message.setOneofWrapperField(this, 7, proto.io.contract_testing.contractcase.grpc.DefinitionResponse.oneofGroups_[0], value);
|
|
8524
|
-
};
|
|
8525
|
-
|
|
8526
|
-
|
|
8527
|
-
/**
|
|
8528
|
-
* Clears the message field making it undefined.
|
|
8529
|
-
* @return {!proto.io.contract_testing.contractcase.grpc.DefinitionResponse} returns this
|
|
8530
|
-
*/
|
|
8531
|
-
proto.io.contract_testing.contractcase.grpc.DefinitionResponse.prototype.clearBeginDefinitionResponse = function() {
|
|
8532
|
-
return this.setBeginDefinitionResponse(undefined);
|
|
8533
|
-
};
|
|
8534
|
-
|
|
8535
|
-
|
|
8536
|
-
/**
|
|
8537
|
-
* Returns whether this field is set.
|
|
8538
|
-
* @return {boolean}
|
|
8539
|
-
*/
|
|
8540
|
-
proto.io.contract_testing.contractcase.grpc.DefinitionResponse.prototype.hasBeginDefinitionResponse = function() {
|
|
8541
6853
|
return jspb.Message.getField(this, 7) != null;
|
|
8542
6854
|
};
|
|
8543
6855
|
|
|
8544
6856
|
|
|
8545
6857
|
/**
|
|
8546
|
-
* optional
|
|
8547
|
-
* @return {?proto.io.contract_testing.contractcase.grpc.
|
|
6858
|
+
* optional ResultResponse result_response = 8;
|
|
6859
|
+
* @return {?proto.io.contract_testing.contractcase.grpc.ResultResponse}
|
|
8548
6860
|
*/
|
|
8549
|
-
proto.io.contract_testing.contractcase.grpc.DefinitionResponse.prototype.
|
|
8550
|
-
return /** @type{?proto.io.contract_testing.contractcase.grpc.
|
|
8551
|
-
jspb.Message.getWrapperField(this, proto.io.contract_testing.contractcase.grpc.
|
|
6861
|
+
proto.io.contract_testing.contractcase.grpc.DefinitionResponse.prototype.getResultResponse = function() {
|
|
6862
|
+
return /** @type{?proto.io.contract_testing.contractcase.grpc.ResultResponse} */ (
|
|
6863
|
+
jspb.Message.getWrapperField(this, proto.io.contract_testing.contractcase.grpc.ResultResponse, 8));
|
|
8552
6864
|
};
|
|
8553
6865
|
|
|
8554
6866
|
|
|
8555
6867
|
/**
|
|
8556
|
-
* @param {?proto.io.contract_testing.contractcase.grpc.
|
|
6868
|
+
* @param {?proto.io.contract_testing.contractcase.grpc.ResultResponse|undefined} value
|
|
8557
6869
|
* @return {!proto.io.contract_testing.contractcase.grpc.DefinitionResponse} returns this
|
|
8558
6870
|
*/
|
|
8559
|
-
proto.io.contract_testing.contractcase.grpc.DefinitionResponse.prototype.
|
|
6871
|
+
proto.io.contract_testing.contractcase.grpc.DefinitionResponse.prototype.setResultResponse = function(value) {
|
|
8560
6872
|
return jspb.Message.setOneofWrapperField(this, 8, proto.io.contract_testing.contractcase.grpc.DefinitionResponse.oneofGroups_[0], value);
|
|
8561
6873
|
};
|
|
8562
6874
|
|
|
@@ -8565,8 +6877,8 @@ proto.io.contract_testing.contractcase.grpc.DefinitionResponse.prototype.setRunE
|
|
|
8565
6877
|
* Clears the message field making it undefined.
|
|
8566
6878
|
* @return {!proto.io.contract_testing.contractcase.grpc.DefinitionResponse} returns this
|
|
8567
6879
|
*/
|
|
8568
|
-
proto.io.contract_testing.contractcase.grpc.DefinitionResponse.prototype.
|
|
8569
|
-
return this.
|
|
6880
|
+
proto.io.contract_testing.contractcase.grpc.DefinitionResponse.prototype.clearResultResponse = function() {
|
|
6881
|
+
return this.setResultResponse(undefined);
|
|
8570
6882
|
};
|
|
8571
6883
|
|
|
8572
6884
|
|
|
@@ -8574,120 +6886,9 @@ proto.io.contract_testing.contractcase.grpc.DefinitionResponse.prototype.clearRu
|
|
|
8574
6886
|
* Returns whether this field is set.
|
|
8575
6887
|
* @return {boolean}
|
|
8576
6888
|
*/
|
|
8577
|
-
proto.io.contract_testing.contractcase.grpc.DefinitionResponse.prototype.
|
|
6889
|
+
proto.io.contract_testing.contractcase.grpc.DefinitionResponse.prototype.hasResultResponse = function() {
|
|
8578
6890
|
return jspb.Message.getField(this, 8) != null;
|
|
8579
6891
|
};
|
|
8580
6892
|
|
|
8581
6893
|
|
|
8582
|
-
/**
|
|
8583
|
-
* optional RunRejectingExampleResponse run_rejecting_example_response = 9;
|
|
8584
|
-
* @return {?proto.io.contract_testing.contractcase.grpc.RunRejectingExampleResponse}
|
|
8585
|
-
*/
|
|
8586
|
-
proto.io.contract_testing.contractcase.grpc.DefinitionResponse.prototype.getRunRejectingExampleResponse = function() {
|
|
8587
|
-
return /** @type{?proto.io.contract_testing.contractcase.grpc.RunRejectingExampleResponse} */ (
|
|
8588
|
-
jspb.Message.getWrapperField(this, proto.io.contract_testing.contractcase.grpc.RunRejectingExampleResponse, 9));
|
|
8589
|
-
};
|
|
8590
|
-
|
|
8591
|
-
|
|
8592
|
-
/**
|
|
8593
|
-
* @param {?proto.io.contract_testing.contractcase.grpc.RunRejectingExampleResponse|undefined} value
|
|
8594
|
-
* @return {!proto.io.contract_testing.contractcase.grpc.DefinitionResponse} returns this
|
|
8595
|
-
*/
|
|
8596
|
-
proto.io.contract_testing.contractcase.grpc.DefinitionResponse.prototype.setRunRejectingExampleResponse = function(value) {
|
|
8597
|
-
return jspb.Message.setOneofWrapperField(this, 9, proto.io.contract_testing.contractcase.grpc.DefinitionResponse.oneofGroups_[0], value);
|
|
8598
|
-
};
|
|
8599
|
-
|
|
8600
|
-
|
|
8601
|
-
/**
|
|
8602
|
-
* Clears the message field making it undefined.
|
|
8603
|
-
* @return {!proto.io.contract_testing.contractcase.grpc.DefinitionResponse} returns this
|
|
8604
|
-
*/
|
|
8605
|
-
proto.io.contract_testing.contractcase.grpc.DefinitionResponse.prototype.clearRunRejectingExampleResponse = function() {
|
|
8606
|
-
return this.setRunRejectingExampleResponse(undefined);
|
|
8607
|
-
};
|
|
8608
|
-
|
|
8609
|
-
|
|
8610
|
-
/**
|
|
8611
|
-
* Returns whether this field is set.
|
|
8612
|
-
* @return {boolean}
|
|
8613
|
-
*/
|
|
8614
|
-
proto.io.contract_testing.contractcase.grpc.DefinitionResponse.prototype.hasRunRejectingExampleResponse = function() {
|
|
8615
|
-
return jspb.Message.getField(this, 9) != null;
|
|
8616
|
-
};
|
|
8617
|
-
|
|
8618
|
-
|
|
8619
|
-
/**
|
|
8620
|
-
* optional StripMatchersResponse strip_matchers_response = 10;
|
|
8621
|
-
* @return {?proto.io.contract_testing.contractcase.grpc.StripMatchersResponse}
|
|
8622
|
-
*/
|
|
8623
|
-
proto.io.contract_testing.contractcase.grpc.DefinitionResponse.prototype.getStripMatchersResponse = function() {
|
|
8624
|
-
return /** @type{?proto.io.contract_testing.contractcase.grpc.StripMatchersResponse} */ (
|
|
8625
|
-
jspb.Message.getWrapperField(this, proto.io.contract_testing.contractcase.grpc.StripMatchersResponse, 10));
|
|
8626
|
-
};
|
|
8627
|
-
|
|
8628
|
-
|
|
8629
|
-
/**
|
|
8630
|
-
* @param {?proto.io.contract_testing.contractcase.grpc.StripMatchersResponse|undefined} value
|
|
8631
|
-
* @return {!proto.io.contract_testing.contractcase.grpc.DefinitionResponse} returns this
|
|
8632
|
-
*/
|
|
8633
|
-
proto.io.contract_testing.contractcase.grpc.DefinitionResponse.prototype.setStripMatchersResponse = function(value) {
|
|
8634
|
-
return jspb.Message.setOneofWrapperField(this, 10, proto.io.contract_testing.contractcase.grpc.DefinitionResponse.oneofGroups_[0], value);
|
|
8635
|
-
};
|
|
8636
|
-
|
|
8637
|
-
|
|
8638
|
-
/**
|
|
8639
|
-
* Clears the message field making it undefined.
|
|
8640
|
-
* @return {!proto.io.contract_testing.contractcase.grpc.DefinitionResponse} returns this
|
|
8641
|
-
*/
|
|
8642
|
-
proto.io.contract_testing.contractcase.grpc.DefinitionResponse.prototype.clearStripMatchersResponse = function() {
|
|
8643
|
-
return this.setStripMatchersResponse(undefined);
|
|
8644
|
-
};
|
|
8645
|
-
|
|
8646
|
-
|
|
8647
|
-
/**
|
|
8648
|
-
* Returns whether this field is set.
|
|
8649
|
-
* @return {boolean}
|
|
8650
|
-
*/
|
|
8651
|
-
proto.io.contract_testing.contractcase.grpc.DefinitionResponse.prototype.hasStripMatchersResponse = function() {
|
|
8652
|
-
return jspb.Message.getField(this, 10) != null;
|
|
8653
|
-
};
|
|
8654
|
-
|
|
8655
|
-
|
|
8656
|
-
/**
|
|
8657
|
-
* optional EndDefinitionResponse end_definition_response = 11;
|
|
8658
|
-
* @return {?proto.io.contract_testing.contractcase.grpc.EndDefinitionResponse}
|
|
8659
|
-
*/
|
|
8660
|
-
proto.io.contract_testing.contractcase.grpc.DefinitionResponse.prototype.getEndDefinitionResponse = function() {
|
|
8661
|
-
return /** @type{?proto.io.contract_testing.contractcase.grpc.EndDefinitionResponse} */ (
|
|
8662
|
-
jspb.Message.getWrapperField(this, proto.io.contract_testing.contractcase.grpc.EndDefinitionResponse, 11));
|
|
8663
|
-
};
|
|
8664
|
-
|
|
8665
|
-
|
|
8666
|
-
/**
|
|
8667
|
-
* @param {?proto.io.contract_testing.contractcase.grpc.EndDefinitionResponse|undefined} value
|
|
8668
|
-
* @return {!proto.io.contract_testing.contractcase.grpc.DefinitionResponse} returns this
|
|
8669
|
-
*/
|
|
8670
|
-
proto.io.contract_testing.contractcase.grpc.DefinitionResponse.prototype.setEndDefinitionResponse = function(value) {
|
|
8671
|
-
return jspb.Message.setOneofWrapperField(this, 11, proto.io.contract_testing.contractcase.grpc.DefinitionResponse.oneofGroups_[0], value);
|
|
8672
|
-
};
|
|
8673
|
-
|
|
8674
|
-
|
|
8675
|
-
/**
|
|
8676
|
-
* Clears the message field making it undefined.
|
|
8677
|
-
* @return {!proto.io.contract_testing.contractcase.grpc.DefinitionResponse} returns this
|
|
8678
|
-
*/
|
|
8679
|
-
proto.io.contract_testing.contractcase.grpc.DefinitionResponse.prototype.clearEndDefinitionResponse = function() {
|
|
8680
|
-
return this.setEndDefinitionResponse(undefined);
|
|
8681
|
-
};
|
|
8682
|
-
|
|
8683
|
-
|
|
8684
|
-
/**
|
|
8685
|
-
* Returns whether this field is set.
|
|
8686
|
-
* @return {boolean}
|
|
8687
|
-
*/
|
|
8688
|
-
proto.io.contract_testing.contractcase.grpc.DefinitionResponse.prototype.hasEndDefinitionResponse = function() {
|
|
8689
|
-
return jspb.Message.getField(this, 11) != null;
|
|
8690
|
-
};
|
|
8691
|
-
|
|
8692
|
-
|
|
8693
6894
|
goog.object.extend(exports, proto.io.contract_testing.contractcase.grpc);
|