clarifai-web-grpc 11.9.10 → 11.10.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -57,9 +57,11 @@ goog.exportSymbol('proto.clarifai.api.AppDuplicationFilters', null, global);
57
57
  goog.exportSymbol('proto.clarifai.api.AppExtraInfo', null, global);
58
58
  goog.exportSymbol('proto.clarifai.api.AppQuery', null, global);
59
59
  goog.exportSymbol('proto.clarifai.api.AppResourceCounts', null, global);
60
+ goog.exportSymbol('proto.clarifai.api.ArgoArgsOverride', null, global);
60
61
  goog.exportSymbol('proto.clarifai.api.ArgoOrchestrationSpec', null, global);
61
62
  goog.exportSymbol('proto.clarifai.api.ArgoOrchestrationStatus', null, global);
62
63
  goog.exportSymbol('proto.clarifai.api.ArgoOrchestrationStepSpec', null, global);
64
+ goog.exportSymbol('proto.clarifai.api.ArgoParameterOverride', null, global);
63
65
  goog.exportSymbol('proto.clarifai.api.Audio', null, global);
64
66
  goog.exportSymbol('proto.clarifai.api.AudioInfo', null, global);
65
67
  goog.exportSymbol('proto.clarifai.api.AuditLogEntry', null, global);
@@ -241,6 +243,8 @@ goog.exportSymbol('proto.clarifai.api.OpenRouterInfo', null, global);
241
243
  goog.exportSymbol('proto.clarifai.api.Operation', null, global);
242
244
  goog.exportSymbol('proto.clarifai.api.Operation.AnnotationOperationCase', null, global);
243
245
  goog.exportSymbol('proto.clarifai.api.Operation.OperationCase', null, global);
246
+ goog.exportSymbol('proto.clarifai.api.OrchestrationArgsOverride', null, global);
247
+ goog.exportSymbol('proto.clarifai.api.OrchestrationArgsOverride.OverrideCase', null, global);
244
248
  goog.exportSymbol('proto.clarifai.api.OrchestrationSpec', null, global);
245
249
  goog.exportSymbol('proto.clarifai.api.OrchestrationSpec.OrchestrationCase', null, global);
246
250
  goog.exportSymbol('proto.clarifai.api.OrchestrationStatus', null, global);
@@ -261,6 +265,7 @@ goog.exportSymbol('proto.clarifai.api.PipelineStep', null, global);
261
265
  goog.exportSymbol('proto.clarifai.api.PipelineStepInputParam', null, global);
262
266
  goog.exportSymbol('proto.clarifai.api.PipelineStepVersion', null, global);
263
267
  goog.exportSymbol('proto.clarifai.api.PipelineVersion', null, global);
268
+ goog.exportSymbol('proto.clarifai.api.PipelineVersionConfig', null, global);
264
269
  goog.exportSymbol('proto.clarifai.api.PipelineVersionRun', null, global);
265
270
  goog.exportSymbol('proto.clarifai.api.Point', null, global);
266
271
  goog.exportSymbol('proto.clarifai.api.Point.Visibility', null, global);
@@ -295,6 +300,7 @@ goog.exportSymbol('proto.clarifai.api.StatValueAggType', null, global);
295
300
  goog.exportSymbol('proto.clarifai.api.StatValueAggregate', null, global);
296
301
  goog.exportSymbol('proto.clarifai.api.StatValueAggregateQuery', null, global);
297
302
  goog.exportSymbol('proto.clarifai.api.StatValueAggregateResult', null, global);
303
+ goog.exportSymbol('proto.clarifai.api.StepSecretConfig', null, global);
298
304
  goog.exportSymbol('proto.clarifai.api.Task', null, global);
299
305
  goog.exportSymbol('proto.clarifai.api.Task.TaskPriority', null, global);
300
306
  goog.exportSymbol('proto.clarifai.api.Task.TaskType', null, global);
@@ -5383,6 +5389,69 @@ if (goog.DEBUG && !COMPILED) {
5383
5389
  */
5384
5390
  proto.clarifai.api.WorkflowVersionEvaluationData.displayName = 'proto.clarifai.api.WorkflowVersionEvaluationData';
5385
5391
  }
5392
+ /**
5393
+ * Generated by JsPbCodeGenerator.
5394
+ * @param {Array=} opt_data Optional initial data array, typically from a
5395
+ * server response, or constructed directly in Javascript. The array is used
5396
+ * in place and becomes part of the constructed object. It is not cloned.
5397
+ * If no data is provided, the constructed object will be empty, but still
5398
+ * valid.
5399
+ * @extends {jspb.Message}
5400
+ * @constructor
5401
+ */
5402
+ proto.clarifai.api.ArgoParameterOverride = function (opt_data) {
5403
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
5404
+ };
5405
+ goog.inherits(proto.clarifai.api.ArgoParameterOverride, jspb.Message);
5406
+ if (goog.DEBUG && !COMPILED) {
5407
+ /**
5408
+ * @public
5409
+ * @override
5410
+ */
5411
+ proto.clarifai.api.ArgoParameterOverride.displayName = 'proto.clarifai.api.ArgoParameterOverride';
5412
+ }
5413
+ /**
5414
+ * Generated by JsPbCodeGenerator.
5415
+ * @param {Array=} opt_data Optional initial data array, typically from a
5416
+ * server response, or constructed directly in Javascript. The array is used
5417
+ * in place and becomes part of the constructed object. It is not cloned.
5418
+ * If no data is provided, the constructed object will be empty, but still
5419
+ * valid.
5420
+ * @extends {jspb.Message}
5421
+ * @constructor
5422
+ */
5423
+ proto.clarifai.api.ArgoArgsOverride = function (opt_data) {
5424
+ jspb.Message.initialize(this, opt_data, 0, -1, proto.clarifai.api.ArgoArgsOverride.repeatedFields_, null);
5425
+ };
5426
+ goog.inherits(proto.clarifai.api.ArgoArgsOverride, jspb.Message);
5427
+ if (goog.DEBUG && !COMPILED) {
5428
+ /**
5429
+ * @public
5430
+ * @override
5431
+ */
5432
+ proto.clarifai.api.ArgoArgsOverride.displayName = 'proto.clarifai.api.ArgoArgsOverride';
5433
+ }
5434
+ /**
5435
+ * Generated by JsPbCodeGenerator.
5436
+ * @param {Array=} opt_data Optional initial data array, typically from a
5437
+ * server response, or constructed directly in Javascript. The array is used
5438
+ * in place and becomes part of the constructed object. It is not cloned.
5439
+ * If no data is provided, the constructed object will be empty, but still
5440
+ * valid.
5441
+ * @extends {jspb.Message}
5442
+ * @constructor
5443
+ */
5444
+ proto.clarifai.api.OrchestrationArgsOverride = function (opt_data) {
5445
+ jspb.Message.initialize(this, opt_data, 0, -1, null, proto.clarifai.api.OrchestrationArgsOverride.oneofGroups_);
5446
+ };
5447
+ goog.inherits(proto.clarifai.api.OrchestrationArgsOverride, jspb.Message);
5448
+ if (goog.DEBUG && !COMPILED) {
5449
+ /**
5450
+ * @public
5451
+ * @override
5452
+ */
5453
+ proto.clarifai.api.OrchestrationArgsOverride.displayName = 'proto.clarifai.api.OrchestrationArgsOverride';
5454
+ }
5386
5455
  /**
5387
5456
  * Generated by JsPbCodeGenerator.
5388
5457
  * @param {Array=} opt_data Optional initial data array, typically from a
@@ -5551,6 +5620,48 @@ if (goog.DEBUG && !COMPILED) {
5551
5620
  */
5552
5621
  proto.clarifai.api.Pipeline.displayName = 'proto.clarifai.api.Pipeline';
5553
5622
  }
5623
+ /**
5624
+ * Generated by JsPbCodeGenerator.
5625
+ * @param {Array=} opt_data Optional initial data array, typically from a
5626
+ * server response, or constructed directly in Javascript. The array is used
5627
+ * in place and becomes part of the constructed object. It is not cloned.
5628
+ * If no data is provided, the constructed object will be empty, but still
5629
+ * valid.
5630
+ * @extends {jspb.Message}
5631
+ * @constructor
5632
+ */
5633
+ proto.clarifai.api.PipelineVersionConfig = function (opt_data) {
5634
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
5635
+ };
5636
+ goog.inherits(proto.clarifai.api.PipelineVersionConfig, jspb.Message);
5637
+ if (goog.DEBUG && !COMPILED) {
5638
+ /**
5639
+ * @public
5640
+ * @override
5641
+ */
5642
+ proto.clarifai.api.PipelineVersionConfig.displayName = 'proto.clarifai.api.PipelineVersionConfig';
5643
+ }
5644
+ /**
5645
+ * Generated by JsPbCodeGenerator.
5646
+ * @param {Array=} opt_data Optional initial data array, typically from a
5647
+ * server response, or constructed directly in Javascript. The array is used
5648
+ * in place and becomes part of the constructed object. It is not cloned.
5649
+ * If no data is provided, the constructed object will be empty, but still
5650
+ * valid.
5651
+ * @extends {jspb.Message}
5652
+ * @constructor
5653
+ */
5654
+ proto.clarifai.api.StepSecretConfig = function (opt_data) {
5655
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
5656
+ };
5657
+ goog.inherits(proto.clarifai.api.StepSecretConfig, jspb.Message);
5658
+ if (goog.DEBUG && !COMPILED) {
5659
+ /**
5660
+ * @public
5661
+ * @override
5662
+ */
5663
+ proto.clarifai.api.StepSecretConfig.displayName = 'proto.clarifai.api.StepSecretConfig';
5664
+ }
5554
5665
  /**
5555
5666
  * Generated by JsPbCodeGenerator.
5556
5667
  * @param {Array=} opt_data Optional initial data array, typically from a
@@ -17654,7 +17765,7 @@ if (jspb.Message.GENERATE_TO_OBJECT) {
17654
17765
  worker: (f = msg.getWorker()) && proto.clarifai.api.Worker.toObject(includeInstance, f),
17655
17766
  sampleRateMs: jspb.Message.getFieldWithDefault(msg, 2, 0),
17656
17767
  sampleRateFrame: jspb.Message.getFieldWithDefault(msg, 3, 0),
17657
- pinnedConceptIdsList: (f = jspb.Message.getRepeatedField(msg, 4)) == null ? undefined : f
17768
+ pinnedConceptsList: jspb.Message.toObjectList(msg.getPinnedConceptsList(), proto.clarifai.api.Concept.toObject, includeInstance)
17658
17769
  };
17659
17770
  if (includeInstance) {
17660
17771
  obj.$jspbMessageInstance = msg;
@@ -17700,8 +17811,9 @@ proto.clarifai.api.InputSettings.deserializeBinaryFromReader = function (msg, re
17700
17811
  msg.setSampleRateFrame(value);
17701
17812
  break;
17702
17813
  case 4:
17703
- var value = /** @type {string} */ (reader.readString());
17704
- msg.addPinnedConceptIds(value);
17814
+ var value = new proto.clarifai.api.Concept;
17815
+ reader.readMessage(value, proto.clarifai.api.Concept.deserializeBinaryFromReader);
17816
+ msg.addPinnedConcepts(value);
17705
17817
  break;
17706
17818
  default:
17707
17819
  reader.skipField();
@@ -17740,9 +17852,9 @@ proto.clarifai.api.InputSettings.serializeBinaryToWriter = function (message, wr
17740
17852
  if (f !== 0) {
17741
17853
  writer.writeUint32(3, f);
17742
17854
  }
17743
- f = message.getPinnedConceptIdsList();
17855
+ f = message.getPinnedConceptsList();
17744
17856
  if (f.length > 0) {
17745
- writer.writeRepeatedString(4, f);
17857
+ writer.writeRepeatedMessage(4, f, proto.clarifai.api.Concept.serializeBinaryToWriter);
17746
17858
  }
17747
17859
  };
17748
17860
  /**
@@ -17802,33 +17914,33 @@ proto.clarifai.api.InputSettings.prototype.setSampleRateFrame = function (value)
17802
17914
  return jspb.Message.setProto3IntField(this, 3, value);
17803
17915
  };
17804
17916
  /**
17805
- * repeated string pinned_concept_ids = 4;
17806
- * @return {!Array<string>}
17917
+ * repeated Concept pinned_concepts = 4;
17918
+ * @return {!Array<!proto.clarifai.api.Concept>}
17807
17919
  */
17808
- proto.clarifai.api.InputSettings.prototype.getPinnedConceptIdsList = function () {
17809
- return /** @type {!Array<string>} */ (jspb.Message.getRepeatedField(this, 4));
17920
+ proto.clarifai.api.InputSettings.prototype.getPinnedConceptsList = function () {
17921
+ return /** @type{!Array<!proto.clarifai.api.Concept>} */ (jspb.Message.getRepeatedWrapperField(this, proto.clarifai.api.Concept, 4));
17810
17922
  };
17811
17923
  /**
17812
- * @param {!Array<string>} value
17924
+ * @param {!Array<!proto.clarifai.api.Concept>} value
17813
17925
  * @return {!proto.clarifai.api.InputSettings} returns this
17814
- */
17815
- proto.clarifai.api.InputSettings.prototype.setPinnedConceptIdsList = function (value) {
17816
- return jspb.Message.setField(this, 4, value || []);
17926
+ */
17927
+ proto.clarifai.api.InputSettings.prototype.setPinnedConceptsList = function (value) {
17928
+ return jspb.Message.setRepeatedWrapperField(this, 4, value);
17817
17929
  };
17818
17930
  /**
17819
- * @param {string} value
17931
+ * @param {!proto.clarifai.api.Concept=} opt_value
17820
17932
  * @param {number=} opt_index
17821
- * @return {!proto.clarifai.api.InputSettings} returns this
17933
+ * @return {!proto.clarifai.api.Concept}
17822
17934
  */
17823
- proto.clarifai.api.InputSettings.prototype.addPinnedConceptIds = function (value, opt_index) {
17824
- return jspb.Message.addToRepeatedField(this, 4, value, opt_index);
17935
+ proto.clarifai.api.InputSettings.prototype.addPinnedConcepts = function (opt_value, opt_index) {
17936
+ return jspb.Message.addToRepeatedWrapperField(this, 4, opt_value, proto.clarifai.api.Concept, opt_index);
17825
17937
  };
17826
17938
  /**
17827
17939
  * Clears the list making it empty but non-null.
17828
17940
  * @return {!proto.clarifai.api.InputSettings} returns this
17829
17941
  */
17830
- proto.clarifai.api.InputSettings.prototype.clearPinnedConceptIdsList = function () {
17831
- return this.setPinnedConceptIdsList([]);
17942
+ proto.clarifai.api.InputSettings.prototype.clearPinnedConceptsList = function () {
17943
+ return this.setPinnedConceptsList([]);
17832
17944
  };
17833
17945
  /**
17834
17946
  * List of repeated fields within this message type.
@@ -65746,6 +65858,409 @@ proto.clarifai.api.WorkflowVersionEvaluationData.prototype.clearWorkflowEvaluati
65746
65858
  proto.clarifai.api.WorkflowVersionEvaluationData.prototype.hasWorkflowEvaluationSampleResult = function () {
65747
65859
  return jspb.Message.getField(this, 5) != null;
65748
65860
  };
65861
+ if (jspb.Message.GENERATE_TO_OBJECT) {
65862
+ /**
65863
+ * Creates an object representation of this proto.
65864
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
65865
+ * Optional fields that are not set will be set to undefined.
65866
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
65867
+ * For the list of reserved names please see:
65868
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
65869
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
65870
+ * JSPB instance for transitional soy proto support:
65871
+ * http://goto/soy-param-migration
65872
+ * @return {!Object}
65873
+ */
65874
+ proto.clarifai.api.ArgoParameterOverride.prototype.toObject = function (opt_includeInstance) {
65875
+ return proto.clarifai.api.ArgoParameterOverride.toObject(opt_includeInstance, this);
65876
+ };
65877
+ /**
65878
+ * Static version of the {@see toObject} method.
65879
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
65880
+ * the JSPB instance for transitional soy proto support:
65881
+ * http://goto/soy-param-migration
65882
+ * @param {!proto.clarifai.api.ArgoParameterOverride} msg The msg instance to transform.
65883
+ * @return {!Object}
65884
+ * @suppress {unusedLocalVariables} f is only used for nested messages
65885
+ */
65886
+ proto.clarifai.api.ArgoParameterOverride.toObject = function (includeInstance, msg) {
65887
+ var f, obj = {
65888
+ name: jspb.Message.getFieldWithDefault(msg, 1, ""),
65889
+ value: jspb.Message.getFieldWithDefault(msg, 2, "")
65890
+ };
65891
+ if (includeInstance) {
65892
+ obj.$jspbMessageInstance = msg;
65893
+ }
65894
+ return obj;
65895
+ };
65896
+ }
65897
+ /**
65898
+ * Deserializes binary data (in protobuf wire format).
65899
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
65900
+ * @return {!proto.clarifai.api.ArgoParameterOverride}
65901
+ */
65902
+ proto.clarifai.api.ArgoParameterOverride.deserializeBinary = function (bytes) {
65903
+ var reader = new jspb.BinaryReader(bytes);
65904
+ var msg = new proto.clarifai.api.ArgoParameterOverride;
65905
+ return proto.clarifai.api.ArgoParameterOverride.deserializeBinaryFromReader(msg, reader);
65906
+ };
65907
+ /**
65908
+ * Deserializes binary data (in protobuf wire format) from the
65909
+ * given reader into the given message object.
65910
+ * @param {!proto.clarifai.api.ArgoParameterOverride} msg The message object to deserialize into.
65911
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
65912
+ * @return {!proto.clarifai.api.ArgoParameterOverride}
65913
+ */
65914
+ proto.clarifai.api.ArgoParameterOverride.deserializeBinaryFromReader = function (msg, reader) {
65915
+ while (reader.nextField()) {
65916
+ if (reader.isEndGroup()) {
65917
+ break;
65918
+ }
65919
+ var field = reader.getFieldNumber();
65920
+ switch (field) {
65921
+ case 1:
65922
+ var value = /** @type {string} */ (reader.readString());
65923
+ msg.setName(value);
65924
+ break;
65925
+ case 2:
65926
+ var value = /** @type {string} */ (reader.readString());
65927
+ msg.setValue(value);
65928
+ break;
65929
+ default:
65930
+ reader.skipField();
65931
+ break;
65932
+ }
65933
+ }
65934
+ return msg;
65935
+ };
65936
+ /**
65937
+ * Serializes the message to binary data (in protobuf wire format).
65938
+ * @return {!Uint8Array}
65939
+ */
65940
+ proto.clarifai.api.ArgoParameterOverride.prototype.serializeBinary = function () {
65941
+ var writer = new jspb.BinaryWriter();
65942
+ proto.clarifai.api.ArgoParameterOverride.serializeBinaryToWriter(this, writer);
65943
+ return writer.getResultBuffer();
65944
+ };
65945
+ /**
65946
+ * Serializes the given message to binary data (in protobuf wire
65947
+ * format), writing to the given BinaryWriter.
65948
+ * @param {!proto.clarifai.api.ArgoParameterOverride} message
65949
+ * @param {!jspb.BinaryWriter} writer
65950
+ * @suppress {unusedLocalVariables} f is only used for nested messages
65951
+ */
65952
+ proto.clarifai.api.ArgoParameterOverride.serializeBinaryToWriter = function (message, writer) {
65953
+ var f = undefined;
65954
+ f = message.getName();
65955
+ if (f.length > 0) {
65956
+ writer.writeString(1, f);
65957
+ }
65958
+ f = message.getValue();
65959
+ if (f.length > 0) {
65960
+ writer.writeString(2, f);
65961
+ }
65962
+ };
65963
+ /**
65964
+ * optional string name = 1;
65965
+ * @return {string}
65966
+ */
65967
+ proto.clarifai.api.ArgoParameterOverride.prototype.getName = function () {
65968
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
65969
+ };
65970
+ /**
65971
+ * @param {string} value
65972
+ * @return {!proto.clarifai.api.ArgoParameterOverride} returns this
65973
+ */
65974
+ proto.clarifai.api.ArgoParameterOverride.prototype.setName = function (value) {
65975
+ return jspb.Message.setProto3StringField(this, 1, value);
65976
+ };
65977
+ /**
65978
+ * optional string value = 2;
65979
+ * @return {string}
65980
+ */
65981
+ proto.clarifai.api.ArgoParameterOverride.prototype.getValue = function () {
65982
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
65983
+ };
65984
+ /**
65985
+ * @param {string} value
65986
+ * @return {!proto.clarifai.api.ArgoParameterOverride} returns this
65987
+ */
65988
+ proto.clarifai.api.ArgoParameterOverride.prototype.setValue = function (value) {
65989
+ return jspb.Message.setProto3StringField(this, 2, value);
65990
+ };
65991
+ /**
65992
+ * List of repeated fields within this message type.
65993
+ * @private {!Array<number>}
65994
+ * @const
65995
+ */
65996
+ proto.clarifai.api.ArgoArgsOverride.repeatedFields_ = [1];
65997
+ if (jspb.Message.GENERATE_TO_OBJECT) {
65998
+ /**
65999
+ * Creates an object representation of this proto.
66000
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
66001
+ * Optional fields that are not set will be set to undefined.
66002
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
66003
+ * For the list of reserved names please see:
66004
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
66005
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
66006
+ * JSPB instance for transitional soy proto support:
66007
+ * http://goto/soy-param-migration
66008
+ * @return {!Object}
66009
+ */
66010
+ proto.clarifai.api.ArgoArgsOverride.prototype.toObject = function (opt_includeInstance) {
66011
+ return proto.clarifai.api.ArgoArgsOverride.toObject(opt_includeInstance, this);
66012
+ };
66013
+ /**
66014
+ * Static version of the {@see toObject} method.
66015
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
66016
+ * the JSPB instance for transitional soy proto support:
66017
+ * http://goto/soy-param-migration
66018
+ * @param {!proto.clarifai.api.ArgoArgsOverride} msg The msg instance to transform.
66019
+ * @return {!Object}
66020
+ * @suppress {unusedLocalVariables} f is only used for nested messages
66021
+ */
66022
+ proto.clarifai.api.ArgoArgsOverride.toObject = function (includeInstance, msg) {
66023
+ var f, obj = {
66024
+ parametersList: jspb.Message.toObjectList(msg.getParametersList(), proto.clarifai.api.ArgoParameterOverride.toObject, includeInstance)
66025
+ };
66026
+ if (includeInstance) {
66027
+ obj.$jspbMessageInstance = msg;
66028
+ }
66029
+ return obj;
66030
+ };
66031
+ }
66032
+ /**
66033
+ * Deserializes binary data (in protobuf wire format).
66034
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
66035
+ * @return {!proto.clarifai.api.ArgoArgsOverride}
66036
+ */
66037
+ proto.clarifai.api.ArgoArgsOverride.deserializeBinary = function (bytes) {
66038
+ var reader = new jspb.BinaryReader(bytes);
66039
+ var msg = new proto.clarifai.api.ArgoArgsOverride;
66040
+ return proto.clarifai.api.ArgoArgsOverride.deserializeBinaryFromReader(msg, reader);
66041
+ };
66042
+ /**
66043
+ * Deserializes binary data (in protobuf wire format) from the
66044
+ * given reader into the given message object.
66045
+ * @param {!proto.clarifai.api.ArgoArgsOverride} msg The message object to deserialize into.
66046
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
66047
+ * @return {!proto.clarifai.api.ArgoArgsOverride}
66048
+ */
66049
+ proto.clarifai.api.ArgoArgsOverride.deserializeBinaryFromReader = function (msg, reader) {
66050
+ while (reader.nextField()) {
66051
+ if (reader.isEndGroup()) {
66052
+ break;
66053
+ }
66054
+ var field = reader.getFieldNumber();
66055
+ switch (field) {
66056
+ case 1:
66057
+ var value = new proto.clarifai.api.ArgoParameterOverride;
66058
+ reader.readMessage(value, proto.clarifai.api.ArgoParameterOverride.deserializeBinaryFromReader);
66059
+ msg.addParameters(value);
66060
+ break;
66061
+ default:
66062
+ reader.skipField();
66063
+ break;
66064
+ }
66065
+ }
66066
+ return msg;
66067
+ };
66068
+ /**
66069
+ * Serializes the message to binary data (in protobuf wire format).
66070
+ * @return {!Uint8Array}
66071
+ */
66072
+ proto.clarifai.api.ArgoArgsOverride.prototype.serializeBinary = function () {
66073
+ var writer = new jspb.BinaryWriter();
66074
+ proto.clarifai.api.ArgoArgsOverride.serializeBinaryToWriter(this, writer);
66075
+ return writer.getResultBuffer();
66076
+ };
66077
+ /**
66078
+ * Serializes the given message to binary data (in protobuf wire
66079
+ * format), writing to the given BinaryWriter.
66080
+ * @param {!proto.clarifai.api.ArgoArgsOverride} message
66081
+ * @param {!jspb.BinaryWriter} writer
66082
+ * @suppress {unusedLocalVariables} f is only used for nested messages
66083
+ */
66084
+ proto.clarifai.api.ArgoArgsOverride.serializeBinaryToWriter = function (message, writer) {
66085
+ var f = undefined;
66086
+ f = message.getParametersList();
66087
+ if (f.length > 0) {
66088
+ writer.writeRepeatedMessage(1, f, proto.clarifai.api.ArgoParameterOverride.serializeBinaryToWriter);
66089
+ }
66090
+ };
66091
+ /**
66092
+ * repeated ArgoParameterOverride parameters = 1;
66093
+ * @return {!Array<!proto.clarifai.api.ArgoParameterOverride>}
66094
+ */
66095
+ proto.clarifai.api.ArgoArgsOverride.prototype.getParametersList = function () {
66096
+ return /** @type{!Array<!proto.clarifai.api.ArgoParameterOverride>} */ (jspb.Message.getRepeatedWrapperField(this, proto.clarifai.api.ArgoParameterOverride, 1));
66097
+ };
66098
+ /**
66099
+ * @param {!Array<!proto.clarifai.api.ArgoParameterOverride>} value
66100
+ * @return {!proto.clarifai.api.ArgoArgsOverride} returns this
66101
+ */
66102
+ proto.clarifai.api.ArgoArgsOverride.prototype.setParametersList = function (value) {
66103
+ return jspb.Message.setRepeatedWrapperField(this, 1, value);
66104
+ };
66105
+ /**
66106
+ * @param {!proto.clarifai.api.ArgoParameterOverride=} opt_value
66107
+ * @param {number=} opt_index
66108
+ * @return {!proto.clarifai.api.ArgoParameterOverride}
66109
+ */
66110
+ proto.clarifai.api.ArgoArgsOverride.prototype.addParameters = function (opt_value, opt_index) {
66111
+ return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.clarifai.api.ArgoParameterOverride, opt_index);
66112
+ };
66113
+ /**
66114
+ * Clears the list making it empty but non-null.
66115
+ * @return {!proto.clarifai.api.ArgoArgsOverride} returns this
66116
+ */
66117
+ proto.clarifai.api.ArgoArgsOverride.prototype.clearParametersList = function () {
66118
+ return this.setParametersList([]);
66119
+ };
66120
+ /**
66121
+ * Oneof group definitions for this message. Each group defines the field
66122
+ * numbers belonging to that group. When of these fields' value is set, all
66123
+ * other fields in the group are cleared. During deserialization, if multiple
66124
+ * fields are encountered for a group, only the last value seen will be kept.
66125
+ * @private {!Array<!Array<number>>}
66126
+ * @const
66127
+ */
66128
+ proto.clarifai.api.OrchestrationArgsOverride.oneofGroups_ = [[1]];
66129
+ /**
66130
+ * @enum {number}
66131
+ */
66132
+ proto.clarifai.api.OrchestrationArgsOverride.OverrideCase = {
66133
+ OVERRIDE_NOT_SET: 0,
66134
+ ARGO_ARGS_OVERRIDE: 1
66135
+ };
66136
+ /**
66137
+ * @return {proto.clarifai.api.OrchestrationArgsOverride.OverrideCase}
66138
+ */
66139
+ proto.clarifai.api.OrchestrationArgsOverride.prototype.getOverrideCase = function () {
66140
+ return /** @type {proto.clarifai.api.OrchestrationArgsOverride.OverrideCase} */ (jspb.Message.computeOneofCase(this, proto.clarifai.api.OrchestrationArgsOverride.oneofGroups_[0]));
66141
+ };
66142
+ if (jspb.Message.GENERATE_TO_OBJECT) {
66143
+ /**
66144
+ * Creates an object representation of this proto.
66145
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
66146
+ * Optional fields that are not set will be set to undefined.
66147
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
66148
+ * For the list of reserved names please see:
66149
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
66150
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
66151
+ * JSPB instance for transitional soy proto support:
66152
+ * http://goto/soy-param-migration
66153
+ * @return {!Object}
66154
+ */
66155
+ proto.clarifai.api.OrchestrationArgsOverride.prototype.toObject = function (opt_includeInstance) {
66156
+ return proto.clarifai.api.OrchestrationArgsOverride.toObject(opt_includeInstance, this);
66157
+ };
66158
+ /**
66159
+ * Static version of the {@see toObject} method.
66160
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
66161
+ * the JSPB instance for transitional soy proto support:
66162
+ * http://goto/soy-param-migration
66163
+ * @param {!proto.clarifai.api.OrchestrationArgsOverride} msg The msg instance to transform.
66164
+ * @return {!Object}
66165
+ * @suppress {unusedLocalVariables} f is only used for nested messages
66166
+ */
66167
+ proto.clarifai.api.OrchestrationArgsOverride.toObject = function (includeInstance, msg) {
66168
+ var f, obj = {
66169
+ argoArgsOverride: (f = msg.getArgoArgsOverride()) && proto.clarifai.api.ArgoArgsOverride.toObject(includeInstance, f)
66170
+ };
66171
+ if (includeInstance) {
66172
+ obj.$jspbMessageInstance = msg;
66173
+ }
66174
+ return obj;
66175
+ };
66176
+ }
66177
+ /**
66178
+ * Deserializes binary data (in protobuf wire format).
66179
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
66180
+ * @return {!proto.clarifai.api.OrchestrationArgsOverride}
66181
+ */
66182
+ proto.clarifai.api.OrchestrationArgsOverride.deserializeBinary = function (bytes) {
66183
+ var reader = new jspb.BinaryReader(bytes);
66184
+ var msg = new proto.clarifai.api.OrchestrationArgsOverride;
66185
+ return proto.clarifai.api.OrchestrationArgsOverride.deserializeBinaryFromReader(msg, reader);
66186
+ };
66187
+ /**
66188
+ * Deserializes binary data (in protobuf wire format) from the
66189
+ * given reader into the given message object.
66190
+ * @param {!proto.clarifai.api.OrchestrationArgsOverride} msg The message object to deserialize into.
66191
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
66192
+ * @return {!proto.clarifai.api.OrchestrationArgsOverride}
66193
+ */
66194
+ proto.clarifai.api.OrchestrationArgsOverride.deserializeBinaryFromReader = function (msg, reader) {
66195
+ while (reader.nextField()) {
66196
+ if (reader.isEndGroup()) {
66197
+ break;
66198
+ }
66199
+ var field = reader.getFieldNumber();
66200
+ switch (field) {
66201
+ case 1:
66202
+ var value = new proto.clarifai.api.ArgoArgsOverride;
66203
+ reader.readMessage(value, proto.clarifai.api.ArgoArgsOverride.deserializeBinaryFromReader);
66204
+ msg.setArgoArgsOverride(value);
66205
+ break;
66206
+ default:
66207
+ reader.skipField();
66208
+ break;
66209
+ }
66210
+ }
66211
+ return msg;
66212
+ };
66213
+ /**
66214
+ * Serializes the message to binary data (in protobuf wire format).
66215
+ * @return {!Uint8Array}
66216
+ */
66217
+ proto.clarifai.api.OrchestrationArgsOverride.prototype.serializeBinary = function () {
66218
+ var writer = new jspb.BinaryWriter();
66219
+ proto.clarifai.api.OrchestrationArgsOverride.serializeBinaryToWriter(this, writer);
66220
+ return writer.getResultBuffer();
66221
+ };
66222
+ /**
66223
+ * Serializes the given message to binary data (in protobuf wire
66224
+ * format), writing to the given BinaryWriter.
66225
+ * @param {!proto.clarifai.api.OrchestrationArgsOverride} message
66226
+ * @param {!jspb.BinaryWriter} writer
66227
+ * @suppress {unusedLocalVariables} f is only used for nested messages
66228
+ */
66229
+ proto.clarifai.api.OrchestrationArgsOverride.serializeBinaryToWriter = function (message, writer) {
66230
+ var f = undefined;
66231
+ f = message.getArgoArgsOverride();
66232
+ if (f != null) {
66233
+ writer.writeMessage(1, f, proto.clarifai.api.ArgoArgsOverride.serializeBinaryToWriter);
66234
+ }
66235
+ };
66236
+ /**
66237
+ * optional ArgoArgsOverride argo_args_override = 1;
66238
+ * @return {?proto.clarifai.api.ArgoArgsOverride}
66239
+ */
66240
+ proto.clarifai.api.OrchestrationArgsOverride.prototype.getArgoArgsOverride = function () {
66241
+ return /** @type{?proto.clarifai.api.ArgoArgsOverride} */ (jspb.Message.getWrapperField(this, proto.clarifai.api.ArgoArgsOverride, 1));
66242
+ };
66243
+ /**
66244
+ * @param {?proto.clarifai.api.ArgoArgsOverride|undefined} value
66245
+ * @return {!proto.clarifai.api.OrchestrationArgsOverride} returns this
66246
+ */
66247
+ proto.clarifai.api.OrchestrationArgsOverride.prototype.setArgoArgsOverride = function (value) {
66248
+ return jspb.Message.setOneofWrapperField(this, 1, proto.clarifai.api.OrchestrationArgsOverride.oneofGroups_[0], value);
66249
+ };
66250
+ /**
66251
+ * Clears the message field making it undefined.
66252
+ * @return {!proto.clarifai.api.OrchestrationArgsOverride} returns this
66253
+ */
66254
+ proto.clarifai.api.OrchestrationArgsOverride.prototype.clearArgoArgsOverride = function () {
66255
+ return this.setArgoArgsOverride(undefined);
66256
+ };
66257
+ /**
66258
+ * Returns whether this field is set.
66259
+ * @return {boolean}
66260
+ */
66261
+ proto.clarifai.api.OrchestrationArgsOverride.prototype.hasArgoArgsOverride = function () {
66262
+ return jspb.Message.getField(this, 1) != null;
66263
+ };
65749
66264
  if (jspb.Message.GENERATE_TO_OBJECT) {
65750
66265
  /**
65751
66266
  * Creates an object representation of this proto.
@@ -67710,6 +68225,230 @@ proto.clarifai.api.Pipeline.prototype.clearModifiedAt = function () {
67710
68225
  proto.clarifai.api.Pipeline.prototype.hasModifiedAt = function () {
67711
68226
  return jspb.Message.getField(this, 11) != null;
67712
68227
  };
68228
+ if (jspb.Message.GENERATE_TO_OBJECT) {
68229
+ /**
68230
+ * Creates an object representation of this proto.
68231
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
68232
+ * Optional fields that are not set will be set to undefined.
68233
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
68234
+ * For the list of reserved names please see:
68235
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
68236
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
68237
+ * JSPB instance for transitional soy proto support:
68238
+ * http://goto/soy-param-migration
68239
+ * @return {!Object}
68240
+ */
68241
+ proto.clarifai.api.PipelineVersionConfig.prototype.toObject = function (opt_includeInstance) {
68242
+ return proto.clarifai.api.PipelineVersionConfig.toObject(opt_includeInstance, this);
68243
+ };
68244
+ /**
68245
+ * Static version of the {@see toObject} method.
68246
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
68247
+ * the JSPB instance for transitional soy proto support:
68248
+ * http://goto/soy-param-migration
68249
+ * @param {!proto.clarifai.api.PipelineVersionConfig} msg The msg instance to transform.
68250
+ * @return {!Object}
68251
+ * @suppress {unusedLocalVariables} f is only used for nested messages
68252
+ */
68253
+ proto.clarifai.api.PipelineVersionConfig.toObject = function (includeInstance, msg) {
68254
+ var f, obj = {
68255
+ stepVersionSecretsMap: (f = msg.getStepVersionSecretsMap()) ? f.toObject(includeInstance, proto.clarifai.api.StepSecretConfig.toObject) : []
68256
+ };
68257
+ if (includeInstance) {
68258
+ obj.$jspbMessageInstance = msg;
68259
+ }
68260
+ return obj;
68261
+ };
68262
+ }
68263
+ /**
68264
+ * Deserializes binary data (in protobuf wire format).
68265
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
68266
+ * @return {!proto.clarifai.api.PipelineVersionConfig}
68267
+ */
68268
+ proto.clarifai.api.PipelineVersionConfig.deserializeBinary = function (bytes) {
68269
+ var reader = new jspb.BinaryReader(bytes);
68270
+ var msg = new proto.clarifai.api.PipelineVersionConfig;
68271
+ return proto.clarifai.api.PipelineVersionConfig.deserializeBinaryFromReader(msg, reader);
68272
+ };
68273
+ /**
68274
+ * Deserializes binary data (in protobuf wire format) from the
68275
+ * given reader into the given message object.
68276
+ * @param {!proto.clarifai.api.PipelineVersionConfig} msg The message object to deserialize into.
68277
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
68278
+ * @return {!proto.clarifai.api.PipelineVersionConfig}
68279
+ */
68280
+ proto.clarifai.api.PipelineVersionConfig.deserializeBinaryFromReader = function (msg, reader) {
68281
+ while (reader.nextField()) {
68282
+ if (reader.isEndGroup()) {
68283
+ break;
68284
+ }
68285
+ var field = reader.getFieldNumber();
68286
+ switch (field) {
68287
+ case 1:
68288
+ var value = msg.getStepVersionSecretsMap();
68289
+ reader.readMessage(value, function (message, reader) {
68290
+ jspb.Map.deserializeBinary(message, reader, jspb.BinaryReader.prototype.readString, jspb.BinaryReader.prototype.readMessage, proto.clarifai.api.StepSecretConfig.deserializeBinaryFromReader, "", new proto.clarifai.api.StepSecretConfig());
68291
+ });
68292
+ break;
68293
+ default:
68294
+ reader.skipField();
68295
+ break;
68296
+ }
68297
+ }
68298
+ return msg;
68299
+ };
68300
+ /**
68301
+ * Serializes the message to binary data (in protobuf wire format).
68302
+ * @return {!Uint8Array}
68303
+ */
68304
+ proto.clarifai.api.PipelineVersionConfig.prototype.serializeBinary = function () {
68305
+ var writer = new jspb.BinaryWriter();
68306
+ proto.clarifai.api.PipelineVersionConfig.serializeBinaryToWriter(this, writer);
68307
+ return writer.getResultBuffer();
68308
+ };
68309
+ /**
68310
+ * Serializes the given message to binary data (in protobuf wire
68311
+ * format), writing to the given BinaryWriter.
68312
+ * @param {!proto.clarifai.api.PipelineVersionConfig} message
68313
+ * @param {!jspb.BinaryWriter} writer
68314
+ * @suppress {unusedLocalVariables} f is only used for nested messages
68315
+ */
68316
+ proto.clarifai.api.PipelineVersionConfig.serializeBinaryToWriter = function (message, writer) {
68317
+ var f = undefined;
68318
+ f = message.getStepVersionSecretsMap(true);
68319
+ if (f && f.getLength() > 0) {
68320
+ f.serializeBinary(1, writer, jspb.BinaryWriter.prototype.writeString, jspb.BinaryWriter.prototype.writeMessage, proto.clarifai.api.StepSecretConfig.serializeBinaryToWriter);
68321
+ }
68322
+ };
68323
+ /**
68324
+ * map<string, StepSecretConfig> step_version_secrets = 1;
68325
+ * @param {boolean=} opt_noLazyCreate Do not create the map if
68326
+ * empty, instead returning `undefined`
68327
+ * @return {!jspb.Map<string,!proto.clarifai.api.StepSecretConfig>}
68328
+ */
68329
+ proto.clarifai.api.PipelineVersionConfig.prototype.getStepVersionSecretsMap = function (opt_noLazyCreate) {
68330
+ return /** @type {!jspb.Map<string,!proto.clarifai.api.StepSecretConfig>} */ (jspb.Message.getMapField(this, 1, opt_noLazyCreate, proto.clarifai.api.StepSecretConfig));
68331
+ };
68332
+ /**
68333
+ * Clears values from the map. The map will be non-null.
68334
+ * @return {!proto.clarifai.api.PipelineVersionConfig} returns this
68335
+ */
68336
+ proto.clarifai.api.PipelineVersionConfig.prototype.clearStepVersionSecretsMap = function () {
68337
+ this.getStepVersionSecretsMap().clear();
68338
+ return this;
68339
+ };
68340
+ if (jspb.Message.GENERATE_TO_OBJECT) {
68341
+ /**
68342
+ * Creates an object representation of this proto.
68343
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
68344
+ * Optional fields that are not set will be set to undefined.
68345
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
68346
+ * For the list of reserved names please see:
68347
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
68348
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
68349
+ * JSPB instance for transitional soy proto support:
68350
+ * http://goto/soy-param-migration
68351
+ * @return {!Object}
68352
+ */
68353
+ proto.clarifai.api.StepSecretConfig.prototype.toObject = function (opt_includeInstance) {
68354
+ return proto.clarifai.api.StepSecretConfig.toObject(opt_includeInstance, this);
68355
+ };
68356
+ /**
68357
+ * Static version of the {@see toObject} method.
68358
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
68359
+ * the JSPB instance for transitional soy proto support:
68360
+ * http://goto/soy-param-migration
68361
+ * @param {!proto.clarifai.api.StepSecretConfig} msg The msg instance to transform.
68362
+ * @return {!Object}
68363
+ * @suppress {unusedLocalVariables} f is only used for nested messages
68364
+ */
68365
+ proto.clarifai.api.StepSecretConfig.toObject = function (includeInstance, msg) {
68366
+ var f, obj = {
68367
+ secretsMap: (f = msg.getSecretsMap()) ? f.toObject(includeInstance, undefined) : []
68368
+ };
68369
+ if (includeInstance) {
68370
+ obj.$jspbMessageInstance = msg;
68371
+ }
68372
+ return obj;
68373
+ };
68374
+ }
68375
+ /**
68376
+ * Deserializes binary data (in protobuf wire format).
68377
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
68378
+ * @return {!proto.clarifai.api.StepSecretConfig}
68379
+ */
68380
+ proto.clarifai.api.StepSecretConfig.deserializeBinary = function (bytes) {
68381
+ var reader = new jspb.BinaryReader(bytes);
68382
+ var msg = new proto.clarifai.api.StepSecretConfig;
68383
+ return proto.clarifai.api.StepSecretConfig.deserializeBinaryFromReader(msg, reader);
68384
+ };
68385
+ /**
68386
+ * Deserializes binary data (in protobuf wire format) from the
68387
+ * given reader into the given message object.
68388
+ * @param {!proto.clarifai.api.StepSecretConfig} msg The message object to deserialize into.
68389
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
68390
+ * @return {!proto.clarifai.api.StepSecretConfig}
68391
+ */
68392
+ proto.clarifai.api.StepSecretConfig.deserializeBinaryFromReader = function (msg, reader) {
68393
+ while (reader.nextField()) {
68394
+ if (reader.isEndGroup()) {
68395
+ break;
68396
+ }
68397
+ var field = reader.getFieldNumber();
68398
+ switch (field) {
68399
+ case 1:
68400
+ var value = msg.getSecretsMap();
68401
+ reader.readMessage(value, function (message, reader) {
68402
+ jspb.Map.deserializeBinary(message, reader, jspb.BinaryReader.prototype.readString, jspb.BinaryReader.prototype.readString, null, "", "");
68403
+ });
68404
+ break;
68405
+ default:
68406
+ reader.skipField();
68407
+ break;
68408
+ }
68409
+ }
68410
+ return msg;
68411
+ };
68412
+ /**
68413
+ * Serializes the message to binary data (in protobuf wire format).
68414
+ * @return {!Uint8Array}
68415
+ */
68416
+ proto.clarifai.api.StepSecretConfig.prototype.serializeBinary = function () {
68417
+ var writer = new jspb.BinaryWriter();
68418
+ proto.clarifai.api.StepSecretConfig.serializeBinaryToWriter(this, writer);
68419
+ return writer.getResultBuffer();
68420
+ };
68421
+ /**
68422
+ * Serializes the given message to binary data (in protobuf wire
68423
+ * format), writing to the given BinaryWriter.
68424
+ * @param {!proto.clarifai.api.StepSecretConfig} message
68425
+ * @param {!jspb.BinaryWriter} writer
68426
+ * @suppress {unusedLocalVariables} f is only used for nested messages
68427
+ */
68428
+ proto.clarifai.api.StepSecretConfig.serializeBinaryToWriter = function (message, writer) {
68429
+ var f = undefined;
68430
+ f = message.getSecretsMap(true);
68431
+ if (f && f.getLength() > 0) {
68432
+ f.serializeBinary(1, writer, jspb.BinaryWriter.prototype.writeString, jspb.BinaryWriter.prototype.writeString);
68433
+ }
68434
+ };
68435
+ /**
68436
+ * map<string, string> secrets = 1;
68437
+ * @param {boolean=} opt_noLazyCreate Do not create the map if
68438
+ * empty, instead returning `undefined`
68439
+ * @return {!jspb.Map<string,string>}
68440
+ */
68441
+ proto.clarifai.api.StepSecretConfig.prototype.getSecretsMap = function (opt_noLazyCreate) {
68442
+ return /** @type {!jspb.Map<string,string>} */ (jspb.Message.getMapField(this, 1, opt_noLazyCreate, null));
68443
+ };
68444
+ /**
68445
+ * Clears values from the map. The map will be non-null.
68446
+ * @return {!proto.clarifai.api.StepSecretConfig} returns this
68447
+ */
68448
+ proto.clarifai.api.StepSecretConfig.prototype.clearSecretsMap = function () {
68449
+ this.getSecretsMap().clear();
68450
+ return this;
68451
+ };
67713
68452
  if (jspb.Message.GENERATE_TO_OBJECT) {
67714
68453
  /**
67715
68454
  * Creates an object representation of this proto.
@@ -67746,7 +68485,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) {
67746
68485
  visibility: (f = msg.getVisibility()) && proto.clarifai.api.Visibility.toObject(includeInstance, f),
67747
68486
  metadata: (f = msg.getMetadata()) && google_protobuf_struct_pb.Struct.toObject(includeInstance, f),
67748
68487
  createdAt: (f = msg.getCreatedAt()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
67749
- modifiedAt: (f = msg.getModifiedAt()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f)
68488
+ modifiedAt: (f = msg.getModifiedAt()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
68489
+ config: (f = msg.getConfig()) && proto.clarifai.api.PipelineVersionConfig.toObject(includeInstance, f)
67750
68490
  };
67751
68491
  if (includeInstance) {
67752
68492
  obj.$jspbMessageInstance = msg;
@@ -67823,6 +68563,11 @@ proto.clarifai.api.PipelineVersion.deserializeBinaryFromReader = function (msg,
67823
68563
  reader.readMessage(value, google_protobuf_timestamp_pb.Timestamp.deserializeBinaryFromReader);
67824
68564
  msg.setModifiedAt(value);
67825
68565
  break;
68566
+ case 11:
68567
+ var value = new proto.clarifai.api.PipelineVersionConfig;
68568
+ reader.readMessage(value, proto.clarifai.api.PipelineVersionConfig.deserializeBinaryFromReader);
68569
+ msg.setConfig(value);
68570
+ break;
67826
68571
  default:
67827
68572
  reader.skipField();
67828
68573
  break;
@@ -67888,6 +68633,10 @@ proto.clarifai.api.PipelineVersion.serializeBinaryToWriter = function (message,
67888
68633
  if (f != null) {
67889
68634
  writer.writeMessage(10, f, google_protobuf_timestamp_pb.Timestamp.serializeBinaryToWriter);
67890
68635
  }
68636
+ f = message.getConfig();
68637
+ if (f != null) {
68638
+ writer.writeMessage(11, f, proto.clarifai.api.PipelineVersionConfig.serializeBinaryToWriter);
68639
+ }
67891
68640
  };
67892
68641
  /**
67893
68642
  * optional string id = 1;
@@ -68099,6 +68848,34 @@ proto.clarifai.api.PipelineVersion.prototype.clearModifiedAt = function () {
68099
68848
  proto.clarifai.api.PipelineVersion.prototype.hasModifiedAt = function () {
68100
68849
  return jspb.Message.getField(this, 10) != null;
68101
68850
  };
68851
+ /**
68852
+ * optional PipelineVersionConfig config = 11;
68853
+ * @return {?proto.clarifai.api.PipelineVersionConfig}
68854
+ */
68855
+ proto.clarifai.api.PipelineVersion.prototype.getConfig = function () {
68856
+ return /** @type{?proto.clarifai.api.PipelineVersionConfig} */ (jspb.Message.getWrapperField(this, proto.clarifai.api.PipelineVersionConfig, 11));
68857
+ };
68858
+ /**
68859
+ * @param {?proto.clarifai.api.PipelineVersionConfig|undefined} value
68860
+ * @return {!proto.clarifai.api.PipelineVersion} returns this
68861
+ */
68862
+ proto.clarifai.api.PipelineVersion.prototype.setConfig = function (value) {
68863
+ return jspb.Message.setWrapperField(this, 11, value);
68864
+ };
68865
+ /**
68866
+ * Clears the message field making it undefined.
68867
+ * @return {!proto.clarifai.api.PipelineVersion} returns this
68868
+ */
68869
+ proto.clarifai.api.PipelineVersion.prototype.clearConfig = function () {
68870
+ return this.setConfig(undefined);
68871
+ };
68872
+ /**
68873
+ * Returns whether this field is set.
68874
+ * @return {boolean}
68875
+ */
68876
+ proto.clarifai.api.PipelineVersion.prototype.hasConfig = function () {
68877
+ return jspb.Message.getField(this, 11) != null;
68878
+ };
68102
68879
  /**
68103
68880
  * Oneof group definitions for this message. Each group defines the field
68104
68881
  * numbers belonging to that group. When of these fields' value is set, all
@@ -68428,7 +69205,9 @@ if (jspb.Message.GENERATE_TO_OBJECT) {
68428
69205
  userId: jspb.Message.getFieldWithDefault(msg, 5, ""),
68429
69206
  appId: jspb.Message.getFieldWithDefault(msg, 6, ""),
68430
69207
  createdAt: (f = msg.getCreatedAt()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
68431
- modifiedAt: (f = msg.getModifiedAt()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f)
69208
+ modifiedAt: (f = msg.getModifiedAt()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
69209
+ inputArgsOverride: (f = msg.getInputArgsOverride()) && proto.clarifai.api.OrchestrationArgsOverride.toObject(includeInstance, f),
69210
+ orchestrationSpec: (f = msg.getOrchestrationSpec()) && proto.clarifai.api.OrchestrationSpec.toObject(includeInstance, f)
68432
69211
  };
68433
69212
  if (includeInstance) {
68434
69213
  obj.$jspbMessageInstance = msg;
@@ -68497,6 +69276,16 @@ proto.clarifai.api.PipelineVersionRun.deserializeBinaryFromReader = function (ms
68497
69276
  reader.readMessage(value, google_protobuf_timestamp_pb.Timestamp.deserializeBinaryFromReader);
68498
69277
  msg.setModifiedAt(value);
68499
69278
  break;
69279
+ case 9:
69280
+ var value = new proto.clarifai.api.OrchestrationArgsOverride;
69281
+ reader.readMessage(value, proto.clarifai.api.OrchestrationArgsOverride.deserializeBinaryFromReader);
69282
+ msg.setInputArgsOverride(value);
69283
+ break;
69284
+ case 10:
69285
+ var value = new proto.clarifai.api.OrchestrationSpec;
69286
+ reader.readMessage(value, proto.clarifai.api.OrchestrationSpec.deserializeBinaryFromReader);
69287
+ msg.setOrchestrationSpec(value);
69288
+ break;
68500
69289
  default:
68501
69290
  reader.skipField();
68502
69291
  break;
@@ -68554,6 +69343,14 @@ proto.clarifai.api.PipelineVersionRun.serializeBinaryToWriter = function (messag
68554
69343
  if (f != null) {
68555
69344
  writer.writeMessage(8, f, google_protobuf_timestamp_pb.Timestamp.serializeBinaryToWriter);
68556
69345
  }
69346
+ f = message.getInputArgsOverride();
69347
+ if (f != null) {
69348
+ writer.writeMessage(9, f, proto.clarifai.api.OrchestrationArgsOverride.serializeBinaryToWriter);
69349
+ }
69350
+ f = message.getOrchestrationSpec();
69351
+ if (f != null) {
69352
+ writer.writeMessage(10, f, proto.clarifai.api.OrchestrationSpec.serializeBinaryToWriter);
69353
+ }
68557
69354
  };
68558
69355
  /**
68559
69356
  * optional string id = 1;
@@ -68738,6 +69535,62 @@ proto.clarifai.api.PipelineVersionRun.prototype.clearModifiedAt = function () {
68738
69535
  proto.clarifai.api.PipelineVersionRun.prototype.hasModifiedAt = function () {
68739
69536
  return jspb.Message.getField(this, 8) != null;
68740
69537
  };
69538
+ /**
69539
+ * optional OrchestrationArgsOverride input_args_override = 9;
69540
+ * @return {?proto.clarifai.api.OrchestrationArgsOverride}
69541
+ */
69542
+ proto.clarifai.api.PipelineVersionRun.prototype.getInputArgsOverride = function () {
69543
+ return /** @type{?proto.clarifai.api.OrchestrationArgsOverride} */ (jspb.Message.getWrapperField(this, proto.clarifai.api.OrchestrationArgsOverride, 9));
69544
+ };
69545
+ /**
69546
+ * @param {?proto.clarifai.api.OrchestrationArgsOverride|undefined} value
69547
+ * @return {!proto.clarifai.api.PipelineVersionRun} returns this
69548
+ */
69549
+ proto.clarifai.api.PipelineVersionRun.prototype.setInputArgsOverride = function (value) {
69550
+ return jspb.Message.setWrapperField(this, 9, value);
69551
+ };
69552
+ /**
69553
+ * Clears the message field making it undefined.
69554
+ * @return {!proto.clarifai.api.PipelineVersionRun} returns this
69555
+ */
69556
+ proto.clarifai.api.PipelineVersionRun.prototype.clearInputArgsOverride = function () {
69557
+ return this.setInputArgsOverride(undefined);
69558
+ };
69559
+ /**
69560
+ * Returns whether this field is set.
69561
+ * @return {boolean}
69562
+ */
69563
+ proto.clarifai.api.PipelineVersionRun.prototype.hasInputArgsOverride = function () {
69564
+ return jspb.Message.getField(this, 9) != null;
69565
+ };
69566
+ /**
69567
+ * optional OrchestrationSpec orchestration_spec = 10;
69568
+ * @return {?proto.clarifai.api.OrchestrationSpec}
69569
+ */
69570
+ proto.clarifai.api.PipelineVersionRun.prototype.getOrchestrationSpec = function () {
69571
+ return /** @type{?proto.clarifai.api.OrchestrationSpec} */ (jspb.Message.getWrapperField(this, proto.clarifai.api.OrchestrationSpec, 10));
69572
+ };
69573
+ /**
69574
+ * @param {?proto.clarifai.api.OrchestrationSpec|undefined} value
69575
+ * @return {!proto.clarifai.api.PipelineVersionRun} returns this
69576
+ */
69577
+ proto.clarifai.api.PipelineVersionRun.prototype.setOrchestrationSpec = function (value) {
69578
+ return jspb.Message.setWrapperField(this, 10, value);
69579
+ };
69580
+ /**
69581
+ * Clears the message field making it undefined.
69582
+ * @return {!proto.clarifai.api.PipelineVersionRun} returns this
69583
+ */
69584
+ proto.clarifai.api.PipelineVersionRun.prototype.clearOrchestrationSpec = function () {
69585
+ return this.setOrchestrationSpec(undefined);
69586
+ };
69587
+ /**
69588
+ * Returns whether this field is set.
69589
+ * @return {boolean}
69590
+ */
69591
+ proto.clarifai.api.PipelineVersionRun.prototype.hasOrchestrationSpec = function () {
69592
+ return jspb.Message.getField(this, 10) != null;
69593
+ };
68741
69594
  if (jspb.Message.GENERATE_TO_OBJECT) {
68742
69595
  /**
68743
69596
  * Creates an object representation of this proto.