@alis-build/ideate 1.945.1001 → 1.945.1003
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/alis/ideate/ideate_grpc_pb.d.ts +5 -0
- package/alis/ideate/ideate_grpc_pb.js +24 -0
- package/alis/ideate/ideate_grpc_web_pb.d.ts +12 -0
- package/alis/ideate/ideate_grpc_web_pb.js +61 -0
- package/alis/ideate/spec_pb.d.ts +145 -0
- package/alis/ideate/spec_pb.js +1866 -668
- package/package.json +1 -1
package/alis/ideate/spec_pb.js
CHANGED
|
@@ -19,6 +19,12 @@ var google_protobuf_timestamp_pb = require('google-protobuf/google/protobuf/time
|
|
|
19
19
|
goog.object.extend(proto, google_protobuf_timestamp_pb);
|
|
20
20
|
var google_protobuf_field_mask_pb = require('google-protobuf/google/protobuf/field_mask_pb.js');
|
|
21
21
|
goog.object.extend(proto, google_protobuf_field_mask_pb);
|
|
22
|
+
var alis_ideate_agent_card_pb = require('../../alis/ideate/agent_card_pb.js');
|
|
23
|
+
goog.object.extend(proto, alis_ideate_agent_card_pb);
|
|
24
|
+
goog.exportSymbol('proto.alis.ideate.GenerateAgentFeedbackSpecMetadata', null, global);
|
|
25
|
+
goog.exportSymbol('proto.alis.ideate.GenerateAgentFeedbackSpecRequest', null, global);
|
|
26
|
+
goog.exportSymbol('proto.alis.ideate.GenerateAgentFeedbackSpecRequest.SourceCase', null, global);
|
|
27
|
+
goog.exportSymbol('proto.alis.ideate.GenerateAgentFeedbackSpecResponse', null, global);
|
|
22
28
|
goog.exportSymbol('proto.alis.ideate.GenerateCustomAgentSpecMetadata', null, global);
|
|
23
29
|
goog.exportSymbol('proto.alis.ideate.GenerateCustomAgentSpecRequest', null, global);
|
|
24
30
|
goog.exportSymbol('proto.alis.ideate.GenerateCustomAgentSpecRequest.SourceCase', null, global);
|
|
@@ -27,6 +33,8 @@ goog.exportSymbol('proto.alis.ideate.GetSpecRequest', null, global);
|
|
|
27
33
|
goog.exportSymbol('proto.alis.ideate.RetrieveIdeaSpecsRequest', null, global);
|
|
28
34
|
goog.exportSymbol('proto.alis.ideate.RetrieveIdeaSpecsResponse', null, global);
|
|
29
35
|
goog.exportSymbol('proto.alis.ideate.Spec', null, global);
|
|
36
|
+
goog.exportSymbol('proto.alis.ideate.Spec.AgentFeedback', null, global);
|
|
37
|
+
goog.exportSymbol('proto.alis.ideate.Spec.AgentFeedback.TargetAgent', null, global);
|
|
30
38
|
goog.exportSymbol('proto.alis.ideate.Spec.AiPrototype', null, global);
|
|
31
39
|
goog.exportSymbol('proto.alis.ideate.Spec.AiStudio', null, global);
|
|
32
40
|
goog.exportSymbol('proto.alis.ideate.Spec.BusinessCase', null, global);
|
|
@@ -470,6 +478,48 @@ if (goog.DEBUG && !COMPILED) {
|
|
|
470
478
|
*/
|
|
471
479
|
proto.alis.ideate.Spec.ProductRequirementsDocument.displayName = 'proto.alis.ideate.Spec.ProductRequirementsDocument';
|
|
472
480
|
}
|
|
481
|
+
/**
|
|
482
|
+
* Generated by JsPbCodeGenerator.
|
|
483
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
484
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
485
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
486
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
487
|
+
* valid.
|
|
488
|
+
* @extends {jspb.Message}
|
|
489
|
+
* @constructor
|
|
490
|
+
*/
|
|
491
|
+
proto.alis.ideate.Spec.AgentFeedback = function(opt_data) {
|
|
492
|
+
jspb.Message.initialize(this, opt_data, 0, -1, proto.alis.ideate.Spec.AgentFeedback.repeatedFields_, null);
|
|
493
|
+
};
|
|
494
|
+
goog.inherits(proto.alis.ideate.Spec.AgentFeedback, jspb.Message);
|
|
495
|
+
if (goog.DEBUG && !COMPILED) {
|
|
496
|
+
/**
|
|
497
|
+
* @public
|
|
498
|
+
* @override
|
|
499
|
+
*/
|
|
500
|
+
proto.alis.ideate.Spec.AgentFeedback.displayName = 'proto.alis.ideate.Spec.AgentFeedback';
|
|
501
|
+
}
|
|
502
|
+
/**
|
|
503
|
+
* Generated by JsPbCodeGenerator.
|
|
504
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
505
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
506
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
507
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
508
|
+
* valid.
|
|
509
|
+
* @extends {jspb.Message}
|
|
510
|
+
* @constructor
|
|
511
|
+
*/
|
|
512
|
+
proto.alis.ideate.Spec.AgentFeedback.TargetAgent = function(opt_data) {
|
|
513
|
+
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
514
|
+
};
|
|
515
|
+
goog.inherits(proto.alis.ideate.Spec.AgentFeedback.TargetAgent, jspb.Message);
|
|
516
|
+
if (goog.DEBUG && !COMPILED) {
|
|
517
|
+
/**
|
|
518
|
+
* @public
|
|
519
|
+
* @override
|
|
520
|
+
*/
|
|
521
|
+
proto.alis.ideate.Spec.AgentFeedback.TargetAgent.displayName = 'proto.alis.ideate.Spec.AgentFeedback.TargetAgent';
|
|
522
|
+
}
|
|
473
523
|
/**
|
|
474
524
|
* Generated by JsPbCodeGenerator.
|
|
475
525
|
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
@@ -617,6 +667,69 @@ if (goog.DEBUG && !COMPILED) {
|
|
|
617
667
|
*/
|
|
618
668
|
proto.alis.ideate.RetrieveIdeaSpecsResponse.displayName = 'proto.alis.ideate.RetrieveIdeaSpecsResponse';
|
|
619
669
|
}
|
|
670
|
+
/**
|
|
671
|
+
* Generated by JsPbCodeGenerator.
|
|
672
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
673
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
674
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
675
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
676
|
+
* valid.
|
|
677
|
+
* @extends {jspb.Message}
|
|
678
|
+
* @constructor
|
|
679
|
+
*/
|
|
680
|
+
proto.alis.ideate.GenerateAgentFeedbackSpecRequest = function(opt_data) {
|
|
681
|
+
jspb.Message.initialize(this, opt_data, 0, -1, proto.alis.ideate.GenerateAgentFeedbackSpecRequest.repeatedFields_, proto.alis.ideate.GenerateAgentFeedbackSpecRequest.oneofGroups_);
|
|
682
|
+
};
|
|
683
|
+
goog.inherits(proto.alis.ideate.GenerateAgentFeedbackSpecRequest, jspb.Message);
|
|
684
|
+
if (goog.DEBUG && !COMPILED) {
|
|
685
|
+
/**
|
|
686
|
+
* @public
|
|
687
|
+
* @override
|
|
688
|
+
*/
|
|
689
|
+
proto.alis.ideate.GenerateAgentFeedbackSpecRequest.displayName = 'proto.alis.ideate.GenerateAgentFeedbackSpecRequest';
|
|
690
|
+
}
|
|
691
|
+
/**
|
|
692
|
+
* Generated by JsPbCodeGenerator.
|
|
693
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
694
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
695
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
696
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
697
|
+
* valid.
|
|
698
|
+
* @extends {jspb.Message}
|
|
699
|
+
* @constructor
|
|
700
|
+
*/
|
|
701
|
+
proto.alis.ideate.GenerateAgentFeedbackSpecMetadata = function(opt_data) {
|
|
702
|
+
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
703
|
+
};
|
|
704
|
+
goog.inherits(proto.alis.ideate.GenerateAgentFeedbackSpecMetadata, jspb.Message);
|
|
705
|
+
if (goog.DEBUG && !COMPILED) {
|
|
706
|
+
/**
|
|
707
|
+
* @public
|
|
708
|
+
* @override
|
|
709
|
+
*/
|
|
710
|
+
proto.alis.ideate.GenerateAgentFeedbackSpecMetadata.displayName = 'proto.alis.ideate.GenerateAgentFeedbackSpecMetadata';
|
|
711
|
+
}
|
|
712
|
+
/**
|
|
713
|
+
* Generated by JsPbCodeGenerator.
|
|
714
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
715
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
716
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
717
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
718
|
+
* valid.
|
|
719
|
+
* @extends {jspb.Message}
|
|
720
|
+
* @constructor
|
|
721
|
+
*/
|
|
722
|
+
proto.alis.ideate.GenerateAgentFeedbackSpecResponse = function(opt_data) {
|
|
723
|
+
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
724
|
+
};
|
|
725
|
+
goog.inherits(proto.alis.ideate.GenerateAgentFeedbackSpecResponse, jspb.Message);
|
|
726
|
+
if (goog.DEBUG && !COMPILED) {
|
|
727
|
+
/**
|
|
728
|
+
* @public
|
|
729
|
+
* @override
|
|
730
|
+
*/
|
|
731
|
+
proto.alis.ideate.GenerateAgentFeedbackSpecResponse.displayName = 'proto.alis.ideate.GenerateAgentFeedbackSpecResponse';
|
|
732
|
+
}
|
|
620
733
|
|
|
621
734
|
/**
|
|
622
735
|
* Oneof group definitions for this message. Each group defines the field
|
|
@@ -626,7 +739,7 @@ if (goog.DEBUG && !COMPILED) {
|
|
|
626
739
|
* @private {!Array<!Array<number>>}
|
|
627
740
|
* @const
|
|
628
741
|
*/
|
|
629
|
-
proto.alis.ideate.Spec.oneofGroups_ = [[6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23]];
|
|
742
|
+
proto.alis.ideate.Spec.oneofGroups_ = [[6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24]];
|
|
630
743
|
|
|
631
744
|
/**
|
|
632
745
|
* @enum {number}
|
|
@@ -650,7 +763,8 @@ proto.alis.ideate.Spec.OutputCase = {
|
|
|
650
763
|
SOLUTION_FLOW_SPEC: 20,
|
|
651
764
|
RESEARCH_PLAN: 21,
|
|
652
765
|
CUSTOM_AGENT: 22,
|
|
653
|
-
PRODUCT_REQUIREMENTS_DOCUMENT: 23
|
|
766
|
+
PRODUCT_REQUIREMENTS_DOCUMENT: 23,
|
|
767
|
+
AGENT_FEEDBACK: 24
|
|
654
768
|
};
|
|
655
769
|
|
|
656
770
|
/**
|
|
@@ -714,6 +828,7 @@ solutionFlowSpec: (f = msg.getSolutionFlowSpec()) && proto.alis.ideate.Spec.Solu
|
|
|
714
828
|
researchPlan: (f = msg.getResearchPlan()) && proto.alis.ideate.Spec.ResearchPlan.toObject(includeInstance, f),
|
|
715
829
|
customAgent: (f = msg.getCustomAgent()) && proto.alis.ideate.Spec.CustomAgent.toObject(includeInstance, f),
|
|
716
830
|
productRequirementsDocument: (f = msg.getProductRequirementsDocument()) && proto.alis.ideate.Spec.ProductRequirementsDocument.toObject(includeInstance, f),
|
|
831
|
+
agentFeedback: (f = msg.getAgentFeedback()) && proto.alis.ideate.Spec.AgentFeedback.toObject(includeInstance, f),
|
|
717
832
|
generationContext: (f = msg.getGenerationContext()) && proto.alis.ideate.Spec.GenerationContext.toObject(includeInstance, f),
|
|
718
833
|
operation: jspb.Message.getFieldWithDefault(msg, 96, ""),
|
|
719
834
|
createTime: (f = msg.getCreateTime()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
@@ -865,6 +980,11 @@ proto.alis.ideate.Spec.deserializeBinaryFromReader = function(msg, reader) {
|
|
|
865
980
|
reader.readMessage(value,proto.alis.ideate.Spec.ProductRequirementsDocument.deserializeBinaryFromReader);
|
|
866
981
|
msg.setProductRequirementsDocument(value);
|
|
867
982
|
break;
|
|
983
|
+
case 24:
|
|
984
|
+
var value = new proto.alis.ideate.Spec.AgentFeedback;
|
|
985
|
+
reader.readMessage(value,proto.alis.ideate.Spec.AgentFeedback.deserializeBinaryFromReader);
|
|
986
|
+
msg.setAgentFeedback(value);
|
|
987
|
+
break;
|
|
868
988
|
case 95:
|
|
869
989
|
var value = new proto.alis.ideate.Spec.GenerationContext;
|
|
870
990
|
reader.readMessage(value,proto.alis.ideate.Spec.GenerationContext.deserializeBinaryFromReader);
|
|
@@ -1097,6 +1217,14 @@ proto.alis.ideate.Spec.serializeBinaryToWriter = function(message, writer) {
|
|
|
1097
1217
|
proto.alis.ideate.Spec.ProductRequirementsDocument.serializeBinaryToWriter
|
|
1098
1218
|
);
|
|
1099
1219
|
}
|
|
1220
|
+
f = message.getAgentFeedback();
|
|
1221
|
+
if (f != null) {
|
|
1222
|
+
writer.writeMessage(
|
|
1223
|
+
24,
|
|
1224
|
+
f,
|
|
1225
|
+
proto.alis.ideate.Spec.AgentFeedback.serializeBinaryToWriter
|
|
1226
|
+
);
|
|
1227
|
+
}
|
|
1100
1228
|
f = message.getGenerationContext();
|
|
1101
1229
|
if (f != null) {
|
|
1102
1230
|
writer.writeMessage(
|
|
@@ -1162,7 +1290,8 @@ proto.alis.ideate.Spec.Type = {
|
|
|
1162
1290
|
AI_STUDIO: 19,
|
|
1163
1291
|
RESEARCH_PLAN: 20,
|
|
1164
1292
|
CUSTOM_AGENT: 21,
|
|
1165
|
-
PRODUCT_REQUIREMENTS_DOCUMENT: 22
|
|
1293
|
+
PRODUCT_REQUIREMENTS_DOCUMENT: 22,
|
|
1294
|
+
AGENT_FEEDBACK: 23
|
|
1166
1295
|
};
|
|
1167
1296
|
|
|
1168
1297
|
/**
|
|
@@ -3882,6 +4011,13 @@ proto.alis.ideate.Spec.ProductRequirementsDocument.prototype.setContent = functi
|
|
|
3882
4011
|
|
|
3883
4012
|
|
|
3884
4013
|
|
|
4014
|
+
/**
|
|
4015
|
+
* List of repeated fields within this message type.
|
|
4016
|
+
* @private {!Array<number>}
|
|
4017
|
+
* @const
|
|
4018
|
+
*/
|
|
4019
|
+
proto.alis.ideate.Spec.AgentFeedback.repeatedFields_ = [1];
|
|
4020
|
+
|
|
3885
4021
|
|
|
3886
4022
|
|
|
3887
4023
|
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
@@ -3897,8 +4033,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
|
3897
4033
|
* http://goto/soy-param-migration
|
|
3898
4034
|
* @return {!Object}
|
|
3899
4035
|
*/
|
|
3900
|
-
proto.alis.ideate.Spec.
|
|
3901
|
-
return proto.alis.ideate.Spec.
|
|
4036
|
+
proto.alis.ideate.Spec.AgentFeedback.prototype.toObject = function(opt_includeInstance) {
|
|
4037
|
+
return proto.alis.ideate.Spec.AgentFeedback.toObject(opt_includeInstance, this);
|
|
3902
4038
|
};
|
|
3903
4039
|
|
|
3904
4040
|
|
|
@@ -3907,14 +4043,15 @@ proto.alis.ideate.Spec.GenerationContext.prototype.toObject = function(opt_inclu
|
|
|
3907
4043
|
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
3908
4044
|
* the JSPB instance for transitional soy proto support:
|
|
3909
4045
|
* http://goto/soy-param-migration
|
|
3910
|
-
* @param {!proto.alis.ideate.Spec.
|
|
4046
|
+
* @param {!proto.alis.ideate.Spec.AgentFeedback} msg The msg instance to transform.
|
|
3911
4047
|
* @return {!Object}
|
|
3912
4048
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
3913
4049
|
*/
|
|
3914
|
-
proto.alis.ideate.Spec.
|
|
4050
|
+
proto.alis.ideate.Spec.AgentFeedback.toObject = function(includeInstance, msg) {
|
|
3915
4051
|
var f, obj = {
|
|
3916
|
-
|
|
3917
|
-
|
|
4052
|
+
targetAgentsList: jspb.Message.toObjectList(msg.getTargetAgentsList(),
|
|
4053
|
+
proto.alis.ideate.Spec.AgentFeedback.TargetAgent.toObject, includeInstance),
|
|
4054
|
+
content: jspb.Message.getFieldWithDefault(msg, 2, "")
|
|
3918
4055
|
};
|
|
3919
4056
|
|
|
3920
4057
|
if (includeInstance) {
|
|
@@ -3928,23 +4065,23 @@ instructions: jspb.Message.getFieldWithDefault(msg, 2, "")
|
|
|
3928
4065
|
/**
|
|
3929
4066
|
* Deserializes binary data (in protobuf wire format).
|
|
3930
4067
|
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
3931
|
-
* @return {!proto.alis.ideate.Spec.
|
|
4068
|
+
* @return {!proto.alis.ideate.Spec.AgentFeedback}
|
|
3932
4069
|
*/
|
|
3933
|
-
proto.alis.ideate.Spec.
|
|
4070
|
+
proto.alis.ideate.Spec.AgentFeedback.deserializeBinary = function(bytes) {
|
|
3934
4071
|
var reader = new jspb.BinaryReader(bytes);
|
|
3935
|
-
var msg = new proto.alis.ideate.Spec.
|
|
3936
|
-
return proto.alis.ideate.Spec.
|
|
4072
|
+
var msg = new proto.alis.ideate.Spec.AgentFeedback;
|
|
4073
|
+
return proto.alis.ideate.Spec.AgentFeedback.deserializeBinaryFromReader(msg, reader);
|
|
3937
4074
|
};
|
|
3938
4075
|
|
|
3939
4076
|
|
|
3940
4077
|
/**
|
|
3941
4078
|
* Deserializes binary data (in protobuf wire format) from the
|
|
3942
4079
|
* given reader into the given message object.
|
|
3943
|
-
* @param {!proto.alis.ideate.Spec.
|
|
4080
|
+
* @param {!proto.alis.ideate.Spec.AgentFeedback} msg The message object to deserialize into.
|
|
3944
4081
|
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
3945
|
-
* @return {!proto.alis.ideate.Spec.
|
|
4082
|
+
* @return {!proto.alis.ideate.Spec.AgentFeedback}
|
|
3946
4083
|
*/
|
|
3947
|
-
proto.alis.ideate.Spec.
|
|
4084
|
+
proto.alis.ideate.Spec.AgentFeedback.deserializeBinaryFromReader = function(msg, reader) {
|
|
3948
4085
|
while (reader.nextField()) {
|
|
3949
4086
|
if (reader.isEndGroup()) {
|
|
3950
4087
|
break;
|
|
@@ -3952,12 +4089,13 @@ proto.alis.ideate.Spec.GenerationContext.deserializeBinaryFromReader = function(
|
|
|
3952
4089
|
var field = reader.getFieldNumber();
|
|
3953
4090
|
switch (field) {
|
|
3954
4091
|
case 1:
|
|
3955
|
-
var value =
|
|
3956
|
-
|
|
4092
|
+
var value = new proto.alis.ideate.Spec.AgentFeedback.TargetAgent;
|
|
4093
|
+
reader.readMessage(value,proto.alis.ideate.Spec.AgentFeedback.TargetAgent.deserializeBinaryFromReader);
|
|
4094
|
+
msg.addTargetAgents(value);
|
|
3957
4095
|
break;
|
|
3958
4096
|
case 2:
|
|
3959
4097
|
var value = /** @type {string} */ (reader.readStringRequireUtf8());
|
|
3960
|
-
msg.
|
|
4098
|
+
msg.setContent(value);
|
|
3961
4099
|
break;
|
|
3962
4100
|
default:
|
|
3963
4101
|
reader.skipField();
|
|
@@ -3972,9 +4110,9 @@ proto.alis.ideate.Spec.GenerationContext.deserializeBinaryFromReader = function(
|
|
|
3972
4110
|
* Serializes the message to binary data (in protobuf wire format).
|
|
3973
4111
|
* @return {!Uint8Array}
|
|
3974
4112
|
*/
|
|
3975
|
-
proto.alis.ideate.Spec.
|
|
4113
|
+
proto.alis.ideate.Spec.AgentFeedback.prototype.serializeBinary = function() {
|
|
3976
4114
|
var writer = new jspb.BinaryWriter();
|
|
3977
|
-
proto.alis.ideate.Spec.
|
|
4115
|
+
proto.alis.ideate.Spec.AgentFeedback.serializeBinaryToWriter(this, writer);
|
|
3978
4116
|
return writer.getResultBuffer();
|
|
3979
4117
|
};
|
|
3980
4118
|
|
|
@@ -3982,20 +4120,21 @@ proto.alis.ideate.Spec.GenerationContext.prototype.serializeBinary = function()
|
|
|
3982
4120
|
/**
|
|
3983
4121
|
* Serializes the given message to binary data (in protobuf wire
|
|
3984
4122
|
* format), writing to the given BinaryWriter.
|
|
3985
|
-
* @param {!proto.alis.ideate.Spec.
|
|
4123
|
+
* @param {!proto.alis.ideate.Spec.AgentFeedback} message
|
|
3986
4124
|
* @param {!jspb.BinaryWriter} writer
|
|
3987
4125
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
3988
4126
|
*/
|
|
3989
|
-
proto.alis.ideate.Spec.
|
|
4127
|
+
proto.alis.ideate.Spec.AgentFeedback.serializeBinaryToWriter = function(message, writer) {
|
|
3990
4128
|
var f = undefined;
|
|
3991
|
-
f = message.
|
|
4129
|
+
f = message.getTargetAgentsList();
|
|
3992
4130
|
if (f.length > 0) {
|
|
3993
|
-
writer.
|
|
4131
|
+
writer.writeRepeatedMessage(
|
|
3994
4132
|
1,
|
|
3995
|
-
f
|
|
4133
|
+
f,
|
|
4134
|
+
proto.alis.ideate.Spec.AgentFeedback.TargetAgent.serializeBinaryToWriter
|
|
3996
4135
|
);
|
|
3997
4136
|
}
|
|
3998
|
-
f = message.
|
|
4137
|
+
f = message.getContent();
|
|
3999
4138
|
if (f.length > 0) {
|
|
4000
4139
|
writer.writeString(
|
|
4001
4140
|
2,
|
|
@@ -4005,331 +4144,722 @@ proto.alis.ideate.Spec.GenerationContext.serializeBinaryToWriter = function(mess
|
|
|
4005
4144
|
};
|
|
4006
4145
|
|
|
4007
4146
|
|
|
4147
|
+
|
|
4148
|
+
|
|
4149
|
+
|
|
4150
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
4008
4151
|
/**
|
|
4009
|
-
*
|
|
4010
|
-
*
|
|
4152
|
+
* Creates an object representation of this proto.
|
|
4153
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
4154
|
+
* Optional fields that are not set will be set to undefined.
|
|
4155
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
4156
|
+
* For the list of reserved names please see:
|
|
4157
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
4158
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
4159
|
+
* JSPB instance for transitional soy proto support:
|
|
4160
|
+
* http://goto/soy-param-migration
|
|
4161
|
+
* @return {!Object}
|
|
4011
4162
|
*/
|
|
4012
|
-
proto.alis.ideate.Spec.
|
|
4013
|
-
return
|
|
4163
|
+
proto.alis.ideate.Spec.AgentFeedback.TargetAgent.prototype.toObject = function(opt_includeInstance) {
|
|
4164
|
+
return proto.alis.ideate.Spec.AgentFeedback.TargetAgent.toObject(opt_includeInstance, this);
|
|
4014
4165
|
};
|
|
4015
4166
|
|
|
4016
4167
|
|
|
4017
4168
|
/**
|
|
4018
|
-
* @
|
|
4019
|
-
* @
|
|
4169
|
+
* Static version of the {@see toObject} method.
|
|
4170
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
4171
|
+
* the JSPB instance for transitional soy proto support:
|
|
4172
|
+
* http://goto/soy-param-migration
|
|
4173
|
+
* @param {!proto.alis.ideate.Spec.AgentFeedback.TargetAgent} msg The msg instance to transform.
|
|
4174
|
+
* @return {!Object}
|
|
4175
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
4020
4176
|
*/
|
|
4021
|
-
proto.alis.ideate.Spec.
|
|
4022
|
-
|
|
4177
|
+
proto.alis.ideate.Spec.AgentFeedback.TargetAgent.toObject = function(includeInstance, msg) {
|
|
4178
|
+
var f, obj = {
|
|
4179
|
+
agentStream: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
4180
|
+
agentCard: (f = msg.getAgentCard()) && alis_ideate_agent_card_pb.AgentCard.toObject(includeInstance, f),
|
|
4181
|
+
overview: jspb.Message.getFieldWithDefault(msg, 3, "")
|
|
4182
|
+
};
|
|
4183
|
+
|
|
4184
|
+
if (includeInstance) {
|
|
4185
|
+
obj.$jspbMessageInstance = msg;
|
|
4186
|
+
}
|
|
4187
|
+
return obj;
|
|
4023
4188
|
};
|
|
4189
|
+
}
|
|
4024
4190
|
|
|
4025
4191
|
|
|
4026
4192
|
/**
|
|
4027
|
-
*
|
|
4028
|
-
* @
|
|
4193
|
+
* Deserializes binary data (in protobuf wire format).
|
|
4194
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
4195
|
+
* @return {!proto.alis.ideate.Spec.AgentFeedback.TargetAgent}
|
|
4029
4196
|
*/
|
|
4030
|
-
proto.alis.ideate.Spec.
|
|
4031
|
-
|
|
4197
|
+
proto.alis.ideate.Spec.AgentFeedback.TargetAgent.deserializeBinary = function(bytes) {
|
|
4198
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
4199
|
+
var msg = new proto.alis.ideate.Spec.AgentFeedback.TargetAgent;
|
|
4200
|
+
return proto.alis.ideate.Spec.AgentFeedback.TargetAgent.deserializeBinaryFromReader(msg, reader);
|
|
4032
4201
|
};
|
|
4033
4202
|
|
|
4034
4203
|
|
|
4035
4204
|
/**
|
|
4036
|
-
*
|
|
4037
|
-
*
|
|
4205
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
4206
|
+
* given reader into the given message object.
|
|
4207
|
+
* @param {!proto.alis.ideate.Spec.AgentFeedback.TargetAgent} msg The message object to deserialize into.
|
|
4208
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
4209
|
+
* @return {!proto.alis.ideate.Spec.AgentFeedback.TargetAgent}
|
|
4038
4210
|
*/
|
|
4039
|
-
proto.alis.ideate.Spec.
|
|
4040
|
-
|
|
4211
|
+
proto.alis.ideate.Spec.AgentFeedback.TargetAgent.deserializeBinaryFromReader = function(msg, reader) {
|
|
4212
|
+
while (reader.nextField()) {
|
|
4213
|
+
if (reader.isEndGroup()) {
|
|
4214
|
+
break;
|
|
4215
|
+
}
|
|
4216
|
+
var field = reader.getFieldNumber();
|
|
4217
|
+
switch (field) {
|
|
4218
|
+
case 1:
|
|
4219
|
+
var value = /** @type {string} */ (reader.readStringRequireUtf8());
|
|
4220
|
+
msg.setAgentStream(value);
|
|
4221
|
+
break;
|
|
4222
|
+
case 2:
|
|
4223
|
+
var value = new alis_ideate_agent_card_pb.AgentCard;
|
|
4224
|
+
reader.readMessage(value,alis_ideate_agent_card_pb.AgentCard.deserializeBinaryFromReader);
|
|
4225
|
+
msg.setAgentCard(value);
|
|
4226
|
+
break;
|
|
4227
|
+
case 3:
|
|
4228
|
+
var value = /** @type {string} */ (reader.readStringRequireUtf8());
|
|
4229
|
+
msg.setOverview(value);
|
|
4230
|
+
break;
|
|
4231
|
+
default:
|
|
4232
|
+
reader.skipField();
|
|
4233
|
+
break;
|
|
4234
|
+
}
|
|
4235
|
+
}
|
|
4236
|
+
return msg;
|
|
4041
4237
|
};
|
|
4042
4238
|
|
|
4043
4239
|
|
|
4044
4240
|
/**
|
|
4045
|
-
*
|
|
4046
|
-
* @return {
|
|
4241
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
4242
|
+
* @return {!Uint8Array}
|
|
4047
4243
|
*/
|
|
4048
|
-
proto.alis.ideate.Spec.prototype.
|
|
4049
|
-
|
|
4244
|
+
proto.alis.ideate.Spec.AgentFeedback.TargetAgent.prototype.serializeBinary = function() {
|
|
4245
|
+
var writer = new jspb.BinaryWriter();
|
|
4246
|
+
proto.alis.ideate.Spec.AgentFeedback.TargetAgent.serializeBinaryToWriter(this, writer);
|
|
4247
|
+
return writer.getResultBuffer();
|
|
4050
4248
|
};
|
|
4051
4249
|
|
|
4052
4250
|
|
|
4053
4251
|
/**
|
|
4054
|
-
*
|
|
4055
|
-
*
|
|
4252
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
4253
|
+
* format), writing to the given BinaryWriter.
|
|
4254
|
+
* @param {!proto.alis.ideate.Spec.AgentFeedback.TargetAgent} message
|
|
4255
|
+
* @param {!jspb.BinaryWriter} writer
|
|
4256
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
4056
4257
|
*/
|
|
4057
|
-
proto.alis.ideate.Spec.
|
|
4058
|
-
|
|
4258
|
+
proto.alis.ideate.Spec.AgentFeedback.TargetAgent.serializeBinaryToWriter = function(message, writer) {
|
|
4259
|
+
var f = undefined;
|
|
4260
|
+
f = message.getAgentStream();
|
|
4261
|
+
if (f.length > 0) {
|
|
4262
|
+
writer.writeString(
|
|
4263
|
+
1,
|
|
4264
|
+
f
|
|
4265
|
+
);
|
|
4266
|
+
}
|
|
4267
|
+
f = message.getAgentCard();
|
|
4268
|
+
if (f != null) {
|
|
4269
|
+
writer.writeMessage(
|
|
4270
|
+
2,
|
|
4271
|
+
f,
|
|
4272
|
+
alis_ideate_agent_card_pb.AgentCard.serializeBinaryToWriter
|
|
4273
|
+
);
|
|
4274
|
+
}
|
|
4275
|
+
f = message.getOverview();
|
|
4276
|
+
if (f.length > 0) {
|
|
4277
|
+
writer.writeString(
|
|
4278
|
+
3,
|
|
4279
|
+
f
|
|
4280
|
+
);
|
|
4281
|
+
}
|
|
4059
4282
|
};
|
|
4060
4283
|
|
|
4061
4284
|
|
|
4062
4285
|
/**
|
|
4063
|
-
* optional string
|
|
4286
|
+
* optional string agent_stream = 1;
|
|
4064
4287
|
* @return {string}
|
|
4065
4288
|
*/
|
|
4066
|
-
proto.alis.ideate.Spec.prototype.
|
|
4067
|
-
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this,
|
|
4289
|
+
proto.alis.ideate.Spec.AgentFeedback.TargetAgent.prototype.getAgentStream = function() {
|
|
4290
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
|
|
4068
4291
|
};
|
|
4069
4292
|
|
|
4070
4293
|
|
|
4071
4294
|
/**
|
|
4072
4295
|
* @param {string} value
|
|
4073
|
-
* @return {!proto.alis.ideate.Spec} returns this
|
|
4296
|
+
* @return {!proto.alis.ideate.Spec.AgentFeedback.TargetAgent} returns this
|
|
4074
4297
|
*/
|
|
4075
|
-
proto.alis.ideate.Spec.prototype.
|
|
4076
|
-
return jspb.Message.setProto3StringField(this,
|
|
4298
|
+
proto.alis.ideate.Spec.AgentFeedback.TargetAgent.prototype.setAgentStream = function(value) {
|
|
4299
|
+
return jspb.Message.setProto3StringField(this, 1, value);
|
|
4077
4300
|
};
|
|
4078
4301
|
|
|
4079
4302
|
|
|
4080
4303
|
/**
|
|
4081
|
-
* optional
|
|
4082
|
-
* @return {
|
|
4304
|
+
* optional AgentCard agent_card = 2;
|
|
4305
|
+
* @return {?proto.alis.ideate.AgentCard}
|
|
4083
4306
|
*/
|
|
4084
|
-
proto.alis.ideate.Spec.prototype.
|
|
4085
|
-
return /** @type
|
|
4307
|
+
proto.alis.ideate.Spec.AgentFeedback.TargetAgent.prototype.getAgentCard = function() {
|
|
4308
|
+
return /** @type{?proto.alis.ideate.AgentCard} */ (
|
|
4309
|
+
jspb.Message.getWrapperField(this, alis_ideate_agent_card_pb.AgentCard, 2));
|
|
4086
4310
|
};
|
|
4087
4311
|
|
|
4088
4312
|
|
|
4089
4313
|
/**
|
|
4090
|
-
* @param {
|
|
4091
|
-
* @return {!proto.alis.ideate.Spec} returns this
|
|
4092
|
-
|
|
4093
|
-
proto.alis.ideate.Spec.prototype.
|
|
4094
|
-
return jspb.Message.
|
|
4314
|
+
* @param {?proto.alis.ideate.AgentCard|undefined} value
|
|
4315
|
+
* @return {!proto.alis.ideate.Spec.AgentFeedback.TargetAgent} returns this
|
|
4316
|
+
*/
|
|
4317
|
+
proto.alis.ideate.Spec.AgentFeedback.TargetAgent.prototype.setAgentCard = function(value) {
|
|
4318
|
+
return jspb.Message.setWrapperField(this, 2, value);
|
|
4095
4319
|
};
|
|
4096
4320
|
|
|
4097
4321
|
|
|
4098
4322
|
/**
|
|
4099
|
-
*
|
|
4100
|
-
* @return {
|
|
4323
|
+
* Clears the message field making it undefined.
|
|
4324
|
+
* @return {!proto.alis.ideate.Spec.AgentFeedback.TargetAgent} returns this
|
|
4101
4325
|
*/
|
|
4102
|
-
proto.alis.ideate.Spec.prototype.
|
|
4103
|
-
return
|
|
4326
|
+
proto.alis.ideate.Spec.AgentFeedback.TargetAgent.prototype.clearAgentCard = function() {
|
|
4327
|
+
return this.setAgentCard(undefined);
|
|
4104
4328
|
};
|
|
4105
4329
|
|
|
4106
4330
|
|
|
4107
4331
|
/**
|
|
4108
|
-
*
|
|
4109
|
-
* @return {
|
|
4332
|
+
* Returns whether this field is set.
|
|
4333
|
+
* @return {boolean}
|
|
4110
4334
|
*/
|
|
4111
|
-
proto.alis.ideate.Spec.prototype.
|
|
4112
|
-
return jspb.Message.
|
|
4335
|
+
proto.alis.ideate.Spec.AgentFeedback.TargetAgent.prototype.hasAgentCard = function() {
|
|
4336
|
+
return jspb.Message.getField(this, 2) != null;
|
|
4113
4337
|
};
|
|
4114
4338
|
|
|
4115
4339
|
|
|
4116
4340
|
/**
|
|
4117
|
-
* optional
|
|
4118
|
-
* @return {
|
|
4341
|
+
* optional string overview = 3;
|
|
4342
|
+
* @return {string}
|
|
4119
4343
|
*/
|
|
4120
|
-
proto.alis.ideate.Spec.prototype.
|
|
4121
|
-
return /** @type {
|
|
4344
|
+
proto.alis.ideate.Spec.AgentFeedback.TargetAgent.prototype.getOverview = function() {
|
|
4345
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
|
|
4122
4346
|
};
|
|
4123
4347
|
|
|
4124
4348
|
|
|
4125
4349
|
/**
|
|
4126
|
-
* @param {
|
|
4127
|
-
* @return {!proto.alis.ideate.Spec} returns this
|
|
4350
|
+
* @param {string} value
|
|
4351
|
+
* @return {!proto.alis.ideate.Spec.AgentFeedback.TargetAgent} returns this
|
|
4128
4352
|
*/
|
|
4129
|
-
proto.alis.ideate.Spec.prototype.
|
|
4130
|
-
return jspb.Message.
|
|
4353
|
+
proto.alis.ideate.Spec.AgentFeedback.TargetAgent.prototype.setOverview = function(value) {
|
|
4354
|
+
return jspb.Message.setProto3StringField(this, 3, value);
|
|
4131
4355
|
};
|
|
4132
4356
|
|
|
4133
4357
|
|
|
4134
4358
|
/**
|
|
4135
|
-
*
|
|
4136
|
-
* @return {
|
|
4359
|
+
* repeated TargetAgent target_agents = 1;
|
|
4360
|
+
* @return {!Array<!proto.alis.ideate.Spec.AgentFeedback.TargetAgent>}
|
|
4137
4361
|
*/
|
|
4138
|
-
proto.alis.ideate.Spec.prototype.
|
|
4139
|
-
return /** @type{
|
|
4140
|
-
jspb.Message.
|
|
4362
|
+
proto.alis.ideate.Spec.AgentFeedback.prototype.getTargetAgentsList = function() {
|
|
4363
|
+
return /** @type{!Array<!proto.alis.ideate.Spec.AgentFeedback.TargetAgent>} */ (
|
|
4364
|
+
jspb.Message.getRepeatedWrapperField(this, proto.alis.ideate.Spec.AgentFeedback.TargetAgent, 1));
|
|
4141
4365
|
};
|
|
4142
4366
|
|
|
4143
4367
|
|
|
4144
4368
|
/**
|
|
4145
|
-
* @param {
|
|
4146
|
-
* @return {!proto.alis.ideate.Spec} returns this
|
|
4369
|
+
* @param {!Array<!proto.alis.ideate.Spec.AgentFeedback.TargetAgent>} value
|
|
4370
|
+
* @return {!proto.alis.ideate.Spec.AgentFeedback} returns this
|
|
4147
4371
|
*/
|
|
4148
|
-
proto.alis.ideate.Spec.prototype.
|
|
4149
|
-
return jspb.Message.
|
|
4372
|
+
proto.alis.ideate.Spec.AgentFeedback.prototype.setTargetAgentsList = function(value) {
|
|
4373
|
+
return jspb.Message.setRepeatedWrapperField(this, 1, value);
|
|
4150
4374
|
};
|
|
4151
4375
|
|
|
4152
4376
|
|
|
4153
4377
|
/**
|
|
4154
|
-
*
|
|
4155
|
-
* @
|
|
4378
|
+
* @param {!proto.alis.ideate.Spec.AgentFeedback.TargetAgent=} opt_value
|
|
4379
|
+
* @param {number=} opt_index
|
|
4380
|
+
* @return {!proto.alis.ideate.Spec.AgentFeedback.TargetAgent}
|
|
4156
4381
|
*/
|
|
4157
|
-
proto.alis.ideate.Spec.prototype.
|
|
4158
|
-
return this.
|
|
4382
|
+
proto.alis.ideate.Spec.AgentFeedback.prototype.addTargetAgents = function(opt_value, opt_index) {
|
|
4383
|
+
return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.alis.ideate.Spec.AgentFeedback.TargetAgent, opt_index);
|
|
4159
4384
|
};
|
|
4160
4385
|
|
|
4161
4386
|
|
|
4162
4387
|
/**
|
|
4163
|
-
*
|
|
4164
|
-
* @return {
|
|
4388
|
+
* Clears the list making it empty but non-null.
|
|
4389
|
+
* @return {!proto.alis.ideate.Spec.AgentFeedback} returns this
|
|
4165
4390
|
*/
|
|
4166
|
-
proto.alis.ideate.Spec.prototype.
|
|
4167
|
-
return
|
|
4391
|
+
proto.alis.ideate.Spec.AgentFeedback.prototype.clearTargetAgentsList = function() {
|
|
4392
|
+
return this.setTargetAgentsList([]);
|
|
4168
4393
|
};
|
|
4169
4394
|
|
|
4170
4395
|
|
|
4171
4396
|
/**
|
|
4172
|
-
* optional
|
|
4173
|
-
* @return {
|
|
4397
|
+
* optional string content = 2;
|
|
4398
|
+
* @return {string}
|
|
4174
4399
|
*/
|
|
4175
|
-
proto.alis.ideate.Spec.prototype.
|
|
4176
|
-
return /** @type{
|
|
4177
|
-
jspb.Message.getWrapperField(this, proto.alis.ideate.Spec.IdeaBrief, 7));
|
|
4400
|
+
proto.alis.ideate.Spec.AgentFeedback.prototype.getContent = function() {
|
|
4401
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
|
|
4178
4402
|
};
|
|
4179
4403
|
|
|
4180
4404
|
|
|
4181
4405
|
/**
|
|
4182
|
-
* @param {
|
|
4183
|
-
* @return {!proto.alis.ideate.Spec} returns this
|
|
4184
|
-
*/
|
|
4185
|
-
proto.alis.ideate.Spec.prototype.
|
|
4186
|
-
return jspb.Message.
|
|
4406
|
+
* @param {string} value
|
|
4407
|
+
* @return {!proto.alis.ideate.Spec.AgentFeedback} returns this
|
|
4408
|
+
*/
|
|
4409
|
+
proto.alis.ideate.Spec.AgentFeedback.prototype.setContent = function(value) {
|
|
4410
|
+
return jspb.Message.setProto3StringField(this, 2, value);
|
|
4187
4411
|
};
|
|
4188
4412
|
|
|
4189
4413
|
|
|
4414
|
+
|
|
4415
|
+
|
|
4416
|
+
|
|
4417
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
4190
4418
|
/**
|
|
4191
|
-
*
|
|
4192
|
-
*
|
|
4419
|
+
* Creates an object representation of this proto.
|
|
4420
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
4421
|
+
* Optional fields that are not set will be set to undefined.
|
|
4422
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
4423
|
+
* For the list of reserved names please see:
|
|
4424
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
4425
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
4426
|
+
* JSPB instance for transitional soy proto support:
|
|
4427
|
+
* http://goto/soy-param-migration
|
|
4428
|
+
* @return {!Object}
|
|
4193
4429
|
*/
|
|
4194
|
-
proto.alis.ideate.Spec.prototype.
|
|
4195
|
-
return
|
|
4430
|
+
proto.alis.ideate.Spec.GenerationContext.prototype.toObject = function(opt_includeInstance) {
|
|
4431
|
+
return proto.alis.ideate.Spec.GenerationContext.toObject(opt_includeInstance, this);
|
|
4196
4432
|
};
|
|
4197
4433
|
|
|
4198
4434
|
|
|
4199
4435
|
/**
|
|
4200
|
-
*
|
|
4201
|
-
* @
|
|
4436
|
+
* Static version of the {@see toObject} method.
|
|
4437
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
4438
|
+
* the JSPB instance for transitional soy proto support:
|
|
4439
|
+
* http://goto/soy-param-migration
|
|
4440
|
+
* @param {!proto.alis.ideate.Spec.GenerationContext} msg The msg instance to transform.
|
|
4441
|
+
* @return {!Object}
|
|
4442
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
4202
4443
|
*/
|
|
4203
|
-
proto.alis.ideate.Spec.
|
|
4204
|
-
|
|
4444
|
+
proto.alis.ideate.Spec.GenerationContext.toObject = function(includeInstance, msg) {
|
|
4445
|
+
var f, obj = {
|
|
4446
|
+
filter: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
4447
|
+
instructions: jspb.Message.getFieldWithDefault(msg, 2, "")
|
|
4448
|
+
};
|
|
4449
|
+
|
|
4450
|
+
if (includeInstance) {
|
|
4451
|
+
obj.$jspbMessageInstance = msg;
|
|
4452
|
+
}
|
|
4453
|
+
return obj;
|
|
4205
4454
|
};
|
|
4455
|
+
}
|
|
4206
4456
|
|
|
4207
4457
|
|
|
4208
4458
|
/**
|
|
4209
|
-
*
|
|
4210
|
-
* @
|
|
4459
|
+
* Deserializes binary data (in protobuf wire format).
|
|
4460
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
4461
|
+
* @return {!proto.alis.ideate.Spec.GenerationContext}
|
|
4211
4462
|
*/
|
|
4212
|
-
proto.alis.ideate.Spec.
|
|
4213
|
-
|
|
4214
|
-
|
|
4463
|
+
proto.alis.ideate.Spec.GenerationContext.deserializeBinary = function(bytes) {
|
|
4464
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
4465
|
+
var msg = new proto.alis.ideate.Spec.GenerationContext;
|
|
4466
|
+
return proto.alis.ideate.Spec.GenerationContext.deserializeBinaryFromReader(msg, reader);
|
|
4215
4467
|
};
|
|
4216
4468
|
|
|
4217
4469
|
|
|
4218
4470
|
/**
|
|
4219
|
-
*
|
|
4220
|
-
*
|
|
4221
|
-
|
|
4222
|
-
|
|
4223
|
-
|
|
4471
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
4472
|
+
* given reader into the given message object.
|
|
4473
|
+
* @param {!proto.alis.ideate.Spec.GenerationContext} msg The message object to deserialize into.
|
|
4474
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
4475
|
+
* @return {!proto.alis.ideate.Spec.GenerationContext}
|
|
4476
|
+
*/
|
|
4477
|
+
proto.alis.ideate.Spec.GenerationContext.deserializeBinaryFromReader = function(msg, reader) {
|
|
4478
|
+
while (reader.nextField()) {
|
|
4479
|
+
if (reader.isEndGroup()) {
|
|
4480
|
+
break;
|
|
4481
|
+
}
|
|
4482
|
+
var field = reader.getFieldNumber();
|
|
4483
|
+
switch (field) {
|
|
4484
|
+
case 1:
|
|
4485
|
+
var value = /** @type {string} */ (reader.readStringRequireUtf8());
|
|
4486
|
+
msg.setFilter(value);
|
|
4487
|
+
break;
|
|
4488
|
+
case 2:
|
|
4489
|
+
var value = /** @type {string} */ (reader.readStringRequireUtf8());
|
|
4490
|
+
msg.setInstructions(value);
|
|
4491
|
+
break;
|
|
4492
|
+
default:
|
|
4493
|
+
reader.skipField();
|
|
4494
|
+
break;
|
|
4495
|
+
}
|
|
4496
|
+
}
|
|
4497
|
+
return msg;
|
|
4224
4498
|
};
|
|
4225
4499
|
|
|
4226
4500
|
|
|
4227
4501
|
/**
|
|
4228
|
-
*
|
|
4229
|
-
* @return {!
|
|
4502
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
4503
|
+
* @return {!Uint8Array}
|
|
4230
4504
|
*/
|
|
4231
|
-
proto.alis.ideate.Spec.prototype.
|
|
4232
|
-
|
|
4505
|
+
proto.alis.ideate.Spec.GenerationContext.prototype.serializeBinary = function() {
|
|
4506
|
+
var writer = new jspb.BinaryWriter();
|
|
4507
|
+
proto.alis.ideate.Spec.GenerationContext.serializeBinaryToWriter(this, writer);
|
|
4508
|
+
return writer.getResultBuffer();
|
|
4233
4509
|
};
|
|
4234
4510
|
|
|
4235
4511
|
|
|
4236
4512
|
/**
|
|
4237
|
-
*
|
|
4238
|
-
*
|
|
4513
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
4514
|
+
* format), writing to the given BinaryWriter.
|
|
4515
|
+
* @param {!proto.alis.ideate.Spec.GenerationContext} message
|
|
4516
|
+
* @param {!jspb.BinaryWriter} writer
|
|
4517
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
4239
4518
|
*/
|
|
4240
|
-
proto.alis.ideate.Spec.
|
|
4241
|
-
|
|
4519
|
+
proto.alis.ideate.Spec.GenerationContext.serializeBinaryToWriter = function(message, writer) {
|
|
4520
|
+
var f = undefined;
|
|
4521
|
+
f = message.getFilter();
|
|
4522
|
+
if (f.length > 0) {
|
|
4523
|
+
writer.writeString(
|
|
4524
|
+
1,
|
|
4525
|
+
f
|
|
4526
|
+
);
|
|
4527
|
+
}
|
|
4528
|
+
f = message.getInstructions();
|
|
4529
|
+
if (f.length > 0) {
|
|
4530
|
+
writer.writeString(
|
|
4531
|
+
2,
|
|
4532
|
+
f
|
|
4533
|
+
);
|
|
4534
|
+
}
|
|
4242
4535
|
};
|
|
4243
4536
|
|
|
4244
4537
|
|
|
4245
4538
|
/**
|
|
4246
|
-
* optional
|
|
4247
|
-
* @return {
|
|
4539
|
+
* optional string filter = 1;
|
|
4540
|
+
* @return {string}
|
|
4248
4541
|
*/
|
|
4249
|
-
proto.alis.ideate.Spec.prototype.
|
|
4250
|
-
return /** @type{
|
|
4251
|
-
jspb.Message.getWrapperField(this, proto.alis.ideate.Spec.AiPrototype, 9));
|
|
4542
|
+
proto.alis.ideate.Spec.GenerationContext.prototype.getFilter = function() {
|
|
4543
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
|
|
4252
4544
|
};
|
|
4253
4545
|
|
|
4254
4546
|
|
|
4255
4547
|
/**
|
|
4256
|
-
* @param {
|
|
4257
|
-
* @return {!proto.alis.ideate.Spec} returns this
|
|
4258
|
-
*/
|
|
4259
|
-
proto.alis.ideate.Spec.prototype.
|
|
4260
|
-
return jspb.Message.
|
|
4548
|
+
* @param {string} value
|
|
4549
|
+
* @return {!proto.alis.ideate.Spec.GenerationContext} returns this
|
|
4550
|
+
*/
|
|
4551
|
+
proto.alis.ideate.Spec.GenerationContext.prototype.setFilter = function(value) {
|
|
4552
|
+
return jspb.Message.setProto3StringField(this, 1, value);
|
|
4261
4553
|
};
|
|
4262
4554
|
|
|
4263
4555
|
|
|
4264
4556
|
/**
|
|
4265
|
-
*
|
|
4266
|
-
* @return {
|
|
4557
|
+
* optional string instructions = 2;
|
|
4558
|
+
* @return {string}
|
|
4267
4559
|
*/
|
|
4268
|
-
proto.alis.ideate.Spec.prototype.
|
|
4269
|
-
return
|
|
4560
|
+
proto.alis.ideate.Spec.GenerationContext.prototype.getInstructions = function() {
|
|
4561
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
|
|
4270
4562
|
};
|
|
4271
4563
|
|
|
4272
4564
|
|
|
4273
4565
|
/**
|
|
4274
|
-
*
|
|
4275
|
-
* @return {
|
|
4566
|
+
* @param {string} value
|
|
4567
|
+
* @return {!proto.alis.ideate.Spec.GenerationContext} returns this
|
|
4276
4568
|
*/
|
|
4277
|
-
proto.alis.ideate.Spec.prototype.
|
|
4278
|
-
return jspb.Message.
|
|
4569
|
+
proto.alis.ideate.Spec.GenerationContext.prototype.setInstructions = function(value) {
|
|
4570
|
+
return jspb.Message.setProto3StringField(this, 2, value);
|
|
4279
4571
|
};
|
|
4280
4572
|
|
|
4281
4573
|
|
|
4282
4574
|
/**
|
|
4283
|
-
* optional
|
|
4284
|
-
* @return {
|
|
4575
|
+
* optional string name = 1;
|
|
4576
|
+
* @return {string}
|
|
4285
4577
|
*/
|
|
4286
|
-
proto.alis.ideate.Spec.prototype.
|
|
4287
|
-
return /** @type{
|
|
4288
|
-
jspb.Message.getWrapperField(this, proto.alis.ideate.Spec.IdeateSpec, 10));
|
|
4578
|
+
proto.alis.ideate.Spec.prototype.getName = function() {
|
|
4579
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
|
|
4289
4580
|
};
|
|
4290
4581
|
|
|
4291
4582
|
|
|
4292
4583
|
/**
|
|
4293
|
-
* @param {
|
|
4584
|
+
* @param {string} value
|
|
4294
4585
|
* @return {!proto.alis.ideate.Spec} returns this
|
|
4295
|
-
*/
|
|
4296
|
-
proto.alis.ideate.Spec.prototype.
|
|
4297
|
-
return jspb.Message.
|
|
4586
|
+
*/
|
|
4587
|
+
proto.alis.ideate.Spec.prototype.setName = function(value) {
|
|
4588
|
+
return jspb.Message.setProto3StringField(this, 1, value);
|
|
4298
4589
|
};
|
|
4299
4590
|
|
|
4300
4591
|
|
|
4301
4592
|
/**
|
|
4302
|
-
*
|
|
4303
|
-
* @return {
|
|
4593
|
+
* optional string title = 2;
|
|
4594
|
+
* @return {string}
|
|
4304
4595
|
*/
|
|
4305
|
-
proto.alis.ideate.Spec.prototype.
|
|
4306
|
-
return
|
|
4596
|
+
proto.alis.ideate.Spec.prototype.getTitle = function() {
|
|
4597
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
|
|
4307
4598
|
};
|
|
4308
4599
|
|
|
4309
4600
|
|
|
4310
4601
|
/**
|
|
4311
|
-
*
|
|
4312
|
-
* @return {
|
|
4602
|
+
* @param {string} value
|
|
4603
|
+
* @return {!proto.alis.ideate.Spec} returns this
|
|
4313
4604
|
*/
|
|
4314
|
-
proto.alis.ideate.Spec.prototype.
|
|
4315
|
-
return jspb.Message.
|
|
4605
|
+
proto.alis.ideate.Spec.prototype.setTitle = function(value) {
|
|
4606
|
+
return jspb.Message.setProto3StringField(this, 2, value);
|
|
4316
4607
|
};
|
|
4317
4608
|
|
|
4318
4609
|
|
|
4319
4610
|
/**
|
|
4320
|
-
* optional
|
|
4321
|
-
* @return {
|
|
4611
|
+
* optional Type type = 3;
|
|
4612
|
+
* @return {!proto.alis.ideate.Spec.Type}
|
|
4322
4613
|
*/
|
|
4323
|
-
proto.alis.ideate.Spec.prototype.
|
|
4324
|
-
return /** @type{
|
|
4325
|
-
jspb.Message.getWrapperField(this, proto.alis.ideate.Spec.BusinessCase, 11));
|
|
4614
|
+
proto.alis.ideate.Spec.prototype.getType = function() {
|
|
4615
|
+
return /** @type {!proto.alis.ideate.Spec.Type} */ (jspb.Message.getFieldWithDefault(this, 3, 0));
|
|
4326
4616
|
};
|
|
4327
4617
|
|
|
4328
4618
|
|
|
4329
4619
|
/**
|
|
4330
|
-
* @param {
|
|
4620
|
+
* @param {!proto.alis.ideate.Spec.Type} value
|
|
4331
4621
|
* @return {!proto.alis.ideate.Spec} returns this
|
|
4332
|
-
*/
|
|
4622
|
+
*/
|
|
4623
|
+
proto.alis.ideate.Spec.prototype.setType = function(value) {
|
|
4624
|
+
return jspb.Message.setProto3EnumField(this, 3, value);
|
|
4625
|
+
};
|
|
4626
|
+
|
|
4627
|
+
|
|
4628
|
+
/**
|
|
4629
|
+
* optional string idea = 4;
|
|
4630
|
+
* @return {string}
|
|
4631
|
+
*/
|
|
4632
|
+
proto.alis.ideate.Spec.prototype.getIdea = function() {
|
|
4633
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, ""));
|
|
4634
|
+
};
|
|
4635
|
+
|
|
4636
|
+
|
|
4637
|
+
/**
|
|
4638
|
+
* @param {string} value
|
|
4639
|
+
* @return {!proto.alis.ideate.Spec} returns this
|
|
4640
|
+
*/
|
|
4641
|
+
proto.alis.ideate.Spec.prototype.setIdea = function(value) {
|
|
4642
|
+
return jspb.Message.setProto3StringField(this, 4, value);
|
|
4643
|
+
};
|
|
4644
|
+
|
|
4645
|
+
|
|
4646
|
+
/**
|
|
4647
|
+
* optional State state = 5;
|
|
4648
|
+
* @return {!proto.alis.ideate.Spec.State}
|
|
4649
|
+
*/
|
|
4650
|
+
proto.alis.ideate.Spec.prototype.getState = function() {
|
|
4651
|
+
return /** @type {!proto.alis.ideate.Spec.State} */ (jspb.Message.getFieldWithDefault(this, 5, 0));
|
|
4652
|
+
};
|
|
4653
|
+
|
|
4654
|
+
|
|
4655
|
+
/**
|
|
4656
|
+
* @param {!proto.alis.ideate.Spec.State} value
|
|
4657
|
+
* @return {!proto.alis.ideate.Spec} returns this
|
|
4658
|
+
*/
|
|
4659
|
+
proto.alis.ideate.Spec.prototype.setState = function(value) {
|
|
4660
|
+
return jspb.Message.setProto3EnumField(this, 5, value);
|
|
4661
|
+
};
|
|
4662
|
+
|
|
4663
|
+
|
|
4664
|
+
/**
|
|
4665
|
+
* optional FullRfp full_rfp = 6;
|
|
4666
|
+
* @return {?proto.alis.ideate.Spec.FullRfp}
|
|
4667
|
+
*/
|
|
4668
|
+
proto.alis.ideate.Spec.prototype.getFullRfp = function() {
|
|
4669
|
+
return /** @type{?proto.alis.ideate.Spec.FullRfp} */ (
|
|
4670
|
+
jspb.Message.getWrapperField(this, proto.alis.ideate.Spec.FullRfp, 6));
|
|
4671
|
+
};
|
|
4672
|
+
|
|
4673
|
+
|
|
4674
|
+
/**
|
|
4675
|
+
* @param {?proto.alis.ideate.Spec.FullRfp|undefined} value
|
|
4676
|
+
* @return {!proto.alis.ideate.Spec} returns this
|
|
4677
|
+
*/
|
|
4678
|
+
proto.alis.ideate.Spec.prototype.setFullRfp = function(value) {
|
|
4679
|
+
return jspb.Message.setOneofWrapperField(this, 6, proto.alis.ideate.Spec.oneofGroups_[0], value);
|
|
4680
|
+
};
|
|
4681
|
+
|
|
4682
|
+
|
|
4683
|
+
/**
|
|
4684
|
+
* Clears the message field making it undefined.
|
|
4685
|
+
* @return {!proto.alis.ideate.Spec} returns this
|
|
4686
|
+
*/
|
|
4687
|
+
proto.alis.ideate.Spec.prototype.clearFullRfp = function() {
|
|
4688
|
+
return this.setFullRfp(undefined);
|
|
4689
|
+
};
|
|
4690
|
+
|
|
4691
|
+
|
|
4692
|
+
/**
|
|
4693
|
+
* Returns whether this field is set.
|
|
4694
|
+
* @return {boolean}
|
|
4695
|
+
*/
|
|
4696
|
+
proto.alis.ideate.Spec.prototype.hasFullRfp = function() {
|
|
4697
|
+
return jspb.Message.getField(this, 6) != null;
|
|
4698
|
+
};
|
|
4699
|
+
|
|
4700
|
+
|
|
4701
|
+
/**
|
|
4702
|
+
* optional IdeaBrief idea_brief = 7;
|
|
4703
|
+
* @return {?proto.alis.ideate.Spec.IdeaBrief}
|
|
4704
|
+
*/
|
|
4705
|
+
proto.alis.ideate.Spec.prototype.getIdeaBrief = function() {
|
|
4706
|
+
return /** @type{?proto.alis.ideate.Spec.IdeaBrief} */ (
|
|
4707
|
+
jspb.Message.getWrapperField(this, proto.alis.ideate.Spec.IdeaBrief, 7));
|
|
4708
|
+
};
|
|
4709
|
+
|
|
4710
|
+
|
|
4711
|
+
/**
|
|
4712
|
+
* @param {?proto.alis.ideate.Spec.IdeaBrief|undefined} value
|
|
4713
|
+
* @return {!proto.alis.ideate.Spec} returns this
|
|
4714
|
+
*/
|
|
4715
|
+
proto.alis.ideate.Spec.prototype.setIdeaBrief = function(value) {
|
|
4716
|
+
return jspb.Message.setOneofWrapperField(this, 7, proto.alis.ideate.Spec.oneofGroups_[0], value);
|
|
4717
|
+
};
|
|
4718
|
+
|
|
4719
|
+
|
|
4720
|
+
/**
|
|
4721
|
+
* Clears the message field making it undefined.
|
|
4722
|
+
* @return {!proto.alis.ideate.Spec} returns this
|
|
4723
|
+
*/
|
|
4724
|
+
proto.alis.ideate.Spec.prototype.clearIdeaBrief = function() {
|
|
4725
|
+
return this.setIdeaBrief(undefined);
|
|
4726
|
+
};
|
|
4727
|
+
|
|
4728
|
+
|
|
4729
|
+
/**
|
|
4730
|
+
* Returns whether this field is set.
|
|
4731
|
+
* @return {boolean}
|
|
4732
|
+
*/
|
|
4733
|
+
proto.alis.ideate.Spec.prototype.hasIdeaBrief = function() {
|
|
4734
|
+
return jspb.Message.getField(this, 7) != null;
|
|
4735
|
+
};
|
|
4736
|
+
|
|
4737
|
+
|
|
4738
|
+
/**
|
|
4739
|
+
* optional UiDesign ui_design = 8;
|
|
4740
|
+
* @return {?proto.alis.ideate.Spec.UiDesign}
|
|
4741
|
+
*/
|
|
4742
|
+
proto.alis.ideate.Spec.prototype.getUiDesign = function() {
|
|
4743
|
+
return /** @type{?proto.alis.ideate.Spec.UiDesign} */ (
|
|
4744
|
+
jspb.Message.getWrapperField(this, proto.alis.ideate.Spec.UiDesign, 8));
|
|
4745
|
+
};
|
|
4746
|
+
|
|
4747
|
+
|
|
4748
|
+
/**
|
|
4749
|
+
* @param {?proto.alis.ideate.Spec.UiDesign|undefined} value
|
|
4750
|
+
* @return {!proto.alis.ideate.Spec} returns this
|
|
4751
|
+
*/
|
|
4752
|
+
proto.alis.ideate.Spec.prototype.setUiDesign = function(value) {
|
|
4753
|
+
return jspb.Message.setOneofWrapperField(this, 8, proto.alis.ideate.Spec.oneofGroups_[0], value);
|
|
4754
|
+
};
|
|
4755
|
+
|
|
4756
|
+
|
|
4757
|
+
/**
|
|
4758
|
+
* Clears the message field making it undefined.
|
|
4759
|
+
* @return {!proto.alis.ideate.Spec} returns this
|
|
4760
|
+
*/
|
|
4761
|
+
proto.alis.ideate.Spec.prototype.clearUiDesign = function() {
|
|
4762
|
+
return this.setUiDesign(undefined);
|
|
4763
|
+
};
|
|
4764
|
+
|
|
4765
|
+
|
|
4766
|
+
/**
|
|
4767
|
+
* Returns whether this field is set.
|
|
4768
|
+
* @return {boolean}
|
|
4769
|
+
*/
|
|
4770
|
+
proto.alis.ideate.Spec.prototype.hasUiDesign = function() {
|
|
4771
|
+
return jspb.Message.getField(this, 8) != null;
|
|
4772
|
+
};
|
|
4773
|
+
|
|
4774
|
+
|
|
4775
|
+
/**
|
|
4776
|
+
* optional AiPrototype ai_prototype = 9;
|
|
4777
|
+
* @return {?proto.alis.ideate.Spec.AiPrototype}
|
|
4778
|
+
*/
|
|
4779
|
+
proto.alis.ideate.Spec.prototype.getAiPrototype = function() {
|
|
4780
|
+
return /** @type{?proto.alis.ideate.Spec.AiPrototype} */ (
|
|
4781
|
+
jspb.Message.getWrapperField(this, proto.alis.ideate.Spec.AiPrototype, 9));
|
|
4782
|
+
};
|
|
4783
|
+
|
|
4784
|
+
|
|
4785
|
+
/**
|
|
4786
|
+
* @param {?proto.alis.ideate.Spec.AiPrototype|undefined} value
|
|
4787
|
+
* @return {!proto.alis.ideate.Spec} returns this
|
|
4788
|
+
*/
|
|
4789
|
+
proto.alis.ideate.Spec.prototype.setAiPrototype = function(value) {
|
|
4790
|
+
return jspb.Message.setOneofWrapperField(this, 9, proto.alis.ideate.Spec.oneofGroups_[0], value);
|
|
4791
|
+
};
|
|
4792
|
+
|
|
4793
|
+
|
|
4794
|
+
/**
|
|
4795
|
+
* Clears the message field making it undefined.
|
|
4796
|
+
* @return {!proto.alis.ideate.Spec} returns this
|
|
4797
|
+
*/
|
|
4798
|
+
proto.alis.ideate.Spec.prototype.clearAiPrototype = function() {
|
|
4799
|
+
return this.setAiPrototype(undefined);
|
|
4800
|
+
};
|
|
4801
|
+
|
|
4802
|
+
|
|
4803
|
+
/**
|
|
4804
|
+
* Returns whether this field is set.
|
|
4805
|
+
* @return {boolean}
|
|
4806
|
+
*/
|
|
4807
|
+
proto.alis.ideate.Spec.prototype.hasAiPrototype = function() {
|
|
4808
|
+
return jspb.Message.getField(this, 9) != null;
|
|
4809
|
+
};
|
|
4810
|
+
|
|
4811
|
+
|
|
4812
|
+
/**
|
|
4813
|
+
* optional IdeateSpec ideate_spec = 10;
|
|
4814
|
+
* @return {?proto.alis.ideate.Spec.IdeateSpec}
|
|
4815
|
+
*/
|
|
4816
|
+
proto.alis.ideate.Spec.prototype.getIdeateSpec = function() {
|
|
4817
|
+
return /** @type{?proto.alis.ideate.Spec.IdeateSpec} */ (
|
|
4818
|
+
jspb.Message.getWrapperField(this, proto.alis.ideate.Spec.IdeateSpec, 10));
|
|
4819
|
+
};
|
|
4820
|
+
|
|
4821
|
+
|
|
4822
|
+
/**
|
|
4823
|
+
* @param {?proto.alis.ideate.Spec.IdeateSpec|undefined} value
|
|
4824
|
+
* @return {!proto.alis.ideate.Spec} returns this
|
|
4825
|
+
*/
|
|
4826
|
+
proto.alis.ideate.Spec.prototype.setIdeateSpec = function(value) {
|
|
4827
|
+
return jspb.Message.setOneofWrapperField(this, 10, proto.alis.ideate.Spec.oneofGroups_[0], value);
|
|
4828
|
+
};
|
|
4829
|
+
|
|
4830
|
+
|
|
4831
|
+
/**
|
|
4832
|
+
* Clears the message field making it undefined.
|
|
4833
|
+
* @return {!proto.alis.ideate.Spec} returns this
|
|
4834
|
+
*/
|
|
4835
|
+
proto.alis.ideate.Spec.prototype.clearIdeateSpec = function() {
|
|
4836
|
+
return this.setIdeateSpec(undefined);
|
|
4837
|
+
};
|
|
4838
|
+
|
|
4839
|
+
|
|
4840
|
+
/**
|
|
4841
|
+
* Returns whether this field is set.
|
|
4842
|
+
* @return {boolean}
|
|
4843
|
+
*/
|
|
4844
|
+
proto.alis.ideate.Spec.prototype.hasIdeateSpec = function() {
|
|
4845
|
+
return jspb.Message.getField(this, 10) != null;
|
|
4846
|
+
};
|
|
4847
|
+
|
|
4848
|
+
|
|
4849
|
+
/**
|
|
4850
|
+
* optional BusinessCase business_case = 11;
|
|
4851
|
+
* @return {?proto.alis.ideate.Spec.BusinessCase}
|
|
4852
|
+
*/
|
|
4853
|
+
proto.alis.ideate.Spec.prototype.getBusinessCase = function() {
|
|
4854
|
+
return /** @type{?proto.alis.ideate.Spec.BusinessCase} */ (
|
|
4855
|
+
jspb.Message.getWrapperField(this, proto.alis.ideate.Spec.BusinessCase, 11));
|
|
4856
|
+
};
|
|
4857
|
+
|
|
4858
|
+
|
|
4859
|
+
/**
|
|
4860
|
+
* @param {?proto.alis.ideate.Spec.BusinessCase|undefined} value
|
|
4861
|
+
* @return {!proto.alis.ideate.Spec} returns this
|
|
4862
|
+
*/
|
|
4333
4863
|
proto.alis.ideate.Spec.prototype.setBusinessCase = function(value) {
|
|
4334
4864
|
return jspb.Message.setOneofWrapperField(this, 11, proto.alis.ideate.Spec.oneofGroups_[0], value);
|
|
4335
4865
|
};
|
|
@@ -4798,21 +5328,21 @@ proto.alis.ideate.Spec.prototype.hasProductRequirementsDocument = function() {
|
|
|
4798
5328
|
|
|
4799
5329
|
|
|
4800
5330
|
/**
|
|
4801
|
-
* optional
|
|
4802
|
-
* @return {?proto.alis.ideate.Spec.
|
|
5331
|
+
* optional AgentFeedback agent_feedback = 24;
|
|
5332
|
+
* @return {?proto.alis.ideate.Spec.AgentFeedback}
|
|
4803
5333
|
*/
|
|
4804
|
-
proto.alis.ideate.Spec.prototype.
|
|
4805
|
-
return /** @type{?proto.alis.ideate.Spec.
|
|
4806
|
-
jspb.Message.getWrapperField(this, proto.alis.ideate.Spec.
|
|
5334
|
+
proto.alis.ideate.Spec.prototype.getAgentFeedback = function() {
|
|
5335
|
+
return /** @type{?proto.alis.ideate.Spec.AgentFeedback} */ (
|
|
5336
|
+
jspb.Message.getWrapperField(this, proto.alis.ideate.Spec.AgentFeedback, 24));
|
|
4807
5337
|
};
|
|
4808
5338
|
|
|
4809
5339
|
|
|
4810
5340
|
/**
|
|
4811
|
-
* @param {?proto.alis.ideate.Spec.
|
|
5341
|
+
* @param {?proto.alis.ideate.Spec.AgentFeedback|undefined} value
|
|
4812
5342
|
* @return {!proto.alis.ideate.Spec} returns this
|
|
4813
5343
|
*/
|
|
4814
|
-
proto.alis.ideate.Spec.prototype.
|
|
4815
|
-
return jspb.Message.
|
|
5344
|
+
proto.alis.ideate.Spec.prototype.setAgentFeedback = function(value) {
|
|
5345
|
+
return jspb.Message.setOneofWrapperField(this, 24, proto.alis.ideate.Spec.oneofGroups_[0], value);
|
|
4816
5346
|
};
|
|
4817
5347
|
|
|
4818
5348
|
|
|
@@ -4820,8 +5350,8 @@ proto.alis.ideate.Spec.prototype.setGenerationContext = function(value) {
|
|
|
4820
5350
|
* Clears the message field making it undefined.
|
|
4821
5351
|
* @return {!proto.alis.ideate.Spec} returns this
|
|
4822
5352
|
*/
|
|
4823
|
-
proto.alis.ideate.Spec.prototype.
|
|
4824
|
-
return this.
|
|
5353
|
+
proto.alis.ideate.Spec.prototype.clearAgentFeedback = function() {
|
|
5354
|
+
return this.setAgentFeedback(undefined);
|
|
4825
5355
|
};
|
|
4826
5356
|
|
|
4827
5357
|
|
|
@@ -4829,15 +5359,52 @@ proto.alis.ideate.Spec.prototype.clearGenerationContext = function() {
|
|
|
4829
5359
|
* Returns whether this field is set.
|
|
4830
5360
|
* @return {boolean}
|
|
4831
5361
|
*/
|
|
4832
|
-
proto.alis.ideate.Spec.prototype.
|
|
4833
|
-
return jspb.Message.getField(this,
|
|
5362
|
+
proto.alis.ideate.Spec.prototype.hasAgentFeedback = function() {
|
|
5363
|
+
return jspb.Message.getField(this, 24) != null;
|
|
4834
5364
|
};
|
|
4835
5365
|
|
|
4836
5366
|
|
|
4837
5367
|
/**
|
|
4838
|
-
* optional
|
|
4839
|
-
* @return {
|
|
4840
|
-
*/
|
|
5368
|
+
* optional GenerationContext generation_context = 95;
|
|
5369
|
+
* @return {?proto.alis.ideate.Spec.GenerationContext}
|
|
5370
|
+
*/
|
|
5371
|
+
proto.alis.ideate.Spec.prototype.getGenerationContext = function() {
|
|
5372
|
+
return /** @type{?proto.alis.ideate.Spec.GenerationContext} */ (
|
|
5373
|
+
jspb.Message.getWrapperField(this, proto.alis.ideate.Spec.GenerationContext, 95));
|
|
5374
|
+
};
|
|
5375
|
+
|
|
5376
|
+
|
|
5377
|
+
/**
|
|
5378
|
+
* @param {?proto.alis.ideate.Spec.GenerationContext|undefined} value
|
|
5379
|
+
* @return {!proto.alis.ideate.Spec} returns this
|
|
5380
|
+
*/
|
|
5381
|
+
proto.alis.ideate.Spec.prototype.setGenerationContext = function(value) {
|
|
5382
|
+
return jspb.Message.setWrapperField(this, 95, value);
|
|
5383
|
+
};
|
|
5384
|
+
|
|
5385
|
+
|
|
5386
|
+
/**
|
|
5387
|
+
* Clears the message field making it undefined.
|
|
5388
|
+
* @return {!proto.alis.ideate.Spec} returns this
|
|
5389
|
+
*/
|
|
5390
|
+
proto.alis.ideate.Spec.prototype.clearGenerationContext = function() {
|
|
5391
|
+
return this.setGenerationContext(undefined);
|
|
5392
|
+
};
|
|
5393
|
+
|
|
5394
|
+
|
|
5395
|
+
/**
|
|
5396
|
+
* Returns whether this field is set.
|
|
5397
|
+
* @return {boolean}
|
|
5398
|
+
*/
|
|
5399
|
+
proto.alis.ideate.Spec.prototype.hasGenerationContext = function() {
|
|
5400
|
+
return jspb.Message.getField(this, 95) != null;
|
|
5401
|
+
};
|
|
5402
|
+
|
|
5403
|
+
|
|
5404
|
+
/**
|
|
5405
|
+
* optional string operation = 96;
|
|
5406
|
+
* @return {string}
|
|
5407
|
+
*/
|
|
4841
5408
|
proto.alis.ideate.Spec.prototype.getOperation = function() {
|
|
4842
5409
|
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 96, ""));
|
|
4843
5410
|
};
|
|
@@ -4875,82 +5442,838 @@ proto.alis.ideate.Spec.prototype.setCreateTime = function(value) {
|
|
|
4875
5442
|
* Clears the message field making it undefined.
|
|
4876
5443
|
* @return {!proto.alis.ideate.Spec} returns this
|
|
4877
5444
|
*/
|
|
4878
|
-
proto.alis.ideate.Spec.prototype.clearCreateTime = function() {
|
|
4879
|
-
return this.setCreateTime(undefined);
|
|
5445
|
+
proto.alis.ideate.Spec.prototype.clearCreateTime = function() {
|
|
5446
|
+
return this.setCreateTime(undefined);
|
|
5447
|
+
};
|
|
5448
|
+
|
|
5449
|
+
|
|
5450
|
+
/**
|
|
5451
|
+
* Returns whether this field is set.
|
|
5452
|
+
* @return {boolean}
|
|
5453
|
+
*/
|
|
5454
|
+
proto.alis.ideate.Spec.prototype.hasCreateTime = function() {
|
|
5455
|
+
return jspb.Message.getField(this, 98) != null;
|
|
5456
|
+
};
|
|
5457
|
+
|
|
5458
|
+
|
|
5459
|
+
/**
|
|
5460
|
+
* optional google.protobuf.Timestamp update_time = 99;
|
|
5461
|
+
* @return {?proto.google.protobuf.Timestamp}
|
|
5462
|
+
*/
|
|
5463
|
+
proto.alis.ideate.Spec.prototype.getUpdateTime = function() {
|
|
5464
|
+
return /** @type{?proto.google.protobuf.Timestamp} */ (
|
|
5465
|
+
jspb.Message.getWrapperField(this, google_protobuf_timestamp_pb.Timestamp, 99));
|
|
5466
|
+
};
|
|
5467
|
+
|
|
5468
|
+
|
|
5469
|
+
/**
|
|
5470
|
+
* @param {?proto.google.protobuf.Timestamp|undefined} value
|
|
5471
|
+
* @return {!proto.alis.ideate.Spec} returns this
|
|
5472
|
+
*/
|
|
5473
|
+
proto.alis.ideate.Spec.prototype.setUpdateTime = function(value) {
|
|
5474
|
+
return jspb.Message.setWrapperField(this, 99, value);
|
|
5475
|
+
};
|
|
5476
|
+
|
|
5477
|
+
|
|
5478
|
+
/**
|
|
5479
|
+
* Clears the message field making it undefined.
|
|
5480
|
+
* @return {!proto.alis.ideate.Spec} returns this
|
|
5481
|
+
*/
|
|
5482
|
+
proto.alis.ideate.Spec.prototype.clearUpdateTime = function() {
|
|
5483
|
+
return this.setUpdateTime(undefined);
|
|
5484
|
+
};
|
|
5485
|
+
|
|
5486
|
+
|
|
5487
|
+
/**
|
|
5488
|
+
* Returns whether this field is set.
|
|
5489
|
+
* @return {boolean}
|
|
5490
|
+
*/
|
|
5491
|
+
proto.alis.ideate.Spec.prototype.hasUpdateTime = function() {
|
|
5492
|
+
return jspb.Message.getField(this, 99) != null;
|
|
5493
|
+
};
|
|
5494
|
+
|
|
5495
|
+
|
|
5496
|
+
/**
|
|
5497
|
+
* optional google.protobuf.Timestamp delete_time = 100;
|
|
5498
|
+
* @return {?proto.google.protobuf.Timestamp}
|
|
5499
|
+
*/
|
|
5500
|
+
proto.alis.ideate.Spec.prototype.getDeleteTime = function() {
|
|
5501
|
+
return /** @type{?proto.google.protobuf.Timestamp} */ (
|
|
5502
|
+
jspb.Message.getWrapperField(this, google_protobuf_timestamp_pb.Timestamp, 100));
|
|
5503
|
+
};
|
|
5504
|
+
|
|
5505
|
+
|
|
5506
|
+
/**
|
|
5507
|
+
* @param {?proto.google.protobuf.Timestamp|undefined} value
|
|
5508
|
+
* @return {!proto.alis.ideate.Spec} returns this
|
|
5509
|
+
*/
|
|
5510
|
+
proto.alis.ideate.Spec.prototype.setDeleteTime = function(value) {
|
|
5511
|
+
return jspb.Message.setWrapperField(this, 100, value);
|
|
5512
|
+
};
|
|
5513
|
+
|
|
5514
|
+
|
|
5515
|
+
/**
|
|
5516
|
+
* Clears the message field making it undefined.
|
|
5517
|
+
* @return {!proto.alis.ideate.Spec} returns this
|
|
5518
|
+
*/
|
|
5519
|
+
proto.alis.ideate.Spec.prototype.clearDeleteTime = function() {
|
|
5520
|
+
return this.setDeleteTime(undefined);
|
|
5521
|
+
};
|
|
5522
|
+
|
|
5523
|
+
|
|
5524
|
+
/**
|
|
5525
|
+
* Returns whether this field is set.
|
|
5526
|
+
* @return {boolean}
|
|
5527
|
+
*/
|
|
5528
|
+
proto.alis.ideate.Spec.prototype.hasDeleteTime = function() {
|
|
5529
|
+
return jspb.Message.getField(this, 100) != null;
|
|
5530
|
+
};
|
|
5531
|
+
|
|
5532
|
+
|
|
5533
|
+
|
|
5534
|
+
|
|
5535
|
+
|
|
5536
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
5537
|
+
/**
|
|
5538
|
+
* Creates an object representation of this proto.
|
|
5539
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
5540
|
+
* Optional fields that are not set will be set to undefined.
|
|
5541
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
5542
|
+
* For the list of reserved names please see:
|
|
5543
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
5544
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
5545
|
+
* JSPB instance for transitional soy proto support:
|
|
5546
|
+
* http://goto/soy-param-migration
|
|
5547
|
+
* @return {!Object}
|
|
5548
|
+
*/
|
|
5549
|
+
proto.alis.ideate.GetSpecRequest.prototype.toObject = function(opt_includeInstance) {
|
|
5550
|
+
return proto.alis.ideate.GetSpecRequest.toObject(opt_includeInstance, this);
|
|
5551
|
+
};
|
|
5552
|
+
|
|
5553
|
+
|
|
5554
|
+
/**
|
|
5555
|
+
* Static version of the {@see toObject} method.
|
|
5556
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
5557
|
+
* the JSPB instance for transitional soy proto support:
|
|
5558
|
+
* http://goto/soy-param-migration
|
|
5559
|
+
* @param {!proto.alis.ideate.GetSpecRequest} msg The msg instance to transform.
|
|
5560
|
+
* @return {!Object}
|
|
5561
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
5562
|
+
*/
|
|
5563
|
+
proto.alis.ideate.GetSpecRequest.toObject = function(includeInstance, msg) {
|
|
5564
|
+
var f, obj = {
|
|
5565
|
+
name: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
5566
|
+
readMask: (f = msg.getReadMask()) && google_protobuf_field_mask_pb.FieldMask.toObject(includeInstance, f)
|
|
5567
|
+
};
|
|
5568
|
+
|
|
5569
|
+
if (includeInstance) {
|
|
5570
|
+
obj.$jspbMessageInstance = msg;
|
|
5571
|
+
}
|
|
5572
|
+
return obj;
|
|
5573
|
+
};
|
|
5574
|
+
}
|
|
5575
|
+
|
|
5576
|
+
|
|
5577
|
+
/**
|
|
5578
|
+
* Deserializes binary data (in protobuf wire format).
|
|
5579
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
5580
|
+
* @return {!proto.alis.ideate.GetSpecRequest}
|
|
5581
|
+
*/
|
|
5582
|
+
proto.alis.ideate.GetSpecRequest.deserializeBinary = function(bytes) {
|
|
5583
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
5584
|
+
var msg = new proto.alis.ideate.GetSpecRequest;
|
|
5585
|
+
return proto.alis.ideate.GetSpecRequest.deserializeBinaryFromReader(msg, reader);
|
|
5586
|
+
};
|
|
5587
|
+
|
|
5588
|
+
|
|
5589
|
+
/**
|
|
5590
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
5591
|
+
* given reader into the given message object.
|
|
5592
|
+
* @param {!proto.alis.ideate.GetSpecRequest} msg The message object to deserialize into.
|
|
5593
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
5594
|
+
* @return {!proto.alis.ideate.GetSpecRequest}
|
|
5595
|
+
*/
|
|
5596
|
+
proto.alis.ideate.GetSpecRequest.deserializeBinaryFromReader = function(msg, reader) {
|
|
5597
|
+
while (reader.nextField()) {
|
|
5598
|
+
if (reader.isEndGroup()) {
|
|
5599
|
+
break;
|
|
5600
|
+
}
|
|
5601
|
+
var field = reader.getFieldNumber();
|
|
5602
|
+
switch (field) {
|
|
5603
|
+
case 1:
|
|
5604
|
+
var value = /** @type {string} */ (reader.readStringRequireUtf8());
|
|
5605
|
+
msg.setName(value);
|
|
5606
|
+
break;
|
|
5607
|
+
case 2:
|
|
5608
|
+
var value = new google_protobuf_field_mask_pb.FieldMask;
|
|
5609
|
+
reader.readMessage(value,google_protobuf_field_mask_pb.FieldMask.deserializeBinaryFromReader);
|
|
5610
|
+
msg.setReadMask(value);
|
|
5611
|
+
break;
|
|
5612
|
+
default:
|
|
5613
|
+
reader.skipField();
|
|
5614
|
+
break;
|
|
5615
|
+
}
|
|
5616
|
+
}
|
|
5617
|
+
return msg;
|
|
5618
|
+
};
|
|
5619
|
+
|
|
5620
|
+
|
|
5621
|
+
/**
|
|
5622
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
5623
|
+
* @return {!Uint8Array}
|
|
5624
|
+
*/
|
|
5625
|
+
proto.alis.ideate.GetSpecRequest.prototype.serializeBinary = function() {
|
|
5626
|
+
var writer = new jspb.BinaryWriter();
|
|
5627
|
+
proto.alis.ideate.GetSpecRequest.serializeBinaryToWriter(this, writer);
|
|
5628
|
+
return writer.getResultBuffer();
|
|
5629
|
+
};
|
|
5630
|
+
|
|
5631
|
+
|
|
5632
|
+
/**
|
|
5633
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
5634
|
+
* format), writing to the given BinaryWriter.
|
|
5635
|
+
* @param {!proto.alis.ideate.GetSpecRequest} message
|
|
5636
|
+
* @param {!jspb.BinaryWriter} writer
|
|
5637
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
5638
|
+
*/
|
|
5639
|
+
proto.alis.ideate.GetSpecRequest.serializeBinaryToWriter = function(message, writer) {
|
|
5640
|
+
var f = undefined;
|
|
5641
|
+
f = message.getName();
|
|
5642
|
+
if (f.length > 0) {
|
|
5643
|
+
writer.writeString(
|
|
5644
|
+
1,
|
|
5645
|
+
f
|
|
5646
|
+
);
|
|
5647
|
+
}
|
|
5648
|
+
f = message.getReadMask();
|
|
5649
|
+
if (f != null) {
|
|
5650
|
+
writer.writeMessage(
|
|
5651
|
+
2,
|
|
5652
|
+
f,
|
|
5653
|
+
google_protobuf_field_mask_pb.FieldMask.serializeBinaryToWriter
|
|
5654
|
+
);
|
|
5655
|
+
}
|
|
5656
|
+
};
|
|
5657
|
+
|
|
5658
|
+
|
|
5659
|
+
/**
|
|
5660
|
+
* optional string name = 1;
|
|
5661
|
+
* @return {string}
|
|
5662
|
+
*/
|
|
5663
|
+
proto.alis.ideate.GetSpecRequest.prototype.getName = function() {
|
|
5664
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
|
|
5665
|
+
};
|
|
5666
|
+
|
|
5667
|
+
|
|
5668
|
+
/**
|
|
5669
|
+
* @param {string} value
|
|
5670
|
+
* @return {!proto.alis.ideate.GetSpecRequest} returns this
|
|
5671
|
+
*/
|
|
5672
|
+
proto.alis.ideate.GetSpecRequest.prototype.setName = function(value) {
|
|
5673
|
+
return jspb.Message.setProto3StringField(this, 1, value);
|
|
5674
|
+
};
|
|
5675
|
+
|
|
5676
|
+
|
|
5677
|
+
/**
|
|
5678
|
+
* optional google.protobuf.FieldMask read_mask = 2;
|
|
5679
|
+
* @return {?proto.google.protobuf.FieldMask}
|
|
5680
|
+
*/
|
|
5681
|
+
proto.alis.ideate.GetSpecRequest.prototype.getReadMask = function() {
|
|
5682
|
+
return /** @type{?proto.google.protobuf.FieldMask} */ (
|
|
5683
|
+
jspb.Message.getWrapperField(this, google_protobuf_field_mask_pb.FieldMask, 2));
|
|
5684
|
+
};
|
|
5685
|
+
|
|
5686
|
+
|
|
5687
|
+
/**
|
|
5688
|
+
* @param {?proto.google.protobuf.FieldMask|undefined} value
|
|
5689
|
+
* @return {!proto.alis.ideate.GetSpecRequest} returns this
|
|
5690
|
+
*/
|
|
5691
|
+
proto.alis.ideate.GetSpecRequest.prototype.setReadMask = function(value) {
|
|
5692
|
+
return jspb.Message.setWrapperField(this, 2, value);
|
|
5693
|
+
};
|
|
5694
|
+
|
|
5695
|
+
|
|
5696
|
+
/**
|
|
5697
|
+
* Clears the message field making it undefined.
|
|
5698
|
+
* @return {!proto.alis.ideate.GetSpecRequest} returns this
|
|
5699
|
+
*/
|
|
5700
|
+
proto.alis.ideate.GetSpecRequest.prototype.clearReadMask = function() {
|
|
5701
|
+
return this.setReadMask(undefined);
|
|
5702
|
+
};
|
|
5703
|
+
|
|
5704
|
+
|
|
5705
|
+
/**
|
|
5706
|
+
* Returns whether this field is set.
|
|
5707
|
+
* @return {boolean}
|
|
5708
|
+
*/
|
|
5709
|
+
proto.alis.ideate.GetSpecRequest.prototype.hasReadMask = function() {
|
|
5710
|
+
return jspb.Message.getField(this, 2) != null;
|
|
5711
|
+
};
|
|
5712
|
+
|
|
5713
|
+
|
|
5714
|
+
|
|
5715
|
+
/**
|
|
5716
|
+
* Oneof group definitions for this message. Each group defines the field
|
|
5717
|
+
* numbers belonging to that group. When of these fields' value is set, all
|
|
5718
|
+
* other fields in the group are cleared. During deserialization, if multiple
|
|
5719
|
+
* fields are encountered for a group, only the last value seen will be kept.
|
|
5720
|
+
* @private {!Array<!Array<number>>}
|
|
5721
|
+
* @const
|
|
5722
|
+
*/
|
|
5723
|
+
proto.alis.ideate.GenerateCustomAgentSpecRequest.oneofGroups_ = [[1,2]];
|
|
5724
|
+
|
|
5725
|
+
/**
|
|
5726
|
+
* @enum {number}
|
|
5727
|
+
*/
|
|
5728
|
+
proto.alis.ideate.GenerateCustomAgentSpecRequest.SourceCase = {
|
|
5729
|
+
SOURCE_NOT_SET: 0,
|
|
5730
|
+
IDEA: 1,
|
|
5731
|
+
SPEC: 2
|
|
5732
|
+
};
|
|
5733
|
+
|
|
5734
|
+
/**
|
|
5735
|
+
* @return {proto.alis.ideate.GenerateCustomAgentSpecRequest.SourceCase}
|
|
5736
|
+
*/
|
|
5737
|
+
proto.alis.ideate.GenerateCustomAgentSpecRequest.prototype.getSourceCase = function() {
|
|
5738
|
+
return /** @type {proto.alis.ideate.GenerateCustomAgentSpecRequest.SourceCase} */(jspb.Message.computeOneofCase(this, proto.alis.ideate.GenerateCustomAgentSpecRequest.oneofGroups_[0]));
|
|
5739
|
+
};
|
|
5740
|
+
|
|
5741
|
+
|
|
5742
|
+
|
|
5743
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
5744
|
+
/**
|
|
5745
|
+
* Creates an object representation of this proto.
|
|
5746
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
5747
|
+
* Optional fields that are not set will be set to undefined.
|
|
5748
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
5749
|
+
* For the list of reserved names please see:
|
|
5750
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
5751
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
5752
|
+
* JSPB instance for transitional soy proto support:
|
|
5753
|
+
* http://goto/soy-param-migration
|
|
5754
|
+
* @return {!Object}
|
|
5755
|
+
*/
|
|
5756
|
+
proto.alis.ideate.GenerateCustomAgentSpecRequest.prototype.toObject = function(opt_includeInstance) {
|
|
5757
|
+
return proto.alis.ideate.GenerateCustomAgentSpecRequest.toObject(opt_includeInstance, this);
|
|
5758
|
+
};
|
|
5759
|
+
|
|
5760
|
+
|
|
5761
|
+
/**
|
|
5762
|
+
* Static version of the {@see toObject} method.
|
|
5763
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
5764
|
+
* the JSPB instance for transitional soy proto support:
|
|
5765
|
+
* http://goto/soy-param-migration
|
|
5766
|
+
* @param {!proto.alis.ideate.GenerateCustomAgentSpecRequest} msg The msg instance to transform.
|
|
5767
|
+
* @return {!Object}
|
|
5768
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
5769
|
+
*/
|
|
5770
|
+
proto.alis.ideate.GenerateCustomAgentSpecRequest.toObject = function(includeInstance, msg) {
|
|
5771
|
+
var f, obj = {
|
|
5772
|
+
idea: (f = jspb.Message.getField(msg, 1)) == null ? undefined : f,
|
|
5773
|
+
spec: (f = jspb.Message.getField(msg, 2)) == null ? undefined : f,
|
|
5774
|
+
generationContext: (f = msg.getGenerationContext()) && proto.alis.ideate.Spec.GenerationContext.toObject(includeInstance, f)
|
|
5775
|
+
};
|
|
5776
|
+
|
|
5777
|
+
if (includeInstance) {
|
|
5778
|
+
obj.$jspbMessageInstance = msg;
|
|
5779
|
+
}
|
|
5780
|
+
return obj;
|
|
5781
|
+
};
|
|
5782
|
+
}
|
|
5783
|
+
|
|
5784
|
+
|
|
5785
|
+
/**
|
|
5786
|
+
* Deserializes binary data (in protobuf wire format).
|
|
5787
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
5788
|
+
* @return {!proto.alis.ideate.GenerateCustomAgentSpecRequest}
|
|
5789
|
+
*/
|
|
5790
|
+
proto.alis.ideate.GenerateCustomAgentSpecRequest.deserializeBinary = function(bytes) {
|
|
5791
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
5792
|
+
var msg = new proto.alis.ideate.GenerateCustomAgentSpecRequest;
|
|
5793
|
+
return proto.alis.ideate.GenerateCustomAgentSpecRequest.deserializeBinaryFromReader(msg, reader);
|
|
5794
|
+
};
|
|
5795
|
+
|
|
5796
|
+
|
|
5797
|
+
/**
|
|
5798
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
5799
|
+
* given reader into the given message object.
|
|
5800
|
+
* @param {!proto.alis.ideate.GenerateCustomAgentSpecRequest} msg The message object to deserialize into.
|
|
5801
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
5802
|
+
* @return {!proto.alis.ideate.GenerateCustomAgentSpecRequest}
|
|
5803
|
+
*/
|
|
5804
|
+
proto.alis.ideate.GenerateCustomAgentSpecRequest.deserializeBinaryFromReader = function(msg, reader) {
|
|
5805
|
+
while (reader.nextField()) {
|
|
5806
|
+
if (reader.isEndGroup()) {
|
|
5807
|
+
break;
|
|
5808
|
+
}
|
|
5809
|
+
var field = reader.getFieldNumber();
|
|
5810
|
+
switch (field) {
|
|
5811
|
+
case 1:
|
|
5812
|
+
var value = /** @type {string} */ (reader.readStringRequireUtf8());
|
|
5813
|
+
msg.setIdea(value);
|
|
5814
|
+
break;
|
|
5815
|
+
case 2:
|
|
5816
|
+
var value = /** @type {string} */ (reader.readStringRequireUtf8());
|
|
5817
|
+
msg.setSpec(value);
|
|
5818
|
+
break;
|
|
5819
|
+
case 3:
|
|
5820
|
+
var value = new proto.alis.ideate.Spec.GenerationContext;
|
|
5821
|
+
reader.readMessage(value,proto.alis.ideate.Spec.GenerationContext.deserializeBinaryFromReader);
|
|
5822
|
+
msg.setGenerationContext(value);
|
|
5823
|
+
break;
|
|
5824
|
+
default:
|
|
5825
|
+
reader.skipField();
|
|
5826
|
+
break;
|
|
5827
|
+
}
|
|
5828
|
+
}
|
|
5829
|
+
return msg;
|
|
5830
|
+
};
|
|
5831
|
+
|
|
5832
|
+
|
|
5833
|
+
/**
|
|
5834
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
5835
|
+
* @return {!Uint8Array}
|
|
5836
|
+
*/
|
|
5837
|
+
proto.alis.ideate.GenerateCustomAgentSpecRequest.prototype.serializeBinary = function() {
|
|
5838
|
+
var writer = new jspb.BinaryWriter();
|
|
5839
|
+
proto.alis.ideate.GenerateCustomAgentSpecRequest.serializeBinaryToWriter(this, writer);
|
|
5840
|
+
return writer.getResultBuffer();
|
|
5841
|
+
};
|
|
5842
|
+
|
|
5843
|
+
|
|
5844
|
+
/**
|
|
5845
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
5846
|
+
* format), writing to the given BinaryWriter.
|
|
5847
|
+
* @param {!proto.alis.ideate.GenerateCustomAgentSpecRequest} message
|
|
5848
|
+
* @param {!jspb.BinaryWriter} writer
|
|
5849
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
5850
|
+
*/
|
|
5851
|
+
proto.alis.ideate.GenerateCustomAgentSpecRequest.serializeBinaryToWriter = function(message, writer) {
|
|
5852
|
+
var f = undefined;
|
|
5853
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 1));
|
|
5854
|
+
if (f != null) {
|
|
5855
|
+
writer.writeString(
|
|
5856
|
+
1,
|
|
5857
|
+
f
|
|
5858
|
+
);
|
|
5859
|
+
}
|
|
5860
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 2));
|
|
5861
|
+
if (f != null) {
|
|
5862
|
+
writer.writeString(
|
|
5863
|
+
2,
|
|
5864
|
+
f
|
|
5865
|
+
);
|
|
5866
|
+
}
|
|
5867
|
+
f = message.getGenerationContext();
|
|
5868
|
+
if (f != null) {
|
|
5869
|
+
writer.writeMessage(
|
|
5870
|
+
3,
|
|
5871
|
+
f,
|
|
5872
|
+
proto.alis.ideate.Spec.GenerationContext.serializeBinaryToWriter
|
|
5873
|
+
);
|
|
5874
|
+
}
|
|
5875
|
+
};
|
|
5876
|
+
|
|
5877
|
+
|
|
5878
|
+
/**
|
|
5879
|
+
* optional string idea = 1;
|
|
5880
|
+
* @return {string}
|
|
5881
|
+
*/
|
|
5882
|
+
proto.alis.ideate.GenerateCustomAgentSpecRequest.prototype.getIdea = function() {
|
|
5883
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
|
|
5884
|
+
};
|
|
5885
|
+
|
|
5886
|
+
|
|
5887
|
+
/**
|
|
5888
|
+
* @param {string} value
|
|
5889
|
+
* @return {!proto.alis.ideate.GenerateCustomAgentSpecRequest} returns this
|
|
5890
|
+
*/
|
|
5891
|
+
proto.alis.ideate.GenerateCustomAgentSpecRequest.prototype.setIdea = function(value) {
|
|
5892
|
+
return jspb.Message.setOneofField(this, 1, proto.alis.ideate.GenerateCustomAgentSpecRequest.oneofGroups_[0], value);
|
|
5893
|
+
};
|
|
5894
|
+
|
|
5895
|
+
|
|
5896
|
+
/**
|
|
5897
|
+
* Clears the field making it undefined.
|
|
5898
|
+
* @return {!proto.alis.ideate.GenerateCustomAgentSpecRequest} returns this
|
|
5899
|
+
*/
|
|
5900
|
+
proto.alis.ideate.GenerateCustomAgentSpecRequest.prototype.clearIdea = function() {
|
|
5901
|
+
return jspb.Message.setOneofField(this, 1, proto.alis.ideate.GenerateCustomAgentSpecRequest.oneofGroups_[0], undefined);
|
|
5902
|
+
};
|
|
5903
|
+
|
|
5904
|
+
|
|
5905
|
+
/**
|
|
5906
|
+
* Returns whether this field is set.
|
|
5907
|
+
* @return {boolean}
|
|
5908
|
+
*/
|
|
5909
|
+
proto.alis.ideate.GenerateCustomAgentSpecRequest.prototype.hasIdea = function() {
|
|
5910
|
+
return jspb.Message.getField(this, 1) != null;
|
|
5911
|
+
};
|
|
5912
|
+
|
|
5913
|
+
|
|
5914
|
+
/**
|
|
5915
|
+
* optional string spec = 2;
|
|
5916
|
+
* @return {string}
|
|
5917
|
+
*/
|
|
5918
|
+
proto.alis.ideate.GenerateCustomAgentSpecRequest.prototype.getSpec = function() {
|
|
5919
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
|
|
5920
|
+
};
|
|
5921
|
+
|
|
5922
|
+
|
|
5923
|
+
/**
|
|
5924
|
+
* @param {string} value
|
|
5925
|
+
* @return {!proto.alis.ideate.GenerateCustomAgentSpecRequest} returns this
|
|
5926
|
+
*/
|
|
5927
|
+
proto.alis.ideate.GenerateCustomAgentSpecRequest.prototype.setSpec = function(value) {
|
|
5928
|
+
return jspb.Message.setOneofField(this, 2, proto.alis.ideate.GenerateCustomAgentSpecRequest.oneofGroups_[0], value);
|
|
5929
|
+
};
|
|
5930
|
+
|
|
5931
|
+
|
|
5932
|
+
/**
|
|
5933
|
+
* Clears the field making it undefined.
|
|
5934
|
+
* @return {!proto.alis.ideate.GenerateCustomAgentSpecRequest} returns this
|
|
5935
|
+
*/
|
|
5936
|
+
proto.alis.ideate.GenerateCustomAgentSpecRequest.prototype.clearSpec = function() {
|
|
5937
|
+
return jspb.Message.setOneofField(this, 2, proto.alis.ideate.GenerateCustomAgentSpecRequest.oneofGroups_[0], undefined);
|
|
5938
|
+
};
|
|
5939
|
+
|
|
5940
|
+
|
|
5941
|
+
/**
|
|
5942
|
+
* Returns whether this field is set.
|
|
5943
|
+
* @return {boolean}
|
|
5944
|
+
*/
|
|
5945
|
+
proto.alis.ideate.GenerateCustomAgentSpecRequest.prototype.hasSpec = function() {
|
|
5946
|
+
return jspb.Message.getField(this, 2) != null;
|
|
5947
|
+
};
|
|
5948
|
+
|
|
5949
|
+
|
|
5950
|
+
/**
|
|
5951
|
+
* optional Spec.GenerationContext generation_context = 3;
|
|
5952
|
+
* @return {?proto.alis.ideate.Spec.GenerationContext}
|
|
5953
|
+
*/
|
|
5954
|
+
proto.alis.ideate.GenerateCustomAgentSpecRequest.prototype.getGenerationContext = function() {
|
|
5955
|
+
return /** @type{?proto.alis.ideate.Spec.GenerationContext} */ (
|
|
5956
|
+
jspb.Message.getWrapperField(this, proto.alis.ideate.Spec.GenerationContext, 3));
|
|
5957
|
+
};
|
|
5958
|
+
|
|
5959
|
+
|
|
5960
|
+
/**
|
|
5961
|
+
* @param {?proto.alis.ideate.Spec.GenerationContext|undefined} value
|
|
5962
|
+
* @return {!proto.alis.ideate.GenerateCustomAgentSpecRequest} returns this
|
|
5963
|
+
*/
|
|
5964
|
+
proto.alis.ideate.GenerateCustomAgentSpecRequest.prototype.setGenerationContext = function(value) {
|
|
5965
|
+
return jspb.Message.setWrapperField(this, 3, value);
|
|
5966
|
+
};
|
|
5967
|
+
|
|
5968
|
+
|
|
5969
|
+
/**
|
|
5970
|
+
* Clears the message field making it undefined.
|
|
5971
|
+
* @return {!proto.alis.ideate.GenerateCustomAgentSpecRequest} returns this
|
|
5972
|
+
*/
|
|
5973
|
+
proto.alis.ideate.GenerateCustomAgentSpecRequest.prototype.clearGenerationContext = function() {
|
|
5974
|
+
return this.setGenerationContext(undefined);
|
|
5975
|
+
};
|
|
5976
|
+
|
|
5977
|
+
|
|
5978
|
+
/**
|
|
5979
|
+
* Returns whether this field is set.
|
|
5980
|
+
* @return {boolean}
|
|
5981
|
+
*/
|
|
5982
|
+
proto.alis.ideate.GenerateCustomAgentSpecRequest.prototype.hasGenerationContext = function() {
|
|
5983
|
+
return jspb.Message.getField(this, 3) != null;
|
|
5984
|
+
};
|
|
5985
|
+
|
|
5986
|
+
|
|
5987
|
+
|
|
5988
|
+
|
|
5989
|
+
|
|
5990
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
5991
|
+
/**
|
|
5992
|
+
* Creates an object representation of this proto.
|
|
5993
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
5994
|
+
* Optional fields that are not set will be set to undefined.
|
|
5995
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
5996
|
+
* For the list of reserved names please see:
|
|
5997
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
5998
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
5999
|
+
* JSPB instance for transitional soy proto support:
|
|
6000
|
+
* http://goto/soy-param-migration
|
|
6001
|
+
* @return {!Object}
|
|
6002
|
+
*/
|
|
6003
|
+
proto.alis.ideate.GenerateCustomAgentSpecMetadata.prototype.toObject = function(opt_includeInstance) {
|
|
6004
|
+
return proto.alis.ideate.GenerateCustomAgentSpecMetadata.toObject(opt_includeInstance, this);
|
|
6005
|
+
};
|
|
6006
|
+
|
|
6007
|
+
|
|
6008
|
+
/**
|
|
6009
|
+
* Static version of the {@see toObject} method.
|
|
6010
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
6011
|
+
* the JSPB instance for transitional soy proto support:
|
|
6012
|
+
* http://goto/soy-param-migration
|
|
6013
|
+
* @param {!proto.alis.ideate.GenerateCustomAgentSpecMetadata} msg The msg instance to transform.
|
|
6014
|
+
* @return {!Object}
|
|
6015
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
6016
|
+
*/
|
|
6017
|
+
proto.alis.ideate.GenerateCustomAgentSpecMetadata.toObject = function(includeInstance, msg) {
|
|
6018
|
+
var f, obj = {
|
|
6019
|
+
generateCustomAgentSpecRequest: (f = msg.getGenerateCustomAgentSpecRequest()) && proto.alis.ideate.GenerateCustomAgentSpecRequest.toObject(includeInstance, f)
|
|
6020
|
+
};
|
|
6021
|
+
|
|
6022
|
+
if (includeInstance) {
|
|
6023
|
+
obj.$jspbMessageInstance = msg;
|
|
6024
|
+
}
|
|
6025
|
+
return obj;
|
|
6026
|
+
};
|
|
6027
|
+
}
|
|
6028
|
+
|
|
6029
|
+
|
|
6030
|
+
/**
|
|
6031
|
+
* Deserializes binary data (in protobuf wire format).
|
|
6032
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
6033
|
+
* @return {!proto.alis.ideate.GenerateCustomAgentSpecMetadata}
|
|
6034
|
+
*/
|
|
6035
|
+
proto.alis.ideate.GenerateCustomAgentSpecMetadata.deserializeBinary = function(bytes) {
|
|
6036
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
6037
|
+
var msg = new proto.alis.ideate.GenerateCustomAgentSpecMetadata;
|
|
6038
|
+
return proto.alis.ideate.GenerateCustomAgentSpecMetadata.deserializeBinaryFromReader(msg, reader);
|
|
6039
|
+
};
|
|
6040
|
+
|
|
6041
|
+
|
|
6042
|
+
/**
|
|
6043
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
6044
|
+
* given reader into the given message object.
|
|
6045
|
+
* @param {!proto.alis.ideate.GenerateCustomAgentSpecMetadata} msg The message object to deserialize into.
|
|
6046
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
6047
|
+
* @return {!proto.alis.ideate.GenerateCustomAgentSpecMetadata}
|
|
6048
|
+
*/
|
|
6049
|
+
proto.alis.ideate.GenerateCustomAgentSpecMetadata.deserializeBinaryFromReader = function(msg, reader) {
|
|
6050
|
+
while (reader.nextField()) {
|
|
6051
|
+
if (reader.isEndGroup()) {
|
|
6052
|
+
break;
|
|
6053
|
+
}
|
|
6054
|
+
var field = reader.getFieldNumber();
|
|
6055
|
+
switch (field) {
|
|
6056
|
+
case 1:
|
|
6057
|
+
var value = new proto.alis.ideate.GenerateCustomAgentSpecRequest;
|
|
6058
|
+
reader.readMessage(value,proto.alis.ideate.GenerateCustomAgentSpecRequest.deserializeBinaryFromReader);
|
|
6059
|
+
msg.setGenerateCustomAgentSpecRequest(value);
|
|
6060
|
+
break;
|
|
6061
|
+
default:
|
|
6062
|
+
reader.skipField();
|
|
6063
|
+
break;
|
|
6064
|
+
}
|
|
6065
|
+
}
|
|
6066
|
+
return msg;
|
|
6067
|
+
};
|
|
6068
|
+
|
|
6069
|
+
|
|
6070
|
+
/**
|
|
6071
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
6072
|
+
* @return {!Uint8Array}
|
|
6073
|
+
*/
|
|
6074
|
+
proto.alis.ideate.GenerateCustomAgentSpecMetadata.prototype.serializeBinary = function() {
|
|
6075
|
+
var writer = new jspb.BinaryWriter();
|
|
6076
|
+
proto.alis.ideate.GenerateCustomAgentSpecMetadata.serializeBinaryToWriter(this, writer);
|
|
6077
|
+
return writer.getResultBuffer();
|
|
6078
|
+
};
|
|
6079
|
+
|
|
6080
|
+
|
|
6081
|
+
/**
|
|
6082
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
6083
|
+
* format), writing to the given BinaryWriter.
|
|
6084
|
+
* @param {!proto.alis.ideate.GenerateCustomAgentSpecMetadata} message
|
|
6085
|
+
* @param {!jspb.BinaryWriter} writer
|
|
6086
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
6087
|
+
*/
|
|
6088
|
+
proto.alis.ideate.GenerateCustomAgentSpecMetadata.serializeBinaryToWriter = function(message, writer) {
|
|
6089
|
+
var f = undefined;
|
|
6090
|
+
f = message.getGenerateCustomAgentSpecRequest();
|
|
6091
|
+
if (f != null) {
|
|
6092
|
+
writer.writeMessage(
|
|
6093
|
+
1,
|
|
6094
|
+
f,
|
|
6095
|
+
proto.alis.ideate.GenerateCustomAgentSpecRequest.serializeBinaryToWriter
|
|
6096
|
+
);
|
|
6097
|
+
}
|
|
6098
|
+
};
|
|
6099
|
+
|
|
6100
|
+
|
|
6101
|
+
/**
|
|
6102
|
+
* optional GenerateCustomAgentSpecRequest generate_custom_agent_spec_request = 1;
|
|
6103
|
+
* @return {?proto.alis.ideate.GenerateCustomAgentSpecRequest}
|
|
6104
|
+
*/
|
|
6105
|
+
proto.alis.ideate.GenerateCustomAgentSpecMetadata.prototype.getGenerateCustomAgentSpecRequest = function() {
|
|
6106
|
+
return /** @type{?proto.alis.ideate.GenerateCustomAgentSpecRequest} */ (
|
|
6107
|
+
jspb.Message.getWrapperField(this, proto.alis.ideate.GenerateCustomAgentSpecRequest, 1));
|
|
6108
|
+
};
|
|
6109
|
+
|
|
6110
|
+
|
|
6111
|
+
/**
|
|
6112
|
+
* @param {?proto.alis.ideate.GenerateCustomAgentSpecRequest|undefined} value
|
|
6113
|
+
* @return {!proto.alis.ideate.GenerateCustomAgentSpecMetadata} returns this
|
|
6114
|
+
*/
|
|
6115
|
+
proto.alis.ideate.GenerateCustomAgentSpecMetadata.prototype.setGenerateCustomAgentSpecRequest = function(value) {
|
|
6116
|
+
return jspb.Message.setWrapperField(this, 1, value);
|
|
6117
|
+
};
|
|
6118
|
+
|
|
6119
|
+
|
|
6120
|
+
/**
|
|
6121
|
+
* Clears the message field making it undefined.
|
|
6122
|
+
* @return {!proto.alis.ideate.GenerateCustomAgentSpecMetadata} returns this
|
|
6123
|
+
*/
|
|
6124
|
+
proto.alis.ideate.GenerateCustomAgentSpecMetadata.prototype.clearGenerateCustomAgentSpecRequest = function() {
|
|
6125
|
+
return this.setGenerateCustomAgentSpecRequest(undefined);
|
|
6126
|
+
};
|
|
6127
|
+
|
|
6128
|
+
|
|
6129
|
+
/**
|
|
6130
|
+
* Returns whether this field is set.
|
|
6131
|
+
* @return {boolean}
|
|
6132
|
+
*/
|
|
6133
|
+
proto.alis.ideate.GenerateCustomAgentSpecMetadata.prototype.hasGenerateCustomAgentSpecRequest = function() {
|
|
6134
|
+
return jspb.Message.getField(this, 1) != null;
|
|
6135
|
+
};
|
|
6136
|
+
|
|
6137
|
+
|
|
6138
|
+
|
|
6139
|
+
|
|
6140
|
+
|
|
6141
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
6142
|
+
/**
|
|
6143
|
+
* Creates an object representation of this proto.
|
|
6144
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
6145
|
+
* Optional fields that are not set will be set to undefined.
|
|
6146
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
6147
|
+
* For the list of reserved names please see:
|
|
6148
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
6149
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
6150
|
+
* JSPB instance for transitional soy proto support:
|
|
6151
|
+
* http://goto/soy-param-migration
|
|
6152
|
+
* @return {!Object}
|
|
6153
|
+
*/
|
|
6154
|
+
proto.alis.ideate.GenerateCustomAgentSpecResponse.prototype.toObject = function(opt_includeInstance) {
|
|
6155
|
+
return proto.alis.ideate.GenerateCustomAgentSpecResponse.toObject(opt_includeInstance, this);
|
|
4880
6156
|
};
|
|
4881
6157
|
|
|
4882
6158
|
|
|
4883
6159
|
/**
|
|
4884
|
-
*
|
|
4885
|
-
* @
|
|
6160
|
+
* Static version of the {@see toObject} method.
|
|
6161
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
6162
|
+
* the JSPB instance for transitional soy proto support:
|
|
6163
|
+
* http://goto/soy-param-migration
|
|
6164
|
+
* @param {!proto.alis.ideate.GenerateCustomAgentSpecResponse} msg The msg instance to transform.
|
|
6165
|
+
* @return {!Object}
|
|
6166
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
4886
6167
|
*/
|
|
4887
|
-
proto.alis.ideate.
|
|
4888
|
-
|
|
6168
|
+
proto.alis.ideate.GenerateCustomAgentSpecResponse.toObject = function(includeInstance, msg) {
|
|
6169
|
+
var f, obj = {
|
|
6170
|
+
spec: (f = msg.getSpec()) && proto.alis.ideate.Spec.toObject(includeInstance, f)
|
|
6171
|
+
};
|
|
6172
|
+
|
|
6173
|
+
if (includeInstance) {
|
|
6174
|
+
obj.$jspbMessageInstance = msg;
|
|
6175
|
+
}
|
|
6176
|
+
return obj;
|
|
4889
6177
|
};
|
|
6178
|
+
}
|
|
4890
6179
|
|
|
4891
6180
|
|
|
4892
6181
|
/**
|
|
4893
|
-
*
|
|
4894
|
-
* @
|
|
6182
|
+
* Deserializes binary data (in protobuf wire format).
|
|
6183
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
6184
|
+
* @return {!proto.alis.ideate.GenerateCustomAgentSpecResponse}
|
|
4895
6185
|
*/
|
|
4896
|
-
proto.alis.ideate.
|
|
4897
|
-
|
|
4898
|
-
|
|
6186
|
+
proto.alis.ideate.GenerateCustomAgentSpecResponse.deserializeBinary = function(bytes) {
|
|
6187
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
6188
|
+
var msg = new proto.alis.ideate.GenerateCustomAgentSpecResponse;
|
|
6189
|
+
return proto.alis.ideate.GenerateCustomAgentSpecResponse.deserializeBinaryFromReader(msg, reader);
|
|
4899
6190
|
};
|
|
4900
6191
|
|
|
4901
6192
|
|
|
4902
6193
|
/**
|
|
4903
|
-
*
|
|
4904
|
-
*
|
|
4905
|
-
|
|
4906
|
-
|
|
4907
|
-
|
|
6194
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
6195
|
+
* given reader into the given message object.
|
|
6196
|
+
* @param {!proto.alis.ideate.GenerateCustomAgentSpecResponse} msg The message object to deserialize into.
|
|
6197
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
6198
|
+
* @return {!proto.alis.ideate.GenerateCustomAgentSpecResponse}
|
|
6199
|
+
*/
|
|
6200
|
+
proto.alis.ideate.GenerateCustomAgentSpecResponse.deserializeBinaryFromReader = function(msg, reader) {
|
|
6201
|
+
while (reader.nextField()) {
|
|
6202
|
+
if (reader.isEndGroup()) {
|
|
6203
|
+
break;
|
|
6204
|
+
}
|
|
6205
|
+
var field = reader.getFieldNumber();
|
|
6206
|
+
switch (field) {
|
|
6207
|
+
case 1:
|
|
6208
|
+
var value = new proto.alis.ideate.Spec;
|
|
6209
|
+
reader.readMessage(value,proto.alis.ideate.Spec.deserializeBinaryFromReader);
|
|
6210
|
+
msg.setSpec(value);
|
|
6211
|
+
break;
|
|
6212
|
+
default:
|
|
6213
|
+
reader.skipField();
|
|
6214
|
+
break;
|
|
6215
|
+
}
|
|
6216
|
+
}
|
|
6217
|
+
return msg;
|
|
4908
6218
|
};
|
|
4909
6219
|
|
|
4910
6220
|
|
|
4911
6221
|
/**
|
|
4912
|
-
*
|
|
4913
|
-
* @return {!
|
|
6222
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
6223
|
+
* @return {!Uint8Array}
|
|
4914
6224
|
*/
|
|
4915
|
-
proto.alis.ideate.
|
|
4916
|
-
|
|
6225
|
+
proto.alis.ideate.GenerateCustomAgentSpecResponse.prototype.serializeBinary = function() {
|
|
6226
|
+
var writer = new jspb.BinaryWriter();
|
|
6227
|
+
proto.alis.ideate.GenerateCustomAgentSpecResponse.serializeBinaryToWriter(this, writer);
|
|
6228
|
+
return writer.getResultBuffer();
|
|
4917
6229
|
};
|
|
4918
6230
|
|
|
4919
6231
|
|
|
4920
6232
|
/**
|
|
4921
|
-
*
|
|
4922
|
-
*
|
|
6233
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
6234
|
+
* format), writing to the given BinaryWriter.
|
|
6235
|
+
* @param {!proto.alis.ideate.GenerateCustomAgentSpecResponse} message
|
|
6236
|
+
* @param {!jspb.BinaryWriter} writer
|
|
6237
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
4923
6238
|
*/
|
|
4924
|
-
proto.alis.ideate.
|
|
4925
|
-
|
|
6239
|
+
proto.alis.ideate.GenerateCustomAgentSpecResponse.serializeBinaryToWriter = function(message, writer) {
|
|
6240
|
+
var f = undefined;
|
|
6241
|
+
f = message.getSpec();
|
|
6242
|
+
if (f != null) {
|
|
6243
|
+
writer.writeMessage(
|
|
6244
|
+
1,
|
|
6245
|
+
f,
|
|
6246
|
+
proto.alis.ideate.Spec.serializeBinaryToWriter
|
|
6247
|
+
);
|
|
6248
|
+
}
|
|
4926
6249
|
};
|
|
4927
6250
|
|
|
4928
6251
|
|
|
4929
6252
|
/**
|
|
4930
|
-
* optional
|
|
4931
|
-
* @return {?proto.
|
|
6253
|
+
* optional Spec spec = 1;
|
|
6254
|
+
* @return {?proto.alis.ideate.Spec}
|
|
4932
6255
|
*/
|
|
4933
|
-
proto.alis.ideate.
|
|
4934
|
-
return /** @type{?proto.
|
|
4935
|
-
jspb.Message.getWrapperField(this,
|
|
6256
|
+
proto.alis.ideate.GenerateCustomAgentSpecResponse.prototype.getSpec = function() {
|
|
6257
|
+
return /** @type{?proto.alis.ideate.Spec} */ (
|
|
6258
|
+
jspb.Message.getWrapperField(this, proto.alis.ideate.Spec, 1));
|
|
4936
6259
|
};
|
|
4937
6260
|
|
|
4938
6261
|
|
|
4939
6262
|
/**
|
|
4940
|
-
* @param {?proto.
|
|
4941
|
-
* @return {!proto.alis.ideate.
|
|
6263
|
+
* @param {?proto.alis.ideate.Spec|undefined} value
|
|
6264
|
+
* @return {!proto.alis.ideate.GenerateCustomAgentSpecResponse} returns this
|
|
4942
6265
|
*/
|
|
4943
|
-
proto.alis.ideate.
|
|
4944
|
-
return jspb.Message.setWrapperField(this,
|
|
6266
|
+
proto.alis.ideate.GenerateCustomAgentSpecResponse.prototype.setSpec = function(value) {
|
|
6267
|
+
return jspb.Message.setWrapperField(this, 1, value);
|
|
4945
6268
|
};
|
|
4946
6269
|
|
|
4947
6270
|
|
|
4948
6271
|
/**
|
|
4949
6272
|
* Clears the message field making it undefined.
|
|
4950
|
-
* @return {!proto.alis.ideate.
|
|
6273
|
+
* @return {!proto.alis.ideate.GenerateCustomAgentSpecResponse} returns this
|
|
4951
6274
|
*/
|
|
4952
|
-
proto.alis.ideate.
|
|
4953
|
-
return this.
|
|
6275
|
+
proto.alis.ideate.GenerateCustomAgentSpecResponse.prototype.clearSpec = function() {
|
|
6276
|
+
return this.setSpec(undefined);
|
|
4954
6277
|
};
|
|
4955
6278
|
|
|
4956
6279
|
|
|
@@ -4958,8 +6281,8 @@ proto.alis.ideate.Spec.prototype.clearDeleteTime = function() {
|
|
|
4958
6281
|
* Returns whether this field is set.
|
|
4959
6282
|
* @return {boolean}
|
|
4960
6283
|
*/
|
|
4961
|
-
proto.alis.ideate.
|
|
4962
|
-
return jspb.Message.getField(this,
|
|
6284
|
+
proto.alis.ideate.GenerateCustomAgentSpecResponse.prototype.hasSpec = function() {
|
|
6285
|
+
return jspb.Message.getField(this, 1) != null;
|
|
4963
6286
|
};
|
|
4964
6287
|
|
|
4965
6288
|
|
|
@@ -4979,8 +6302,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
|
4979
6302
|
* http://goto/soy-param-migration
|
|
4980
6303
|
* @return {!Object}
|
|
4981
6304
|
*/
|
|
4982
|
-
proto.alis.ideate.
|
|
4983
|
-
return proto.alis.ideate.
|
|
6305
|
+
proto.alis.ideate.RetrieveIdeaSpecsRequest.prototype.toObject = function(opt_includeInstance) {
|
|
6306
|
+
return proto.alis.ideate.RetrieveIdeaSpecsRequest.toObject(opt_includeInstance, this);
|
|
4984
6307
|
};
|
|
4985
6308
|
|
|
4986
6309
|
|
|
@@ -4989,14 +6312,14 @@ proto.alis.ideate.GetSpecRequest.prototype.toObject = function(opt_includeInstan
|
|
|
4989
6312
|
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
4990
6313
|
* the JSPB instance for transitional soy proto support:
|
|
4991
6314
|
* http://goto/soy-param-migration
|
|
4992
|
-
* @param {!proto.alis.ideate.
|
|
6315
|
+
* @param {!proto.alis.ideate.RetrieveIdeaSpecsRequest} msg The msg instance to transform.
|
|
4993
6316
|
* @return {!Object}
|
|
4994
6317
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
4995
6318
|
*/
|
|
4996
|
-
proto.alis.ideate.
|
|
6319
|
+
proto.alis.ideate.RetrieveIdeaSpecsRequest.toObject = function(includeInstance, msg) {
|
|
4997
6320
|
var f, obj = {
|
|
4998
|
-
|
|
4999
|
-
|
|
6321
|
+
idea: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
6322
|
+
specType: jspb.Message.getFieldWithDefault(msg, 2, 0)
|
|
5000
6323
|
};
|
|
5001
6324
|
|
|
5002
6325
|
if (includeInstance) {
|
|
@@ -5010,23 +6333,23 @@ readMask: (f = msg.getReadMask()) && google_protobuf_field_mask_pb.FieldMask.toO
|
|
|
5010
6333
|
/**
|
|
5011
6334
|
* Deserializes binary data (in protobuf wire format).
|
|
5012
6335
|
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
5013
|
-
* @return {!proto.alis.ideate.
|
|
6336
|
+
* @return {!proto.alis.ideate.RetrieveIdeaSpecsRequest}
|
|
5014
6337
|
*/
|
|
5015
|
-
proto.alis.ideate.
|
|
6338
|
+
proto.alis.ideate.RetrieveIdeaSpecsRequest.deserializeBinary = function(bytes) {
|
|
5016
6339
|
var reader = new jspb.BinaryReader(bytes);
|
|
5017
|
-
var msg = new proto.alis.ideate.
|
|
5018
|
-
return proto.alis.ideate.
|
|
6340
|
+
var msg = new proto.alis.ideate.RetrieveIdeaSpecsRequest;
|
|
6341
|
+
return proto.alis.ideate.RetrieveIdeaSpecsRequest.deserializeBinaryFromReader(msg, reader);
|
|
5019
6342
|
};
|
|
5020
6343
|
|
|
5021
6344
|
|
|
5022
6345
|
/**
|
|
5023
6346
|
* Deserializes binary data (in protobuf wire format) from the
|
|
5024
6347
|
* given reader into the given message object.
|
|
5025
|
-
* @param {!proto.alis.ideate.
|
|
6348
|
+
* @param {!proto.alis.ideate.RetrieveIdeaSpecsRequest} msg The message object to deserialize into.
|
|
5026
6349
|
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
5027
|
-
* @return {!proto.alis.ideate.
|
|
6350
|
+
* @return {!proto.alis.ideate.RetrieveIdeaSpecsRequest}
|
|
5028
6351
|
*/
|
|
5029
|
-
proto.alis.ideate.
|
|
6352
|
+
proto.alis.ideate.RetrieveIdeaSpecsRequest.deserializeBinaryFromReader = function(msg, reader) {
|
|
5030
6353
|
while (reader.nextField()) {
|
|
5031
6354
|
if (reader.isEndGroup()) {
|
|
5032
6355
|
break;
|
|
@@ -5035,12 +6358,11 @@ proto.alis.ideate.GetSpecRequest.deserializeBinaryFromReader = function(msg, rea
|
|
|
5035
6358
|
switch (field) {
|
|
5036
6359
|
case 1:
|
|
5037
6360
|
var value = /** @type {string} */ (reader.readStringRequireUtf8());
|
|
5038
|
-
msg.
|
|
6361
|
+
msg.setIdea(value);
|
|
5039
6362
|
break;
|
|
5040
6363
|
case 2:
|
|
5041
|
-
var value =
|
|
5042
|
-
|
|
5043
|
-
msg.setReadMask(value);
|
|
6364
|
+
var value = /** @type {!proto.alis.ideate.Spec.Type} */ (reader.readEnum());
|
|
6365
|
+
msg.setSpecType(value);
|
|
5044
6366
|
break;
|
|
5045
6367
|
default:
|
|
5046
6368
|
reader.skipField();
|
|
@@ -5055,9 +6377,9 @@ proto.alis.ideate.GetSpecRequest.deserializeBinaryFromReader = function(msg, rea
|
|
|
5055
6377
|
* Serializes the message to binary data (in protobuf wire format).
|
|
5056
6378
|
* @return {!Uint8Array}
|
|
5057
6379
|
*/
|
|
5058
|
-
proto.alis.ideate.
|
|
6380
|
+
proto.alis.ideate.RetrieveIdeaSpecsRequest.prototype.serializeBinary = function() {
|
|
5059
6381
|
var writer = new jspb.BinaryWriter();
|
|
5060
|
-
proto.alis.ideate.
|
|
6382
|
+
proto.alis.ideate.RetrieveIdeaSpecsRequest.serializeBinaryToWriter(this, writer);
|
|
5061
6383
|
return writer.getResultBuffer();
|
|
5062
6384
|
};
|
|
5063
6385
|
|
|
@@ -5065,111 +6387,72 @@ proto.alis.ideate.GetSpecRequest.prototype.serializeBinary = function() {
|
|
|
5065
6387
|
/**
|
|
5066
6388
|
* Serializes the given message to binary data (in protobuf wire
|
|
5067
6389
|
* format), writing to the given BinaryWriter.
|
|
5068
|
-
* @param {!proto.alis.ideate.
|
|
6390
|
+
* @param {!proto.alis.ideate.RetrieveIdeaSpecsRequest} message
|
|
5069
6391
|
* @param {!jspb.BinaryWriter} writer
|
|
5070
6392
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
5071
6393
|
*/
|
|
5072
|
-
proto.alis.ideate.
|
|
6394
|
+
proto.alis.ideate.RetrieveIdeaSpecsRequest.serializeBinaryToWriter = function(message, writer) {
|
|
5073
6395
|
var f = undefined;
|
|
5074
|
-
f = message.
|
|
6396
|
+
f = message.getIdea();
|
|
5075
6397
|
if (f.length > 0) {
|
|
5076
6398
|
writer.writeString(
|
|
5077
6399
|
1,
|
|
5078
6400
|
f
|
|
5079
6401
|
);
|
|
5080
6402
|
}
|
|
5081
|
-
f = message.
|
|
5082
|
-
if (f
|
|
5083
|
-
writer.
|
|
6403
|
+
f = message.getSpecType();
|
|
6404
|
+
if (f !== 0.0) {
|
|
6405
|
+
writer.writeEnum(
|
|
5084
6406
|
2,
|
|
5085
|
-
f
|
|
5086
|
-
google_protobuf_field_mask_pb.FieldMask.serializeBinaryToWriter
|
|
6407
|
+
f
|
|
5087
6408
|
);
|
|
5088
6409
|
}
|
|
5089
6410
|
};
|
|
5090
6411
|
|
|
5091
6412
|
|
|
5092
6413
|
/**
|
|
5093
|
-
* optional string
|
|
6414
|
+
* optional string idea = 1;
|
|
5094
6415
|
* @return {string}
|
|
5095
6416
|
*/
|
|
5096
|
-
proto.alis.ideate.
|
|
6417
|
+
proto.alis.ideate.RetrieveIdeaSpecsRequest.prototype.getIdea = function() {
|
|
5097
6418
|
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
|
|
5098
6419
|
};
|
|
5099
6420
|
|
|
5100
6421
|
|
|
5101
6422
|
/**
|
|
5102
6423
|
* @param {string} value
|
|
5103
|
-
* @return {!proto.alis.ideate.
|
|
6424
|
+
* @return {!proto.alis.ideate.RetrieveIdeaSpecsRequest} returns this
|
|
5104
6425
|
*/
|
|
5105
|
-
proto.alis.ideate.
|
|
6426
|
+
proto.alis.ideate.RetrieveIdeaSpecsRequest.prototype.setIdea = function(value) {
|
|
5106
6427
|
return jspb.Message.setProto3StringField(this, 1, value);
|
|
5107
6428
|
};
|
|
5108
6429
|
|
|
5109
6430
|
|
|
5110
6431
|
/**
|
|
5111
|
-
* optional
|
|
5112
|
-
* @return {
|
|
5113
|
-
*/
|
|
5114
|
-
proto.alis.ideate.GetSpecRequest.prototype.getReadMask = function() {
|
|
5115
|
-
return /** @type{?proto.google.protobuf.FieldMask} */ (
|
|
5116
|
-
jspb.Message.getWrapperField(this, google_protobuf_field_mask_pb.FieldMask, 2));
|
|
5117
|
-
};
|
|
5118
|
-
|
|
5119
|
-
|
|
5120
|
-
/**
|
|
5121
|
-
* @param {?proto.google.protobuf.FieldMask|undefined} value
|
|
5122
|
-
* @return {!proto.alis.ideate.GetSpecRequest} returns this
|
|
5123
|
-
*/
|
|
5124
|
-
proto.alis.ideate.GetSpecRequest.prototype.setReadMask = function(value) {
|
|
5125
|
-
return jspb.Message.setWrapperField(this, 2, value);
|
|
5126
|
-
};
|
|
5127
|
-
|
|
5128
|
-
|
|
5129
|
-
/**
|
|
5130
|
-
* Clears the message field making it undefined.
|
|
5131
|
-
* @return {!proto.alis.ideate.GetSpecRequest} returns this
|
|
6432
|
+
* optional Spec.Type spec_type = 2;
|
|
6433
|
+
* @return {!proto.alis.ideate.Spec.Type}
|
|
5132
6434
|
*/
|
|
5133
|
-
proto.alis.ideate.
|
|
5134
|
-
return
|
|
6435
|
+
proto.alis.ideate.RetrieveIdeaSpecsRequest.prototype.getSpecType = function() {
|
|
6436
|
+
return /** @type {!proto.alis.ideate.Spec.Type} */ (jspb.Message.getFieldWithDefault(this, 2, 0));
|
|
5135
6437
|
};
|
|
5136
6438
|
|
|
5137
6439
|
|
|
5138
6440
|
/**
|
|
5139
|
-
*
|
|
5140
|
-
* @return {
|
|
6441
|
+
* @param {!proto.alis.ideate.Spec.Type} value
|
|
6442
|
+
* @return {!proto.alis.ideate.RetrieveIdeaSpecsRequest} returns this
|
|
5141
6443
|
*/
|
|
5142
|
-
proto.alis.ideate.
|
|
5143
|
-
return jspb.Message.
|
|
6444
|
+
proto.alis.ideate.RetrieveIdeaSpecsRequest.prototype.setSpecType = function(value) {
|
|
6445
|
+
return jspb.Message.setProto3EnumField(this, 2, value);
|
|
5144
6446
|
};
|
|
5145
6447
|
|
|
5146
6448
|
|
|
5147
6449
|
|
|
5148
6450
|
/**
|
|
5149
|
-
*
|
|
5150
|
-
*
|
|
5151
|
-
* other fields in the group are cleared. During deserialization, if multiple
|
|
5152
|
-
* fields are encountered for a group, only the last value seen will be kept.
|
|
5153
|
-
* @private {!Array<!Array<number>>}
|
|
6451
|
+
* List of repeated fields within this message type.
|
|
6452
|
+
* @private {!Array<number>}
|
|
5154
6453
|
* @const
|
|
5155
6454
|
*/
|
|
5156
|
-
proto.alis.ideate.
|
|
5157
|
-
|
|
5158
|
-
/**
|
|
5159
|
-
* @enum {number}
|
|
5160
|
-
*/
|
|
5161
|
-
proto.alis.ideate.GenerateCustomAgentSpecRequest.SourceCase = {
|
|
5162
|
-
SOURCE_NOT_SET: 0,
|
|
5163
|
-
IDEA: 1,
|
|
5164
|
-
SPEC: 2
|
|
5165
|
-
};
|
|
5166
|
-
|
|
5167
|
-
/**
|
|
5168
|
-
* @return {proto.alis.ideate.GenerateCustomAgentSpecRequest.SourceCase}
|
|
5169
|
-
*/
|
|
5170
|
-
proto.alis.ideate.GenerateCustomAgentSpecRequest.prototype.getSourceCase = function() {
|
|
5171
|
-
return /** @type {proto.alis.ideate.GenerateCustomAgentSpecRequest.SourceCase} */(jspb.Message.computeOneofCase(this, proto.alis.ideate.GenerateCustomAgentSpecRequest.oneofGroups_[0]));
|
|
5172
|
-
};
|
|
6455
|
+
proto.alis.ideate.RetrieveIdeaSpecsResponse.repeatedFields_ = [1];
|
|
5173
6456
|
|
|
5174
6457
|
|
|
5175
6458
|
|
|
@@ -5186,8 +6469,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
|
5186
6469
|
* http://goto/soy-param-migration
|
|
5187
6470
|
* @return {!Object}
|
|
5188
6471
|
*/
|
|
5189
|
-
proto.alis.ideate.
|
|
5190
|
-
return proto.alis.ideate.
|
|
6472
|
+
proto.alis.ideate.RetrieveIdeaSpecsResponse.prototype.toObject = function(opt_includeInstance) {
|
|
6473
|
+
return proto.alis.ideate.RetrieveIdeaSpecsResponse.toObject(opt_includeInstance, this);
|
|
5191
6474
|
};
|
|
5192
6475
|
|
|
5193
6476
|
|
|
@@ -5196,15 +6479,14 @@ proto.alis.ideate.GenerateCustomAgentSpecRequest.prototype.toObject = function(o
|
|
|
5196
6479
|
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
5197
6480
|
* the JSPB instance for transitional soy proto support:
|
|
5198
6481
|
* http://goto/soy-param-migration
|
|
5199
|
-
* @param {!proto.alis.ideate.
|
|
6482
|
+
* @param {!proto.alis.ideate.RetrieveIdeaSpecsResponse} msg The msg instance to transform.
|
|
5200
6483
|
* @return {!Object}
|
|
5201
6484
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
5202
6485
|
*/
|
|
5203
|
-
proto.alis.ideate.
|
|
6486
|
+
proto.alis.ideate.RetrieveIdeaSpecsResponse.toObject = function(includeInstance, msg) {
|
|
5204
6487
|
var f, obj = {
|
|
5205
|
-
|
|
5206
|
-
|
|
5207
|
-
generationContext: (f = msg.getGenerationContext()) && proto.alis.ideate.Spec.GenerationContext.toObject(includeInstance, f)
|
|
6488
|
+
specsList: jspb.Message.toObjectList(msg.getSpecsList(),
|
|
6489
|
+
proto.alis.ideate.Spec.toObject, includeInstance)
|
|
5208
6490
|
};
|
|
5209
6491
|
|
|
5210
6492
|
if (includeInstance) {
|
|
@@ -5218,23 +6500,23 @@ generationContext: (f = msg.getGenerationContext()) && proto.alis.ideate.Spec.Ge
|
|
|
5218
6500
|
/**
|
|
5219
6501
|
* Deserializes binary data (in protobuf wire format).
|
|
5220
6502
|
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
5221
|
-
* @return {!proto.alis.ideate.
|
|
6503
|
+
* @return {!proto.alis.ideate.RetrieveIdeaSpecsResponse}
|
|
5222
6504
|
*/
|
|
5223
|
-
proto.alis.ideate.
|
|
6505
|
+
proto.alis.ideate.RetrieveIdeaSpecsResponse.deserializeBinary = function(bytes) {
|
|
5224
6506
|
var reader = new jspb.BinaryReader(bytes);
|
|
5225
|
-
var msg = new proto.alis.ideate.
|
|
5226
|
-
return proto.alis.ideate.
|
|
6507
|
+
var msg = new proto.alis.ideate.RetrieveIdeaSpecsResponse;
|
|
6508
|
+
return proto.alis.ideate.RetrieveIdeaSpecsResponse.deserializeBinaryFromReader(msg, reader);
|
|
5227
6509
|
};
|
|
5228
6510
|
|
|
5229
6511
|
|
|
5230
6512
|
/**
|
|
5231
6513
|
* Deserializes binary data (in protobuf wire format) from the
|
|
5232
6514
|
* given reader into the given message object.
|
|
5233
|
-
* @param {!proto.alis.ideate.
|
|
6515
|
+
* @param {!proto.alis.ideate.RetrieveIdeaSpecsResponse} msg The message object to deserialize into.
|
|
5234
6516
|
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
5235
|
-
* @return {!proto.alis.ideate.
|
|
6517
|
+
* @return {!proto.alis.ideate.RetrieveIdeaSpecsResponse}
|
|
5236
6518
|
*/
|
|
5237
|
-
proto.alis.ideate.
|
|
6519
|
+
proto.alis.ideate.RetrieveIdeaSpecsResponse.deserializeBinaryFromReader = function(msg, reader) {
|
|
5238
6520
|
while (reader.nextField()) {
|
|
5239
6521
|
if (reader.isEndGroup()) {
|
|
5240
6522
|
break;
|
|
@@ -5242,17 +6524,9 @@ proto.alis.ideate.GenerateCustomAgentSpecRequest.deserializeBinaryFromReader = f
|
|
|
5242
6524
|
var field = reader.getFieldNumber();
|
|
5243
6525
|
switch (field) {
|
|
5244
6526
|
case 1:
|
|
5245
|
-
var value =
|
|
5246
|
-
|
|
5247
|
-
|
|
5248
|
-
case 2:
|
|
5249
|
-
var value = /** @type {string} */ (reader.readStringRequireUtf8());
|
|
5250
|
-
msg.setSpec(value);
|
|
5251
|
-
break;
|
|
5252
|
-
case 3:
|
|
5253
|
-
var value = new proto.alis.ideate.Spec.GenerationContext;
|
|
5254
|
-
reader.readMessage(value,proto.alis.ideate.Spec.GenerationContext.deserializeBinaryFromReader);
|
|
5255
|
-
msg.setGenerationContext(value);
|
|
6527
|
+
var value = new proto.alis.ideate.Spec;
|
|
6528
|
+
reader.readMessage(value,proto.alis.ideate.Spec.deserializeBinaryFromReader);
|
|
6529
|
+
msg.addSpecs(value);
|
|
5256
6530
|
break;
|
|
5257
6531
|
default:
|
|
5258
6532
|
reader.skipField();
|
|
@@ -5267,9 +6541,9 @@ proto.alis.ideate.GenerateCustomAgentSpecRequest.deserializeBinaryFromReader = f
|
|
|
5267
6541
|
* Serializes the message to binary data (in protobuf wire format).
|
|
5268
6542
|
* @return {!Uint8Array}
|
|
5269
6543
|
*/
|
|
5270
|
-
proto.alis.ideate.
|
|
6544
|
+
proto.alis.ideate.RetrieveIdeaSpecsResponse.prototype.serializeBinary = function() {
|
|
5271
6545
|
var writer = new jspb.BinaryWriter();
|
|
5272
|
-
proto.alis.ideate.
|
|
6546
|
+
proto.alis.ideate.RetrieveIdeaSpecsResponse.serializeBinaryToWriter(this, writer);
|
|
5273
6547
|
return writer.getResultBuffer();
|
|
5274
6548
|
};
|
|
5275
6549
|
|
|
@@ -5277,149 +6551,97 @@ proto.alis.ideate.GenerateCustomAgentSpecRequest.prototype.serializeBinary = fun
|
|
|
5277
6551
|
/**
|
|
5278
6552
|
* Serializes the given message to binary data (in protobuf wire
|
|
5279
6553
|
* format), writing to the given BinaryWriter.
|
|
5280
|
-
* @param {!proto.alis.ideate.
|
|
6554
|
+
* @param {!proto.alis.ideate.RetrieveIdeaSpecsResponse} message
|
|
5281
6555
|
* @param {!jspb.BinaryWriter} writer
|
|
5282
6556
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
5283
6557
|
*/
|
|
5284
|
-
proto.alis.ideate.
|
|
6558
|
+
proto.alis.ideate.RetrieveIdeaSpecsResponse.serializeBinaryToWriter = function(message, writer) {
|
|
5285
6559
|
var f = undefined;
|
|
5286
|
-
f =
|
|
5287
|
-
if (f
|
|
5288
|
-
writer.
|
|
6560
|
+
f = message.getSpecsList();
|
|
6561
|
+
if (f.length > 0) {
|
|
6562
|
+
writer.writeRepeatedMessage(
|
|
5289
6563
|
1,
|
|
5290
|
-
f
|
|
5291
|
-
);
|
|
5292
|
-
}
|
|
5293
|
-
f = /** @type {string} */ (jspb.Message.getField(message, 2));
|
|
5294
|
-
if (f != null) {
|
|
5295
|
-
writer.writeString(
|
|
5296
|
-
2,
|
|
5297
|
-
f
|
|
5298
|
-
);
|
|
5299
|
-
}
|
|
5300
|
-
f = message.getGenerationContext();
|
|
5301
|
-
if (f != null) {
|
|
5302
|
-
writer.writeMessage(
|
|
5303
|
-
3,
|
|
5304
6564
|
f,
|
|
5305
|
-
proto.alis.ideate.Spec.
|
|
6565
|
+
proto.alis.ideate.Spec.serializeBinaryToWriter
|
|
5306
6566
|
);
|
|
5307
6567
|
}
|
|
5308
6568
|
};
|
|
5309
6569
|
|
|
5310
6570
|
|
|
5311
6571
|
/**
|
|
5312
|
-
*
|
|
5313
|
-
* @return {
|
|
5314
|
-
*/
|
|
5315
|
-
proto.alis.ideate.GenerateCustomAgentSpecRequest.prototype.getIdea = function() {
|
|
5316
|
-
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
|
|
5317
|
-
};
|
|
5318
|
-
|
|
5319
|
-
|
|
5320
|
-
/**
|
|
5321
|
-
* @param {string} value
|
|
5322
|
-
* @return {!proto.alis.ideate.GenerateCustomAgentSpecRequest} returns this
|
|
5323
|
-
*/
|
|
5324
|
-
proto.alis.ideate.GenerateCustomAgentSpecRequest.prototype.setIdea = function(value) {
|
|
5325
|
-
return jspb.Message.setOneofField(this, 1, proto.alis.ideate.GenerateCustomAgentSpecRequest.oneofGroups_[0], value);
|
|
5326
|
-
};
|
|
5327
|
-
|
|
5328
|
-
|
|
5329
|
-
/**
|
|
5330
|
-
* Clears the field making it undefined.
|
|
5331
|
-
* @return {!proto.alis.ideate.GenerateCustomAgentSpecRequest} returns this
|
|
6572
|
+
* repeated Spec specs = 1;
|
|
6573
|
+
* @return {!Array<!proto.alis.ideate.Spec>}
|
|
5332
6574
|
*/
|
|
5333
|
-
proto.alis.ideate.
|
|
5334
|
-
return
|
|
6575
|
+
proto.alis.ideate.RetrieveIdeaSpecsResponse.prototype.getSpecsList = function() {
|
|
6576
|
+
return /** @type{!Array<!proto.alis.ideate.Spec>} */ (
|
|
6577
|
+
jspb.Message.getRepeatedWrapperField(this, proto.alis.ideate.Spec, 1));
|
|
5335
6578
|
};
|
|
5336
6579
|
|
|
5337
6580
|
|
|
5338
6581
|
/**
|
|
5339
|
-
*
|
|
5340
|
-
* @return {
|
|
5341
|
-
|
|
5342
|
-
proto.alis.ideate.
|
|
5343
|
-
return jspb.Message.
|
|
6582
|
+
* @param {!Array<!proto.alis.ideate.Spec>} value
|
|
6583
|
+
* @return {!proto.alis.ideate.RetrieveIdeaSpecsResponse} returns this
|
|
6584
|
+
*/
|
|
6585
|
+
proto.alis.ideate.RetrieveIdeaSpecsResponse.prototype.setSpecsList = function(value) {
|
|
6586
|
+
return jspb.Message.setRepeatedWrapperField(this, 1, value);
|
|
5344
6587
|
};
|
|
5345
6588
|
|
|
5346
6589
|
|
|
5347
6590
|
/**
|
|
5348
|
-
*
|
|
5349
|
-
* @
|
|
6591
|
+
* @param {!proto.alis.ideate.Spec=} opt_value
|
|
6592
|
+
* @param {number=} opt_index
|
|
6593
|
+
* @return {!proto.alis.ideate.Spec}
|
|
5350
6594
|
*/
|
|
5351
|
-
proto.alis.ideate.
|
|
5352
|
-
return
|
|
6595
|
+
proto.alis.ideate.RetrieveIdeaSpecsResponse.prototype.addSpecs = function(opt_value, opt_index) {
|
|
6596
|
+
return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.alis.ideate.Spec, opt_index);
|
|
5353
6597
|
};
|
|
5354
6598
|
|
|
5355
6599
|
|
|
5356
6600
|
/**
|
|
5357
|
-
*
|
|
5358
|
-
* @return {!proto.alis.ideate.
|
|
6601
|
+
* Clears the list making it empty but non-null.
|
|
6602
|
+
* @return {!proto.alis.ideate.RetrieveIdeaSpecsResponse} returns this
|
|
5359
6603
|
*/
|
|
5360
|
-
proto.alis.ideate.
|
|
5361
|
-
return
|
|
6604
|
+
proto.alis.ideate.RetrieveIdeaSpecsResponse.prototype.clearSpecsList = function() {
|
|
6605
|
+
return this.setSpecsList([]);
|
|
5362
6606
|
};
|
|
5363
6607
|
|
|
5364
6608
|
|
|
5365
|
-
/**
|
|
5366
|
-
* Clears the field making it undefined.
|
|
5367
|
-
* @return {!proto.alis.ideate.GenerateCustomAgentSpecRequest} returns this
|
|
5368
|
-
*/
|
|
5369
|
-
proto.alis.ideate.GenerateCustomAgentSpecRequest.prototype.clearSpec = function() {
|
|
5370
|
-
return jspb.Message.setOneofField(this, 2, proto.alis.ideate.GenerateCustomAgentSpecRequest.oneofGroups_[0], undefined);
|
|
5371
|
-
};
|
|
5372
|
-
|
|
5373
6609
|
|
|
5374
6610
|
/**
|
|
5375
|
-
*
|
|
5376
|
-
* @
|
|
6611
|
+
* List of repeated fields within this message type.
|
|
6612
|
+
* @private {!Array<number>}
|
|
6613
|
+
* @const
|
|
5377
6614
|
*/
|
|
5378
|
-
proto.alis.ideate.
|
|
5379
|
-
return jspb.Message.getField(this, 2) != null;
|
|
5380
|
-
};
|
|
5381
|
-
|
|
6615
|
+
proto.alis.ideate.GenerateAgentFeedbackSpecRequest.repeatedFields_ = [4];
|
|
5382
6616
|
|
|
5383
6617
|
/**
|
|
5384
|
-
*
|
|
5385
|
-
*
|
|
6618
|
+
* Oneof group definitions for this message. Each group defines the field
|
|
6619
|
+
* numbers belonging to that group. When of these fields' value is set, all
|
|
6620
|
+
* other fields in the group are cleared. During deserialization, if multiple
|
|
6621
|
+
* fields are encountered for a group, only the last value seen will be kept.
|
|
6622
|
+
* @private {!Array<!Array<number>>}
|
|
6623
|
+
* @const
|
|
5386
6624
|
*/
|
|
5387
|
-
proto.alis.ideate.
|
|
5388
|
-
return /** @type{?proto.alis.ideate.Spec.GenerationContext} */ (
|
|
5389
|
-
jspb.Message.getWrapperField(this, proto.alis.ideate.Spec.GenerationContext, 3));
|
|
5390
|
-
};
|
|
5391
|
-
|
|
5392
|
-
|
|
5393
|
-
/**
|
|
5394
|
-
* @param {?proto.alis.ideate.Spec.GenerationContext|undefined} value
|
|
5395
|
-
* @return {!proto.alis.ideate.GenerateCustomAgentSpecRequest} returns this
|
|
5396
|
-
*/
|
|
5397
|
-
proto.alis.ideate.GenerateCustomAgentSpecRequest.prototype.setGenerationContext = function(value) {
|
|
5398
|
-
return jspb.Message.setWrapperField(this, 3, value);
|
|
5399
|
-
};
|
|
5400
|
-
|
|
6625
|
+
proto.alis.ideate.GenerateAgentFeedbackSpecRequest.oneofGroups_ = [[1,2]];
|
|
5401
6626
|
|
|
5402
6627
|
/**
|
|
5403
|
-
*
|
|
5404
|
-
* @return {!proto.alis.ideate.GenerateCustomAgentSpecRequest} returns this
|
|
6628
|
+
* @enum {number}
|
|
5405
6629
|
*/
|
|
5406
|
-
proto.alis.ideate.
|
|
5407
|
-
|
|
6630
|
+
proto.alis.ideate.GenerateAgentFeedbackSpecRequest.SourceCase = {
|
|
6631
|
+
SOURCE_NOT_SET: 0,
|
|
6632
|
+
IDEA: 1,
|
|
6633
|
+
SPEC: 2
|
|
5408
6634
|
};
|
|
5409
6635
|
|
|
5410
|
-
|
|
5411
6636
|
/**
|
|
5412
|
-
*
|
|
5413
|
-
* @return {boolean}
|
|
6637
|
+
* @return {proto.alis.ideate.GenerateAgentFeedbackSpecRequest.SourceCase}
|
|
5414
6638
|
*/
|
|
5415
|
-
proto.alis.ideate.
|
|
5416
|
-
return jspb.Message.
|
|
6639
|
+
proto.alis.ideate.GenerateAgentFeedbackSpecRequest.prototype.getSourceCase = function() {
|
|
6640
|
+
return /** @type {proto.alis.ideate.GenerateAgentFeedbackSpecRequest.SourceCase} */(jspb.Message.computeOneofCase(this, proto.alis.ideate.GenerateAgentFeedbackSpecRequest.oneofGroups_[0]));
|
|
5417
6641
|
};
|
|
5418
6642
|
|
|
5419
6643
|
|
|
5420
6644
|
|
|
5421
|
-
|
|
5422
|
-
|
|
5423
6645
|
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
5424
6646
|
/**
|
|
5425
6647
|
* Creates an object representation of this proto.
|
|
@@ -5433,8 +6655,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
|
5433
6655
|
* http://goto/soy-param-migration
|
|
5434
6656
|
* @return {!Object}
|
|
5435
6657
|
*/
|
|
5436
|
-
proto.alis.ideate.
|
|
5437
|
-
return proto.alis.ideate.
|
|
6658
|
+
proto.alis.ideate.GenerateAgentFeedbackSpecRequest.prototype.toObject = function(opt_includeInstance) {
|
|
6659
|
+
return proto.alis.ideate.GenerateAgentFeedbackSpecRequest.toObject(opt_includeInstance, this);
|
|
5438
6660
|
};
|
|
5439
6661
|
|
|
5440
6662
|
|
|
@@ -5443,13 +6665,16 @@ proto.alis.ideate.GenerateCustomAgentSpecMetadata.prototype.toObject = function(
|
|
|
5443
6665
|
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
5444
6666
|
* the JSPB instance for transitional soy proto support:
|
|
5445
6667
|
* http://goto/soy-param-migration
|
|
5446
|
-
* @param {!proto.alis.ideate.
|
|
6668
|
+
* @param {!proto.alis.ideate.GenerateAgentFeedbackSpecRequest} msg The msg instance to transform.
|
|
5447
6669
|
* @return {!Object}
|
|
5448
6670
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
5449
6671
|
*/
|
|
5450
|
-
proto.alis.ideate.
|
|
6672
|
+
proto.alis.ideate.GenerateAgentFeedbackSpecRequest.toObject = function(includeInstance, msg) {
|
|
5451
6673
|
var f, obj = {
|
|
5452
|
-
|
|
6674
|
+
idea: (f = jspb.Message.getField(msg, 1)) == null ? undefined : f,
|
|
6675
|
+
spec: (f = jspb.Message.getField(msg, 2)) == null ? undefined : f,
|
|
6676
|
+
generationContext: (f = msg.getGenerationContext()) && proto.alis.ideate.Spec.GenerationContext.toObject(includeInstance, f),
|
|
6677
|
+
targetAgentsList: (f = jspb.Message.getRepeatedField(msg, 4)) == null ? undefined : f
|
|
5453
6678
|
};
|
|
5454
6679
|
|
|
5455
6680
|
if (includeInstance) {
|
|
@@ -5463,23 +6688,23 @@ generateCustomAgentSpecRequest: (f = msg.getGenerateCustomAgentSpecRequest()) &&
|
|
|
5463
6688
|
/**
|
|
5464
6689
|
* Deserializes binary data (in protobuf wire format).
|
|
5465
6690
|
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
5466
|
-
* @return {!proto.alis.ideate.
|
|
6691
|
+
* @return {!proto.alis.ideate.GenerateAgentFeedbackSpecRequest}
|
|
5467
6692
|
*/
|
|
5468
|
-
proto.alis.ideate.
|
|
6693
|
+
proto.alis.ideate.GenerateAgentFeedbackSpecRequest.deserializeBinary = function(bytes) {
|
|
5469
6694
|
var reader = new jspb.BinaryReader(bytes);
|
|
5470
|
-
var msg = new proto.alis.ideate.
|
|
5471
|
-
return proto.alis.ideate.
|
|
6695
|
+
var msg = new proto.alis.ideate.GenerateAgentFeedbackSpecRequest;
|
|
6696
|
+
return proto.alis.ideate.GenerateAgentFeedbackSpecRequest.deserializeBinaryFromReader(msg, reader);
|
|
5472
6697
|
};
|
|
5473
6698
|
|
|
5474
6699
|
|
|
5475
6700
|
/**
|
|
5476
6701
|
* Deserializes binary data (in protobuf wire format) from the
|
|
5477
6702
|
* given reader into the given message object.
|
|
5478
|
-
* @param {!proto.alis.ideate.
|
|
6703
|
+
* @param {!proto.alis.ideate.GenerateAgentFeedbackSpecRequest} msg The message object to deserialize into.
|
|
5479
6704
|
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
5480
|
-
* @return {!proto.alis.ideate.
|
|
6705
|
+
* @return {!proto.alis.ideate.GenerateAgentFeedbackSpecRequest}
|
|
5481
6706
|
*/
|
|
5482
|
-
proto.alis.ideate.
|
|
6707
|
+
proto.alis.ideate.GenerateAgentFeedbackSpecRequest.deserializeBinaryFromReader = function(msg, reader) {
|
|
5483
6708
|
while (reader.nextField()) {
|
|
5484
6709
|
if (reader.isEndGroup()) {
|
|
5485
6710
|
break;
|
|
@@ -5487,9 +6712,21 @@ proto.alis.ideate.GenerateCustomAgentSpecMetadata.deserializeBinaryFromReader =
|
|
|
5487
6712
|
var field = reader.getFieldNumber();
|
|
5488
6713
|
switch (field) {
|
|
5489
6714
|
case 1:
|
|
5490
|
-
var value =
|
|
5491
|
-
|
|
5492
|
-
|
|
6715
|
+
var value = /** @type {string} */ (reader.readStringRequireUtf8());
|
|
6716
|
+
msg.setIdea(value);
|
|
6717
|
+
break;
|
|
6718
|
+
case 2:
|
|
6719
|
+
var value = /** @type {string} */ (reader.readStringRequireUtf8());
|
|
6720
|
+
msg.setSpec(value);
|
|
6721
|
+
break;
|
|
6722
|
+
case 3:
|
|
6723
|
+
var value = new proto.alis.ideate.Spec.GenerationContext;
|
|
6724
|
+
reader.readMessage(value,proto.alis.ideate.Spec.GenerationContext.deserializeBinaryFromReader);
|
|
6725
|
+
msg.setGenerationContext(value);
|
|
6726
|
+
break;
|
|
6727
|
+
case 4:
|
|
6728
|
+
var value = /** @type {string} */ (reader.readStringRequireUtf8());
|
|
6729
|
+
msg.addTargetAgents(value);
|
|
5493
6730
|
break;
|
|
5494
6731
|
default:
|
|
5495
6732
|
reader.skipField();
|
|
@@ -5504,9 +6741,9 @@ proto.alis.ideate.GenerateCustomAgentSpecMetadata.deserializeBinaryFromReader =
|
|
|
5504
6741
|
* Serializes the message to binary data (in protobuf wire format).
|
|
5505
6742
|
* @return {!Uint8Array}
|
|
5506
6743
|
*/
|
|
5507
|
-
proto.alis.ideate.
|
|
6744
|
+
proto.alis.ideate.GenerateAgentFeedbackSpecRequest.prototype.serializeBinary = function() {
|
|
5508
6745
|
var writer = new jspb.BinaryWriter();
|
|
5509
|
-
proto.alis.ideate.
|
|
6746
|
+
proto.alis.ideate.GenerateAgentFeedbackSpecRequest.serializeBinaryToWriter(this, writer);
|
|
5510
6747
|
return writer.getResultBuffer();
|
|
5511
6748
|
};
|
|
5512
6749
|
|
|
@@ -5514,48 +6751,68 @@ proto.alis.ideate.GenerateCustomAgentSpecMetadata.prototype.serializeBinary = fu
|
|
|
5514
6751
|
/**
|
|
5515
6752
|
* Serializes the given message to binary data (in protobuf wire
|
|
5516
6753
|
* format), writing to the given BinaryWriter.
|
|
5517
|
-
* @param {!proto.alis.ideate.
|
|
6754
|
+
* @param {!proto.alis.ideate.GenerateAgentFeedbackSpecRequest} message
|
|
5518
6755
|
* @param {!jspb.BinaryWriter} writer
|
|
5519
6756
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
5520
6757
|
*/
|
|
5521
|
-
proto.alis.ideate.
|
|
6758
|
+
proto.alis.ideate.GenerateAgentFeedbackSpecRequest.serializeBinaryToWriter = function(message, writer) {
|
|
5522
6759
|
var f = undefined;
|
|
5523
|
-
f =
|
|
6760
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 1));
|
|
5524
6761
|
if (f != null) {
|
|
5525
|
-
writer.
|
|
6762
|
+
writer.writeString(
|
|
5526
6763
|
1,
|
|
6764
|
+
f
|
|
6765
|
+
);
|
|
6766
|
+
}
|
|
6767
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 2));
|
|
6768
|
+
if (f != null) {
|
|
6769
|
+
writer.writeString(
|
|
6770
|
+
2,
|
|
6771
|
+
f
|
|
6772
|
+
);
|
|
6773
|
+
}
|
|
6774
|
+
f = message.getGenerationContext();
|
|
6775
|
+
if (f != null) {
|
|
6776
|
+
writer.writeMessage(
|
|
6777
|
+
3,
|
|
5527
6778
|
f,
|
|
5528
|
-
proto.alis.ideate.
|
|
6779
|
+
proto.alis.ideate.Spec.GenerationContext.serializeBinaryToWriter
|
|
6780
|
+
);
|
|
6781
|
+
}
|
|
6782
|
+
f = message.getTargetAgentsList();
|
|
6783
|
+
if (f.length > 0) {
|
|
6784
|
+
writer.writeRepeatedString(
|
|
6785
|
+
4,
|
|
6786
|
+
f
|
|
5529
6787
|
);
|
|
5530
6788
|
}
|
|
5531
6789
|
};
|
|
5532
6790
|
|
|
5533
6791
|
|
|
5534
6792
|
/**
|
|
5535
|
-
* optional
|
|
5536
|
-
* @return {
|
|
6793
|
+
* optional string idea = 1;
|
|
6794
|
+
* @return {string}
|
|
5537
6795
|
*/
|
|
5538
|
-
proto.alis.ideate.
|
|
5539
|
-
return /** @type{
|
|
5540
|
-
jspb.Message.getWrapperField(this, proto.alis.ideate.GenerateCustomAgentSpecRequest, 1));
|
|
6796
|
+
proto.alis.ideate.GenerateAgentFeedbackSpecRequest.prototype.getIdea = function() {
|
|
6797
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
|
|
5541
6798
|
};
|
|
5542
6799
|
|
|
5543
6800
|
|
|
5544
6801
|
/**
|
|
5545
|
-
* @param {
|
|
5546
|
-
* @return {!proto.alis.ideate.
|
|
5547
|
-
*/
|
|
5548
|
-
proto.alis.ideate.
|
|
5549
|
-
return jspb.Message.
|
|
6802
|
+
* @param {string} value
|
|
6803
|
+
* @return {!proto.alis.ideate.GenerateAgentFeedbackSpecRequest} returns this
|
|
6804
|
+
*/
|
|
6805
|
+
proto.alis.ideate.GenerateAgentFeedbackSpecRequest.prototype.setIdea = function(value) {
|
|
6806
|
+
return jspb.Message.setOneofField(this, 1, proto.alis.ideate.GenerateAgentFeedbackSpecRequest.oneofGroups_[0], value);
|
|
5550
6807
|
};
|
|
5551
6808
|
|
|
5552
6809
|
|
|
5553
6810
|
/**
|
|
5554
|
-
* Clears the
|
|
5555
|
-
* @return {!proto.alis.ideate.
|
|
6811
|
+
* Clears the field making it undefined.
|
|
6812
|
+
* @return {!proto.alis.ideate.GenerateAgentFeedbackSpecRequest} returns this
|
|
5556
6813
|
*/
|
|
5557
|
-
proto.alis.ideate.
|
|
5558
|
-
return this.
|
|
6814
|
+
proto.alis.ideate.GenerateAgentFeedbackSpecRequest.prototype.clearIdea = function() {
|
|
6815
|
+
return jspb.Message.setOneofField(this, 1, proto.alis.ideate.GenerateAgentFeedbackSpecRequest.oneofGroups_[0], undefined);
|
|
5559
6816
|
};
|
|
5560
6817
|
|
|
5561
6818
|
|
|
@@ -5563,159 +6820,118 @@ proto.alis.ideate.GenerateCustomAgentSpecMetadata.prototype.clearGenerateCustomA
|
|
|
5563
6820
|
* Returns whether this field is set.
|
|
5564
6821
|
* @return {boolean}
|
|
5565
6822
|
*/
|
|
5566
|
-
proto.alis.ideate.
|
|
6823
|
+
proto.alis.ideate.GenerateAgentFeedbackSpecRequest.prototype.hasIdea = function() {
|
|
5567
6824
|
return jspb.Message.getField(this, 1) != null;
|
|
5568
6825
|
};
|
|
5569
6826
|
|
|
5570
6827
|
|
|
6828
|
+
/**
|
|
6829
|
+
* optional string spec = 2;
|
|
6830
|
+
* @return {string}
|
|
6831
|
+
*/
|
|
6832
|
+
proto.alis.ideate.GenerateAgentFeedbackSpecRequest.prototype.getSpec = function() {
|
|
6833
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
|
|
6834
|
+
};
|
|
5571
6835
|
|
|
5572
6836
|
|
|
5573
|
-
|
|
5574
|
-
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
5575
6837
|
/**
|
|
5576
|
-
*
|
|
5577
|
-
*
|
|
5578
|
-
* Optional fields that are not set will be set to undefined.
|
|
5579
|
-
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
5580
|
-
* For the list of reserved names please see:
|
|
5581
|
-
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
5582
|
-
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
5583
|
-
* JSPB instance for transitional soy proto support:
|
|
5584
|
-
* http://goto/soy-param-migration
|
|
5585
|
-
* @return {!Object}
|
|
6838
|
+
* @param {string} value
|
|
6839
|
+
* @return {!proto.alis.ideate.GenerateAgentFeedbackSpecRequest} returns this
|
|
5586
6840
|
*/
|
|
5587
|
-
proto.alis.ideate.
|
|
5588
|
-
return proto.alis.ideate.
|
|
6841
|
+
proto.alis.ideate.GenerateAgentFeedbackSpecRequest.prototype.setSpec = function(value) {
|
|
6842
|
+
return jspb.Message.setOneofField(this, 2, proto.alis.ideate.GenerateAgentFeedbackSpecRequest.oneofGroups_[0], value);
|
|
5589
6843
|
};
|
|
5590
6844
|
|
|
5591
6845
|
|
|
5592
6846
|
/**
|
|
5593
|
-
*
|
|
5594
|
-
* @
|
|
5595
|
-
* the JSPB instance for transitional soy proto support:
|
|
5596
|
-
* http://goto/soy-param-migration
|
|
5597
|
-
* @param {!proto.alis.ideate.GenerateCustomAgentSpecResponse} msg The msg instance to transform.
|
|
5598
|
-
* @return {!Object}
|
|
5599
|
-
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
6847
|
+
* Clears the field making it undefined.
|
|
6848
|
+
* @return {!proto.alis.ideate.GenerateAgentFeedbackSpecRequest} returns this
|
|
5600
6849
|
*/
|
|
5601
|
-
proto.alis.ideate.
|
|
5602
|
-
|
|
5603
|
-
spec: (f = msg.getSpec()) && proto.alis.ideate.Spec.toObject(includeInstance, f)
|
|
5604
|
-
};
|
|
5605
|
-
|
|
5606
|
-
if (includeInstance) {
|
|
5607
|
-
obj.$jspbMessageInstance = msg;
|
|
5608
|
-
}
|
|
5609
|
-
return obj;
|
|
6850
|
+
proto.alis.ideate.GenerateAgentFeedbackSpecRequest.prototype.clearSpec = function() {
|
|
6851
|
+
return jspb.Message.setOneofField(this, 2, proto.alis.ideate.GenerateAgentFeedbackSpecRequest.oneofGroups_[0], undefined);
|
|
5610
6852
|
};
|
|
5611
|
-
}
|
|
5612
6853
|
|
|
5613
6854
|
|
|
5614
6855
|
/**
|
|
5615
|
-
*
|
|
5616
|
-
* @
|
|
5617
|
-
* @return {!proto.alis.ideate.GenerateCustomAgentSpecResponse}
|
|
6856
|
+
* Returns whether this field is set.
|
|
6857
|
+
* @return {boolean}
|
|
5618
6858
|
*/
|
|
5619
|
-
proto.alis.ideate.
|
|
5620
|
-
|
|
5621
|
-
var msg = new proto.alis.ideate.GenerateCustomAgentSpecResponse;
|
|
5622
|
-
return proto.alis.ideate.GenerateCustomAgentSpecResponse.deserializeBinaryFromReader(msg, reader);
|
|
6859
|
+
proto.alis.ideate.GenerateAgentFeedbackSpecRequest.prototype.hasSpec = function() {
|
|
6860
|
+
return jspb.Message.getField(this, 2) != null;
|
|
5623
6861
|
};
|
|
5624
6862
|
|
|
5625
6863
|
|
|
5626
6864
|
/**
|
|
5627
|
-
*
|
|
5628
|
-
*
|
|
5629
|
-
* @param {!proto.alis.ideate.GenerateCustomAgentSpecResponse} msg The message object to deserialize into.
|
|
5630
|
-
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
5631
|
-
* @return {!proto.alis.ideate.GenerateCustomAgentSpecResponse}
|
|
6865
|
+
* optional Spec.GenerationContext generation_context = 3;
|
|
6866
|
+
* @return {?proto.alis.ideate.Spec.GenerationContext}
|
|
5632
6867
|
*/
|
|
5633
|
-
proto.alis.ideate.
|
|
5634
|
-
|
|
5635
|
-
|
|
5636
|
-
break;
|
|
5637
|
-
}
|
|
5638
|
-
var field = reader.getFieldNumber();
|
|
5639
|
-
switch (field) {
|
|
5640
|
-
case 1:
|
|
5641
|
-
var value = new proto.alis.ideate.Spec;
|
|
5642
|
-
reader.readMessage(value,proto.alis.ideate.Spec.deserializeBinaryFromReader);
|
|
5643
|
-
msg.setSpec(value);
|
|
5644
|
-
break;
|
|
5645
|
-
default:
|
|
5646
|
-
reader.skipField();
|
|
5647
|
-
break;
|
|
5648
|
-
}
|
|
5649
|
-
}
|
|
5650
|
-
return msg;
|
|
6868
|
+
proto.alis.ideate.GenerateAgentFeedbackSpecRequest.prototype.getGenerationContext = function() {
|
|
6869
|
+
return /** @type{?proto.alis.ideate.Spec.GenerationContext} */ (
|
|
6870
|
+
jspb.Message.getWrapperField(this, proto.alis.ideate.Spec.GenerationContext, 3));
|
|
5651
6871
|
};
|
|
5652
6872
|
|
|
5653
6873
|
|
|
5654
6874
|
/**
|
|
5655
|
-
*
|
|
5656
|
-
* @return {!
|
|
6875
|
+
* @param {?proto.alis.ideate.Spec.GenerationContext|undefined} value
|
|
6876
|
+
* @return {!proto.alis.ideate.GenerateAgentFeedbackSpecRequest} returns this
|
|
6877
|
+
*/
|
|
6878
|
+
proto.alis.ideate.GenerateAgentFeedbackSpecRequest.prototype.setGenerationContext = function(value) {
|
|
6879
|
+
return jspb.Message.setWrapperField(this, 3, value);
|
|
6880
|
+
};
|
|
6881
|
+
|
|
6882
|
+
|
|
6883
|
+
/**
|
|
6884
|
+
* Clears the message field making it undefined.
|
|
6885
|
+
* @return {!proto.alis.ideate.GenerateAgentFeedbackSpecRequest} returns this
|
|
5657
6886
|
*/
|
|
5658
|
-
proto.alis.ideate.
|
|
5659
|
-
|
|
5660
|
-
proto.alis.ideate.GenerateCustomAgentSpecResponse.serializeBinaryToWriter(this, writer);
|
|
5661
|
-
return writer.getResultBuffer();
|
|
6887
|
+
proto.alis.ideate.GenerateAgentFeedbackSpecRequest.prototype.clearGenerationContext = function() {
|
|
6888
|
+
return this.setGenerationContext(undefined);
|
|
5662
6889
|
};
|
|
5663
6890
|
|
|
5664
6891
|
|
|
5665
6892
|
/**
|
|
5666
|
-
*
|
|
5667
|
-
*
|
|
5668
|
-
* @param {!proto.alis.ideate.GenerateCustomAgentSpecResponse} message
|
|
5669
|
-
* @param {!jspb.BinaryWriter} writer
|
|
5670
|
-
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
6893
|
+
* Returns whether this field is set.
|
|
6894
|
+
* @return {boolean}
|
|
5671
6895
|
*/
|
|
5672
|
-
proto.alis.ideate.
|
|
5673
|
-
|
|
5674
|
-
f = message.getSpec();
|
|
5675
|
-
if (f != null) {
|
|
5676
|
-
writer.writeMessage(
|
|
5677
|
-
1,
|
|
5678
|
-
f,
|
|
5679
|
-
proto.alis.ideate.Spec.serializeBinaryToWriter
|
|
5680
|
-
);
|
|
5681
|
-
}
|
|
6896
|
+
proto.alis.ideate.GenerateAgentFeedbackSpecRequest.prototype.hasGenerationContext = function() {
|
|
6897
|
+
return jspb.Message.getField(this, 3) != null;
|
|
5682
6898
|
};
|
|
5683
6899
|
|
|
5684
6900
|
|
|
5685
6901
|
/**
|
|
5686
|
-
*
|
|
5687
|
-
* @return {
|
|
6902
|
+
* repeated string target_agents = 4;
|
|
6903
|
+
* @return {!Array<string>}
|
|
5688
6904
|
*/
|
|
5689
|
-
proto.alis.ideate.
|
|
5690
|
-
return /** @type{
|
|
5691
|
-
jspb.Message.getWrapperField(this, proto.alis.ideate.Spec, 1));
|
|
6905
|
+
proto.alis.ideate.GenerateAgentFeedbackSpecRequest.prototype.getTargetAgentsList = function() {
|
|
6906
|
+
return /** @type {!Array<string>} */ (jspb.Message.getRepeatedField(this, 4));
|
|
5692
6907
|
};
|
|
5693
6908
|
|
|
5694
6909
|
|
|
5695
6910
|
/**
|
|
5696
|
-
* @param {
|
|
5697
|
-
* @return {!proto.alis.ideate.
|
|
5698
|
-
*/
|
|
5699
|
-
proto.alis.ideate.
|
|
5700
|
-
return jspb.Message.
|
|
6911
|
+
* @param {!Array<string>} value
|
|
6912
|
+
* @return {!proto.alis.ideate.GenerateAgentFeedbackSpecRequest} returns this
|
|
6913
|
+
*/
|
|
6914
|
+
proto.alis.ideate.GenerateAgentFeedbackSpecRequest.prototype.setTargetAgentsList = function(value) {
|
|
6915
|
+
return jspb.Message.setField(this, 4, value || []);
|
|
5701
6916
|
};
|
|
5702
6917
|
|
|
5703
6918
|
|
|
5704
6919
|
/**
|
|
5705
|
-
*
|
|
5706
|
-
* @
|
|
6920
|
+
* @param {string} value
|
|
6921
|
+
* @param {number=} opt_index
|
|
6922
|
+
* @return {!proto.alis.ideate.GenerateAgentFeedbackSpecRequest} returns this
|
|
5707
6923
|
*/
|
|
5708
|
-
proto.alis.ideate.
|
|
5709
|
-
return
|
|
6924
|
+
proto.alis.ideate.GenerateAgentFeedbackSpecRequest.prototype.addTargetAgents = function(value, opt_index) {
|
|
6925
|
+
return jspb.Message.addToRepeatedField(this, 4, value, opt_index);
|
|
5710
6926
|
};
|
|
5711
6927
|
|
|
5712
6928
|
|
|
5713
6929
|
/**
|
|
5714
|
-
*
|
|
5715
|
-
* @return {
|
|
6930
|
+
* Clears the list making it empty but non-null.
|
|
6931
|
+
* @return {!proto.alis.ideate.GenerateAgentFeedbackSpecRequest} returns this
|
|
5716
6932
|
*/
|
|
5717
|
-
proto.alis.ideate.
|
|
5718
|
-
return
|
|
6933
|
+
proto.alis.ideate.GenerateAgentFeedbackSpecRequest.prototype.clearTargetAgentsList = function() {
|
|
6934
|
+
return this.setTargetAgentsList([]);
|
|
5719
6935
|
};
|
|
5720
6936
|
|
|
5721
6937
|
|
|
@@ -5735,8 +6951,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
|
5735
6951
|
* http://goto/soy-param-migration
|
|
5736
6952
|
* @return {!Object}
|
|
5737
6953
|
*/
|
|
5738
|
-
proto.alis.ideate.
|
|
5739
|
-
return proto.alis.ideate.
|
|
6954
|
+
proto.alis.ideate.GenerateAgentFeedbackSpecMetadata.prototype.toObject = function(opt_includeInstance) {
|
|
6955
|
+
return proto.alis.ideate.GenerateAgentFeedbackSpecMetadata.toObject(opt_includeInstance, this);
|
|
5740
6956
|
};
|
|
5741
6957
|
|
|
5742
6958
|
|
|
@@ -5745,14 +6961,13 @@ proto.alis.ideate.RetrieveIdeaSpecsRequest.prototype.toObject = function(opt_inc
|
|
|
5745
6961
|
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
5746
6962
|
* the JSPB instance for transitional soy proto support:
|
|
5747
6963
|
* http://goto/soy-param-migration
|
|
5748
|
-
* @param {!proto.alis.ideate.
|
|
6964
|
+
* @param {!proto.alis.ideate.GenerateAgentFeedbackSpecMetadata} msg The msg instance to transform.
|
|
5749
6965
|
* @return {!Object}
|
|
5750
6966
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
5751
6967
|
*/
|
|
5752
|
-
proto.alis.ideate.
|
|
6968
|
+
proto.alis.ideate.GenerateAgentFeedbackSpecMetadata.toObject = function(includeInstance, msg) {
|
|
5753
6969
|
var f, obj = {
|
|
5754
|
-
|
|
5755
|
-
specType: jspb.Message.getFieldWithDefault(msg, 2, 0)
|
|
6970
|
+
generateAgentFeedbackSpecRequest: (f = msg.getGenerateAgentFeedbackSpecRequest()) && proto.alis.ideate.GenerateAgentFeedbackSpecRequest.toObject(includeInstance, f)
|
|
5756
6971
|
};
|
|
5757
6972
|
|
|
5758
6973
|
if (includeInstance) {
|
|
@@ -5766,23 +6981,23 @@ specType: jspb.Message.getFieldWithDefault(msg, 2, 0)
|
|
|
5766
6981
|
/**
|
|
5767
6982
|
* Deserializes binary data (in protobuf wire format).
|
|
5768
6983
|
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
5769
|
-
* @return {!proto.alis.ideate.
|
|
6984
|
+
* @return {!proto.alis.ideate.GenerateAgentFeedbackSpecMetadata}
|
|
5770
6985
|
*/
|
|
5771
|
-
proto.alis.ideate.
|
|
6986
|
+
proto.alis.ideate.GenerateAgentFeedbackSpecMetadata.deserializeBinary = function(bytes) {
|
|
5772
6987
|
var reader = new jspb.BinaryReader(bytes);
|
|
5773
|
-
var msg = new proto.alis.ideate.
|
|
5774
|
-
return proto.alis.ideate.
|
|
6988
|
+
var msg = new proto.alis.ideate.GenerateAgentFeedbackSpecMetadata;
|
|
6989
|
+
return proto.alis.ideate.GenerateAgentFeedbackSpecMetadata.deserializeBinaryFromReader(msg, reader);
|
|
5775
6990
|
};
|
|
5776
6991
|
|
|
5777
6992
|
|
|
5778
6993
|
/**
|
|
5779
6994
|
* Deserializes binary data (in protobuf wire format) from the
|
|
5780
6995
|
* given reader into the given message object.
|
|
5781
|
-
* @param {!proto.alis.ideate.
|
|
6996
|
+
* @param {!proto.alis.ideate.GenerateAgentFeedbackSpecMetadata} msg The message object to deserialize into.
|
|
5782
6997
|
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
5783
|
-
* @return {!proto.alis.ideate.
|
|
6998
|
+
* @return {!proto.alis.ideate.GenerateAgentFeedbackSpecMetadata}
|
|
5784
6999
|
*/
|
|
5785
|
-
proto.alis.ideate.
|
|
7000
|
+
proto.alis.ideate.GenerateAgentFeedbackSpecMetadata.deserializeBinaryFromReader = function(msg, reader) {
|
|
5786
7001
|
while (reader.nextField()) {
|
|
5787
7002
|
if (reader.isEndGroup()) {
|
|
5788
7003
|
break;
|
|
@@ -5790,12 +7005,9 @@ proto.alis.ideate.RetrieveIdeaSpecsRequest.deserializeBinaryFromReader = functio
|
|
|
5790
7005
|
var field = reader.getFieldNumber();
|
|
5791
7006
|
switch (field) {
|
|
5792
7007
|
case 1:
|
|
5793
|
-
var value =
|
|
5794
|
-
|
|
5795
|
-
|
|
5796
|
-
case 2:
|
|
5797
|
-
var value = /** @type {!proto.alis.ideate.Spec.Type} */ (reader.readEnum());
|
|
5798
|
-
msg.setSpecType(value);
|
|
7008
|
+
var value = new proto.alis.ideate.GenerateAgentFeedbackSpecRequest;
|
|
7009
|
+
reader.readMessage(value,proto.alis.ideate.GenerateAgentFeedbackSpecRequest.deserializeBinaryFromReader);
|
|
7010
|
+
msg.setGenerateAgentFeedbackSpecRequest(value);
|
|
5799
7011
|
break;
|
|
5800
7012
|
default:
|
|
5801
7013
|
reader.skipField();
|
|
@@ -5810,9 +7022,9 @@ proto.alis.ideate.RetrieveIdeaSpecsRequest.deserializeBinaryFromReader = functio
|
|
|
5810
7022
|
* Serializes the message to binary data (in protobuf wire format).
|
|
5811
7023
|
* @return {!Uint8Array}
|
|
5812
7024
|
*/
|
|
5813
|
-
proto.alis.ideate.
|
|
7025
|
+
proto.alis.ideate.GenerateAgentFeedbackSpecMetadata.prototype.serializeBinary = function() {
|
|
5814
7026
|
var writer = new jspb.BinaryWriter();
|
|
5815
|
-
proto.alis.ideate.
|
|
7027
|
+
proto.alis.ideate.GenerateAgentFeedbackSpecMetadata.serializeBinaryToWriter(this, writer);
|
|
5816
7028
|
return writer.getResultBuffer();
|
|
5817
7029
|
};
|
|
5818
7030
|
|
|
@@ -5820,73 +7032,61 @@ proto.alis.ideate.RetrieveIdeaSpecsRequest.prototype.serializeBinary = function(
|
|
|
5820
7032
|
/**
|
|
5821
7033
|
* Serializes the given message to binary data (in protobuf wire
|
|
5822
7034
|
* format), writing to the given BinaryWriter.
|
|
5823
|
-
* @param {!proto.alis.ideate.
|
|
7035
|
+
* @param {!proto.alis.ideate.GenerateAgentFeedbackSpecMetadata} message
|
|
5824
7036
|
* @param {!jspb.BinaryWriter} writer
|
|
5825
7037
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
5826
7038
|
*/
|
|
5827
|
-
proto.alis.ideate.
|
|
7039
|
+
proto.alis.ideate.GenerateAgentFeedbackSpecMetadata.serializeBinaryToWriter = function(message, writer) {
|
|
5828
7040
|
var f = undefined;
|
|
5829
|
-
f = message.
|
|
5830
|
-
if (f
|
|
5831
|
-
writer.
|
|
7041
|
+
f = message.getGenerateAgentFeedbackSpecRequest();
|
|
7042
|
+
if (f != null) {
|
|
7043
|
+
writer.writeMessage(
|
|
5832
7044
|
1,
|
|
5833
|
-
f
|
|
5834
|
-
|
|
5835
|
-
}
|
|
5836
|
-
f = message.getSpecType();
|
|
5837
|
-
if (f !== 0.0) {
|
|
5838
|
-
writer.writeEnum(
|
|
5839
|
-
2,
|
|
5840
|
-
f
|
|
7045
|
+
f,
|
|
7046
|
+
proto.alis.ideate.GenerateAgentFeedbackSpecRequest.serializeBinaryToWriter
|
|
5841
7047
|
);
|
|
5842
7048
|
}
|
|
5843
7049
|
};
|
|
5844
7050
|
|
|
5845
7051
|
|
|
5846
7052
|
/**
|
|
5847
|
-
* optional
|
|
5848
|
-
* @return {
|
|
7053
|
+
* optional GenerateAgentFeedbackSpecRequest generate_agent_feedback_spec_request = 1;
|
|
7054
|
+
* @return {?proto.alis.ideate.GenerateAgentFeedbackSpecRequest}
|
|
5849
7055
|
*/
|
|
5850
|
-
proto.alis.ideate.
|
|
5851
|
-
return /** @type
|
|
7056
|
+
proto.alis.ideate.GenerateAgentFeedbackSpecMetadata.prototype.getGenerateAgentFeedbackSpecRequest = function() {
|
|
7057
|
+
return /** @type{?proto.alis.ideate.GenerateAgentFeedbackSpecRequest} */ (
|
|
7058
|
+
jspb.Message.getWrapperField(this, proto.alis.ideate.GenerateAgentFeedbackSpecRequest, 1));
|
|
5852
7059
|
};
|
|
5853
7060
|
|
|
5854
7061
|
|
|
5855
7062
|
/**
|
|
5856
|
-
* @param {
|
|
5857
|
-
* @return {!proto.alis.ideate.
|
|
5858
|
-
|
|
5859
|
-
proto.alis.ideate.
|
|
5860
|
-
return jspb.Message.
|
|
7063
|
+
* @param {?proto.alis.ideate.GenerateAgentFeedbackSpecRequest|undefined} value
|
|
7064
|
+
* @return {!proto.alis.ideate.GenerateAgentFeedbackSpecMetadata} returns this
|
|
7065
|
+
*/
|
|
7066
|
+
proto.alis.ideate.GenerateAgentFeedbackSpecMetadata.prototype.setGenerateAgentFeedbackSpecRequest = function(value) {
|
|
7067
|
+
return jspb.Message.setWrapperField(this, 1, value);
|
|
5861
7068
|
};
|
|
5862
7069
|
|
|
5863
7070
|
|
|
5864
7071
|
/**
|
|
5865
|
-
*
|
|
5866
|
-
* @return {!proto.alis.ideate.
|
|
7072
|
+
* Clears the message field making it undefined.
|
|
7073
|
+
* @return {!proto.alis.ideate.GenerateAgentFeedbackSpecMetadata} returns this
|
|
5867
7074
|
*/
|
|
5868
|
-
proto.alis.ideate.
|
|
5869
|
-
return
|
|
7075
|
+
proto.alis.ideate.GenerateAgentFeedbackSpecMetadata.prototype.clearGenerateAgentFeedbackSpecRequest = function() {
|
|
7076
|
+
return this.setGenerateAgentFeedbackSpecRequest(undefined);
|
|
5870
7077
|
};
|
|
5871
7078
|
|
|
5872
7079
|
|
|
5873
7080
|
/**
|
|
5874
|
-
*
|
|
5875
|
-
* @return {
|
|
7081
|
+
* Returns whether this field is set.
|
|
7082
|
+
* @return {boolean}
|
|
5876
7083
|
*/
|
|
5877
|
-
proto.alis.ideate.
|
|
5878
|
-
return jspb.Message.
|
|
7084
|
+
proto.alis.ideate.GenerateAgentFeedbackSpecMetadata.prototype.hasGenerateAgentFeedbackSpecRequest = function() {
|
|
7085
|
+
return jspb.Message.getField(this, 1) != null;
|
|
5879
7086
|
};
|
|
5880
7087
|
|
|
5881
7088
|
|
|
5882
7089
|
|
|
5883
|
-
/**
|
|
5884
|
-
* List of repeated fields within this message type.
|
|
5885
|
-
* @private {!Array<number>}
|
|
5886
|
-
* @const
|
|
5887
|
-
*/
|
|
5888
|
-
proto.alis.ideate.RetrieveIdeaSpecsResponse.repeatedFields_ = [1];
|
|
5889
|
-
|
|
5890
7090
|
|
|
5891
7091
|
|
|
5892
7092
|
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
@@ -5902,8 +7102,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
|
5902
7102
|
* http://goto/soy-param-migration
|
|
5903
7103
|
* @return {!Object}
|
|
5904
7104
|
*/
|
|
5905
|
-
proto.alis.ideate.
|
|
5906
|
-
return proto.alis.ideate.
|
|
7105
|
+
proto.alis.ideate.GenerateAgentFeedbackSpecResponse.prototype.toObject = function(opt_includeInstance) {
|
|
7106
|
+
return proto.alis.ideate.GenerateAgentFeedbackSpecResponse.toObject(opt_includeInstance, this);
|
|
5907
7107
|
};
|
|
5908
7108
|
|
|
5909
7109
|
|
|
@@ -5912,14 +7112,13 @@ proto.alis.ideate.RetrieveIdeaSpecsResponse.prototype.toObject = function(opt_in
|
|
|
5912
7112
|
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
5913
7113
|
* the JSPB instance for transitional soy proto support:
|
|
5914
7114
|
* http://goto/soy-param-migration
|
|
5915
|
-
* @param {!proto.alis.ideate.
|
|
7115
|
+
* @param {!proto.alis.ideate.GenerateAgentFeedbackSpecResponse} msg The msg instance to transform.
|
|
5916
7116
|
* @return {!Object}
|
|
5917
7117
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
5918
7118
|
*/
|
|
5919
|
-
proto.alis.ideate.
|
|
7119
|
+
proto.alis.ideate.GenerateAgentFeedbackSpecResponse.toObject = function(includeInstance, msg) {
|
|
5920
7120
|
var f, obj = {
|
|
5921
|
-
|
|
5922
|
-
proto.alis.ideate.Spec.toObject, includeInstance)
|
|
7121
|
+
spec: (f = msg.getSpec()) && proto.alis.ideate.Spec.toObject(includeInstance, f)
|
|
5923
7122
|
};
|
|
5924
7123
|
|
|
5925
7124
|
if (includeInstance) {
|
|
@@ -5933,23 +7132,23 @@ specsList: jspb.Message.toObjectList(msg.getSpecsList(),
|
|
|
5933
7132
|
/**
|
|
5934
7133
|
* Deserializes binary data (in protobuf wire format).
|
|
5935
7134
|
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
5936
|
-
* @return {!proto.alis.ideate.
|
|
7135
|
+
* @return {!proto.alis.ideate.GenerateAgentFeedbackSpecResponse}
|
|
5937
7136
|
*/
|
|
5938
|
-
proto.alis.ideate.
|
|
7137
|
+
proto.alis.ideate.GenerateAgentFeedbackSpecResponse.deserializeBinary = function(bytes) {
|
|
5939
7138
|
var reader = new jspb.BinaryReader(bytes);
|
|
5940
|
-
var msg = new proto.alis.ideate.
|
|
5941
|
-
return proto.alis.ideate.
|
|
7139
|
+
var msg = new proto.alis.ideate.GenerateAgentFeedbackSpecResponse;
|
|
7140
|
+
return proto.alis.ideate.GenerateAgentFeedbackSpecResponse.deserializeBinaryFromReader(msg, reader);
|
|
5942
7141
|
};
|
|
5943
7142
|
|
|
5944
7143
|
|
|
5945
7144
|
/**
|
|
5946
7145
|
* Deserializes binary data (in protobuf wire format) from the
|
|
5947
7146
|
* given reader into the given message object.
|
|
5948
|
-
* @param {!proto.alis.ideate.
|
|
7147
|
+
* @param {!proto.alis.ideate.GenerateAgentFeedbackSpecResponse} msg The message object to deserialize into.
|
|
5949
7148
|
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
5950
|
-
* @return {!proto.alis.ideate.
|
|
7149
|
+
* @return {!proto.alis.ideate.GenerateAgentFeedbackSpecResponse}
|
|
5951
7150
|
*/
|
|
5952
|
-
proto.alis.ideate.
|
|
7151
|
+
proto.alis.ideate.GenerateAgentFeedbackSpecResponse.deserializeBinaryFromReader = function(msg, reader) {
|
|
5953
7152
|
while (reader.nextField()) {
|
|
5954
7153
|
if (reader.isEndGroup()) {
|
|
5955
7154
|
break;
|
|
@@ -5959,7 +7158,7 @@ proto.alis.ideate.RetrieveIdeaSpecsResponse.deserializeBinaryFromReader = functi
|
|
|
5959
7158
|
case 1:
|
|
5960
7159
|
var value = new proto.alis.ideate.Spec;
|
|
5961
7160
|
reader.readMessage(value,proto.alis.ideate.Spec.deserializeBinaryFromReader);
|
|
5962
|
-
msg.
|
|
7161
|
+
msg.setSpec(value);
|
|
5963
7162
|
break;
|
|
5964
7163
|
default:
|
|
5965
7164
|
reader.skipField();
|
|
@@ -5974,9 +7173,9 @@ proto.alis.ideate.RetrieveIdeaSpecsResponse.deserializeBinaryFromReader = functi
|
|
|
5974
7173
|
* Serializes the message to binary data (in protobuf wire format).
|
|
5975
7174
|
* @return {!Uint8Array}
|
|
5976
7175
|
*/
|
|
5977
|
-
proto.alis.ideate.
|
|
7176
|
+
proto.alis.ideate.GenerateAgentFeedbackSpecResponse.prototype.serializeBinary = function() {
|
|
5978
7177
|
var writer = new jspb.BinaryWriter();
|
|
5979
|
-
proto.alis.ideate.
|
|
7178
|
+
proto.alis.ideate.GenerateAgentFeedbackSpecResponse.serializeBinaryToWriter(this, writer);
|
|
5980
7179
|
return writer.getResultBuffer();
|
|
5981
7180
|
};
|
|
5982
7181
|
|
|
@@ -5984,15 +7183,15 @@ proto.alis.ideate.RetrieveIdeaSpecsResponse.prototype.serializeBinary = function
|
|
|
5984
7183
|
/**
|
|
5985
7184
|
* Serializes the given message to binary data (in protobuf wire
|
|
5986
7185
|
* format), writing to the given BinaryWriter.
|
|
5987
|
-
* @param {!proto.alis.ideate.
|
|
7186
|
+
* @param {!proto.alis.ideate.GenerateAgentFeedbackSpecResponse} message
|
|
5988
7187
|
* @param {!jspb.BinaryWriter} writer
|
|
5989
7188
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
5990
7189
|
*/
|
|
5991
|
-
proto.alis.ideate.
|
|
7190
|
+
proto.alis.ideate.GenerateAgentFeedbackSpecResponse.serializeBinaryToWriter = function(message, writer) {
|
|
5992
7191
|
var f = undefined;
|
|
5993
|
-
f = message.
|
|
5994
|
-
if (f
|
|
5995
|
-
writer.
|
|
7192
|
+
f = message.getSpec();
|
|
7193
|
+
if (f != null) {
|
|
7194
|
+
writer.writeMessage(
|
|
5996
7195
|
1,
|
|
5997
7196
|
f,
|
|
5998
7197
|
proto.alis.ideate.Spec.serializeBinaryToWriter
|
|
@@ -6002,44 +7201,43 @@ proto.alis.ideate.RetrieveIdeaSpecsResponse.serializeBinaryToWriter = function(m
|
|
|
6002
7201
|
|
|
6003
7202
|
|
|
6004
7203
|
/**
|
|
6005
|
-
*
|
|
6006
|
-
* @return {
|
|
7204
|
+
* optional Spec spec = 1;
|
|
7205
|
+
* @return {?proto.alis.ideate.Spec}
|
|
6007
7206
|
*/
|
|
6008
|
-
proto.alis.ideate.
|
|
6009
|
-
return /** @type{
|
|
6010
|
-
jspb.Message.
|
|
7207
|
+
proto.alis.ideate.GenerateAgentFeedbackSpecResponse.prototype.getSpec = function() {
|
|
7208
|
+
return /** @type{?proto.alis.ideate.Spec} */ (
|
|
7209
|
+
jspb.Message.getWrapperField(this, proto.alis.ideate.Spec, 1));
|
|
6011
7210
|
};
|
|
6012
7211
|
|
|
6013
7212
|
|
|
6014
7213
|
/**
|
|
6015
|
-
* @param {
|
|
6016
|
-
* @return {!proto.alis.ideate.
|
|
7214
|
+
* @param {?proto.alis.ideate.Spec|undefined} value
|
|
7215
|
+
* @return {!proto.alis.ideate.GenerateAgentFeedbackSpecResponse} returns this
|
|
6017
7216
|
*/
|
|
6018
|
-
proto.alis.ideate.
|
|
6019
|
-
return jspb.Message.
|
|
7217
|
+
proto.alis.ideate.GenerateAgentFeedbackSpecResponse.prototype.setSpec = function(value) {
|
|
7218
|
+
return jspb.Message.setWrapperField(this, 1, value);
|
|
6020
7219
|
};
|
|
6021
7220
|
|
|
6022
7221
|
|
|
6023
7222
|
/**
|
|
6024
|
-
*
|
|
6025
|
-
* @
|
|
6026
|
-
* @return {!proto.alis.ideate.Spec}
|
|
7223
|
+
* Clears the message field making it undefined.
|
|
7224
|
+
* @return {!proto.alis.ideate.GenerateAgentFeedbackSpecResponse} returns this
|
|
6027
7225
|
*/
|
|
6028
|
-
proto.alis.ideate.
|
|
6029
|
-
return
|
|
7226
|
+
proto.alis.ideate.GenerateAgentFeedbackSpecResponse.prototype.clearSpec = function() {
|
|
7227
|
+
return this.setSpec(undefined);
|
|
6030
7228
|
};
|
|
6031
7229
|
|
|
6032
7230
|
|
|
6033
7231
|
/**
|
|
6034
|
-
*
|
|
6035
|
-
* @return {
|
|
7232
|
+
* Returns whether this field is set.
|
|
7233
|
+
* @return {boolean}
|
|
6036
7234
|
*/
|
|
6037
|
-
proto.alis.ideate.
|
|
6038
|
-
return
|
|
7235
|
+
proto.alis.ideate.GenerateAgentFeedbackSpecResponse.prototype.hasSpec = function() {
|
|
7236
|
+
return jspb.Message.getField(this, 1) != null;
|
|
6039
7237
|
};
|
|
6040
7238
|
|
|
6041
7239
|
|
|
6042
7240
|
goog.object.extend(exports, proto.alis.ideate);
|
|
6043
7241
|
|
|
6044
7242
|
// Below is base64 encoded GeneratedCodeInfo proto
|
|
6045
|
-
// CiIKAgQAEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGJQbIJgbCiQKBAQAAwASFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8Y8iAg+SAKJAoEBAADARIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxjMJiDVJgokCgQEAAMCEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGK4sILYsCiQKBAQAAwMSFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8YjDIglzIKJAoEBAADBBIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxj2NyCAOAokCgQEAAMFEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGNw9IOg9CiQKBAQAAwYSFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8YykMg2kMKJAoEBAADBxIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxjISSDTSQokCgQEAAMIEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGLJPIMBPCiQKBAQAAwkSFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8YqFUgrlUKJAoEBAADChIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxj+WiCRWwokCgQEAAMLEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGIhhIJJhCiQKBAQAAwwSFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8Y7mYg/GYKJAoEBAADDRIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxjkbCDtbAokCgQEAAMOEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGMZyIOVyCiQKBAQAAw8SFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8YgHkgiHkKJAoEBAADEBIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxiJfyCVfwomCgQEAAMREhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGKaFASCxhQEKJgoEBAADEhIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxiQiwEgq4sBCiYKBAQAAxMSFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8YupEBIMuRAQokCgIEARIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxi3lwEgxZcBCiQKAgQCEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGJmdASC3nQEKJAoCBAMSFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8Y9KMBIJOkAQokCgIEBBIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxiaqgEguaoBCiQKAgQFEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGMCwASDYsAEKJAoCBAYSFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8YyrYBIOO2AQomCgQEAAIFEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGJC+ASCYvgEKJgoEBAACBhIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxifvgEgqb4BCiYKBAQAAgcSFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8YsL4BILm+AQomCgQEAAIIEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGMC+ASDMvgEKJgoEBAACCRIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxjTvgEg3r4BCiYKBAQAAgoSFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8Y5r4BIPO+AQomCgQEAAILEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGPu+ASCKvwEKJgoEBAACDBIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxiSvwEgmL8BCiYKBAQAAg0SFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8YoL8BILS/AQomCgQEAAIOEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGLy/ASDHvwEKJgoEBAACDxIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxjPvwEg3r8BCiYKBAQAAhASFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8Y5r8BIPC/AQomCgQEAAIREhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGPi/ASCWwAEKJgoEBAACEhIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxiewAEgp8ABCiYKBAQAAhMSFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8Yr8ABIMHAAQomCgQEAAIUEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGMnAASDWwAEKJgoEBAACFRIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxjewAEg6sABCiYKBAQAAhYSFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8Y8sABII/BAQomCgQEAAQAEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGMK/AiDGvwIKKAoGBAAEAAIAEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGM2/AiDdvwIKKAoGBAAEAAIBEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGOS/AiDsvwIKKAoGBAAEAAICEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGPO/AiD9vwIKKAoGBAAEAAIDEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGITAAiCNwAIKKAoGBAAEAAIEEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGJTAAiCgwAIKKAoGBAAEAAIFEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGKfAAiCywAIKKAoGBAAEAAIGEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGLnAAiDGwAIKKAoGBAAEAAIHEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGM3AAiDfwAIKKAoGBAAEAAIIEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGOfAAiDzwAIKKAoGBAAEAAIJEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGPvAAiCKwQIKKAoGBAAEAAIKEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGJLBAiCYwQIKKAoGBAAEAAILEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGKDBAiC0wQIKKAoGBAAEAAIMEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGLzBAiDHwQIKKAoGBAAEAAINEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGM/BAiDewQIKKAoGBAAEAAIOEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGObBAiDwwQIKKAoGBAAEAAIPEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGPjBAiCWwgIKKAoGBAAEAAIQEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGJ7CAiCnwgIKKAoGBAAEAAIREhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGK/CAiC8wgIKKAoGBAAEAAISEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGMTCAiDQwgIKKAoGBAAEAAITEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGNjCAiD1wgIKJgoEBAAEARIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxivwwIgtMMCCigKBgQABAECABIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxi7wwIgzMMCCigKBgQABAECARIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxjTwwIg2MMCCigKBgQABAECAhIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxjfwwIg6MMCCigKBgQABAECAxIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxjvwwIg98MCCigKBgQABAECBBIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxj+wwIgiMQCCigKBgQABAECBRIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxiPxAIglMQCCigKBgQABAECBhIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxibxAIgocQCCigKBgQABAECBxIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxioxAIgrcQCCigKBgQAAwACABIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxjr3wIg9d8CCigKBgQAAwACABIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxje4QIg6OECCigKBgQAAwECABIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxiU/gIgnv4CCigKBgQAAwECABIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxiLgAMglYADCigKBgQAAwICABIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxixnAMgu5wDCigKBgQAAwICABIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bximngMgsJ4DCigKBgQAAwMCABIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxj8ugMghrsDCigKBgQAAwMCABIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxj3vAMggb0DCigKBgQAAwQCABIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxi92QMgx9kDCigKBgQAAwQCABIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxi22wMgwNsDCigKBgQAAwUCABIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxic+AMgpvgDCigKBgQAAwUCABIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxiZ+gMgo/oDCigKBgQAAwYCABIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxi/lwQgyZcECigKBgQAAwYCABIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxjEmQQgzpkECigKBgQAAwcCABIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxiatgQgpLYECigKBgQAAwcCABIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxiVuAQgn7gECigKBgQAAwgCABIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxib1QQgpdUECigKBgQAAwgCABIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxic1wQgptcECigKBgQAAwkCABIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxii8wQgrPMECigKBgQAAwkCABIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxiT9QQgnfUECigKBgQAAwoCABIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxjpkgUg85IFCigKBgQAAwoCABIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxj0lAUg/pQFCigKBgQAAwsCABIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxi6sQUgxLEFCigKBgQAAwsCABIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxizswUgvbMFCigKBgQAAwwCABIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxi50AUgw9AFCigKBgQAAwwCABIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxi60gUgxNIFCigKBgQAAw0CABIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxjw7gUg+u4FCigKBgQAAw0CABIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxjn8AUg8fAFCigKBgQAAw4CABIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxjjlAYg8ZQGCigKBgQAAw4CABIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxiKlwYgmJcGCigKBgQAAw4CARIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxjvmAYg/ZgGCigKBgQAAw4CARIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxiWmwYgpJsGCigKBgQAAw4CAhIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxj8nAYgi50GCigKBgQAAw4CAhIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxiknwYgs58GCigKBgQAAw8CABIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxiFwgYgj8IGCigKBgQAAw8CABIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxj6wwYghMQGCigKBgQAAw8CARIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxjNxQYg48UGCigKBgQAAw8CARIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxjOxwYg5McGCigKBgQAAw8CAhIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxiwyQYgxckGCigKBgQAAw8CAhIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxi5ywYgzssGCigKBgQAAw8CAhIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxjCzQYg080GCigKBgQAAw8CAhIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxjbzwYg8s8GCigKBgQAAxACABIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxjt8gYg9/IGCigKBgQAAxACABIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxjq9AYg9PQGCigKBgQAAxACARIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxjH9gYg3/YGCigKBgQAAxACARIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxjb+AYg8/gGCigKBgQAAxACARIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxjv+gYgg/sGCigKBgQAAxACARIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxiT/QYgrf0GCigKBgQAAxACAhIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxjh/gYg8/4GCigKBgQAAxACAhIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxjmgAcg+IAHCigKBgQAAxECABIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxjEnQcgzp0HCigKBgQAAxECABIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxi/nwcgyZ8HCigKBgQAAxICABIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxiVvgcgn74HCigKBgQAAxICABIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxiwwAcgusAHCigKBgQAAxMCABIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxiO4Acgl+AHCigKBgQAAxMCABIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxiU4gcgneIHCigKBgQAAxMCARIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxjn4wcg9uMHCigKBgQAAxMCARIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxjz5QcgguYHCiYKBAQAAgASFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8YsucHILnnBwomCgQEAAIAEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGJLpByCZ6QcKJgoEBAACARIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxjK6gcg0uoHCiYKBAQAAgESFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8Yq+wHILPsBwomCgQEAAICEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGPftByD+7QcKJgoEBAACAhIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxiC8AcgifAHCiYKBAQAAgMSFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8Yt/EHIL7xBwomCgQEAAIDEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGJfzByCe8wcKJgoEBAACBBIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxjl9Acg7fQHCiYKBAQAAgQSFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8Y8/YHIPv2BwomCgQEAAIFEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGMf4ByDR+AcKJgoEBAACBRIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxiB+wcgi/sHCiYKBAQAAgUSFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8Ylf0HIKH9BwomCgQEAAIFEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGL/+ByDJ/gcKJgoEBAACBhIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxiNgAggmYAICiYKBAQAAgYSFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8Yz4IIINuCCAomCgQEAAIGEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGOWECCDzhAgKJgoEBAACBhIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxiThgggn4YICiYKBAQAAgcSFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8Y4IcIIOuHCAomCgQEAAIHEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGJ6KCCCpiggKJgoEBAACBxIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxizjAggwIwICiYKBAQAAgcSFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8Y340IIOqNCAomCgQEAAIIEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGLSPCCDCjwgKJgoEBAACCBIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxj+kQggjJIICiYKBAQAAggSFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8YlpQIIKaUCAomCgQEAAIIEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGMiVCCDWlQgKJgoEBAACCRIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxielwggq5cICiYKBAQAAgkSFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8Y5ZkIIPKZCAomCgQEAAIJEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGP2bCCCMnAgKJgoEBAACCRIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxitnQggup0ICiYKBAQAAgoSFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8YiZ8IIJifCAomCgQEAAIKEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGNihCCDnoQgKJgoEBAACChIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxjyowggg6QICiYKBAQAAgoSFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8YpqUIILWlCAomCgQEAAILEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGIqnCCCbpwgKJgoEBAACCxIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxjhqQgg8qkICiYKBAQAAgsSFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8Y/asIIJCsCAomCgQEAAILEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGLWtCCDGrQgKJgoEBAACDBIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxiCrwggi68ICiYKBAQAAgwSFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8YubEIIMKxCAomCgQEAAIMEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGM2zCCDYswgKJgoEBAACDBIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxj1tAgg/rQICiYKBAQAAg0SFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8Y4rYIIPi2CAomCgQEAAINEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGM25CCDjuQgKJgoEBAACDRIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxjuuwgghrwICiYKBAQAAg0SFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8YsL0IIMa9CAomCgQEAAIOEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGI+/CCCcvwgKJgoEBAACDhIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxjWwQgg48EICiYKBAQAAg4SFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8Y7sMIIP3DCAomCgQEAAIOEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGJ7FCCCrxQgKJgoEBAACDxIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxiAxwggkccICiYKBAQAAg8SFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8Y18kIIOjJCAomCgQEAAIPEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGPPLCCCGzAgKJgoEBAACDxIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxirzQggvM0ICiYKBAQAAhASFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8Ygs8III7PCAomCgQEAAIQEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGMXRCCDR0QgKJgoEBAACEBIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxjc0wgg6tMICiYKBAQAAhASFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8YitUIIJbVCAomCgQEAAIREhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGJzXCCC61wgKJgoEBAACERIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxiz2ggg0doICiYKBAQAAhESFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8Y3NwIIPzcCAomCgQEAAIREhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGK7eCCDM3ggKJgoEBAACEhIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxiP4AggmuAICiYKBAQAAhISFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8YzuIIINniCAomCgQEAAISEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGOTkCCDx5AgKJgoEBAACEhIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxiQ5gggm+YICiYKBAQAAhMSFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8Y9+cIIIroCAomCgQEAAITEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGNbqCCDp6ggKJgoEBAACExIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxj07Aggie0ICiYKBAQAAhMSFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8YsO4IIMPuCAomCgQEAAIUEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGJLwCCCh8AgKJgoEBAACFBIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxjh8ggg8PIICiYKBAQAAhQSFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8Y+/QIIIz1CAomCgQEAAIUEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGK/2CCC+9ggKJgoEBAACFRIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxiK+AggmPgICiYKBAQAAhUSFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8Y1foIIOP6CAomCgQEAAIVEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGO78CCD+/AgKJgoEBAACFRIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxig/gggrv4ICiYKBAQAAhYSFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8Yq4AJIMmACQomCgQEAAIWEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGLaDCSDUgwkKJgoEBAACFhIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxjfhQkg/4UJCiYKBAQAAhYSFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8YsYcJIM+HCQomCgQEAAIXEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGK2JCSDBiQkKJgoEBAACFxIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxiQjAkgpIwJCiYKBAQAAhcSFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8Ygo4JIJiOCQomCgQEAAIXEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGMCPCSDUjwkKJgoEBAACGBIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxj7kAkgh5EJCiYKBAQAAhgSFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8Y4ZIJIO2SCQomCgQEAAIZEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGNOUCSDglAkKJgoEBAACGRIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxiblwkgqJcJCiYKBAQAAhkSFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8YhpkJIJWZCQomCgQEAAIZEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGLaaCSDDmgkKJgoEBAACGhIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxiZnAkgppwJCiYKBAQAAhoSFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8Y4Z4JIO6eCQomCgQEAAIaEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGMygCSDboAkKJgoEBAACGhIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxj8oQkgiaIJCiYKBAQAAhsSFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8Y4KMJIO2jCQomCgQEAAIbEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGKmmCSC2pgkKJgoEBAACGxIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxiVqAkgpKgJCiYKBAQAAhsSFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8YxakJINKpCQomCgQEAQIAEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGNbJCSDdyQkKJgoEBAECABIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxjKywkg0csJCiYKBAQBAgESFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8Yvc0JIMjNCQomCgQEAQIBEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGJfQCSCi0AkKJgoEBAECARIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxiT0gkgoNIJCiYKBAQBAgESFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8YydMJINTTCQomCgQEAgIAEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGL/YCSDD2AkKJgoEBAICARIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxjK2AkgztgJCiYKBAQCAgASFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8YnoAKIKWACgomCgQEAgIAEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGLKCCiC5ggoKJgoEBAICABIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxiChQogi4UKCiYKBAQCAgASFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8YmYcKIKCHCgomCgQEAgIBEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGNqICiDhiAoKJgoEBAICARIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxjuigog9YoKCiYKBAQCAgESFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8Yvo0KIMeNCgomCgQEAgIBEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGNWPCiDcjwoKJgoEBAICAhIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxjXkQog65EKCiYKBAQCAgISFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8Y7ZQKIIGVCgomCgQEAgICEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGJKXCiColwoKJgoEBAICAhIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxjqmAog/pgKCiYKBAQDAgASFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8Y2boKIPq6CgomCgQEAwIAEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGJa+CiC3vgoKJgoEBAMCABIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxjKwAog7cAKCiYKBAQDAgASFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8YvcIKIN7CCgomCgQEBAIAEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGJfiCiCe4goKJgoEBAQCABIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxjs5Aog8+QKCiYKBAQEAgASFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8YhucKII/nCgomCgQEBAIAEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGMXoCiDM6AoKJgoEBAUCABIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxifiAsgpogLCiYKBAQFAgASFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8Yp4oLIK6KCwomCgQEBQIBEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGJCMCyCbjAsKJgoEBAUCARIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxjHjgsg0o4LCiYKBAQGAgASFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8Yma8LIKWvCwomCgQEBgIAEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGPWxCyCBsgsKJgoEBAYCABIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxiKtAsgkrQLCiYKBAQGAgASFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8Y2bYLIOe2Cw==
|
|
7243
|
+
// CiIKAgQAEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGKAgIKQgCiQKBAQAAwASFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8Y/iUghSYKJAoEBAADARIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxjYKyDhKwokCgQEAAMCEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGLoxIMIxCiQKBAQAAwMSFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8YmDcgozcKJAoEBAADBBIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxiCPSCMPQokCgQEAAMFEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGOhCIPRCCiQKBAQAAwYSFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8Y1kgg5kgKJAoEBAADBxIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxjUTiDfTgokCgQEAAMIEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGL5UIMxUCiQKBAQAAwkSFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8YtFoguloKJAoEBAADChIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxiKYCCdYAokCgQEAAMLEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGJRmIJ5mCiQKBAQAAwwSFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8Y+msgiGwKJAoEBAADDRIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxjwcSD5cQokCgQEAAMOEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGNJ3IPF3CiQKBAQAAw8SFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8YjH4glH4KJgoEBAADEBIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxiVhAEgoYQBCiYKBAQAAxESFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8YsooBIL2KAQomCgQEAAMSEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGJyQASC3kAEKJgoEBAADExIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxjGlgEg05YBCigKBgQAAxMDABIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxj2nAEggZ0BCiYKBAQAAxQSFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8YiqMBIJujAQokCgIEARIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxiHqQEglakBCiQKAgQCEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGOmuASCHrwEKJAoCBAMSFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8YxLUBIOO1AQokCgIEBBIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxjquwEgibwBCiQKAgQFEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGJDCASCowgEKJAoCBAYSFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8YmsgBILPIAQokCgIEBxIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxjfzgEg/84BCiQKAgQIEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGILWASCj1gEKJAoCBAkSFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8YsNwBINHcAQomCgQEAAIFEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGOLjASDq4wEKJgoEBAACBhIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxjx4wEg++MBCiYKBAQAAgcSFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8YguQBIIvkAQomCgQEAAIIEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGJLkASCe5AEKJgoEBAACCRIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxil5AEgsOQBCiYKBAQAAgoSFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8YuOQBIMXkAQomCgQEAAILEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGM3kASDc5AEKJgoEBAACDBIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxjk5AEg6uQBCiYKBAQAAg0SFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8Y8uQBIIblAQomCgQEAAIOEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGI7lASCZ5QEKJgoEBAACDxIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxih5QEgsOUBCiYKBAQAAhASFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8YuOUBIMLlAQomCgQEAAIREhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGMrlASDo5QEKJgoEBAACEhIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxjw5QEg+eUBCiYKBAQAAhMSFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8YgeYBIJPmAQomCgQEAAIUEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGJvmASCo5gEKJgoEBAACFRIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxiw5gEgvOYBCiYKBAQAAhYSFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8YxOYBIOHmAQomCgQEAAIXEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGOnmASD35gEKJgoEBAAEABIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxim6QIgqukCCigKBgQABAACABIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxix6QIgwekCCigKBgQABAACARIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxjI6QIg0OkCCigKBgQABAACAhIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxjX6QIg4ekCCigKBgQABAACAxIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxjo6QIg8ekCCigKBgQABAACBBIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxj46QIghOoCCigKBgQABAACBRIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxiL6gIgluoCCigKBgQABAACBhIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxid6gIgquoCCigKBgQABAACBxIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxix6gIgw+oCCigKBgQABAACCBIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxjL6gIg1+oCCigKBgQABAACCRIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxjf6gIg7uoCCigKBgQABAACChIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxj26gIg/OoCCigKBgQABAACCxIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxiE6wIgmOsCCigKBgQABAACDBIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxig6wIgq+sCCigKBgQABAACDRIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxiz6wIgwusCCigKBgQABAACDhIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxjK6wIg1OsCCigKBgQABAACDxIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxjc6wIg+usCCigKBgQABAACEBIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxiC7AIgi+wCCigKBgQABAACERIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxiT7AIgoOwCCigKBgQABAACEhIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxio7AIgtOwCCigKBgQABAACExIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxi87AIg2ewCCigKBgQABAACFBIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxjh7AIg7+wCCiYKBAQABAESFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8Yqe0CIK7tAgooCgYEAAQBAgASFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8Yte0CIMbtAgooCgYEAAQBAgESFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8Yze0CINLtAgooCgYEAAQBAgISFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8Y2e0CIOLtAgooCgYEAAQBAgMSFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8Y6e0CIPHtAgooCgYEAAQBAgQSFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8Y+O0CIILuAgooCgYEAAQBAgUSFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8Yie4CII7uAgooCgYEAAQBAgYSFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8Yle4CIJvuAgooCgYEAAQBAgcSFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8You4CIKfuAgooCgYEAAMAAgASFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8Y5YkDIO+JAwooCgYEAAMAAgASFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8Y2IsDIOKLAwooCgYEAAMBAgASFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8YjqgDIJioAwooCgYEAAMBAgASFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8YhaoDII+qAwooCgYEAAMCAgASFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8Yq8YDILXGAwooCgYEAAMCAgASFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8YoMgDIKrIAwooCgYEAAMDAgASFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8Y9uQDIIDlAwooCgYEAAMDAgASFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8Y8eYDIPvmAwooCgYEAAMEAgASFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8Yt4MEIMGDBAooCgYEAAMEAgASFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8YsIUEILqFBAooCgYEAAMFAgASFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8YlqIEIKCiBAooCgYEAAMFAgASFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8Yk6QEIJ2kBAooCgYEAAMGAgASFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8YucEEIMPBBAooCgYEAAMGAgASFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8YvsMEIMjDBAooCgYEAAMHAgASFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8YlOAEIJ7gBAooCgYEAAMHAgASFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8Yj+IEIJniBAooCgYEAAMIAgASFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8Ylf8EIJ//BAooCgYEAAMIAgASFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8YloEFIKCBBQooCgYEAAMJAgASFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8YnJ0FIKadBQooCgYEAAMJAgASFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8YjZ8FIJefBQooCgYEAAMKAgASFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8Y47wFIO28BQooCgYEAAMKAgASFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8Y7r4FIPi+BQooCgYEAAMLAgASFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8YtNsFIL7bBQooCgYEAAMLAgASFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8Yrd0FILfdBQooCgYEAAMMAgASFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8Ys/oFIL36BQooCgYEAAMMAgASFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8YtPwFIL78BQooCgYEAAMNAgASFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8Y6pgGIPSYBgooCgYEAAMNAgASFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8Y4ZoGIOuaBgooCgYEAAMOAgASFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8Y3b4GIOu+BgooCgYEAAMOAgASFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8YhMEGIJLBBgooCgYEAAMOAgESFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8Y6cIGIPfCBgooCgYEAAMOAgESFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8YkMUGIJ7FBgooCgYEAAMOAgISFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8Y9sYGIIXHBgooCgYEAAMOAgISFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8YnskGIK3JBgooCgYEAAMPAgASFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8Y/+sGIInsBgooCgYEAAMPAgASFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8Y9O0GIP7tBgooCgYEAAMPAgESFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8Yx+8GIN3vBgooCgYEAAMPAgESFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8YyPEGIN7xBgooCgYEAAMPAgISFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8YqvMGIL/zBgooCgYEAAMPAgISFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8Ys/UGIMj1BgooCgYEAAMPAgISFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8YvPcGIM33BgooCgYEAAMPAgISFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8Y1fkGIOz5BgooCgYEAAMQAgASFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8Y55wHIPGcBwooCgYEAAMQAgASFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8Y5J4HIO6eBwooCgYEAAMQAgESFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8YwaAHINmgBwooCgYEAAMQAgESFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8Y1aIHIO2iBwooCgYEAAMQAgESFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8Y6aQHIP2kBwooCgYEAAMQAgESFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8YjacHIKenBwooCgYEAAMQAgISFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8Y26gHIO2oBwooCgYEAAMQAgISFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8Y4KoHIPKqBwooCgYEAAMRAgASFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8YvscHIMjHBwooCgYEAAMRAgASFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8YuckHIMPJBwooCgYEAAMSAgASFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8Yj+gHIJnoBwooCgYEAAMSAgASFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8YquoHILTqBwoqCggEAAMTAwACABIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxiUsAggorAICioKCAQAAxMDAAIAEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGK+yCCC9sggKKgoIBAADEwMAAgESFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8YprQIILK0CAoqCggEAAMTAwACARIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxiVtwggobcICioKCAQAAxMDAAIBEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGLK5CCDAuQgKKgoIBAADEwMAAgESFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8Y+roIIIa7CAoqCggEAAMTAwACAhIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxjEvAggz7wICioKCAQAAxMDAAICEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGNy+CCDnvggKKAoGBAADEwIAEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGObACCD5wAgKKAoGBAADEwIAEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGInECCCcxAgKKAoGBAADEwIAEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGNLGCCDhxggKKAoGBAADEwIAEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGLTJCCDJyQgKKAoGBAADEwIBEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGPDKCCD6yggKKAoGBAADEwIBEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGO/MCCD5zAgKKAoGBAADFAIAEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGM3sCCDW7AgKKAoGBAADFAIAEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGNPuCCDc7ggKKAoGBAADFAIBEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGKbwCCC18AgKKAoGBAADFAIBEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGLLyCCDB8ggKJgoEBAACABIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxjx8wgg+PMICiYKBAQAAgASFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8Y0fUIINj1CAomCgQEAAIBEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGIn3CCCR9wgKJgoEBAACARIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxjq+Agg8vgICiYKBAQAAgISFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8YtvoIIL36CAomCgQEAAICEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGMH8CCDI/AgKJgoEBAACAxIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxj2/Qgg/f0ICiYKBAQAAgMSFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8Y1v8IIN3/CAomCgQEAAIEEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGKSBCSCsgQkKJgoEBAACBBIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxiygwkguoMJCiYKBAQAAgUSFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8YhoUJIJCFCQomCgQEAAIFEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGMCHCSDKhwkKJgoEBAACBRIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxjUiQkg4IkJCiYKBAQAAgUSFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8Y/ooJIIiLCQomCgQEAAIGEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGMyMCSDYjAkKJgoEBAACBhIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxiOjwkgmo8JCiYKBAQAAgYSFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8YpJEJILKRCQomCgQEAAIGEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGNKSCSDekgkKJgoEBAACBxIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxiflAkgqpQJCiYKBAQAAgcSFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8Y3ZYJIOiWCQomCgQEAAIHEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGPKYCSD/mAkKJgoEBAACBxIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxiemgkgqZoJCiYKBAQAAggSFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8Y85sJIIGcCQomCgQEAAIIEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGL2eCSDLngkKJgoEBAACCBIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxjVoAkg5aAJCiYKBAQAAggSFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8Yh6IJIJWiCQomCgQEAAIJEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGN2jCSDqowkKJgoEBAACCRIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxikpgkgsaYJCiYKBAQAAgkSFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8YvKgJIMuoCQomCgQEAAIJEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGOypCSD5qQkKJgoEBAACChIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxjIqwkg16sJCiYKBAQAAgoSFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8Yl64JIKauCQomCgQEAAIKEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGLGwCSDCsAkKJgoEBAACChIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxjlsQkg9LEJCiYKBAQAAgsSFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8YybMJINqzCQomCgQEAAILEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGKC2CSCxtgkKJgoEBAACCxIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxi8uAkgz7gJCiYKBAQAAgsSFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8Y9LkJIIW6CQomCgQEAAIMEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGMG7CSDKuwkKJgoEBAACDBIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxj4vQkggb4JCiYKBAQAAgwSFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8YjMAJIJfACQomCgQEAAIMEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGLTBCSC9wQkKJgoEBAACDRIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxihwwkgt8MJCiYKBAQAAg0SFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8YjMYJIKLGCQomCgQEAAINEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGK3ICSDFyAkKJgoEBAACDRIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxjvyQkghcoJCiYKBAQAAg4SFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8YzssJINvLCQomCgQEAAIOEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGJXOCSCizgkKJgoEBAACDhIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxit0AkgvNAJCiYKBAQAAg4SFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8Y3dEJIOrRCQomCgQEAAIPEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGL/TCSDQ0wkKJgoEBAACDxIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxiW1gkgp9YJCiYKBAQAAg8SFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8YstgJIMXYCQomCgQEAAIPEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGOrZCSD72QkKJgoEBAACEBIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxjB2wkgzdsJCiYKBAQAAhASFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8YhN4JIJDeCQomCgQEAAIQEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGJvgCSCp4AkKJgoEBAACEBIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxjJ4Qkg1eEJCiYKBAQAAhESFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8Y2+MJIPnjCQomCgQEAAIREhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGPLmCSCQ5wkKJgoEBAACERIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxib6Qkgu+kJCiYKBAQAAhESFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8Y7eoJIIvrCQomCgQEAAISEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGM7sCSDZ7AkKJgoEBAACEhIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxiN7wkgmO8JCiYKBAQAAhISFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8Yo/EJILDxCQomCgQEAAISEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGM/yCSDa8gkKJgoEBAACExIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxi29AkgyfQJCiYKBAQAAhMSFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8YlfcJIKj3CQomCgQEAAITEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGLP5CSDI+QkKJgoEBAACExIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxjv+gkggvsJCiYKBAQAAhQSFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8Y0fwJIOD8CQomCgQEAAIUEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGKD/CSCv/wkKJgoEBAACFBIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxi6gQogy4EKCiYKBAQAAhQSFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8Y7oIKIP2CCgomCgQEAAIVEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGMmECiDXhAoKJgoEBAACFRIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxiUhwogoocKCiYKBAQAAhUSFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8YrYkKIL2JCgomCgQEAAIVEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGN+KCiDtigoKJgoEBAACFhIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxjqjAogiI0KCiYKBAQAAhYSFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8Y9Y8KIJOQCgomCgQEAAIWEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGJ6SCiC+kgoKJgoEBAACFhIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxjwkwogjpQKCiYKBAQAAhcSFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8Y4JUKIPCVCgomCgQEAAIXEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGLOYCiDDmAoKJgoEBAACFxIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxjOmgog4JoKCiYKBAQAAhcSFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8YhJwKIJScCgomCgQEAAIYEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGPKdCiCGngoKJgoEBAACGBIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxjVoAog6aAKCiYKBAQAAhgSFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8Yx6IKIN2iCgomCgQEAAIYEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGIWkCiCZpAoKJgoEBAACGRIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxjApQogzKUKCiYKBAQAAhkSFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8YpqcKILKnCgomCgQEAAIaEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGJipCiClqQoKJgoEBAACGhIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxjgqwog7asKCiYKBAQAAhoSFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8Yy60KINqtCgomCgQEAAIaEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGPuuCiCIrwoKJgoEBAACGxIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxjesAog67AKCiYKBAQAAhsSFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8YprMKILOzCgomCgQEAAIbEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGJG1CiCgtQoKJgoEBAACGxIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxjBtgogzrYKCiYKBAQAAhwSFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8YpbgKILK4CgomCgQEAAIcEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGO66CiD7ugoKJgoEBAACHBIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxjavAog6bwKCiYKBAQAAhwSFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8Yir4KIJe+CgomCgQEAQIAEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGJveCiCi3goKJgoEBAECABIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxiP4AogluAKCiYKBAQBAgESFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8YguIKII3iCgomCgQEAQIBEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGNzkCiDn5AoKJgoEBAECARIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxjY5gog5eYKCiYKBAQBAgESFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8YjugKIJnoCgomCgQEAgIAEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGITtCiCI7QoKJgoEBAICARIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxiP7Qogk+0KCiYKBAQCAgASFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8Y45QLIOqUCwomCgQEAgIAEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGPeWCyD+lgsKJgoEBAICABIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxjHmQsg0JkLCiYKBAQCAgASFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8Y3psLIOWbCwomCgQEAgIBEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGJ+dCyCmnQsKJgoEBAICARIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxiznwsgup8LCiYKBAQCAgESFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8Yg6ILIIyiCwomCgQEAgIBEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGJqkCyChpAsKJgoEBAICAhIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxicpgsgsKYLCiYKBAQCAgISFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8YsqkLIMapCwomCgQEAgICEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGNerCyDtqwsKJgoEBAICAhIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxivrQsgw60LCiYKBAQDAgASFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8Yns8LIL/PCwomCgQEAwIAEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGNvSCyD80gsKJgoEBAMCABIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxiP1QsgstULCiYKBAQDAgASFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8YgtcLIKPXCwomCgQEBAIAEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGNz2CyDj9gsKJgoEBAQCABIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxix+QsguPkLCiYKBAQEAgASFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8Yy/sLINT7CwomCgQEBAIAEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGIr9CyCR/QsKJgoEBAUCABIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxjknAwg65wMCiYKBAQFAgASFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8Y7J4MIPOeDAomCgQEBQIBEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGNWgDCDgoAwKJgoEBAUCARIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxiMowwgl6MMCiYKBAQGAgASFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8Y3sMMIOrDDAomCgQEBgIAEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGLrGDCDGxgwKJgoEBAYCABIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxjPyAwg18gMCiYKBAQGAgASFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8YnssMIKzLDAomCgQEBwIAEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGLnRDCC90QwKJgoEBAcCARIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxjE0QwgyNEMCiYKBAQHAgASFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8Yk/wMIJr8DAomCgQEBwIAEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGKv+DCCy/gwKJgoEBAcCABIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxiBgQ0gioENCiYKBAQHAgASFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8YnIMNIKODDQomCgQEBwIBEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGN+EDSDmhA0KJgoEBAcCARIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxj3hg0g/oYNCiYKBAQHAgESFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8YzYkNINaJDQomCgQEBwIBEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGOiLDSDviw0KJgoEBAcCAhIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxjsjQ0ggI4NCiYKBAQHAgISFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8YhpENIJqRDQomCgQEBwICEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGK+TDSDFkw0KJgoEBAcCAhIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxiJlQ0gnZUNCiYKBAQHAgMSFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8Y6pYNIP2WDQomCgQEBwIDEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGJeZDSCqmQ0KJgoEBAcCAxIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxjEmw0g05sNCiYKBAQHAgMSFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8YgZ4NIJaeDQomCgQECAIAEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGJ3ADSDAwA0KJgoEBAgCABIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxjmww0gicQNCiYKBAQIAgASFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8YoMYNIMXGDQomCgQECAIAEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGJnIDSC8yA0KJgoEBAkCABIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxiV6A0gnOgNCiYKBAQJAgASFmFsaXMvaWRlYXRlL3NwZWMucHJvdG8Y7uoNIPXqDQomCgQECQIAEhZhbGlzL2lkZWF0ZS9zcGVjLnByb3RvGIztDSCV7Q0KJgoEBAkCABIWYWxpcy9pZGVhdGUvc3BlYy5wcm90bxjN7g0g1O4N
|