clarifai-web-grpc 11.9.11 → 11.10.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.
|
@@ -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);
|
|
@@ -5385,6 +5389,69 @@ if (goog.DEBUG && !COMPILED) {
|
|
|
5385
5389
|
*/
|
|
5386
5390
|
proto.clarifai.api.WorkflowVersionEvaluationData.displayName = 'proto.clarifai.api.WorkflowVersionEvaluationData';
|
|
5387
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
|
+
}
|
|
5388
5455
|
/**
|
|
5389
5456
|
* Generated by JsPbCodeGenerator.
|
|
5390
5457
|
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
@@ -65791,6 +65858,409 @@ proto.clarifai.api.WorkflowVersionEvaluationData.prototype.clearWorkflowEvaluati
|
|
|
65791
65858
|
proto.clarifai.api.WorkflowVersionEvaluationData.prototype.hasWorkflowEvaluationSampleResult = function () {
|
|
65792
65859
|
return jspb.Message.getField(this, 5) != null;
|
|
65793
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
|
+
};
|
|
65794
66264
|
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
65795
66265
|
/**
|
|
65796
66266
|
* Creates an object representation of this proto.
|
|
@@ -68735,7 +69205,9 @@ if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
|
68735
69205
|
userId: jspb.Message.getFieldWithDefault(msg, 5, ""),
|
|
68736
69206
|
appId: jspb.Message.getFieldWithDefault(msg, 6, ""),
|
|
68737
69207
|
createdAt: (f = msg.getCreatedAt()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
68738
|
-
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)
|
|
68739
69211
|
};
|
|
68740
69212
|
if (includeInstance) {
|
|
68741
69213
|
obj.$jspbMessageInstance = msg;
|
|
@@ -68804,6 +69276,16 @@ proto.clarifai.api.PipelineVersionRun.deserializeBinaryFromReader = function (ms
|
|
|
68804
69276
|
reader.readMessage(value, google_protobuf_timestamp_pb.Timestamp.deserializeBinaryFromReader);
|
|
68805
69277
|
msg.setModifiedAt(value);
|
|
68806
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;
|
|
68807
69289
|
default:
|
|
68808
69290
|
reader.skipField();
|
|
68809
69291
|
break;
|
|
@@ -68861,6 +69343,14 @@ proto.clarifai.api.PipelineVersionRun.serializeBinaryToWriter = function (messag
|
|
|
68861
69343
|
if (f != null) {
|
|
68862
69344
|
writer.writeMessage(8, f, google_protobuf_timestamp_pb.Timestamp.serializeBinaryToWriter);
|
|
68863
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
|
+
}
|
|
68864
69354
|
};
|
|
68865
69355
|
/**
|
|
68866
69356
|
* optional string id = 1;
|
|
@@ -69045,6 +69535,62 @@ proto.clarifai.api.PipelineVersionRun.prototype.clearModifiedAt = function () {
|
|
|
69045
69535
|
proto.clarifai.api.PipelineVersionRun.prototype.hasModifiedAt = function () {
|
|
69046
69536
|
return jspb.Message.getField(this, 8) != null;
|
|
69047
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
|
+
};
|
|
69048
69594
|
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
69049
69595
|
/**
|
|
69050
69596
|
* Creates an object representation of this proto.
|