clarifai-web-grpc 11.5.0 → 11.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -58,6 +58,7 @@ goog.exportSymbol('proto.clarifai.api.AppQuery', null, global);
58
58
  goog.exportSymbol('proto.clarifai.api.AppResourceCounts', null, global);
59
59
  goog.exportSymbol('proto.clarifai.api.ArgoOrchestrationSpec', null, global);
60
60
  goog.exportSymbol('proto.clarifai.api.ArgoOrchestrationStatus', null, global);
61
+ goog.exportSymbol('proto.clarifai.api.ArgoOrchestrationStepSpec', null, global);
61
62
  goog.exportSymbol('proto.clarifai.api.Audio', null, global);
62
63
  goog.exportSymbol('proto.clarifai.api.AudioInfo', null, global);
63
64
  goog.exportSymbol('proto.clarifai.api.AuditLogEntry', null, global);
@@ -223,6 +224,8 @@ goog.exportSymbol('proto.clarifai.api.OrchestrationSpec', null, global);
223
224
  goog.exportSymbol('proto.clarifai.api.OrchestrationSpec.OrchestrationCase', null, global);
224
225
  goog.exportSymbol('proto.clarifai.api.OrchestrationStatus', null, global);
225
226
  goog.exportSymbol('proto.clarifai.api.OrchestrationStatus.StatusDetailsCase', null, global);
227
+ goog.exportSymbol('proto.clarifai.api.OrchestrationStepSpec', null, global);
228
+ goog.exportSymbol('proto.clarifai.api.OrchestrationStepSpec.OrchestrationCase', null, global);
226
229
  goog.exportSymbol('proto.clarifai.api.Output', null, global);
227
230
  goog.exportSymbol('proto.clarifai.api.OutputConfig', null, global);
228
231
  goog.exportSymbol('proto.clarifai.api.OutputInfo', null, global);
@@ -232,6 +235,9 @@ goog.exportSymbol('proto.clarifai.api.Part', null, global);
232
235
  goog.exportSymbol('proto.clarifai.api.Password', null, global);
233
236
  goog.exportSymbol('proto.clarifai.api.PasswordViolations', null, global);
234
237
  goog.exportSymbol('proto.clarifai.api.PatchAction', null, global);
238
+ goog.exportSymbol('proto.clarifai.api.PipelineStep', null, global);
239
+ goog.exportSymbol('proto.clarifai.api.PipelineStepInputParam', null, global);
240
+ goog.exportSymbol('proto.clarifai.api.PipelineStepVersion', null, global);
235
241
  goog.exportSymbol('proto.clarifai.api.PipelineVersion', null, global);
236
242
  goog.exportSymbol('proto.clarifai.api.PipelineVersionRun', null, global);
237
243
  goog.exportSymbol('proto.clarifai.api.Point', null, global);
@@ -5223,6 +5229,111 @@ if (goog.DEBUG && !COMPILED) {
5223
5229
  */
5224
5230
  proto.clarifai.api.OrchestrationSpec.displayName = 'proto.clarifai.api.OrchestrationSpec';
5225
5231
  }
5232
+ /**
5233
+ * Generated by JsPbCodeGenerator.
5234
+ * @param {Array=} opt_data Optional initial data array, typically from a
5235
+ * server response, or constructed directly in Javascript. The array is used
5236
+ * in place and becomes part of the constructed object. It is not cloned.
5237
+ * If no data is provided, the constructed object will be empty, but still
5238
+ * valid.
5239
+ * @extends {jspb.Message}
5240
+ * @constructor
5241
+ */
5242
+ proto.clarifai.api.PipelineStepInputParam = function (opt_data) {
5243
+ jspb.Message.initialize(this, opt_data, 0, -1, proto.clarifai.api.PipelineStepInputParam.repeatedFields_, null);
5244
+ };
5245
+ goog.inherits(proto.clarifai.api.PipelineStepInputParam, jspb.Message);
5246
+ if (goog.DEBUG && !COMPILED) {
5247
+ /**
5248
+ * @public
5249
+ * @override
5250
+ */
5251
+ proto.clarifai.api.PipelineStepInputParam.displayName = 'proto.clarifai.api.PipelineStepInputParam';
5252
+ }
5253
+ /**
5254
+ * Generated by JsPbCodeGenerator.
5255
+ * @param {Array=} opt_data Optional initial data array, typically from a
5256
+ * server response, or constructed directly in Javascript. The array is used
5257
+ * in place and becomes part of the constructed object. It is not cloned.
5258
+ * If no data is provided, the constructed object will be empty, but still
5259
+ * valid.
5260
+ * @extends {jspb.Message}
5261
+ * @constructor
5262
+ */
5263
+ proto.clarifai.api.PipelineStep = function (opt_data) {
5264
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
5265
+ };
5266
+ goog.inherits(proto.clarifai.api.PipelineStep, jspb.Message);
5267
+ if (goog.DEBUG && !COMPILED) {
5268
+ /**
5269
+ * @public
5270
+ * @override
5271
+ */
5272
+ proto.clarifai.api.PipelineStep.displayName = 'proto.clarifai.api.PipelineStep';
5273
+ }
5274
+ /**
5275
+ * Generated by JsPbCodeGenerator.
5276
+ * @param {Array=} opt_data Optional initial data array, typically from a
5277
+ * server response, or constructed directly in Javascript. The array is used
5278
+ * in place and becomes part of the constructed object. It is not cloned.
5279
+ * If no data is provided, the constructed object will be empty, but still
5280
+ * valid.
5281
+ * @extends {jspb.Message}
5282
+ * @constructor
5283
+ */
5284
+ proto.clarifai.api.OrchestrationStepSpec = function (opt_data) {
5285
+ jspb.Message.initialize(this, opt_data, 0, -1, null, proto.clarifai.api.OrchestrationStepSpec.oneofGroups_);
5286
+ };
5287
+ goog.inherits(proto.clarifai.api.OrchestrationStepSpec, jspb.Message);
5288
+ if (goog.DEBUG && !COMPILED) {
5289
+ /**
5290
+ * @public
5291
+ * @override
5292
+ */
5293
+ proto.clarifai.api.OrchestrationStepSpec.displayName = 'proto.clarifai.api.OrchestrationStepSpec';
5294
+ }
5295
+ /**
5296
+ * Generated by JsPbCodeGenerator.
5297
+ * @param {Array=} opt_data Optional initial data array, typically from a
5298
+ * server response, or constructed directly in Javascript. The array is used
5299
+ * in place and becomes part of the constructed object. It is not cloned.
5300
+ * If no data is provided, the constructed object will be empty, but still
5301
+ * valid.
5302
+ * @extends {jspb.Message}
5303
+ * @constructor
5304
+ */
5305
+ proto.clarifai.api.ArgoOrchestrationStepSpec = function (opt_data) {
5306
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
5307
+ };
5308
+ goog.inherits(proto.clarifai.api.ArgoOrchestrationStepSpec, jspb.Message);
5309
+ if (goog.DEBUG && !COMPILED) {
5310
+ /**
5311
+ * @public
5312
+ * @override
5313
+ */
5314
+ proto.clarifai.api.ArgoOrchestrationStepSpec.displayName = 'proto.clarifai.api.ArgoOrchestrationStepSpec';
5315
+ }
5316
+ /**
5317
+ * Generated by JsPbCodeGenerator.
5318
+ * @param {Array=} opt_data Optional initial data array, typically from a
5319
+ * server response, or constructed directly in Javascript. The array is used
5320
+ * in place and becomes part of the constructed object. It is not cloned.
5321
+ * If no data is provided, the constructed object will be empty, but still
5322
+ * valid.
5323
+ * @extends {jspb.Message}
5324
+ * @constructor
5325
+ */
5326
+ proto.clarifai.api.PipelineStepVersion = function (opt_data) {
5327
+ jspb.Message.initialize(this, opt_data, 0, -1, proto.clarifai.api.PipelineStepVersion.repeatedFields_, null);
5328
+ };
5329
+ goog.inherits(proto.clarifai.api.PipelineStepVersion, jspb.Message);
5330
+ if (goog.DEBUG && !COMPILED) {
5331
+ /**
5332
+ * @public
5333
+ * @override
5334
+ */
5335
+ proto.clarifai.api.PipelineStepVersion.displayName = 'proto.clarifai.api.PipelineStepVersion';
5336
+ }
5226
5337
  /**
5227
5338
  * Generated by JsPbCodeGenerator.
5228
5339
  * @param {Array=} opt_data Optional initial data array, typically from a
@@ -63274,6 +63385,1307 @@ proto.clarifai.api.OrchestrationSpec.prototype.clearArgoOrchestrationSpec = func
63274
63385
  proto.clarifai.api.OrchestrationSpec.prototype.hasArgoOrchestrationSpec = function () {
63275
63386
  return jspb.Message.getField(this, 1) != null;
63276
63387
  };
63388
+ /**
63389
+ * List of repeated fields within this message type.
63390
+ * @private {!Array<number>}
63391
+ * @const
63392
+ */
63393
+ proto.clarifai.api.PipelineStepInputParam.repeatedFields_ = [4];
63394
+ if (jspb.Message.GENERATE_TO_OBJECT) {
63395
+ /**
63396
+ * Creates an object representation of this proto.
63397
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
63398
+ * Optional fields that are not set will be set to undefined.
63399
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
63400
+ * For the list of reserved names please see:
63401
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
63402
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
63403
+ * JSPB instance for transitional soy proto support:
63404
+ * http://goto/soy-param-migration
63405
+ * @return {!Object}
63406
+ */
63407
+ proto.clarifai.api.PipelineStepInputParam.prototype.toObject = function (opt_includeInstance) {
63408
+ return proto.clarifai.api.PipelineStepInputParam.toObject(opt_includeInstance, this);
63409
+ };
63410
+ /**
63411
+ * Static version of the {@see toObject} method.
63412
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
63413
+ * the JSPB instance for transitional soy proto support:
63414
+ * http://goto/soy-param-migration
63415
+ * @param {!proto.clarifai.api.PipelineStepInputParam} msg The msg instance to transform.
63416
+ * @return {!Object}
63417
+ * @suppress {unusedLocalVariables} f is only used for nested messages
63418
+ */
63419
+ proto.clarifai.api.PipelineStepInputParam.toObject = function (includeInstance, msg) {
63420
+ var f, obj = {
63421
+ name: jspb.Message.getFieldWithDefault(msg, 1, ""),
63422
+ defaultValue: jspb.Message.getFieldWithDefault(msg, 2, ""),
63423
+ description: jspb.Message.getFieldWithDefault(msg, 3, ""),
63424
+ acceptedValuesList: (f = jspb.Message.getRepeatedField(msg, 4)) == null ? undefined : f
63425
+ };
63426
+ if (includeInstance) {
63427
+ obj.$jspbMessageInstance = msg;
63428
+ }
63429
+ return obj;
63430
+ };
63431
+ }
63432
+ /**
63433
+ * Deserializes binary data (in protobuf wire format).
63434
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
63435
+ * @return {!proto.clarifai.api.PipelineStepInputParam}
63436
+ */
63437
+ proto.clarifai.api.PipelineStepInputParam.deserializeBinary = function (bytes) {
63438
+ var reader = new jspb.BinaryReader(bytes);
63439
+ var msg = new proto.clarifai.api.PipelineStepInputParam;
63440
+ return proto.clarifai.api.PipelineStepInputParam.deserializeBinaryFromReader(msg, reader);
63441
+ };
63442
+ /**
63443
+ * Deserializes binary data (in protobuf wire format) from the
63444
+ * given reader into the given message object.
63445
+ * @param {!proto.clarifai.api.PipelineStepInputParam} msg The message object to deserialize into.
63446
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
63447
+ * @return {!proto.clarifai.api.PipelineStepInputParam}
63448
+ */
63449
+ proto.clarifai.api.PipelineStepInputParam.deserializeBinaryFromReader = function (msg, reader) {
63450
+ while (reader.nextField()) {
63451
+ if (reader.isEndGroup()) {
63452
+ break;
63453
+ }
63454
+ var field = reader.getFieldNumber();
63455
+ switch (field) {
63456
+ case 1:
63457
+ var value = /** @type {string} */ (reader.readString());
63458
+ msg.setName(value);
63459
+ break;
63460
+ case 2:
63461
+ var value = /** @type {string} */ (reader.readString());
63462
+ msg.setDefaultValue(value);
63463
+ break;
63464
+ case 3:
63465
+ var value = /** @type {string} */ (reader.readString());
63466
+ msg.setDescription(value);
63467
+ break;
63468
+ case 4:
63469
+ var value = /** @type {string} */ (reader.readString());
63470
+ msg.addAcceptedValues(value);
63471
+ break;
63472
+ default:
63473
+ reader.skipField();
63474
+ break;
63475
+ }
63476
+ }
63477
+ return msg;
63478
+ };
63479
+ /**
63480
+ * Serializes the message to binary data (in protobuf wire format).
63481
+ * @return {!Uint8Array}
63482
+ */
63483
+ proto.clarifai.api.PipelineStepInputParam.prototype.serializeBinary = function () {
63484
+ var writer = new jspb.BinaryWriter();
63485
+ proto.clarifai.api.PipelineStepInputParam.serializeBinaryToWriter(this, writer);
63486
+ return writer.getResultBuffer();
63487
+ };
63488
+ /**
63489
+ * Serializes the given message to binary data (in protobuf wire
63490
+ * format), writing to the given BinaryWriter.
63491
+ * @param {!proto.clarifai.api.PipelineStepInputParam} message
63492
+ * @param {!jspb.BinaryWriter} writer
63493
+ * @suppress {unusedLocalVariables} f is only used for nested messages
63494
+ */
63495
+ proto.clarifai.api.PipelineStepInputParam.serializeBinaryToWriter = function (message, writer) {
63496
+ var f = undefined;
63497
+ f = message.getName();
63498
+ if (f.length > 0) {
63499
+ writer.writeString(1, f);
63500
+ }
63501
+ f = message.getDefaultValue();
63502
+ if (f.length > 0) {
63503
+ writer.writeString(2, f);
63504
+ }
63505
+ f = message.getDescription();
63506
+ if (f.length > 0) {
63507
+ writer.writeString(3, f);
63508
+ }
63509
+ f = message.getAcceptedValuesList();
63510
+ if (f.length > 0) {
63511
+ writer.writeRepeatedString(4, f);
63512
+ }
63513
+ };
63514
+ /**
63515
+ * optional string name = 1;
63516
+ * @return {string}
63517
+ */
63518
+ proto.clarifai.api.PipelineStepInputParam.prototype.getName = function () {
63519
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
63520
+ };
63521
+ /**
63522
+ * @param {string} value
63523
+ * @return {!proto.clarifai.api.PipelineStepInputParam} returns this
63524
+ */
63525
+ proto.clarifai.api.PipelineStepInputParam.prototype.setName = function (value) {
63526
+ return jspb.Message.setProto3StringField(this, 1, value);
63527
+ };
63528
+ /**
63529
+ * optional string default_value = 2;
63530
+ * @return {string}
63531
+ */
63532
+ proto.clarifai.api.PipelineStepInputParam.prototype.getDefaultValue = function () {
63533
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
63534
+ };
63535
+ /**
63536
+ * @param {string} value
63537
+ * @return {!proto.clarifai.api.PipelineStepInputParam} returns this
63538
+ */
63539
+ proto.clarifai.api.PipelineStepInputParam.prototype.setDefaultValue = function (value) {
63540
+ return jspb.Message.setProto3StringField(this, 2, value);
63541
+ };
63542
+ /**
63543
+ * optional string description = 3;
63544
+ * @return {string}
63545
+ */
63546
+ proto.clarifai.api.PipelineStepInputParam.prototype.getDescription = function () {
63547
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
63548
+ };
63549
+ /**
63550
+ * @param {string} value
63551
+ * @return {!proto.clarifai.api.PipelineStepInputParam} returns this
63552
+ */
63553
+ proto.clarifai.api.PipelineStepInputParam.prototype.setDescription = function (value) {
63554
+ return jspb.Message.setProto3StringField(this, 3, value);
63555
+ };
63556
+ /**
63557
+ * repeated string accepted_values = 4;
63558
+ * @return {!Array<string>}
63559
+ */
63560
+ proto.clarifai.api.PipelineStepInputParam.prototype.getAcceptedValuesList = function () {
63561
+ return /** @type {!Array<string>} */ (jspb.Message.getRepeatedField(this, 4));
63562
+ };
63563
+ /**
63564
+ * @param {!Array<string>} value
63565
+ * @return {!proto.clarifai.api.PipelineStepInputParam} returns this
63566
+ */
63567
+ proto.clarifai.api.PipelineStepInputParam.prototype.setAcceptedValuesList = function (value) {
63568
+ return jspb.Message.setField(this, 4, value || []);
63569
+ };
63570
+ /**
63571
+ * @param {string} value
63572
+ * @param {number=} opt_index
63573
+ * @return {!proto.clarifai.api.PipelineStepInputParam} returns this
63574
+ */
63575
+ proto.clarifai.api.PipelineStepInputParam.prototype.addAcceptedValues = function (value, opt_index) {
63576
+ return jspb.Message.addToRepeatedField(this, 4, value, opt_index);
63577
+ };
63578
+ /**
63579
+ * Clears the list making it empty but non-null.
63580
+ * @return {!proto.clarifai.api.PipelineStepInputParam} returns this
63581
+ */
63582
+ proto.clarifai.api.PipelineStepInputParam.prototype.clearAcceptedValuesList = function () {
63583
+ return this.setAcceptedValuesList([]);
63584
+ };
63585
+ if (jspb.Message.GENERATE_TO_OBJECT) {
63586
+ /**
63587
+ * Creates an object representation of this proto.
63588
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
63589
+ * Optional fields that are not set will be set to undefined.
63590
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
63591
+ * For the list of reserved names please see:
63592
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
63593
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
63594
+ * JSPB instance for transitional soy proto support:
63595
+ * http://goto/soy-param-migration
63596
+ * @return {!Object}
63597
+ */
63598
+ proto.clarifai.api.PipelineStep.prototype.toObject = function (opt_includeInstance) {
63599
+ return proto.clarifai.api.PipelineStep.toObject(opt_includeInstance, this);
63600
+ };
63601
+ /**
63602
+ * Static version of the {@see toObject} method.
63603
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
63604
+ * the JSPB instance for transitional soy proto support:
63605
+ * http://goto/soy-param-migration
63606
+ * @param {!proto.clarifai.api.PipelineStep} msg The msg instance to transform.
63607
+ * @return {!Object}
63608
+ * @suppress {unusedLocalVariables} f is only used for nested messages
63609
+ */
63610
+ proto.clarifai.api.PipelineStep.toObject = function (includeInstance, msg) {
63611
+ var f, obj = {
63612
+ id: jspb.Message.getFieldWithDefault(msg, 1, ""),
63613
+ userId: jspb.Message.getFieldWithDefault(msg, 2, ""),
63614
+ description: jspb.Message.getFieldWithDefault(msg, 3, ""),
63615
+ pipelineStepVersion: (f = msg.getPipelineStepVersion()) && proto.clarifai.api.PipelineStepVersion.toObject(includeInstance, f),
63616
+ visibility: (f = msg.getVisibility()) && proto.clarifai.api.Visibility.toObject(includeInstance, f),
63617
+ createdAt: (f = msg.getCreatedAt()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
63618
+ modifiedAt: (f = msg.getModifiedAt()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f)
63619
+ };
63620
+ if (includeInstance) {
63621
+ obj.$jspbMessageInstance = msg;
63622
+ }
63623
+ return obj;
63624
+ };
63625
+ }
63626
+ /**
63627
+ * Deserializes binary data (in protobuf wire format).
63628
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
63629
+ * @return {!proto.clarifai.api.PipelineStep}
63630
+ */
63631
+ proto.clarifai.api.PipelineStep.deserializeBinary = function (bytes) {
63632
+ var reader = new jspb.BinaryReader(bytes);
63633
+ var msg = new proto.clarifai.api.PipelineStep;
63634
+ return proto.clarifai.api.PipelineStep.deserializeBinaryFromReader(msg, reader);
63635
+ };
63636
+ /**
63637
+ * Deserializes binary data (in protobuf wire format) from the
63638
+ * given reader into the given message object.
63639
+ * @param {!proto.clarifai.api.PipelineStep} msg The message object to deserialize into.
63640
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
63641
+ * @return {!proto.clarifai.api.PipelineStep}
63642
+ */
63643
+ proto.clarifai.api.PipelineStep.deserializeBinaryFromReader = function (msg, reader) {
63644
+ while (reader.nextField()) {
63645
+ if (reader.isEndGroup()) {
63646
+ break;
63647
+ }
63648
+ var field = reader.getFieldNumber();
63649
+ switch (field) {
63650
+ case 1:
63651
+ var value = /** @type {string} */ (reader.readString());
63652
+ msg.setId(value);
63653
+ break;
63654
+ case 2:
63655
+ var value = /** @type {string} */ (reader.readString());
63656
+ msg.setUserId(value);
63657
+ break;
63658
+ case 3:
63659
+ var value = /** @type {string} */ (reader.readString());
63660
+ msg.setDescription(value);
63661
+ break;
63662
+ case 4:
63663
+ var value = new proto.clarifai.api.PipelineStepVersion;
63664
+ reader.readMessage(value, proto.clarifai.api.PipelineStepVersion.deserializeBinaryFromReader);
63665
+ msg.setPipelineStepVersion(value);
63666
+ break;
63667
+ case 5:
63668
+ var value = new proto.clarifai.api.Visibility;
63669
+ reader.readMessage(value, proto.clarifai.api.Visibility.deserializeBinaryFromReader);
63670
+ msg.setVisibility(value);
63671
+ break;
63672
+ case 6:
63673
+ var value = new google_protobuf_timestamp_pb.Timestamp;
63674
+ reader.readMessage(value, google_protobuf_timestamp_pb.Timestamp.deserializeBinaryFromReader);
63675
+ msg.setCreatedAt(value);
63676
+ break;
63677
+ case 7:
63678
+ var value = new google_protobuf_timestamp_pb.Timestamp;
63679
+ reader.readMessage(value, google_protobuf_timestamp_pb.Timestamp.deserializeBinaryFromReader);
63680
+ msg.setModifiedAt(value);
63681
+ break;
63682
+ default:
63683
+ reader.skipField();
63684
+ break;
63685
+ }
63686
+ }
63687
+ return msg;
63688
+ };
63689
+ /**
63690
+ * Serializes the message to binary data (in protobuf wire format).
63691
+ * @return {!Uint8Array}
63692
+ */
63693
+ proto.clarifai.api.PipelineStep.prototype.serializeBinary = function () {
63694
+ var writer = new jspb.BinaryWriter();
63695
+ proto.clarifai.api.PipelineStep.serializeBinaryToWriter(this, writer);
63696
+ return writer.getResultBuffer();
63697
+ };
63698
+ /**
63699
+ * Serializes the given message to binary data (in protobuf wire
63700
+ * format), writing to the given BinaryWriter.
63701
+ * @param {!proto.clarifai.api.PipelineStep} message
63702
+ * @param {!jspb.BinaryWriter} writer
63703
+ * @suppress {unusedLocalVariables} f is only used for nested messages
63704
+ */
63705
+ proto.clarifai.api.PipelineStep.serializeBinaryToWriter = function (message, writer) {
63706
+ var f = undefined;
63707
+ f = message.getId();
63708
+ if (f.length > 0) {
63709
+ writer.writeString(1, f);
63710
+ }
63711
+ f = message.getUserId();
63712
+ if (f.length > 0) {
63713
+ writer.writeString(2, f);
63714
+ }
63715
+ f = message.getDescription();
63716
+ if (f.length > 0) {
63717
+ writer.writeString(3, f);
63718
+ }
63719
+ f = message.getPipelineStepVersion();
63720
+ if (f != null) {
63721
+ writer.writeMessage(4, f, proto.clarifai.api.PipelineStepVersion.serializeBinaryToWriter);
63722
+ }
63723
+ f = message.getVisibility();
63724
+ if (f != null) {
63725
+ writer.writeMessage(5, f, proto.clarifai.api.Visibility.serializeBinaryToWriter);
63726
+ }
63727
+ f = message.getCreatedAt();
63728
+ if (f != null) {
63729
+ writer.writeMessage(6, f, google_protobuf_timestamp_pb.Timestamp.serializeBinaryToWriter);
63730
+ }
63731
+ f = message.getModifiedAt();
63732
+ if (f != null) {
63733
+ writer.writeMessage(7, f, google_protobuf_timestamp_pb.Timestamp.serializeBinaryToWriter);
63734
+ }
63735
+ };
63736
+ /**
63737
+ * optional string id = 1;
63738
+ * @return {string}
63739
+ */
63740
+ proto.clarifai.api.PipelineStep.prototype.getId = function () {
63741
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
63742
+ };
63743
+ /**
63744
+ * @param {string} value
63745
+ * @return {!proto.clarifai.api.PipelineStep} returns this
63746
+ */
63747
+ proto.clarifai.api.PipelineStep.prototype.setId = function (value) {
63748
+ return jspb.Message.setProto3StringField(this, 1, value);
63749
+ };
63750
+ /**
63751
+ * optional string user_id = 2;
63752
+ * @return {string}
63753
+ */
63754
+ proto.clarifai.api.PipelineStep.prototype.getUserId = function () {
63755
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
63756
+ };
63757
+ /**
63758
+ * @param {string} value
63759
+ * @return {!proto.clarifai.api.PipelineStep} returns this
63760
+ */
63761
+ proto.clarifai.api.PipelineStep.prototype.setUserId = function (value) {
63762
+ return jspb.Message.setProto3StringField(this, 2, value);
63763
+ };
63764
+ /**
63765
+ * optional string description = 3;
63766
+ * @return {string}
63767
+ */
63768
+ proto.clarifai.api.PipelineStep.prototype.getDescription = function () {
63769
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
63770
+ };
63771
+ /**
63772
+ * @param {string} value
63773
+ * @return {!proto.clarifai.api.PipelineStep} returns this
63774
+ */
63775
+ proto.clarifai.api.PipelineStep.prototype.setDescription = function (value) {
63776
+ return jspb.Message.setProto3StringField(this, 3, value);
63777
+ };
63778
+ /**
63779
+ * optional PipelineStepVersion pipeline_step_version = 4;
63780
+ * @return {?proto.clarifai.api.PipelineStepVersion}
63781
+ */
63782
+ proto.clarifai.api.PipelineStep.prototype.getPipelineStepVersion = function () {
63783
+ return /** @type{?proto.clarifai.api.PipelineStepVersion} */ (jspb.Message.getWrapperField(this, proto.clarifai.api.PipelineStepVersion, 4));
63784
+ };
63785
+ /**
63786
+ * @param {?proto.clarifai.api.PipelineStepVersion|undefined} value
63787
+ * @return {!proto.clarifai.api.PipelineStep} returns this
63788
+ */
63789
+ proto.clarifai.api.PipelineStep.prototype.setPipelineStepVersion = function (value) {
63790
+ return jspb.Message.setWrapperField(this, 4, value);
63791
+ };
63792
+ /**
63793
+ * Clears the message field making it undefined.
63794
+ * @return {!proto.clarifai.api.PipelineStep} returns this
63795
+ */
63796
+ proto.clarifai.api.PipelineStep.prototype.clearPipelineStepVersion = function () {
63797
+ return this.setPipelineStepVersion(undefined);
63798
+ };
63799
+ /**
63800
+ * Returns whether this field is set.
63801
+ * @return {boolean}
63802
+ */
63803
+ proto.clarifai.api.PipelineStep.prototype.hasPipelineStepVersion = function () {
63804
+ return jspb.Message.getField(this, 4) != null;
63805
+ };
63806
+ /**
63807
+ * optional Visibility visibility = 5;
63808
+ * @return {?proto.clarifai.api.Visibility}
63809
+ */
63810
+ proto.clarifai.api.PipelineStep.prototype.getVisibility = function () {
63811
+ return /** @type{?proto.clarifai.api.Visibility} */ (jspb.Message.getWrapperField(this, proto.clarifai.api.Visibility, 5));
63812
+ };
63813
+ /**
63814
+ * @param {?proto.clarifai.api.Visibility|undefined} value
63815
+ * @return {!proto.clarifai.api.PipelineStep} returns this
63816
+ */
63817
+ proto.clarifai.api.PipelineStep.prototype.setVisibility = function (value) {
63818
+ return jspb.Message.setWrapperField(this, 5, value);
63819
+ };
63820
+ /**
63821
+ * Clears the message field making it undefined.
63822
+ * @return {!proto.clarifai.api.PipelineStep} returns this
63823
+ */
63824
+ proto.clarifai.api.PipelineStep.prototype.clearVisibility = function () {
63825
+ return this.setVisibility(undefined);
63826
+ };
63827
+ /**
63828
+ * Returns whether this field is set.
63829
+ * @return {boolean}
63830
+ */
63831
+ proto.clarifai.api.PipelineStep.prototype.hasVisibility = function () {
63832
+ return jspb.Message.getField(this, 5) != null;
63833
+ };
63834
+ /**
63835
+ * optional google.protobuf.Timestamp created_at = 6;
63836
+ * @return {?proto.google.protobuf.Timestamp}
63837
+ */
63838
+ proto.clarifai.api.PipelineStep.prototype.getCreatedAt = function () {
63839
+ return /** @type{?proto.google.protobuf.Timestamp} */ (jspb.Message.getWrapperField(this, google_protobuf_timestamp_pb.Timestamp, 6));
63840
+ };
63841
+ /**
63842
+ * @param {?proto.google.protobuf.Timestamp|undefined} value
63843
+ * @return {!proto.clarifai.api.PipelineStep} returns this
63844
+ */
63845
+ proto.clarifai.api.PipelineStep.prototype.setCreatedAt = function (value) {
63846
+ return jspb.Message.setWrapperField(this, 6, value);
63847
+ };
63848
+ /**
63849
+ * Clears the message field making it undefined.
63850
+ * @return {!proto.clarifai.api.PipelineStep} returns this
63851
+ */
63852
+ proto.clarifai.api.PipelineStep.prototype.clearCreatedAt = function () {
63853
+ return this.setCreatedAt(undefined);
63854
+ };
63855
+ /**
63856
+ * Returns whether this field is set.
63857
+ * @return {boolean}
63858
+ */
63859
+ proto.clarifai.api.PipelineStep.prototype.hasCreatedAt = function () {
63860
+ return jspb.Message.getField(this, 6) != null;
63861
+ };
63862
+ /**
63863
+ * optional google.protobuf.Timestamp modified_at = 7;
63864
+ * @return {?proto.google.protobuf.Timestamp}
63865
+ */
63866
+ proto.clarifai.api.PipelineStep.prototype.getModifiedAt = function () {
63867
+ return /** @type{?proto.google.protobuf.Timestamp} */ (jspb.Message.getWrapperField(this, google_protobuf_timestamp_pb.Timestamp, 7));
63868
+ };
63869
+ /**
63870
+ * @param {?proto.google.protobuf.Timestamp|undefined} value
63871
+ * @return {!proto.clarifai.api.PipelineStep} returns this
63872
+ */
63873
+ proto.clarifai.api.PipelineStep.prototype.setModifiedAt = function (value) {
63874
+ return jspb.Message.setWrapperField(this, 7, value);
63875
+ };
63876
+ /**
63877
+ * Clears the message field making it undefined.
63878
+ * @return {!proto.clarifai.api.PipelineStep} returns this
63879
+ */
63880
+ proto.clarifai.api.PipelineStep.prototype.clearModifiedAt = function () {
63881
+ return this.setModifiedAt(undefined);
63882
+ };
63883
+ /**
63884
+ * Returns whether this field is set.
63885
+ * @return {boolean}
63886
+ */
63887
+ proto.clarifai.api.PipelineStep.prototype.hasModifiedAt = function () {
63888
+ return jspb.Message.getField(this, 7) != null;
63889
+ };
63890
+ /**
63891
+ * Oneof group definitions for this message. Each group defines the field
63892
+ * numbers belonging to that group. When of these fields' value is set, all
63893
+ * other fields in the group are cleared. During deserialization, if multiple
63894
+ * fields are encountered for a group, only the last value seen will be kept.
63895
+ * @private {!Array<!Array<number>>}
63896
+ * @const
63897
+ */
63898
+ proto.clarifai.api.OrchestrationStepSpec.oneofGroups_ = [[1]];
63899
+ /**
63900
+ * @enum {number}
63901
+ */
63902
+ proto.clarifai.api.OrchestrationStepSpec.OrchestrationCase = {
63903
+ ORCHESTRATION_NOT_SET: 0,
63904
+ ARGO_ORCHESTRATION_STEP_SPEC: 1
63905
+ };
63906
+ /**
63907
+ * @return {proto.clarifai.api.OrchestrationStepSpec.OrchestrationCase}
63908
+ */
63909
+ proto.clarifai.api.OrchestrationStepSpec.prototype.getOrchestrationCase = function () {
63910
+ return /** @type {proto.clarifai.api.OrchestrationStepSpec.OrchestrationCase} */ (jspb.Message.computeOneofCase(this, proto.clarifai.api.OrchestrationStepSpec.oneofGroups_[0]));
63911
+ };
63912
+ if (jspb.Message.GENERATE_TO_OBJECT) {
63913
+ /**
63914
+ * Creates an object representation of this proto.
63915
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
63916
+ * Optional fields that are not set will be set to undefined.
63917
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
63918
+ * For the list of reserved names please see:
63919
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
63920
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
63921
+ * JSPB instance for transitional soy proto support:
63922
+ * http://goto/soy-param-migration
63923
+ * @return {!Object}
63924
+ */
63925
+ proto.clarifai.api.OrchestrationStepSpec.prototype.toObject = function (opt_includeInstance) {
63926
+ return proto.clarifai.api.OrchestrationStepSpec.toObject(opt_includeInstance, this);
63927
+ };
63928
+ /**
63929
+ * Static version of the {@see toObject} method.
63930
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
63931
+ * the JSPB instance for transitional soy proto support:
63932
+ * http://goto/soy-param-migration
63933
+ * @param {!proto.clarifai.api.OrchestrationStepSpec} msg The msg instance to transform.
63934
+ * @return {!Object}
63935
+ * @suppress {unusedLocalVariables} f is only used for nested messages
63936
+ */
63937
+ proto.clarifai.api.OrchestrationStepSpec.toObject = function (includeInstance, msg) {
63938
+ var f, obj = {
63939
+ argoOrchestrationStepSpec: (f = msg.getArgoOrchestrationStepSpec()) && proto.clarifai.api.ArgoOrchestrationStepSpec.toObject(includeInstance, f)
63940
+ };
63941
+ if (includeInstance) {
63942
+ obj.$jspbMessageInstance = msg;
63943
+ }
63944
+ return obj;
63945
+ };
63946
+ }
63947
+ /**
63948
+ * Deserializes binary data (in protobuf wire format).
63949
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
63950
+ * @return {!proto.clarifai.api.OrchestrationStepSpec}
63951
+ */
63952
+ proto.clarifai.api.OrchestrationStepSpec.deserializeBinary = function (bytes) {
63953
+ var reader = new jspb.BinaryReader(bytes);
63954
+ var msg = new proto.clarifai.api.OrchestrationStepSpec;
63955
+ return proto.clarifai.api.OrchestrationStepSpec.deserializeBinaryFromReader(msg, reader);
63956
+ };
63957
+ /**
63958
+ * Deserializes binary data (in protobuf wire format) from the
63959
+ * given reader into the given message object.
63960
+ * @param {!proto.clarifai.api.OrchestrationStepSpec} msg The message object to deserialize into.
63961
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
63962
+ * @return {!proto.clarifai.api.OrchestrationStepSpec}
63963
+ */
63964
+ proto.clarifai.api.OrchestrationStepSpec.deserializeBinaryFromReader = function (msg, reader) {
63965
+ while (reader.nextField()) {
63966
+ if (reader.isEndGroup()) {
63967
+ break;
63968
+ }
63969
+ var field = reader.getFieldNumber();
63970
+ switch (field) {
63971
+ case 1:
63972
+ var value = new proto.clarifai.api.ArgoOrchestrationStepSpec;
63973
+ reader.readMessage(value, proto.clarifai.api.ArgoOrchestrationStepSpec.deserializeBinaryFromReader);
63974
+ msg.setArgoOrchestrationStepSpec(value);
63975
+ break;
63976
+ default:
63977
+ reader.skipField();
63978
+ break;
63979
+ }
63980
+ }
63981
+ return msg;
63982
+ };
63983
+ /**
63984
+ * Serializes the message to binary data (in protobuf wire format).
63985
+ * @return {!Uint8Array}
63986
+ */
63987
+ proto.clarifai.api.OrchestrationStepSpec.prototype.serializeBinary = function () {
63988
+ var writer = new jspb.BinaryWriter();
63989
+ proto.clarifai.api.OrchestrationStepSpec.serializeBinaryToWriter(this, writer);
63990
+ return writer.getResultBuffer();
63991
+ };
63992
+ /**
63993
+ * Serializes the given message to binary data (in protobuf wire
63994
+ * format), writing to the given BinaryWriter.
63995
+ * @param {!proto.clarifai.api.OrchestrationStepSpec} message
63996
+ * @param {!jspb.BinaryWriter} writer
63997
+ * @suppress {unusedLocalVariables} f is only used for nested messages
63998
+ */
63999
+ proto.clarifai.api.OrchestrationStepSpec.serializeBinaryToWriter = function (message, writer) {
64000
+ var f = undefined;
64001
+ f = message.getArgoOrchestrationStepSpec();
64002
+ if (f != null) {
64003
+ writer.writeMessage(1, f, proto.clarifai.api.ArgoOrchestrationStepSpec.serializeBinaryToWriter);
64004
+ }
64005
+ };
64006
+ /**
64007
+ * optional ArgoOrchestrationStepSpec argo_orchestration_step_spec = 1;
64008
+ * @return {?proto.clarifai.api.ArgoOrchestrationStepSpec}
64009
+ */
64010
+ proto.clarifai.api.OrchestrationStepSpec.prototype.getArgoOrchestrationStepSpec = function () {
64011
+ return /** @type{?proto.clarifai.api.ArgoOrchestrationStepSpec} */ (jspb.Message.getWrapperField(this, proto.clarifai.api.ArgoOrchestrationStepSpec, 1));
64012
+ };
64013
+ /**
64014
+ * @param {?proto.clarifai.api.ArgoOrchestrationStepSpec|undefined} value
64015
+ * @return {!proto.clarifai.api.OrchestrationStepSpec} returns this
64016
+ */
64017
+ proto.clarifai.api.OrchestrationStepSpec.prototype.setArgoOrchestrationStepSpec = function (value) {
64018
+ return jspb.Message.setOneofWrapperField(this, 1, proto.clarifai.api.OrchestrationStepSpec.oneofGroups_[0], value);
64019
+ };
64020
+ /**
64021
+ * Clears the message field making it undefined.
64022
+ * @return {!proto.clarifai.api.OrchestrationStepSpec} returns this
64023
+ */
64024
+ proto.clarifai.api.OrchestrationStepSpec.prototype.clearArgoOrchestrationStepSpec = function () {
64025
+ return this.setArgoOrchestrationStepSpec(undefined);
64026
+ };
64027
+ /**
64028
+ * Returns whether this field is set.
64029
+ * @return {boolean}
64030
+ */
64031
+ proto.clarifai.api.OrchestrationStepSpec.prototype.hasArgoOrchestrationStepSpec = function () {
64032
+ return jspb.Message.getField(this, 1) != null;
64033
+ };
64034
+ if (jspb.Message.GENERATE_TO_OBJECT) {
64035
+ /**
64036
+ * Creates an object representation of this proto.
64037
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
64038
+ * Optional fields that are not set will be set to undefined.
64039
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
64040
+ * For the list of reserved names please see:
64041
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
64042
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
64043
+ * JSPB instance for transitional soy proto support:
64044
+ * http://goto/soy-param-migration
64045
+ * @return {!Object}
64046
+ */
64047
+ proto.clarifai.api.ArgoOrchestrationStepSpec.prototype.toObject = function (opt_includeInstance) {
64048
+ return proto.clarifai.api.ArgoOrchestrationStepSpec.toObject(opt_includeInstance, this);
64049
+ };
64050
+ /**
64051
+ * Static version of the {@see toObject} method.
64052
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
64053
+ * the JSPB instance for transitional soy proto support:
64054
+ * http://goto/soy-param-migration
64055
+ * @param {!proto.clarifai.api.ArgoOrchestrationStepSpec} msg The msg instance to transform.
64056
+ * @return {!Object}
64057
+ * @suppress {unusedLocalVariables} f is only used for nested messages
64058
+ */
64059
+ proto.clarifai.api.ArgoOrchestrationStepSpec.toObject = function (includeInstance, msg) {
64060
+ var f, obj = {
64061
+ apiVersion: jspb.Message.getFieldWithDefault(msg, 1, ""),
64062
+ specJson: jspb.Message.getFieldWithDefault(msg, 2, "")
64063
+ };
64064
+ if (includeInstance) {
64065
+ obj.$jspbMessageInstance = msg;
64066
+ }
64067
+ return obj;
64068
+ };
64069
+ }
64070
+ /**
64071
+ * Deserializes binary data (in protobuf wire format).
64072
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
64073
+ * @return {!proto.clarifai.api.ArgoOrchestrationStepSpec}
64074
+ */
64075
+ proto.clarifai.api.ArgoOrchestrationStepSpec.deserializeBinary = function (bytes) {
64076
+ var reader = new jspb.BinaryReader(bytes);
64077
+ var msg = new proto.clarifai.api.ArgoOrchestrationStepSpec;
64078
+ return proto.clarifai.api.ArgoOrchestrationStepSpec.deserializeBinaryFromReader(msg, reader);
64079
+ };
64080
+ /**
64081
+ * Deserializes binary data (in protobuf wire format) from the
64082
+ * given reader into the given message object.
64083
+ * @param {!proto.clarifai.api.ArgoOrchestrationStepSpec} msg The message object to deserialize into.
64084
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
64085
+ * @return {!proto.clarifai.api.ArgoOrchestrationStepSpec}
64086
+ */
64087
+ proto.clarifai.api.ArgoOrchestrationStepSpec.deserializeBinaryFromReader = function (msg, reader) {
64088
+ while (reader.nextField()) {
64089
+ if (reader.isEndGroup()) {
64090
+ break;
64091
+ }
64092
+ var field = reader.getFieldNumber();
64093
+ switch (field) {
64094
+ case 1:
64095
+ var value = /** @type {string} */ (reader.readString());
64096
+ msg.setApiVersion(value);
64097
+ break;
64098
+ case 2:
64099
+ var value = /** @type {string} */ (reader.readString());
64100
+ msg.setSpecJson(value);
64101
+ break;
64102
+ default:
64103
+ reader.skipField();
64104
+ break;
64105
+ }
64106
+ }
64107
+ return msg;
64108
+ };
64109
+ /**
64110
+ * Serializes the message to binary data (in protobuf wire format).
64111
+ * @return {!Uint8Array}
64112
+ */
64113
+ proto.clarifai.api.ArgoOrchestrationStepSpec.prototype.serializeBinary = function () {
64114
+ var writer = new jspb.BinaryWriter();
64115
+ proto.clarifai.api.ArgoOrchestrationStepSpec.serializeBinaryToWriter(this, writer);
64116
+ return writer.getResultBuffer();
64117
+ };
64118
+ /**
64119
+ * Serializes the given message to binary data (in protobuf wire
64120
+ * format), writing to the given BinaryWriter.
64121
+ * @param {!proto.clarifai.api.ArgoOrchestrationStepSpec} message
64122
+ * @param {!jspb.BinaryWriter} writer
64123
+ * @suppress {unusedLocalVariables} f is only used for nested messages
64124
+ */
64125
+ proto.clarifai.api.ArgoOrchestrationStepSpec.serializeBinaryToWriter = function (message, writer) {
64126
+ var f = undefined;
64127
+ f = message.getApiVersion();
64128
+ if (f.length > 0) {
64129
+ writer.writeString(1, f);
64130
+ }
64131
+ f = message.getSpecJson();
64132
+ if (f.length > 0) {
64133
+ writer.writeString(2, f);
64134
+ }
64135
+ };
64136
+ /**
64137
+ * optional string api_version = 1;
64138
+ * @return {string}
64139
+ */
64140
+ proto.clarifai.api.ArgoOrchestrationStepSpec.prototype.getApiVersion = function () {
64141
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
64142
+ };
64143
+ /**
64144
+ * @param {string} value
64145
+ * @return {!proto.clarifai.api.ArgoOrchestrationStepSpec} returns this
64146
+ */
64147
+ proto.clarifai.api.ArgoOrchestrationStepSpec.prototype.setApiVersion = function (value) {
64148
+ return jspb.Message.setProto3StringField(this, 1, value);
64149
+ };
64150
+ /**
64151
+ * optional string spec_json = 2;
64152
+ * @return {string}
64153
+ */
64154
+ proto.clarifai.api.ArgoOrchestrationStepSpec.prototype.getSpecJson = function () {
64155
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
64156
+ };
64157
+ /**
64158
+ * @param {string} value
64159
+ * @return {!proto.clarifai.api.ArgoOrchestrationStepSpec} returns this
64160
+ */
64161
+ proto.clarifai.api.ArgoOrchestrationStepSpec.prototype.setSpecJson = function (value) {
64162
+ return jspb.Message.setProto3StringField(this, 2, value);
64163
+ };
64164
+ /**
64165
+ * List of repeated fields within this message type.
64166
+ * @private {!Array<number>}
64167
+ * @const
64168
+ */
64169
+ proto.clarifai.api.PipelineStepVersion.repeatedFields_ = [7];
64170
+ if (jspb.Message.GENERATE_TO_OBJECT) {
64171
+ /**
64172
+ * Creates an object representation of this proto.
64173
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
64174
+ * Optional fields that are not set will be set to undefined.
64175
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
64176
+ * For the list of reserved names please see:
64177
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
64178
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
64179
+ * JSPB instance for transitional soy proto support:
64180
+ * http://goto/soy-param-migration
64181
+ * @return {!Object}
64182
+ */
64183
+ proto.clarifai.api.PipelineStepVersion.prototype.toObject = function (opt_includeInstance) {
64184
+ return proto.clarifai.api.PipelineStepVersion.toObject(opt_includeInstance, this);
64185
+ };
64186
+ /**
64187
+ * Static version of the {@see toObject} method.
64188
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
64189
+ * the JSPB instance for transitional soy proto support:
64190
+ * http://goto/soy-param-migration
64191
+ * @param {!proto.clarifai.api.PipelineStepVersion} msg The msg instance to transform.
64192
+ * @return {!Object}
64193
+ * @suppress {unusedLocalVariables} f is only used for nested messages
64194
+ */
64195
+ proto.clarifai.api.PipelineStepVersion.toObject = function (includeInstance, msg) {
64196
+ var f, obj = {
64197
+ id: jspb.Message.getFieldWithDefault(msg, 1, ""),
64198
+ userId: jspb.Message.getFieldWithDefault(msg, 2, ""),
64199
+ appId: jspb.Message.getFieldWithDefault(msg, 3, ""),
64200
+ description: jspb.Message.getFieldWithDefault(msg, 4, ""),
64201
+ pipelineStep: (f = msg.getPipelineStep()) && proto.clarifai.api.PipelineStep.toObject(includeInstance, f),
64202
+ orchestrationStepSpec: (f = msg.getOrchestrationStepSpec()) && proto.clarifai.api.OrchestrationStepSpec.toObject(includeInstance, f),
64203
+ pipelineStepInputParamsList: jspb.Message.toObjectList(msg.getPipelineStepInputParamsList(), proto.clarifai.api.PipelineStepInputParam.toObject, includeInstance),
64204
+ status: (f = msg.getStatus()) && proto_clarifai_api_status_status_pb.Status.toObject(includeInstance, f),
64205
+ pipelineStepComputeInfo: (f = msg.getPipelineStepComputeInfo()) && proto.clarifai.api.ComputeInfo.toObject(includeInstance, f),
64206
+ buildInfo: (f = msg.getBuildInfo()) && proto.clarifai.api.BuildInfo.toObject(includeInstance, f),
64207
+ visibility: (f = msg.getVisibility()) && proto.clarifai.api.Visibility.toObject(includeInstance, f),
64208
+ createdAt: (f = msg.getCreatedAt()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
64209
+ modifiedAt: (f = msg.getModifiedAt()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f)
64210
+ };
64211
+ if (includeInstance) {
64212
+ obj.$jspbMessageInstance = msg;
64213
+ }
64214
+ return obj;
64215
+ };
64216
+ }
64217
+ /**
64218
+ * Deserializes binary data (in protobuf wire format).
64219
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
64220
+ * @return {!proto.clarifai.api.PipelineStepVersion}
64221
+ */
64222
+ proto.clarifai.api.PipelineStepVersion.deserializeBinary = function (bytes) {
64223
+ var reader = new jspb.BinaryReader(bytes);
64224
+ var msg = new proto.clarifai.api.PipelineStepVersion;
64225
+ return proto.clarifai.api.PipelineStepVersion.deserializeBinaryFromReader(msg, reader);
64226
+ };
64227
+ /**
64228
+ * Deserializes binary data (in protobuf wire format) from the
64229
+ * given reader into the given message object.
64230
+ * @param {!proto.clarifai.api.PipelineStepVersion} msg The message object to deserialize into.
64231
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
64232
+ * @return {!proto.clarifai.api.PipelineStepVersion}
64233
+ */
64234
+ proto.clarifai.api.PipelineStepVersion.deserializeBinaryFromReader = function (msg, reader) {
64235
+ while (reader.nextField()) {
64236
+ if (reader.isEndGroup()) {
64237
+ break;
64238
+ }
64239
+ var field = reader.getFieldNumber();
64240
+ switch (field) {
64241
+ case 1:
64242
+ var value = /** @type {string} */ (reader.readString());
64243
+ msg.setId(value);
64244
+ break;
64245
+ case 2:
64246
+ var value = /** @type {string} */ (reader.readString());
64247
+ msg.setUserId(value);
64248
+ break;
64249
+ case 3:
64250
+ var value = /** @type {string} */ (reader.readString());
64251
+ msg.setAppId(value);
64252
+ break;
64253
+ case 4:
64254
+ var value = /** @type {string} */ (reader.readString());
64255
+ msg.setDescription(value);
64256
+ break;
64257
+ case 5:
64258
+ var value = new proto.clarifai.api.PipelineStep;
64259
+ reader.readMessage(value, proto.clarifai.api.PipelineStep.deserializeBinaryFromReader);
64260
+ msg.setPipelineStep(value);
64261
+ break;
64262
+ case 6:
64263
+ var value = new proto.clarifai.api.OrchestrationStepSpec;
64264
+ reader.readMessage(value, proto.clarifai.api.OrchestrationStepSpec.deserializeBinaryFromReader);
64265
+ msg.setOrchestrationStepSpec(value);
64266
+ break;
64267
+ case 7:
64268
+ var value = new proto.clarifai.api.PipelineStepInputParam;
64269
+ reader.readMessage(value, proto.clarifai.api.PipelineStepInputParam.deserializeBinaryFromReader);
64270
+ msg.addPipelineStepInputParams(value);
64271
+ break;
64272
+ case 8:
64273
+ var value = new proto_clarifai_api_status_status_pb.Status;
64274
+ reader.readMessage(value, proto_clarifai_api_status_status_pb.Status.deserializeBinaryFromReader);
64275
+ msg.setStatus(value);
64276
+ break;
64277
+ case 9:
64278
+ var value = new proto.clarifai.api.ComputeInfo;
64279
+ reader.readMessage(value, proto.clarifai.api.ComputeInfo.deserializeBinaryFromReader);
64280
+ msg.setPipelineStepComputeInfo(value);
64281
+ break;
64282
+ case 10:
64283
+ var value = new proto.clarifai.api.BuildInfo;
64284
+ reader.readMessage(value, proto.clarifai.api.BuildInfo.deserializeBinaryFromReader);
64285
+ msg.setBuildInfo(value);
64286
+ break;
64287
+ case 11:
64288
+ var value = new proto.clarifai.api.Visibility;
64289
+ reader.readMessage(value, proto.clarifai.api.Visibility.deserializeBinaryFromReader);
64290
+ msg.setVisibility(value);
64291
+ break;
64292
+ case 12:
64293
+ var value = new google_protobuf_timestamp_pb.Timestamp;
64294
+ reader.readMessage(value, google_protobuf_timestamp_pb.Timestamp.deserializeBinaryFromReader);
64295
+ msg.setCreatedAt(value);
64296
+ break;
64297
+ case 13:
64298
+ var value = new google_protobuf_timestamp_pb.Timestamp;
64299
+ reader.readMessage(value, google_protobuf_timestamp_pb.Timestamp.deserializeBinaryFromReader);
64300
+ msg.setModifiedAt(value);
64301
+ break;
64302
+ default:
64303
+ reader.skipField();
64304
+ break;
64305
+ }
64306
+ }
64307
+ return msg;
64308
+ };
64309
+ /**
64310
+ * Serializes the message to binary data (in protobuf wire format).
64311
+ * @return {!Uint8Array}
64312
+ */
64313
+ proto.clarifai.api.PipelineStepVersion.prototype.serializeBinary = function () {
64314
+ var writer = new jspb.BinaryWriter();
64315
+ proto.clarifai.api.PipelineStepVersion.serializeBinaryToWriter(this, writer);
64316
+ return writer.getResultBuffer();
64317
+ };
64318
+ /**
64319
+ * Serializes the given message to binary data (in protobuf wire
64320
+ * format), writing to the given BinaryWriter.
64321
+ * @param {!proto.clarifai.api.PipelineStepVersion} message
64322
+ * @param {!jspb.BinaryWriter} writer
64323
+ * @suppress {unusedLocalVariables} f is only used for nested messages
64324
+ */
64325
+ proto.clarifai.api.PipelineStepVersion.serializeBinaryToWriter = function (message, writer) {
64326
+ var f = undefined;
64327
+ f = message.getId();
64328
+ if (f.length > 0) {
64329
+ writer.writeString(1, f);
64330
+ }
64331
+ f = message.getUserId();
64332
+ if (f.length > 0) {
64333
+ writer.writeString(2, f);
64334
+ }
64335
+ f = message.getAppId();
64336
+ if (f.length > 0) {
64337
+ writer.writeString(3, f);
64338
+ }
64339
+ f = message.getDescription();
64340
+ if (f.length > 0) {
64341
+ writer.writeString(4, f);
64342
+ }
64343
+ f = message.getPipelineStep();
64344
+ if (f != null) {
64345
+ writer.writeMessage(5, f, proto.clarifai.api.PipelineStep.serializeBinaryToWriter);
64346
+ }
64347
+ f = message.getOrchestrationStepSpec();
64348
+ if (f != null) {
64349
+ writer.writeMessage(6, f, proto.clarifai.api.OrchestrationStepSpec.serializeBinaryToWriter);
64350
+ }
64351
+ f = message.getPipelineStepInputParamsList();
64352
+ if (f.length > 0) {
64353
+ writer.writeRepeatedMessage(7, f, proto.clarifai.api.PipelineStepInputParam.serializeBinaryToWriter);
64354
+ }
64355
+ f = message.getStatus();
64356
+ if (f != null) {
64357
+ writer.writeMessage(8, f, proto_clarifai_api_status_status_pb.Status.serializeBinaryToWriter);
64358
+ }
64359
+ f = message.getPipelineStepComputeInfo();
64360
+ if (f != null) {
64361
+ writer.writeMessage(9, f, proto.clarifai.api.ComputeInfo.serializeBinaryToWriter);
64362
+ }
64363
+ f = message.getBuildInfo();
64364
+ if (f != null) {
64365
+ writer.writeMessage(10, f, proto.clarifai.api.BuildInfo.serializeBinaryToWriter);
64366
+ }
64367
+ f = message.getVisibility();
64368
+ if (f != null) {
64369
+ writer.writeMessage(11, f, proto.clarifai.api.Visibility.serializeBinaryToWriter);
64370
+ }
64371
+ f = message.getCreatedAt();
64372
+ if (f != null) {
64373
+ writer.writeMessage(12, f, google_protobuf_timestamp_pb.Timestamp.serializeBinaryToWriter);
64374
+ }
64375
+ f = message.getModifiedAt();
64376
+ if (f != null) {
64377
+ writer.writeMessage(13, f, google_protobuf_timestamp_pb.Timestamp.serializeBinaryToWriter);
64378
+ }
64379
+ };
64380
+ /**
64381
+ * optional string id = 1;
64382
+ * @return {string}
64383
+ */
64384
+ proto.clarifai.api.PipelineStepVersion.prototype.getId = function () {
64385
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
64386
+ };
64387
+ /**
64388
+ * @param {string} value
64389
+ * @return {!proto.clarifai.api.PipelineStepVersion} returns this
64390
+ */
64391
+ proto.clarifai.api.PipelineStepVersion.prototype.setId = function (value) {
64392
+ return jspb.Message.setProto3StringField(this, 1, value);
64393
+ };
64394
+ /**
64395
+ * optional string user_id = 2;
64396
+ * @return {string}
64397
+ */
64398
+ proto.clarifai.api.PipelineStepVersion.prototype.getUserId = function () {
64399
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
64400
+ };
64401
+ /**
64402
+ * @param {string} value
64403
+ * @return {!proto.clarifai.api.PipelineStepVersion} returns this
64404
+ */
64405
+ proto.clarifai.api.PipelineStepVersion.prototype.setUserId = function (value) {
64406
+ return jspb.Message.setProto3StringField(this, 2, value);
64407
+ };
64408
+ /**
64409
+ * optional string app_id = 3;
64410
+ * @return {string}
64411
+ */
64412
+ proto.clarifai.api.PipelineStepVersion.prototype.getAppId = function () {
64413
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
64414
+ };
64415
+ /**
64416
+ * @param {string} value
64417
+ * @return {!proto.clarifai.api.PipelineStepVersion} returns this
64418
+ */
64419
+ proto.clarifai.api.PipelineStepVersion.prototype.setAppId = function (value) {
64420
+ return jspb.Message.setProto3StringField(this, 3, value);
64421
+ };
64422
+ /**
64423
+ * optional string description = 4;
64424
+ * @return {string}
64425
+ */
64426
+ proto.clarifai.api.PipelineStepVersion.prototype.getDescription = function () {
64427
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, ""));
64428
+ };
64429
+ /**
64430
+ * @param {string} value
64431
+ * @return {!proto.clarifai.api.PipelineStepVersion} returns this
64432
+ */
64433
+ proto.clarifai.api.PipelineStepVersion.prototype.setDescription = function (value) {
64434
+ return jspb.Message.setProto3StringField(this, 4, value);
64435
+ };
64436
+ /**
64437
+ * optional PipelineStep pipeline_step = 5;
64438
+ * @return {?proto.clarifai.api.PipelineStep}
64439
+ */
64440
+ proto.clarifai.api.PipelineStepVersion.prototype.getPipelineStep = function () {
64441
+ return /** @type{?proto.clarifai.api.PipelineStep} */ (jspb.Message.getWrapperField(this, proto.clarifai.api.PipelineStep, 5));
64442
+ };
64443
+ /**
64444
+ * @param {?proto.clarifai.api.PipelineStep|undefined} value
64445
+ * @return {!proto.clarifai.api.PipelineStepVersion} returns this
64446
+ */
64447
+ proto.clarifai.api.PipelineStepVersion.prototype.setPipelineStep = function (value) {
64448
+ return jspb.Message.setWrapperField(this, 5, value);
64449
+ };
64450
+ /**
64451
+ * Clears the message field making it undefined.
64452
+ * @return {!proto.clarifai.api.PipelineStepVersion} returns this
64453
+ */
64454
+ proto.clarifai.api.PipelineStepVersion.prototype.clearPipelineStep = function () {
64455
+ return this.setPipelineStep(undefined);
64456
+ };
64457
+ /**
64458
+ * Returns whether this field is set.
64459
+ * @return {boolean}
64460
+ */
64461
+ proto.clarifai.api.PipelineStepVersion.prototype.hasPipelineStep = function () {
64462
+ return jspb.Message.getField(this, 5) != null;
64463
+ };
64464
+ /**
64465
+ * optional OrchestrationStepSpec orchestration_step_spec = 6;
64466
+ * @return {?proto.clarifai.api.OrchestrationStepSpec}
64467
+ */
64468
+ proto.clarifai.api.PipelineStepVersion.prototype.getOrchestrationStepSpec = function () {
64469
+ return /** @type{?proto.clarifai.api.OrchestrationStepSpec} */ (jspb.Message.getWrapperField(this, proto.clarifai.api.OrchestrationStepSpec, 6));
64470
+ };
64471
+ /**
64472
+ * @param {?proto.clarifai.api.OrchestrationStepSpec|undefined} value
64473
+ * @return {!proto.clarifai.api.PipelineStepVersion} returns this
64474
+ */
64475
+ proto.clarifai.api.PipelineStepVersion.prototype.setOrchestrationStepSpec = function (value) {
64476
+ return jspb.Message.setWrapperField(this, 6, value);
64477
+ };
64478
+ /**
64479
+ * Clears the message field making it undefined.
64480
+ * @return {!proto.clarifai.api.PipelineStepVersion} returns this
64481
+ */
64482
+ proto.clarifai.api.PipelineStepVersion.prototype.clearOrchestrationStepSpec = function () {
64483
+ return this.setOrchestrationStepSpec(undefined);
64484
+ };
64485
+ /**
64486
+ * Returns whether this field is set.
64487
+ * @return {boolean}
64488
+ */
64489
+ proto.clarifai.api.PipelineStepVersion.prototype.hasOrchestrationStepSpec = function () {
64490
+ return jspb.Message.getField(this, 6) != null;
64491
+ };
64492
+ /**
64493
+ * repeated PipelineStepInputParam pipeline_step_input_params = 7;
64494
+ * @return {!Array<!proto.clarifai.api.PipelineStepInputParam>}
64495
+ */
64496
+ proto.clarifai.api.PipelineStepVersion.prototype.getPipelineStepInputParamsList = function () {
64497
+ return /** @type{!Array<!proto.clarifai.api.PipelineStepInputParam>} */ (jspb.Message.getRepeatedWrapperField(this, proto.clarifai.api.PipelineStepInputParam, 7));
64498
+ };
64499
+ /**
64500
+ * @param {!Array<!proto.clarifai.api.PipelineStepInputParam>} value
64501
+ * @return {!proto.clarifai.api.PipelineStepVersion} returns this
64502
+ */
64503
+ proto.clarifai.api.PipelineStepVersion.prototype.setPipelineStepInputParamsList = function (value) {
64504
+ return jspb.Message.setRepeatedWrapperField(this, 7, value);
64505
+ };
64506
+ /**
64507
+ * @param {!proto.clarifai.api.PipelineStepInputParam=} opt_value
64508
+ * @param {number=} opt_index
64509
+ * @return {!proto.clarifai.api.PipelineStepInputParam}
64510
+ */
64511
+ proto.clarifai.api.PipelineStepVersion.prototype.addPipelineStepInputParams = function (opt_value, opt_index) {
64512
+ return jspb.Message.addToRepeatedWrapperField(this, 7, opt_value, proto.clarifai.api.PipelineStepInputParam, opt_index);
64513
+ };
64514
+ /**
64515
+ * Clears the list making it empty but non-null.
64516
+ * @return {!proto.clarifai.api.PipelineStepVersion} returns this
64517
+ */
64518
+ proto.clarifai.api.PipelineStepVersion.prototype.clearPipelineStepInputParamsList = function () {
64519
+ return this.setPipelineStepInputParamsList([]);
64520
+ };
64521
+ /**
64522
+ * optional status.Status status = 8;
64523
+ * @return {?proto.clarifai.api.status.Status}
64524
+ */
64525
+ proto.clarifai.api.PipelineStepVersion.prototype.getStatus = function () {
64526
+ return /** @type{?proto.clarifai.api.status.Status} */ (jspb.Message.getWrapperField(this, proto_clarifai_api_status_status_pb.Status, 8));
64527
+ };
64528
+ /**
64529
+ * @param {?proto.clarifai.api.status.Status|undefined} value
64530
+ * @return {!proto.clarifai.api.PipelineStepVersion} returns this
64531
+ */
64532
+ proto.clarifai.api.PipelineStepVersion.prototype.setStatus = function (value) {
64533
+ return jspb.Message.setWrapperField(this, 8, value);
64534
+ };
64535
+ /**
64536
+ * Clears the message field making it undefined.
64537
+ * @return {!proto.clarifai.api.PipelineStepVersion} returns this
64538
+ */
64539
+ proto.clarifai.api.PipelineStepVersion.prototype.clearStatus = function () {
64540
+ return this.setStatus(undefined);
64541
+ };
64542
+ /**
64543
+ * Returns whether this field is set.
64544
+ * @return {boolean}
64545
+ */
64546
+ proto.clarifai.api.PipelineStepVersion.prototype.hasStatus = function () {
64547
+ return jspb.Message.getField(this, 8) != null;
64548
+ };
64549
+ /**
64550
+ * optional ComputeInfo pipeline_step_compute_info = 9;
64551
+ * @return {?proto.clarifai.api.ComputeInfo}
64552
+ */
64553
+ proto.clarifai.api.PipelineStepVersion.prototype.getPipelineStepComputeInfo = function () {
64554
+ return /** @type{?proto.clarifai.api.ComputeInfo} */ (jspb.Message.getWrapperField(this, proto.clarifai.api.ComputeInfo, 9));
64555
+ };
64556
+ /**
64557
+ * @param {?proto.clarifai.api.ComputeInfo|undefined} value
64558
+ * @return {!proto.clarifai.api.PipelineStepVersion} returns this
64559
+ */
64560
+ proto.clarifai.api.PipelineStepVersion.prototype.setPipelineStepComputeInfo = function (value) {
64561
+ return jspb.Message.setWrapperField(this, 9, value);
64562
+ };
64563
+ /**
64564
+ * Clears the message field making it undefined.
64565
+ * @return {!proto.clarifai.api.PipelineStepVersion} returns this
64566
+ */
64567
+ proto.clarifai.api.PipelineStepVersion.prototype.clearPipelineStepComputeInfo = function () {
64568
+ return this.setPipelineStepComputeInfo(undefined);
64569
+ };
64570
+ /**
64571
+ * Returns whether this field is set.
64572
+ * @return {boolean}
64573
+ */
64574
+ proto.clarifai.api.PipelineStepVersion.prototype.hasPipelineStepComputeInfo = function () {
64575
+ return jspb.Message.getField(this, 9) != null;
64576
+ };
64577
+ /**
64578
+ * optional BuildInfo build_info = 10;
64579
+ * @return {?proto.clarifai.api.BuildInfo}
64580
+ */
64581
+ proto.clarifai.api.PipelineStepVersion.prototype.getBuildInfo = function () {
64582
+ return /** @type{?proto.clarifai.api.BuildInfo} */ (jspb.Message.getWrapperField(this, proto.clarifai.api.BuildInfo, 10));
64583
+ };
64584
+ /**
64585
+ * @param {?proto.clarifai.api.BuildInfo|undefined} value
64586
+ * @return {!proto.clarifai.api.PipelineStepVersion} returns this
64587
+ */
64588
+ proto.clarifai.api.PipelineStepVersion.prototype.setBuildInfo = function (value) {
64589
+ return jspb.Message.setWrapperField(this, 10, value);
64590
+ };
64591
+ /**
64592
+ * Clears the message field making it undefined.
64593
+ * @return {!proto.clarifai.api.PipelineStepVersion} returns this
64594
+ */
64595
+ proto.clarifai.api.PipelineStepVersion.prototype.clearBuildInfo = function () {
64596
+ return this.setBuildInfo(undefined);
64597
+ };
64598
+ /**
64599
+ * Returns whether this field is set.
64600
+ * @return {boolean}
64601
+ */
64602
+ proto.clarifai.api.PipelineStepVersion.prototype.hasBuildInfo = function () {
64603
+ return jspb.Message.getField(this, 10) != null;
64604
+ };
64605
+ /**
64606
+ * optional Visibility visibility = 11;
64607
+ * @return {?proto.clarifai.api.Visibility}
64608
+ */
64609
+ proto.clarifai.api.PipelineStepVersion.prototype.getVisibility = function () {
64610
+ return /** @type{?proto.clarifai.api.Visibility} */ (jspb.Message.getWrapperField(this, proto.clarifai.api.Visibility, 11));
64611
+ };
64612
+ /**
64613
+ * @param {?proto.clarifai.api.Visibility|undefined} value
64614
+ * @return {!proto.clarifai.api.PipelineStepVersion} returns this
64615
+ */
64616
+ proto.clarifai.api.PipelineStepVersion.prototype.setVisibility = function (value) {
64617
+ return jspb.Message.setWrapperField(this, 11, value);
64618
+ };
64619
+ /**
64620
+ * Clears the message field making it undefined.
64621
+ * @return {!proto.clarifai.api.PipelineStepVersion} returns this
64622
+ */
64623
+ proto.clarifai.api.PipelineStepVersion.prototype.clearVisibility = function () {
64624
+ return this.setVisibility(undefined);
64625
+ };
64626
+ /**
64627
+ * Returns whether this field is set.
64628
+ * @return {boolean}
64629
+ */
64630
+ proto.clarifai.api.PipelineStepVersion.prototype.hasVisibility = function () {
64631
+ return jspb.Message.getField(this, 11) != null;
64632
+ };
64633
+ /**
64634
+ * optional google.protobuf.Timestamp created_at = 12;
64635
+ * @return {?proto.google.protobuf.Timestamp}
64636
+ */
64637
+ proto.clarifai.api.PipelineStepVersion.prototype.getCreatedAt = function () {
64638
+ return /** @type{?proto.google.protobuf.Timestamp} */ (jspb.Message.getWrapperField(this, google_protobuf_timestamp_pb.Timestamp, 12));
64639
+ };
64640
+ /**
64641
+ * @param {?proto.google.protobuf.Timestamp|undefined} value
64642
+ * @return {!proto.clarifai.api.PipelineStepVersion} returns this
64643
+ */
64644
+ proto.clarifai.api.PipelineStepVersion.prototype.setCreatedAt = function (value) {
64645
+ return jspb.Message.setWrapperField(this, 12, value);
64646
+ };
64647
+ /**
64648
+ * Clears the message field making it undefined.
64649
+ * @return {!proto.clarifai.api.PipelineStepVersion} returns this
64650
+ */
64651
+ proto.clarifai.api.PipelineStepVersion.prototype.clearCreatedAt = function () {
64652
+ return this.setCreatedAt(undefined);
64653
+ };
64654
+ /**
64655
+ * Returns whether this field is set.
64656
+ * @return {boolean}
64657
+ */
64658
+ proto.clarifai.api.PipelineStepVersion.prototype.hasCreatedAt = function () {
64659
+ return jspb.Message.getField(this, 12) != null;
64660
+ };
64661
+ /**
64662
+ * optional google.protobuf.Timestamp modified_at = 13;
64663
+ * @return {?proto.google.protobuf.Timestamp}
64664
+ */
64665
+ proto.clarifai.api.PipelineStepVersion.prototype.getModifiedAt = function () {
64666
+ return /** @type{?proto.google.protobuf.Timestamp} */ (jspb.Message.getWrapperField(this, google_protobuf_timestamp_pb.Timestamp, 13));
64667
+ };
64668
+ /**
64669
+ * @param {?proto.google.protobuf.Timestamp|undefined} value
64670
+ * @return {!proto.clarifai.api.PipelineStepVersion} returns this
64671
+ */
64672
+ proto.clarifai.api.PipelineStepVersion.prototype.setModifiedAt = function (value) {
64673
+ return jspb.Message.setWrapperField(this, 13, value);
64674
+ };
64675
+ /**
64676
+ * Clears the message field making it undefined.
64677
+ * @return {!proto.clarifai.api.PipelineStepVersion} returns this
64678
+ */
64679
+ proto.clarifai.api.PipelineStepVersion.prototype.clearModifiedAt = function () {
64680
+ return this.setModifiedAt(undefined);
64681
+ };
64682
+ /**
64683
+ * Returns whether this field is set.
64684
+ * @return {boolean}
64685
+ */
64686
+ proto.clarifai.api.PipelineStepVersion.prototype.hasModifiedAt = function () {
64687
+ return jspb.Message.getField(this, 13) != null;
64688
+ };
63277
64689
  if (jspb.Message.GENERATE_TO_OBJECT) {
63278
64690
  /**
63279
64691
  * Creates an object representation of this proto.