clarifai-web-grpc 10.1.1 → 10.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
10.1.
|
|
1
|
+
10.1.3
|
|
@@ -51640,7 +51640,7 @@ proto.clarifai.api.GetTaskRequest.prototype.clearAdditionalFieldsList = function
|
|
|
51640
51640
|
* @private {!Array<number>}
|
|
51641
51641
|
* @const
|
|
51642
51642
|
*/
|
|
51643
|
-
proto.clarifai.api.ListTasksRequest.repeatedFields_ = [4, 5, 8, 7];
|
|
51643
|
+
proto.clarifai.api.ListTasksRequest.repeatedFields_ = [4, 5, 8, 7, 9];
|
|
51644
51644
|
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
51645
51645
|
/**
|
|
51646
51646
|
* Creates an object representation of this proto.
|
|
@@ -51675,7 +51675,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
|
51675
51675
|
reviewUserIdsList: (f = jspb.Message.getRepeatedField(msg, 5)) == null ? undefined : f,
|
|
51676
51676
|
labelOrderIdsList: (f = jspb.Message.getRepeatedField(msg, 8)) == null ? undefined : f,
|
|
51677
51677
|
includingLabelOrderTasks: jspb.Message.getBooleanFieldWithDefault(msg, 6, false),
|
|
51678
|
-
additionalFieldsList: (f = jspb.Message.getRepeatedField(msg, 7)) == null ? undefined : f
|
|
51678
|
+
additionalFieldsList: (f = jspb.Message.getRepeatedField(msg, 7)) == null ? undefined : f,
|
|
51679
|
+
idsList: (f = jspb.Message.getRepeatedField(msg, 9)) == null ? undefined : f
|
|
51679
51680
|
};
|
|
51680
51681
|
if (includeInstance) {
|
|
51681
51682
|
obj.$jspbMessageInstance = msg;
|
|
@@ -51740,6 +51741,10 @@ proto.clarifai.api.ListTasksRequest.deserializeBinaryFromReader = function (msg,
|
|
|
51740
51741
|
var value = /** @type {string} */ (reader.readString());
|
|
51741
51742
|
msg.addAdditionalFields(value);
|
|
51742
51743
|
break;
|
|
51744
|
+
case 9:
|
|
51745
|
+
var value = /** @type {string} */ (reader.readString());
|
|
51746
|
+
msg.addIds(value);
|
|
51747
|
+
break;
|
|
51743
51748
|
default:
|
|
51744
51749
|
reader.skipField();
|
|
51745
51750
|
break;
|
|
@@ -51797,6 +51802,10 @@ proto.clarifai.api.ListTasksRequest.serializeBinaryToWriter = function (message,
|
|
|
51797
51802
|
if (f.length > 0) {
|
|
51798
51803
|
writer.writeRepeatedString(7, f);
|
|
51799
51804
|
}
|
|
51805
|
+
f = message.getIdsList();
|
|
51806
|
+
if (f.length > 0) {
|
|
51807
|
+
writer.writeRepeatedString(9, f);
|
|
51808
|
+
}
|
|
51800
51809
|
};
|
|
51801
51810
|
/**
|
|
51802
51811
|
* optional UserAppIDSet user_app_id = 1;
|
|
@@ -51984,6 +51993,35 @@ proto.clarifai.api.ListTasksRequest.prototype.addAdditionalFields = function (va
|
|
|
51984
51993
|
proto.clarifai.api.ListTasksRequest.prototype.clearAdditionalFieldsList = function () {
|
|
51985
51994
|
return this.setAdditionalFieldsList([]);
|
|
51986
51995
|
};
|
|
51996
|
+
/**
|
|
51997
|
+
* repeated string ids = 9;
|
|
51998
|
+
* @return {!Array<string>}
|
|
51999
|
+
*/
|
|
52000
|
+
proto.clarifai.api.ListTasksRequest.prototype.getIdsList = function () {
|
|
52001
|
+
return /** @type {!Array<string>} */ (jspb.Message.getRepeatedField(this, 9));
|
|
52002
|
+
};
|
|
52003
|
+
/**
|
|
52004
|
+
* @param {!Array<string>} value
|
|
52005
|
+
* @return {!proto.clarifai.api.ListTasksRequest} returns this
|
|
52006
|
+
*/
|
|
52007
|
+
proto.clarifai.api.ListTasksRequest.prototype.setIdsList = function (value) {
|
|
52008
|
+
return jspb.Message.setField(this, 9, value || []);
|
|
52009
|
+
};
|
|
52010
|
+
/**
|
|
52011
|
+
* @param {string} value
|
|
52012
|
+
* @param {number=} opt_index
|
|
52013
|
+
* @return {!proto.clarifai.api.ListTasksRequest} returns this
|
|
52014
|
+
*/
|
|
52015
|
+
proto.clarifai.api.ListTasksRequest.prototype.addIds = function (value, opt_index) {
|
|
52016
|
+
return jspb.Message.addToRepeatedField(this, 9, value, opt_index);
|
|
52017
|
+
};
|
|
52018
|
+
/**
|
|
52019
|
+
* Clears the list making it empty but non-null.
|
|
52020
|
+
* @return {!proto.clarifai.api.ListTasksRequest} returns this
|
|
52021
|
+
*/
|
|
52022
|
+
proto.clarifai.api.ListTasksRequest.prototype.clearIdsList = function () {
|
|
52023
|
+
return this.setIdsList([]);
|
|
52024
|
+
};
|
|
51987
52025
|
/**
|
|
51988
52026
|
* List of repeated fields within this message type.
|
|
51989
52027
|
* @private {!Array<number>}
|
|
@@ -51640,7 +51640,7 @@ proto.clarifai.api.GetTaskRequest.prototype.clearAdditionalFieldsList = function
|
|
|
51640
51640
|
* @private {!Array<number>}
|
|
51641
51641
|
* @const
|
|
51642
51642
|
*/
|
|
51643
|
-
proto.clarifai.api.ListTasksRequest.repeatedFields_ = [4, 5, 8, 7];
|
|
51643
|
+
proto.clarifai.api.ListTasksRequest.repeatedFields_ = [4, 5, 8, 7, 9];
|
|
51644
51644
|
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
51645
51645
|
/**
|
|
51646
51646
|
* Creates an object representation of this proto.
|
|
@@ -51675,7 +51675,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
|
51675
51675
|
reviewUserIdsList: (f = jspb.Message.getRepeatedField(msg, 5)) == null ? undefined : f,
|
|
51676
51676
|
labelOrderIdsList: (f = jspb.Message.getRepeatedField(msg, 8)) == null ? undefined : f,
|
|
51677
51677
|
includingLabelOrderTasks: jspb.Message.getBooleanFieldWithDefault(msg, 6, false),
|
|
51678
|
-
additionalFieldsList: (f = jspb.Message.getRepeatedField(msg, 7)) == null ? undefined : f
|
|
51678
|
+
additionalFieldsList: (f = jspb.Message.getRepeatedField(msg, 7)) == null ? undefined : f,
|
|
51679
|
+
idsList: (f = jspb.Message.getRepeatedField(msg, 9)) == null ? undefined : f
|
|
51679
51680
|
};
|
|
51680
51681
|
if (includeInstance) {
|
|
51681
51682
|
obj.$jspbMessageInstance = msg;
|
|
@@ -51740,6 +51741,10 @@ proto.clarifai.api.ListTasksRequest.deserializeBinaryFromReader = function (msg,
|
|
|
51740
51741
|
var value = /** @type {string} */ (reader.readString());
|
|
51741
51742
|
msg.addAdditionalFields(value);
|
|
51742
51743
|
break;
|
|
51744
|
+
case 9:
|
|
51745
|
+
var value = /** @type {string} */ (reader.readString());
|
|
51746
|
+
msg.addIds(value);
|
|
51747
|
+
break;
|
|
51743
51748
|
default:
|
|
51744
51749
|
reader.skipField();
|
|
51745
51750
|
break;
|
|
@@ -51797,6 +51802,10 @@ proto.clarifai.api.ListTasksRequest.serializeBinaryToWriter = function (message,
|
|
|
51797
51802
|
if (f.length > 0) {
|
|
51798
51803
|
writer.writeRepeatedString(7, f);
|
|
51799
51804
|
}
|
|
51805
|
+
f = message.getIdsList();
|
|
51806
|
+
if (f.length > 0) {
|
|
51807
|
+
writer.writeRepeatedString(9, f);
|
|
51808
|
+
}
|
|
51800
51809
|
};
|
|
51801
51810
|
/**
|
|
51802
51811
|
* optional UserAppIDSet user_app_id = 1;
|
|
@@ -51984,6 +51993,35 @@ proto.clarifai.api.ListTasksRequest.prototype.addAdditionalFields = function (va
|
|
|
51984
51993
|
proto.clarifai.api.ListTasksRequest.prototype.clearAdditionalFieldsList = function () {
|
|
51985
51994
|
return this.setAdditionalFieldsList([]);
|
|
51986
51995
|
};
|
|
51996
|
+
/**
|
|
51997
|
+
* repeated string ids = 9;
|
|
51998
|
+
* @return {!Array<string>}
|
|
51999
|
+
*/
|
|
52000
|
+
proto.clarifai.api.ListTasksRequest.prototype.getIdsList = function () {
|
|
52001
|
+
return /** @type {!Array<string>} */ (jspb.Message.getRepeatedField(this, 9));
|
|
52002
|
+
};
|
|
52003
|
+
/**
|
|
52004
|
+
* @param {!Array<string>} value
|
|
52005
|
+
* @return {!proto.clarifai.api.ListTasksRequest} returns this
|
|
52006
|
+
*/
|
|
52007
|
+
proto.clarifai.api.ListTasksRequest.prototype.setIdsList = function (value) {
|
|
52008
|
+
return jspb.Message.setField(this, 9, value || []);
|
|
52009
|
+
};
|
|
52010
|
+
/**
|
|
52011
|
+
* @param {string} value
|
|
52012
|
+
* @param {number=} opt_index
|
|
52013
|
+
* @return {!proto.clarifai.api.ListTasksRequest} returns this
|
|
52014
|
+
*/
|
|
52015
|
+
proto.clarifai.api.ListTasksRequest.prototype.addIds = function (value, opt_index) {
|
|
52016
|
+
return jspb.Message.addToRepeatedField(this, 9, value, opt_index);
|
|
52017
|
+
};
|
|
52018
|
+
/**
|
|
52019
|
+
* Clears the list making it empty but non-null.
|
|
52020
|
+
* @return {!proto.clarifai.api.ListTasksRequest} returns this
|
|
52021
|
+
*/
|
|
52022
|
+
proto.clarifai.api.ListTasksRequest.prototype.clearIdsList = function () {
|
|
52023
|
+
return this.setIdsList([]);
|
|
52024
|
+
};
|
|
51987
52025
|
/**
|
|
51988
52026
|
* List of repeated fields within this message type.
|
|
51989
52027
|
* @private {!Array<number>}
|
package/package.json
CHANGED
|
@@ -7188,6 +7188,11 @@ export class ListTasksRequest extends jspb.Message {
|
|
|
7188
7188
|
clearAdditionalFieldsList(): ListTasksRequest;
|
|
7189
7189
|
addAdditionalFields(value: string, index?: number): ListTasksRequest;
|
|
7190
7190
|
|
|
7191
|
+
getIdsList(): Array<string>;
|
|
7192
|
+
setIdsList(value: Array<string>): ListTasksRequest;
|
|
7193
|
+
clearIdsList(): ListTasksRequest;
|
|
7194
|
+
addIds(value: string, index?: number): ListTasksRequest;
|
|
7195
|
+
|
|
7191
7196
|
serializeBinary(): Uint8Array;
|
|
7192
7197
|
toObject(includeInstance?: boolean): ListTasksRequest.AsObject;
|
|
7193
7198
|
static toObject(includeInstance: boolean, msg: ListTasksRequest): ListTasksRequest.AsObject;
|
|
@@ -7206,6 +7211,7 @@ export namespace ListTasksRequest {
|
|
|
7206
7211
|
labelOrderIdsList: Array<string>,
|
|
7207
7212
|
includingLabelOrderTasks: boolean,
|
|
7208
7213
|
additionalFieldsList: Array<string>,
|
|
7214
|
+
idsList: Array<string>,
|
|
7209
7215
|
}
|
|
7210
7216
|
}
|
|
7211
7217
|
|
|
@@ -63409,7 +63409,7 @@ proto.clarifai.api.GetTaskRequest.prototype.clearAdditionalFieldsList = function
|
|
|
63409
63409
|
* @private {!Array<number>}
|
|
63410
63410
|
* @const
|
|
63411
63411
|
*/
|
|
63412
|
-
proto.clarifai.api.ListTasksRequest.repeatedFields_ = [4,5,8,7];
|
|
63412
|
+
proto.clarifai.api.ListTasksRequest.repeatedFields_ = [4,5,8,7,9];
|
|
63413
63413
|
|
|
63414
63414
|
|
|
63415
63415
|
|
|
@@ -63449,7 +63449,8 @@ proto.clarifai.api.ListTasksRequest.toObject = function(includeInstance, msg) {
|
|
|
63449
63449
|
reviewUserIdsList: (f = jspb.Message.getRepeatedField(msg, 5)) == null ? undefined : f,
|
|
63450
63450
|
labelOrderIdsList: (f = jspb.Message.getRepeatedField(msg, 8)) == null ? undefined : f,
|
|
63451
63451
|
includingLabelOrderTasks: jspb.Message.getBooleanFieldWithDefault(msg, 6, false),
|
|
63452
|
-
additionalFieldsList: (f = jspb.Message.getRepeatedField(msg, 7)) == null ? undefined : f
|
|
63452
|
+
additionalFieldsList: (f = jspb.Message.getRepeatedField(msg, 7)) == null ? undefined : f,
|
|
63453
|
+
idsList: (f = jspb.Message.getRepeatedField(msg, 9)) == null ? undefined : f
|
|
63453
63454
|
};
|
|
63454
63455
|
|
|
63455
63456
|
if (includeInstance) {
|
|
@@ -63519,6 +63520,10 @@ proto.clarifai.api.ListTasksRequest.deserializeBinaryFromReader = function(msg,
|
|
|
63519
63520
|
var value = /** @type {string} */ (reader.readString());
|
|
63520
63521
|
msg.addAdditionalFields(value);
|
|
63521
63522
|
break;
|
|
63523
|
+
case 9:
|
|
63524
|
+
var value = /** @type {string} */ (reader.readString());
|
|
63525
|
+
msg.addIds(value);
|
|
63526
|
+
break;
|
|
63522
63527
|
default:
|
|
63523
63528
|
reader.skipField();
|
|
63524
63529
|
break;
|
|
@@ -63605,6 +63610,13 @@ proto.clarifai.api.ListTasksRequest.serializeBinaryToWriter = function(message,
|
|
|
63605
63610
|
f
|
|
63606
63611
|
);
|
|
63607
63612
|
}
|
|
63613
|
+
f = message.getIdsList();
|
|
63614
|
+
if (f.length > 0) {
|
|
63615
|
+
writer.writeRepeatedString(
|
|
63616
|
+
9,
|
|
63617
|
+
f
|
|
63618
|
+
);
|
|
63619
|
+
}
|
|
63608
63620
|
};
|
|
63609
63621
|
|
|
63610
63622
|
|
|
@@ -63847,6 +63859,43 @@ proto.clarifai.api.ListTasksRequest.prototype.clearAdditionalFieldsList = functi
|
|
|
63847
63859
|
};
|
|
63848
63860
|
|
|
63849
63861
|
|
|
63862
|
+
/**
|
|
63863
|
+
* repeated string ids = 9;
|
|
63864
|
+
* @return {!Array<string>}
|
|
63865
|
+
*/
|
|
63866
|
+
proto.clarifai.api.ListTasksRequest.prototype.getIdsList = function() {
|
|
63867
|
+
return /** @type {!Array<string>} */ (jspb.Message.getRepeatedField(this, 9));
|
|
63868
|
+
};
|
|
63869
|
+
|
|
63870
|
+
|
|
63871
|
+
/**
|
|
63872
|
+
* @param {!Array<string>} value
|
|
63873
|
+
* @return {!proto.clarifai.api.ListTasksRequest} returns this
|
|
63874
|
+
*/
|
|
63875
|
+
proto.clarifai.api.ListTasksRequest.prototype.setIdsList = function(value) {
|
|
63876
|
+
return jspb.Message.setField(this, 9, value || []);
|
|
63877
|
+
};
|
|
63878
|
+
|
|
63879
|
+
|
|
63880
|
+
/**
|
|
63881
|
+
* @param {string} value
|
|
63882
|
+
* @param {number=} opt_index
|
|
63883
|
+
* @return {!proto.clarifai.api.ListTasksRequest} returns this
|
|
63884
|
+
*/
|
|
63885
|
+
proto.clarifai.api.ListTasksRequest.prototype.addIds = function(value, opt_index) {
|
|
63886
|
+
return jspb.Message.addToRepeatedField(this, 9, value, opt_index);
|
|
63887
|
+
};
|
|
63888
|
+
|
|
63889
|
+
|
|
63890
|
+
/**
|
|
63891
|
+
* Clears the list making it empty but non-null.
|
|
63892
|
+
* @return {!proto.clarifai.api.ListTasksRequest} returns this
|
|
63893
|
+
*/
|
|
63894
|
+
proto.clarifai.api.ListTasksRequest.prototype.clearIdsList = function() {
|
|
63895
|
+
return this.setIdsList([]);
|
|
63896
|
+
};
|
|
63897
|
+
|
|
63898
|
+
|
|
63850
63899
|
|
|
63851
63900
|
/**
|
|
63852
63901
|
* List of repeated fields within this message type.
|