clarifai-web-grpc 10.10.1 → 10.11.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/VERSION +1 -1
- package/dist/cjs/proto/clarifai/api/resources_pb.js +694 -7
- package/dist/cjs/proto/clarifai/api/service_grpc_web_pb.js +126 -0
- package/dist/cjs/proto/clarifai/api/service_pb.js +1229 -2
- package/dist/esm/proto/clarifai/api/resources_pb.js +694 -7
- package/dist/esm/proto/clarifai/api/service_grpc_web_pb.js +126 -0
- package/dist/esm/proto/clarifai/api/service_pb.js +1229 -2
- package/package.json +1 -1
- package/proto/clarifai/api/resources_pb.d.ts +115 -0
- package/proto/clarifai/api/resources_pb.js +875 -7
- package/proto/clarifai/api/service_grpc_web_pb.d.ts +36 -0
- package/proto/clarifai/api/service_grpc_web_pb.js +183 -0
- package/proto/clarifai/api/service_pb.d.ts +178 -0
- package/proto/clarifai/api/service_pb.js +1515 -2
|
@@ -136,6 +136,8 @@ goog.exportSymbol('proto.clarifai.api.ListAppKeysRequest', null, global);
|
|
|
136
136
|
goog.exportSymbol('proto.clarifai.api.ListAppsRequest', null, global);
|
|
137
137
|
goog.exportSymbol('proto.clarifai.api.ListAppsRequest.SortByCase', null, global);
|
|
138
138
|
goog.exportSymbol('proto.clarifai.api.ListBulkOperationsRequest', null, global);
|
|
139
|
+
goog.exportSymbol('proto.clarifai.api.ListCloudProvidersRequest', null, global);
|
|
140
|
+
goog.exportSymbol('proto.clarifai.api.ListCloudRegionsRequest', null, global);
|
|
139
141
|
goog.exportSymbol('proto.clarifai.api.ListCollaborationsRequest', null, global);
|
|
140
142
|
goog.exportSymbol('proto.clarifai.api.ListCollaboratorsRequest', null, global);
|
|
141
143
|
goog.exportSymbol('proto.clarifai.api.ListCollectorsRequest', null, global);
|
|
@@ -159,6 +161,7 @@ goog.exportSymbol('proto.clarifai.api.ListInstanceTypesRequest', null, global);
|
|
|
159
161
|
goog.exportSymbol('proto.clarifai.api.ListKeysRequest', null, global);
|
|
160
162
|
goog.exportSymbol('proto.clarifai.api.ListKnowledgeGraphsRequest', null, global);
|
|
161
163
|
goog.exportSymbol('proto.clarifai.api.ListLabelOrdersRequest', null, global);
|
|
164
|
+
goog.exportSymbol('proto.clarifai.api.ListLogEntriesRequest', null, global);
|
|
162
165
|
goog.exportSymbol('proto.clarifai.api.ListModelConceptsRequest', null, global);
|
|
163
166
|
goog.exportSymbol('proto.clarifai.api.ListModelInputsRequest', null, global);
|
|
164
167
|
goog.exportSymbol('proto.clarifai.api.ListModelReferencesRequest', null, global);
|
|
@@ -196,6 +199,8 @@ goog.exportSymbol('proto.clarifai.api.MultiAppDuplicationsResponse', null, globa
|
|
|
196
199
|
goog.exportSymbol('proto.clarifai.api.MultiAppResponse', null, global);
|
|
197
200
|
goog.exportSymbol('proto.clarifai.api.MultiAuditLogEntryResponse', null, global);
|
|
198
201
|
goog.exportSymbol('proto.clarifai.api.MultiBulkOperationsResponse', null, global);
|
|
202
|
+
goog.exportSymbol('proto.clarifai.api.MultiCloudProviderResponse', null, global);
|
|
203
|
+
goog.exportSymbol('proto.clarifai.api.MultiCloudRegionResponse', null, global);
|
|
199
204
|
goog.exportSymbol('proto.clarifai.api.MultiCollaborationsResponse', null, global);
|
|
200
205
|
goog.exportSymbol('proto.clarifai.api.MultiCollaboratorsResponse', null, global);
|
|
201
206
|
goog.exportSymbol('proto.clarifai.api.MultiCollectorResponse', null, global);
|
|
@@ -220,6 +225,7 @@ goog.exportSymbol('proto.clarifai.api.MultiInstanceTypeResponse', null, global);
|
|
|
220
225
|
goog.exportSymbol('proto.clarifai.api.MultiKeyResponse', null, global);
|
|
221
226
|
goog.exportSymbol('proto.clarifai.api.MultiKnowledgeGraphResponse', null, global);
|
|
222
227
|
goog.exportSymbol('proto.clarifai.api.MultiLabelOrderResponse', null, global);
|
|
228
|
+
goog.exportSymbol('proto.clarifai.api.MultiLogEntryResponse', null, global);
|
|
223
229
|
goog.exportSymbol('proto.clarifai.api.MultiModelCheckConsentResponse', null, global);
|
|
224
230
|
goog.exportSymbol('proto.clarifai.api.MultiModelLanguageResponse', null, global);
|
|
225
231
|
goog.exportSymbol('proto.clarifai.api.MultiModelReferenceResponse', null, global);
|
|
@@ -2509,6 +2515,27 @@ if (goog.DEBUG && !COMPILED) {
|
|
|
2509
2515
|
*/
|
|
2510
2516
|
proto.clarifai.api.ListModelInputsRequest.displayName = 'proto.clarifai.api.ListModelInputsRequest';
|
|
2511
2517
|
}
|
|
2518
|
+
/**
|
|
2519
|
+
* Generated by JsPbCodeGenerator.
|
|
2520
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
2521
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
2522
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
2523
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
2524
|
+
* valid.
|
|
2525
|
+
* @extends {jspb.Message}
|
|
2526
|
+
* @constructor
|
|
2527
|
+
*/
|
|
2528
|
+
proto.clarifai.api.ListLogEntriesRequest = function(opt_data) {
|
|
2529
|
+
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
2530
|
+
};
|
|
2531
|
+
goog.inherits(proto.clarifai.api.ListLogEntriesRequest, jspb.Message);
|
|
2532
|
+
if (goog.DEBUG && !COMPILED) {
|
|
2533
|
+
/**
|
|
2534
|
+
* @public
|
|
2535
|
+
* @override
|
|
2536
|
+
*/
|
|
2537
|
+
proto.clarifai.api.ListLogEntriesRequest.displayName = 'proto.clarifai.api.ListLogEntriesRequest';
|
|
2538
|
+
}
|
|
2512
2539
|
/**
|
|
2513
2540
|
* Generated by JsPbCodeGenerator.
|
|
2514
2541
|
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
@@ -4042,6 +4069,27 @@ if (goog.DEBUG && !COMPILED) {
|
|
|
4042
4069
|
*/
|
|
4043
4070
|
proto.clarifai.api.MultiOutputResponse.displayName = 'proto.clarifai.api.MultiOutputResponse';
|
|
4044
4071
|
}
|
|
4072
|
+
/**
|
|
4073
|
+
* Generated by JsPbCodeGenerator.
|
|
4074
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
4075
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
4076
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
4077
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
4078
|
+
* valid.
|
|
4079
|
+
* @extends {jspb.Message}
|
|
4080
|
+
* @constructor
|
|
4081
|
+
*/
|
|
4082
|
+
proto.clarifai.api.MultiLogEntryResponse = function(opt_data) {
|
|
4083
|
+
jspb.Message.initialize(this, opt_data, 0, -1, proto.clarifai.api.MultiLogEntryResponse.repeatedFields_, null);
|
|
4084
|
+
};
|
|
4085
|
+
goog.inherits(proto.clarifai.api.MultiLogEntryResponse, jspb.Message);
|
|
4086
|
+
if (goog.DEBUG && !COMPILED) {
|
|
4087
|
+
/**
|
|
4088
|
+
* @public
|
|
4089
|
+
* @override
|
|
4090
|
+
*/
|
|
4091
|
+
proto.clarifai.api.MultiLogEntryResponse.displayName = 'proto.clarifai.api.MultiLogEntryResponse';
|
|
4092
|
+
}
|
|
4045
4093
|
/**
|
|
4046
4094
|
* Generated by JsPbCodeGenerator.
|
|
4047
4095
|
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
@@ -7318,6 +7366,90 @@ if (goog.DEBUG && !COMPILED) {
|
|
|
7318
7366
|
*/
|
|
7319
7367
|
proto.clarifai.api.MultiTrainingTimeEstimateResponse.displayName = 'proto.clarifai.api.MultiTrainingTimeEstimateResponse';
|
|
7320
7368
|
}
|
|
7369
|
+
/**
|
|
7370
|
+
* Generated by JsPbCodeGenerator.
|
|
7371
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
7372
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
7373
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
7374
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
7375
|
+
* valid.
|
|
7376
|
+
* @extends {jspb.Message}
|
|
7377
|
+
* @constructor
|
|
7378
|
+
*/
|
|
7379
|
+
proto.clarifai.api.ListCloudProvidersRequest = function(opt_data) {
|
|
7380
|
+
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
7381
|
+
};
|
|
7382
|
+
goog.inherits(proto.clarifai.api.ListCloudProvidersRequest, jspb.Message);
|
|
7383
|
+
if (goog.DEBUG && !COMPILED) {
|
|
7384
|
+
/**
|
|
7385
|
+
* @public
|
|
7386
|
+
* @override
|
|
7387
|
+
*/
|
|
7388
|
+
proto.clarifai.api.ListCloudProvidersRequest.displayName = 'proto.clarifai.api.ListCloudProvidersRequest';
|
|
7389
|
+
}
|
|
7390
|
+
/**
|
|
7391
|
+
* Generated by JsPbCodeGenerator.
|
|
7392
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
7393
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
7394
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
7395
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
7396
|
+
* valid.
|
|
7397
|
+
* @extends {jspb.Message}
|
|
7398
|
+
* @constructor
|
|
7399
|
+
*/
|
|
7400
|
+
proto.clarifai.api.MultiCloudProviderResponse = function(opt_data) {
|
|
7401
|
+
jspb.Message.initialize(this, opt_data, 0, -1, proto.clarifai.api.MultiCloudProviderResponse.repeatedFields_, null);
|
|
7402
|
+
};
|
|
7403
|
+
goog.inherits(proto.clarifai.api.MultiCloudProviderResponse, jspb.Message);
|
|
7404
|
+
if (goog.DEBUG && !COMPILED) {
|
|
7405
|
+
/**
|
|
7406
|
+
* @public
|
|
7407
|
+
* @override
|
|
7408
|
+
*/
|
|
7409
|
+
proto.clarifai.api.MultiCloudProviderResponse.displayName = 'proto.clarifai.api.MultiCloudProviderResponse';
|
|
7410
|
+
}
|
|
7411
|
+
/**
|
|
7412
|
+
* Generated by JsPbCodeGenerator.
|
|
7413
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
7414
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
7415
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
7416
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
7417
|
+
* valid.
|
|
7418
|
+
* @extends {jspb.Message}
|
|
7419
|
+
* @constructor
|
|
7420
|
+
*/
|
|
7421
|
+
proto.clarifai.api.ListCloudRegionsRequest = function(opt_data) {
|
|
7422
|
+
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
7423
|
+
};
|
|
7424
|
+
goog.inherits(proto.clarifai.api.ListCloudRegionsRequest, jspb.Message);
|
|
7425
|
+
if (goog.DEBUG && !COMPILED) {
|
|
7426
|
+
/**
|
|
7427
|
+
* @public
|
|
7428
|
+
* @override
|
|
7429
|
+
*/
|
|
7430
|
+
proto.clarifai.api.ListCloudRegionsRequest.displayName = 'proto.clarifai.api.ListCloudRegionsRequest';
|
|
7431
|
+
}
|
|
7432
|
+
/**
|
|
7433
|
+
* Generated by JsPbCodeGenerator.
|
|
7434
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
7435
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
7436
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
7437
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
7438
|
+
* valid.
|
|
7439
|
+
* @extends {jspb.Message}
|
|
7440
|
+
* @constructor
|
|
7441
|
+
*/
|
|
7442
|
+
proto.clarifai.api.MultiCloudRegionResponse = function(opt_data) {
|
|
7443
|
+
jspb.Message.initialize(this, opt_data, 0, -1, proto.clarifai.api.MultiCloudRegionResponse.repeatedFields_, null);
|
|
7444
|
+
};
|
|
7445
|
+
goog.inherits(proto.clarifai.api.MultiCloudRegionResponse, jspb.Message);
|
|
7446
|
+
if (goog.DEBUG && !COMPILED) {
|
|
7447
|
+
/**
|
|
7448
|
+
* @public
|
|
7449
|
+
* @override
|
|
7450
|
+
*/
|
|
7451
|
+
proto.clarifai.api.MultiCloudRegionResponse.displayName = 'proto.clarifai.api.MultiCloudRegionResponse';
|
|
7452
|
+
}
|
|
7321
7453
|
/**
|
|
7322
7454
|
* Generated by JsPbCodeGenerator.
|
|
7323
7455
|
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
@@ -32216,6 +32348,427 @@ proto.clarifai.api.ListModelInputsRequest.prototype.setPerPage = function(value)
|
|
|
32216
32348
|
|
|
32217
32349
|
|
|
32218
32350
|
|
|
32351
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
32352
|
+
/**
|
|
32353
|
+
* Creates an object representation of this proto.
|
|
32354
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
32355
|
+
* Optional fields that are not set will be set to undefined.
|
|
32356
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
32357
|
+
* For the list of reserved names please see:
|
|
32358
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
32359
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
32360
|
+
* JSPB instance for transitional soy proto support:
|
|
32361
|
+
* http://goto/soy-param-migration
|
|
32362
|
+
* @return {!Object}
|
|
32363
|
+
*/
|
|
32364
|
+
proto.clarifai.api.ListLogEntriesRequest.prototype.toObject = function(opt_includeInstance) {
|
|
32365
|
+
return proto.clarifai.api.ListLogEntriesRequest.toObject(opt_includeInstance, this);
|
|
32366
|
+
};
|
|
32367
|
+
|
|
32368
|
+
|
|
32369
|
+
/**
|
|
32370
|
+
* Static version of the {@see toObject} method.
|
|
32371
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
32372
|
+
* the JSPB instance for transitional soy proto support:
|
|
32373
|
+
* http://goto/soy-param-migration
|
|
32374
|
+
* @param {!proto.clarifai.api.ListLogEntriesRequest} msg The msg instance to transform.
|
|
32375
|
+
* @return {!Object}
|
|
32376
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
32377
|
+
*/
|
|
32378
|
+
proto.clarifai.api.ListLogEntriesRequest.toObject = function(includeInstance, msg) {
|
|
32379
|
+
var f, obj = {
|
|
32380
|
+
page: jspb.Message.getFieldWithDefault(msg, 1, 0),
|
|
32381
|
+
perPage: jspb.Message.getFieldWithDefault(msg, 2, 0),
|
|
32382
|
+
logType: jspb.Message.getFieldWithDefault(msg, 3, ""),
|
|
32383
|
+
userAppId: (f = msg.getUserAppId()) && proto_clarifai_api_resources_pb.UserAppIDSet.toObject(includeInstance, f),
|
|
32384
|
+
modelId: jspb.Message.getFieldWithDefault(msg, 5, ""),
|
|
32385
|
+
modelVersionId: jspb.Message.getFieldWithDefault(msg, 6, ""),
|
|
32386
|
+
workflowId: jspb.Message.getFieldWithDefault(msg, 7, ""),
|
|
32387
|
+
computeClusterId: jspb.Message.getFieldWithDefault(msg, 9, ""),
|
|
32388
|
+
nodepoolId: jspb.Message.getFieldWithDefault(msg, 10, ""),
|
|
32389
|
+
runnerId: jspb.Message.getFieldWithDefault(msg, 11, "")
|
|
32390
|
+
};
|
|
32391
|
+
|
|
32392
|
+
if (includeInstance) {
|
|
32393
|
+
obj.$jspbMessageInstance = msg;
|
|
32394
|
+
}
|
|
32395
|
+
return obj;
|
|
32396
|
+
};
|
|
32397
|
+
}
|
|
32398
|
+
|
|
32399
|
+
|
|
32400
|
+
/**
|
|
32401
|
+
* Deserializes binary data (in protobuf wire format).
|
|
32402
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
32403
|
+
* @return {!proto.clarifai.api.ListLogEntriesRequest}
|
|
32404
|
+
*/
|
|
32405
|
+
proto.clarifai.api.ListLogEntriesRequest.deserializeBinary = function(bytes) {
|
|
32406
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
32407
|
+
var msg = new proto.clarifai.api.ListLogEntriesRequest;
|
|
32408
|
+
return proto.clarifai.api.ListLogEntriesRequest.deserializeBinaryFromReader(msg, reader);
|
|
32409
|
+
};
|
|
32410
|
+
|
|
32411
|
+
|
|
32412
|
+
/**
|
|
32413
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
32414
|
+
* given reader into the given message object.
|
|
32415
|
+
* @param {!proto.clarifai.api.ListLogEntriesRequest} msg The message object to deserialize into.
|
|
32416
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
32417
|
+
* @return {!proto.clarifai.api.ListLogEntriesRequest}
|
|
32418
|
+
*/
|
|
32419
|
+
proto.clarifai.api.ListLogEntriesRequest.deserializeBinaryFromReader = function(msg, reader) {
|
|
32420
|
+
while (reader.nextField()) {
|
|
32421
|
+
if (reader.isEndGroup()) {
|
|
32422
|
+
break;
|
|
32423
|
+
}
|
|
32424
|
+
var field = reader.getFieldNumber();
|
|
32425
|
+
switch (field) {
|
|
32426
|
+
case 1:
|
|
32427
|
+
var value = /** @type {number} */ (reader.readUint32());
|
|
32428
|
+
msg.setPage(value);
|
|
32429
|
+
break;
|
|
32430
|
+
case 2:
|
|
32431
|
+
var value = /** @type {number} */ (reader.readUint32());
|
|
32432
|
+
msg.setPerPage(value);
|
|
32433
|
+
break;
|
|
32434
|
+
case 3:
|
|
32435
|
+
var value = /** @type {string} */ (reader.readString());
|
|
32436
|
+
msg.setLogType(value);
|
|
32437
|
+
break;
|
|
32438
|
+
case 4:
|
|
32439
|
+
var value = new proto_clarifai_api_resources_pb.UserAppIDSet;
|
|
32440
|
+
reader.readMessage(value,proto_clarifai_api_resources_pb.UserAppIDSet.deserializeBinaryFromReader);
|
|
32441
|
+
msg.setUserAppId(value);
|
|
32442
|
+
break;
|
|
32443
|
+
case 5:
|
|
32444
|
+
var value = /** @type {string} */ (reader.readString());
|
|
32445
|
+
msg.setModelId(value);
|
|
32446
|
+
break;
|
|
32447
|
+
case 6:
|
|
32448
|
+
var value = /** @type {string} */ (reader.readString());
|
|
32449
|
+
msg.setModelVersionId(value);
|
|
32450
|
+
break;
|
|
32451
|
+
case 7:
|
|
32452
|
+
var value = /** @type {string} */ (reader.readString());
|
|
32453
|
+
msg.setWorkflowId(value);
|
|
32454
|
+
break;
|
|
32455
|
+
case 9:
|
|
32456
|
+
var value = /** @type {string} */ (reader.readString());
|
|
32457
|
+
msg.setComputeClusterId(value);
|
|
32458
|
+
break;
|
|
32459
|
+
case 10:
|
|
32460
|
+
var value = /** @type {string} */ (reader.readString());
|
|
32461
|
+
msg.setNodepoolId(value);
|
|
32462
|
+
break;
|
|
32463
|
+
case 11:
|
|
32464
|
+
var value = /** @type {string} */ (reader.readString());
|
|
32465
|
+
msg.setRunnerId(value);
|
|
32466
|
+
break;
|
|
32467
|
+
default:
|
|
32468
|
+
reader.skipField();
|
|
32469
|
+
break;
|
|
32470
|
+
}
|
|
32471
|
+
}
|
|
32472
|
+
return msg;
|
|
32473
|
+
};
|
|
32474
|
+
|
|
32475
|
+
|
|
32476
|
+
/**
|
|
32477
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
32478
|
+
* @return {!Uint8Array}
|
|
32479
|
+
*/
|
|
32480
|
+
proto.clarifai.api.ListLogEntriesRequest.prototype.serializeBinary = function() {
|
|
32481
|
+
var writer = new jspb.BinaryWriter();
|
|
32482
|
+
proto.clarifai.api.ListLogEntriesRequest.serializeBinaryToWriter(this, writer);
|
|
32483
|
+
return writer.getResultBuffer();
|
|
32484
|
+
};
|
|
32485
|
+
|
|
32486
|
+
|
|
32487
|
+
/**
|
|
32488
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
32489
|
+
* format), writing to the given BinaryWriter.
|
|
32490
|
+
* @param {!proto.clarifai.api.ListLogEntriesRequest} message
|
|
32491
|
+
* @param {!jspb.BinaryWriter} writer
|
|
32492
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
32493
|
+
*/
|
|
32494
|
+
proto.clarifai.api.ListLogEntriesRequest.serializeBinaryToWriter = function(message, writer) {
|
|
32495
|
+
var f = undefined;
|
|
32496
|
+
f = message.getPage();
|
|
32497
|
+
if (f !== 0) {
|
|
32498
|
+
writer.writeUint32(
|
|
32499
|
+
1,
|
|
32500
|
+
f
|
|
32501
|
+
);
|
|
32502
|
+
}
|
|
32503
|
+
f = message.getPerPage();
|
|
32504
|
+
if (f !== 0) {
|
|
32505
|
+
writer.writeUint32(
|
|
32506
|
+
2,
|
|
32507
|
+
f
|
|
32508
|
+
);
|
|
32509
|
+
}
|
|
32510
|
+
f = message.getLogType();
|
|
32511
|
+
if (f.length > 0) {
|
|
32512
|
+
writer.writeString(
|
|
32513
|
+
3,
|
|
32514
|
+
f
|
|
32515
|
+
);
|
|
32516
|
+
}
|
|
32517
|
+
f = message.getUserAppId();
|
|
32518
|
+
if (f != null) {
|
|
32519
|
+
writer.writeMessage(
|
|
32520
|
+
4,
|
|
32521
|
+
f,
|
|
32522
|
+
proto_clarifai_api_resources_pb.UserAppIDSet.serializeBinaryToWriter
|
|
32523
|
+
);
|
|
32524
|
+
}
|
|
32525
|
+
f = message.getModelId();
|
|
32526
|
+
if (f.length > 0) {
|
|
32527
|
+
writer.writeString(
|
|
32528
|
+
5,
|
|
32529
|
+
f
|
|
32530
|
+
);
|
|
32531
|
+
}
|
|
32532
|
+
f = message.getModelVersionId();
|
|
32533
|
+
if (f.length > 0) {
|
|
32534
|
+
writer.writeString(
|
|
32535
|
+
6,
|
|
32536
|
+
f
|
|
32537
|
+
);
|
|
32538
|
+
}
|
|
32539
|
+
f = message.getWorkflowId();
|
|
32540
|
+
if (f.length > 0) {
|
|
32541
|
+
writer.writeString(
|
|
32542
|
+
7,
|
|
32543
|
+
f
|
|
32544
|
+
);
|
|
32545
|
+
}
|
|
32546
|
+
f = message.getComputeClusterId();
|
|
32547
|
+
if (f.length > 0) {
|
|
32548
|
+
writer.writeString(
|
|
32549
|
+
9,
|
|
32550
|
+
f
|
|
32551
|
+
);
|
|
32552
|
+
}
|
|
32553
|
+
f = message.getNodepoolId();
|
|
32554
|
+
if (f.length > 0) {
|
|
32555
|
+
writer.writeString(
|
|
32556
|
+
10,
|
|
32557
|
+
f
|
|
32558
|
+
);
|
|
32559
|
+
}
|
|
32560
|
+
f = message.getRunnerId();
|
|
32561
|
+
if (f.length > 0) {
|
|
32562
|
+
writer.writeString(
|
|
32563
|
+
11,
|
|
32564
|
+
f
|
|
32565
|
+
);
|
|
32566
|
+
}
|
|
32567
|
+
};
|
|
32568
|
+
|
|
32569
|
+
|
|
32570
|
+
/**
|
|
32571
|
+
* optional uint32 page = 1;
|
|
32572
|
+
* @return {number}
|
|
32573
|
+
*/
|
|
32574
|
+
proto.clarifai.api.ListLogEntriesRequest.prototype.getPage = function() {
|
|
32575
|
+
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 1, 0));
|
|
32576
|
+
};
|
|
32577
|
+
|
|
32578
|
+
|
|
32579
|
+
/**
|
|
32580
|
+
* @param {number} value
|
|
32581
|
+
* @return {!proto.clarifai.api.ListLogEntriesRequest} returns this
|
|
32582
|
+
*/
|
|
32583
|
+
proto.clarifai.api.ListLogEntriesRequest.prototype.setPage = function(value) {
|
|
32584
|
+
return jspb.Message.setProto3IntField(this, 1, value);
|
|
32585
|
+
};
|
|
32586
|
+
|
|
32587
|
+
|
|
32588
|
+
/**
|
|
32589
|
+
* optional uint32 per_page = 2;
|
|
32590
|
+
* @return {number}
|
|
32591
|
+
*/
|
|
32592
|
+
proto.clarifai.api.ListLogEntriesRequest.prototype.getPerPage = function() {
|
|
32593
|
+
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 2, 0));
|
|
32594
|
+
};
|
|
32595
|
+
|
|
32596
|
+
|
|
32597
|
+
/**
|
|
32598
|
+
* @param {number} value
|
|
32599
|
+
* @return {!proto.clarifai.api.ListLogEntriesRequest} returns this
|
|
32600
|
+
*/
|
|
32601
|
+
proto.clarifai.api.ListLogEntriesRequest.prototype.setPerPage = function(value) {
|
|
32602
|
+
return jspb.Message.setProto3IntField(this, 2, value);
|
|
32603
|
+
};
|
|
32604
|
+
|
|
32605
|
+
|
|
32606
|
+
/**
|
|
32607
|
+
* optional string log_type = 3;
|
|
32608
|
+
* @return {string}
|
|
32609
|
+
*/
|
|
32610
|
+
proto.clarifai.api.ListLogEntriesRequest.prototype.getLogType = function() {
|
|
32611
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
|
|
32612
|
+
};
|
|
32613
|
+
|
|
32614
|
+
|
|
32615
|
+
/**
|
|
32616
|
+
* @param {string} value
|
|
32617
|
+
* @return {!proto.clarifai.api.ListLogEntriesRequest} returns this
|
|
32618
|
+
*/
|
|
32619
|
+
proto.clarifai.api.ListLogEntriesRequest.prototype.setLogType = function(value) {
|
|
32620
|
+
return jspb.Message.setProto3StringField(this, 3, value);
|
|
32621
|
+
};
|
|
32622
|
+
|
|
32623
|
+
|
|
32624
|
+
/**
|
|
32625
|
+
* optional UserAppIDSet user_app_id = 4;
|
|
32626
|
+
* @return {?proto.clarifai.api.UserAppIDSet}
|
|
32627
|
+
*/
|
|
32628
|
+
proto.clarifai.api.ListLogEntriesRequest.prototype.getUserAppId = function() {
|
|
32629
|
+
return /** @type{?proto.clarifai.api.UserAppIDSet} */ (
|
|
32630
|
+
jspb.Message.getWrapperField(this, proto_clarifai_api_resources_pb.UserAppIDSet, 4));
|
|
32631
|
+
};
|
|
32632
|
+
|
|
32633
|
+
|
|
32634
|
+
/**
|
|
32635
|
+
* @param {?proto.clarifai.api.UserAppIDSet|undefined} value
|
|
32636
|
+
* @return {!proto.clarifai.api.ListLogEntriesRequest} returns this
|
|
32637
|
+
*/
|
|
32638
|
+
proto.clarifai.api.ListLogEntriesRequest.prototype.setUserAppId = function(value) {
|
|
32639
|
+
return jspb.Message.setWrapperField(this, 4, value);
|
|
32640
|
+
};
|
|
32641
|
+
|
|
32642
|
+
|
|
32643
|
+
/**
|
|
32644
|
+
* Clears the message field making it undefined.
|
|
32645
|
+
* @return {!proto.clarifai.api.ListLogEntriesRequest} returns this
|
|
32646
|
+
*/
|
|
32647
|
+
proto.clarifai.api.ListLogEntriesRequest.prototype.clearUserAppId = function() {
|
|
32648
|
+
return this.setUserAppId(undefined);
|
|
32649
|
+
};
|
|
32650
|
+
|
|
32651
|
+
|
|
32652
|
+
/**
|
|
32653
|
+
* Returns whether this field is set.
|
|
32654
|
+
* @return {boolean}
|
|
32655
|
+
*/
|
|
32656
|
+
proto.clarifai.api.ListLogEntriesRequest.prototype.hasUserAppId = function() {
|
|
32657
|
+
return jspb.Message.getField(this, 4) != null;
|
|
32658
|
+
};
|
|
32659
|
+
|
|
32660
|
+
|
|
32661
|
+
/**
|
|
32662
|
+
* optional string model_id = 5;
|
|
32663
|
+
* @return {string}
|
|
32664
|
+
*/
|
|
32665
|
+
proto.clarifai.api.ListLogEntriesRequest.prototype.getModelId = function() {
|
|
32666
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 5, ""));
|
|
32667
|
+
};
|
|
32668
|
+
|
|
32669
|
+
|
|
32670
|
+
/**
|
|
32671
|
+
* @param {string} value
|
|
32672
|
+
* @return {!proto.clarifai.api.ListLogEntriesRequest} returns this
|
|
32673
|
+
*/
|
|
32674
|
+
proto.clarifai.api.ListLogEntriesRequest.prototype.setModelId = function(value) {
|
|
32675
|
+
return jspb.Message.setProto3StringField(this, 5, value);
|
|
32676
|
+
};
|
|
32677
|
+
|
|
32678
|
+
|
|
32679
|
+
/**
|
|
32680
|
+
* optional string model_version_id = 6;
|
|
32681
|
+
* @return {string}
|
|
32682
|
+
*/
|
|
32683
|
+
proto.clarifai.api.ListLogEntriesRequest.prototype.getModelVersionId = function() {
|
|
32684
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 6, ""));
|
|
32685
|
+
};
|
|
32686
|
+
|
|
32687
|
+
|
|
32688
|
+
/**
|
|
32689
|
+
* @param {string} value
|
|
32690
|
+
* @return {!proto.clarifai.api.ListLogEntriesRequest} returns this
|
|
32691
|
+
*/
|
|
32692
|
+
proto.clarifai.api.ListLogEntriesRequest.prototype.setModelVersionId = function(value) {
|
|
32693
|
+
return jspb.Message.setProto3StringField(this, 6, value);
|
|
32694
|
+
};
|
|
32695
|
+
|
|
32696
|
+
|
|
32697
|
+
/**
|
|
32698
|
+
* optional string workflow_id = 7;
|
|
32699
|
+
* @return {string}
|
|
32700
|
+
*/
|
|
32701
|
+
proto.clarifai.api.ListLogEntriesRequest.prototype.getWorkflowId = function() {
|
|
32702
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 7, ""));
|
|
32703
|
+
};
|
|
32704
|
+
|
|
32705
|
+
|
|
32706
|
+
/**
|
|
32707
|
+
* @param {string} value
|
|
32708
|
+
* @return {!proto.clarifai.api.ListLogEntriesRequest} returns this
|
|
32709
|
+
*/
|
|
32710
|
+
proto.clarifai.api.ListLogEntriesRequest.prototype.setWorkflowId = function(value) {
|
|
32711
|
+
return jspb.Message.setProto3StringField(this, 7, value);
|
|
32712
|
+
};
|
|
32713
|
+
|
|
32714
|
+
|
|
32715
|
+
/**
|
|
32716
|
+
* optional string compute_cluster_id = 9;
|
|
32717
|
+
* @return {string}
|
|
32718
|
+
*/
|
|
32719
|
+
proto.clarifai.api.ListLogEntriesRequest.prototype.getComputeClusterId = function() {
|
|
32720
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 9, ""));
|
|
32721
|
+
};
|
|
32722
|
+
|
|
32723
|
+
|
|
32724
|
+
/**
|
|
32725
|
+
* @param {string} value
|
|
32726
|
+
* @return {!proto.clarifai.api.ListLogEntriesRequest} returns this
|
|
32727
|
+
*/
|
|
32728
|
+
proto.clarifai.api.ListLogEntriesRequest.prototype.setComputeClusterId = function(value) {
|
|
32729
|
+
return jspb.Message.setProto3StringField(this, 9, value);
|
|
32730
|
+
};
|
|
32731
|
+
|
|
32732
|
+
|
|
32733
|
+
/**
|
|
32734
|
+
* optional string nodepool_id = 10;
|
|
32735
|
+
* @return {string}
|
|
32736
|
+
*/
|
|
32737
|
+
proto.clarifai.api.ListLogEntriesRequest.prototype.getNodepoolId = function() {
|
|
32738
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 10, ""));
|
|
32739
|
+
};
|
|
32740
|
+
|
|
32741
|
+
|
|
32742
|
+
/**
|
|
32743
|
+
* @param {string} value
|
|
32744
|
+
* @return {!proto.clarifai.api.ListLogEntriesRequest} returns this
|
|
32745
|
+
*/
|
|
32746
|
+
proto.clarifai.api.ListLogEntriesRequest.prototype.setNodepoolId = function(value) {
|
|
32747
|
+
return jspb.Message.setProto3StringField(this, 10, value);
|
|
32748
|
+
};
|
|
32749
|
+
|
|
32750
|
+
|
|
32751
|
+
/**
|
|
32752
|
+
* optional string runner_id = 11;
|
|
32753
|
+
* @return {string}
|
|
32754
|
+
*/
|
|
32755
|
+
proto.clarifai.api.ListLogEntriesRequest.prototype.getRunnerId = function() {
|
|
32756
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 11, ""));
|
|
32757
|
+
};
|
|
32758
|
+
|
|
32759
|
+
|
|
32760
|
+
/**
|
|
32761
|
+
* @param {string} value
|
|
32762
|
+
* @return {!proto.clarifai.api.ListLogEntriesRequest} returns this
|
|
32763
|
+
*/
|
|
32764
|
+
proto.clarifai.api.ListLogEntriesRequest.prototype.setRunnerId = function(value) {
|
|
32765
|
+
return jspb.Message.setProto3StringField(this, 11, value);
|
|
32766
|
+
};
|
|
32767
|
+
|
|
32768
|
+
|
|
32769
|
+
|
|
32770
|
+
|
|
32771
|
+
|
|
32219
32772
|
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
32220
32773
|
/**
|
|
32221
32774
|
* Creates an object representation of this proto.
|
|
@@ -50824,6 +51377,217 @@ proto.clarifai.api.MultiOutputResponse.prototype.clearOutputsList = function() {
|
|
|
50824
51377
|
|
|
50825
51378
|
|
|
50826
51379
|
|
|
51380
|
+
/**
|
|
51381
|
+
* List of repeated fields within this message type.
|
|
51382
|
+
* @private {!Array<number>}
|
|
51383
|
+
* @const
|
|
51384
|
+
*/
|
|
51385
|
+
proto.clarifai.api.MultiLogEntryResponse.repeatedFields_ = [2];
|
|
51386
|
+
|
|
51387
|
+
|
|
51388
|
+
|
|
51389
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
51390
|
+
/**
|
|
51391
|
+
* Creates an object representation of this proto.
|
|
51392
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
51393
|
+
* Optional fields that are not set will be set to undefined.
|
|
51394
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
51395
|
+
* For the list of reserved names please see:
|
|
51396
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
51397
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
51398
|
+
* JSPB instance for transitional soy proto support:
|
|
51399
|
+
* http://goto/soy-param-migration
|
|
51400
|
+
* @return {!Object}
|
|
51401
|
+
*/
|
|
51402
|
+
proto.clarifai.api.MultiLogEntryResponse.prototype.toObject = function(opt_includeInstance) {
|
|
51403
|
+
return proto.clarifai.api.MultiLogEntryResponse.toObject(opt_includeInstance, this);
|
|
51404
|
+
};
|
|
51405
|
+
|
|
51406
|
+
|
|
51407
|
+
/**
|
|
51408
|
+
* Static version of the {@see toObject} method.
|
|
51409
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
51410
|
+
* the JSPB instance for transitional soy proto support:
|
|
51411
|
+
* http://goto/soy-param-migration
|
|
51412
|
+
* @param {!proto.clarifai.api.MultiLogEntryResponse} msg The msg instance to transform.
|
|
51413
|
+
* @return {!Object}
|
|
51414
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
51415
|
+
*/
|
|
51416
|
+
proto.clarifai.api.MultiLogEntryResponse.toObject = function(includeInstance, msg) {
|
|
51417
|
+
var f, obj = {
|
|
51418
|
+
status: (f = msg.getStatus()) && proto_clarifai_api_status_status_pb.Status.toObject(includeInstance, f),
|
|
51419
|
+
logEntriesList: jspb.Message.toObjectList(msg.getLogEntriesList(),
|
|
51420
|
+
proto_clarifai_api_resources_pb.LogEntry.toObject, includeInstance)
|
|
51421
|
+
};
|
|
51422
|
+
|
|
51423
|
+
if (includeInstance) {
|
|
51424
|
+
obj.$jspbMessageInstance = msg;
|
|
51425
|
+
}
|
|
51426
|
+
return obj;
|
|
51427
|
+
};
|
|
51428
|
+
}
|
|
51429
|
+
|
|
51430
|
+
|
|
51431
|
+
/**
|
|
51432
|
+
* Deserializes binary data (in protobuf wire format).
|
|
51433
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
51434
|
+
* @return {!proto.clarifai.api.MultiLogEntryResponse}
|
|
51435
|
+
*/
|
|
51436
|
+
proto.clarifai.api.MultiLogEntryResponse.deserializeBinary = function(bytes) {
|
|
51437
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
51438
|
+
var msg = new proto.clarifai.api.MultiLogEntryResponse;
|
|
51439
|
+
return proto.clarifai.api.MultiLogEntryResponse.deserializeBinaryFromReader(msg, reader);
|
|
51440
|
+
};
|
|
51441
|
+
|
|
51442
|
+
|
|
51443
|
+
/**
|
|
51444
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
51445
|
+
* given reader into the given message object.
|
|
51446
|
+
* @param {!proto.clarifai.api.MultiLogEntryResponse} msg The message object to deserialize into.
|
|
51447
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
51448
|
+
* @return {!proto.clarifai.api.MultiLogEntryResponse}
|
|
51449
|
+
*/
|
|
51450
|
+
proto.clarifai.api.MultiLogEntryResponse.deserializeBinaryFromReader = function(msg, reader) {
|
|
51451
|
+
while (reader.nextField()) {
|
|
51452
|
+
if (reader.isEndGroup()) {
|
|
51453
|
+
break;
|
|
51454
|
+
}
|
|
51455
|
+
var field = reader.getFieldNumber();
|
|
51456
|
+
switch (field) {
|
|
51457
|
+
case 1:
|
|
51458
|
+
var value = new proto_clarifai_api_status_status_pb.Status;
|
|
51459
|
+
reader.readMessage(value,proto_clarifai_api_status_status_pb.Status.deserializeBinaryFromReader);
|
|
51460
|
+
msg.setStatus(value);
|
|
51461
|
+
break;
|
|
51462
|
+
case 2:
|
|
51463
|
+
var value = new proto_clarifai_api_resources_pb.LogEntry;
|
|
51464
|
+
reader.readMessage(value,proto_clarifai_api_resources_pb.LogEntry.deserializeBinaryFromReader);
|
|
51465
|
+
msg.addLogEntries(value);
|
|
51466
|
+
break;
|
|
51467
|
+
default:
|
|
51468
|
+
reader.skipField();
|
|
51469
|
+
break;
|
|
51470
|
+
}
|
|
51471
|
+
}
|
|
51472
|
+
return msg;
|
|
51473
|
+
};
|
|
51474
|
+
|
|
51475
|
+
|
|
51476
|
+
/**
|
|
51477
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
51478
|
+
* @return {!Uint8Array}
|
|
51479
|
+
*/
|
|
51480
|
+
proto.clarifai.api.MultiLogEntryResponse.prototype.serializeBinary = function() {
|
|
51481
|
+
var writer = new jspb.BinaryWriter();
|
|
51482
|
+
proto.clarifai.api.MultiLogEntryResponse.serializeBinaryToWriter(this, writer);
|
|
51483
|
+
return writer.getResultBuffer();
|
|
51484
|
+
};
|
|
51485
|
+
|
|
51486
|
+
|
|
51487
|
+
/**
|
|
51488
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
51489
|
+
* format), writing to the given BinaryWriter.
|
|
51490
|
+
* @param {!proto.clarifai.api.MultiLogEntryResponse} message
|
|
51491
|
+
* @param {!jspb.BinaryWriter} writer
|
|
51492
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
51493
|
+
*/
|
|
51494
|
+
proto.clarifai.api.MultiLogEntryResponse.serializeBinaryToWriter = function(message, writer) {
|
|
51495
|
+
var f = undefined;
|
|
51496
|
+
f = message.getStatus();
|
|
51497
|
+
if (f != null) {
|
|
51498
|
+
writer.writeMessage(
|
|
51499
|
+
1,
|
|
51500
|
+
f,
|
|
51501
|
+
proto_clarifai_api_status_status_pb.Status.serializeBinaryToWriter
|
|
51502
|
+
);
|
|
51503
|
+
}
|
|
51504
|
+
f = message.getLogEntriesList();
|
|
51505
|
+
if (f.length > 0) {
|
|
51506
|
+
writer.writeRepeatedMessage(
|
|
51507
|
+
2,
|
|
51508
|
+
f,
|
|
51509
|
+
proto_clarifai_api_resources_pb.LogEntry.serializeBinaryToWriter
|
|
51510
|
+
);
|
|
51511
|
+
}
|
|
51512
|
+
};
|
|
51513
|
+
|
|
51514
|
+
|
|
51515
|
+
/**
|
|
51516
|
+
* optional status.Status status = 1;
|
|
51517
|
+
* @return {?proto.clarifai.api.status.Status}
|
|
51518
|
+
*/
|
|
51519
|
+
proto.clarifai.api.MultiLogEntryResponse.prototype.getStatus = function() {
|
|
51520
|
+
return /** @type{?proto.clarifai.api.status.Status} */ (
|
|
51521
|
+
jspb.Message.getWrapperField(this, proto_clarifai_api_status_status_pb.Status, 1));
|
|
51522
|
+
};
|
|
51523
|
+
|
|
51524
|
+
|
|
51525
|
+
/**
|
|
51526
|
+
* @param {?proto.clarifai.api.status.Status|undefined} value
|
|
51527
|
+
* @return {!proto.clarifai.api.MultiLogEntryResponse} returns this
|
|
51528
|
+
*/
|
|
51529
|
+
proto.clarifai.api.MultiLogEntryResponse.prototype.setStatus = function(value) {
|
|
51530
|
+
return jspb.Message.setWrapperField(this, 1, value);
|
|
51531
|
+
};
|
|
51532
|
+
|
|
51533
|
+
|
|
51534
|
+
/**
|
|
51535
|
+
* Clears the message field making it undefined.
|
|
51536
|
+
* @return {!proto.clarifai.api.MultiLogEntryResponse} returns this
|
|
51537
|
+
*/
|
|
51538
|
+
proto.clarifai.api.MultiLogEntryResponse.prototype.clearStatus = function() {
|
|
51539
|
+
return this.setStatus(undefined);
|
|
51540
|
+
};
|
|
51541
|
+
|
|
51542
|
+
|
|
51543
|
+
/**
|
|
51544
|
+
* Returns whether this field is set.
|
|
51545
|
+
* @return {boolean}
|
|
51546
|
+
*/
|
|
51547
|
+
proto.clarifai.api.MultiLogEntryResponse.prototype.hasStatus = function() {
|
|
51548
|
+
return jspb.Message.getField(this, 1) != null;
|
|
51549
|
+
};
|
|
51550
|
+
|
|
51551
|
+
|
|
51552
|
+
/**
|
|
51553
|
+
* repeated LogEntry log_entries = 2;
|
|
51554
|
+
* @return {!Array<!proto.clarifai.api.LogEntry>}
|
|
51555
|
+
*/
|
|
51556
|
+
proto.clarifai.api.MultiLogEntryResponse.prototype.getLogEntriesList = function() {
|
|
51557
|
+
return /** @type{!Array<!proto.clarifai.api.LogEntry>} */ (
|
|
51558
|
+
jspb.Message.getRepeatedWrapperField(this, proto_clarifai_api_resources_pb.LogEntry, 2));
|
|
51559
|
+
};
|
|
51560
|
+
|
|
51561
|
+
|
|
51562
|
+
/**
|
|
51563
|
+
* @param {!Array<!proto.clarifai.api.LogEntry>} value
|
|
51564
|
+
* @return {!proto.clarifai.api.MultiLogEntryResponse} returns this
|
|
51565
|
+
*/
|
|
51566
|
+
proto.clarifai.api.MultiLogEntryResponse.prototype.setLogEntriesList = function(value) {
|
|
51567
|
+
return jspb.Message.setRepeatedWrapperField(this, 2, value);
|
|
51568
|
+
};
|
|
51569
|
+
|
|
51570
|
+
|
|
51571
|
+
/**
|
|
51572
|
+
* @param {!proto.clarifai.api.LogEntry=} opt_value
|
|
51573
|
+
* @param {number=} opt_index
|
|
51574
|
+
* @return {!proto.clarifai.api.LogEntry}
|
|
51575
|
+
*/
|
|
51576
|
+
proto.clarifai.api.MultiLogEntryResponse.prototype.addLogEntries = function(opt_value, opt_index) {
|
|
51577
|
+
return jspb.Message.addToRepeatedWrapperField(this, 2, opt_value, proto.clarifai.api.LogEntry, opt_index);
|
|
51578
|
+
};
|
|
51579
|
+
|
|
51580
|
+
|
|
51581
|
+
/**
|
|
51582
|
+
* Clears the list making it empty but non-null.
|
|
51583
|
+
* @return {!proto.clarifai.api.MultiLogEntryResponse} returns this
|
|
51584
|
+
*/
|
|
51585
|
+
proto.clarifai.api.MultiLogEntryResponse.prototype.clearLogEntriesList = function() {
|
|
51586
|
+
return this.setLogEntriesList([]);
|
|
51587
|
+
};
|
|
51588
|
+
|
|
51589
|
+
|
|
51590
|
+
|
|
50827
51591
|
|
|
50828
51592
|
|
|
50829
51593
|
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
@@ -65081,7 +65845,7 @@ proto.clarifai.api.GetTaskRequest.prototype.clearAdditionalFieldsList = function
|
|
|
65081
65845
|
* @private {!Array<number>}
|
|
65082
65846
|
* @const
|
|
65083
65847
|
*/
|
|
65084
|
-
proto.clarifai.api.ListTasksRequest.repeatedFields_ = [4,5,8,7,9];
|
|
65848
|
+
proto.clarifai.api.ListTasksRequest.repeatedFields_ = [4,5,8,7,9,11];
|
|
65085
65849
|
|
|
65086
65850
|
|
|
65087
65851
|
|
|
@@ -65122,7 +65886,9 @@ proto.clarifai.api.ListTasksRequest.toObject = function(includeInstance, msg) {
|
|
|
65122
65886
|
labelOrderIdsList: (f = jspb.Message.getRepeatedField(msg, 8)) == null ? undefined : f,
|
|
65123
65887
|
includingLabelOrderTasks: jspb.Message.getBooleanFieldWithDefault(msg, 6, false),
|
|
65124
65888
|
additionalFieldsList: (f = jspb.Message.getRepeatedField(msg, 7)) == null ? undefined : f,
|
|
65125
|
-
idsList: (f = jspb.Message.getRepeatedField(msg, 9)) == null ? undefined : f
|
|
65889
|
+
idsList: (f = jspb.Message.getRepeatedField(msg, 9)) == null ? undefined : f,
|
|
65890
|
+
inputSourceType: jspb.Message.getFieldWithDefault(msg, 10, 0),
|
|
65891
|
+
inputSourceIdsList: (f = jspb.Message.getRepeatedField(msg, 11)) == null ? undefined : f
|
|
65126
65892
|
};
|
|
65127
65893
|
|
|
65128
65894
|
if (includeInstance) {
|
|
@@ -65196,6 +65962,14 @@ proto.clarifai.api.ListTasksRequest.deserializeBinaryFromReader = function(msg,
|
|
|
65196
65962
|
var value = /** @type {string} */ (reader.readString());
|
|
65197
65963
|
msg.addIds(value);
|
|
65198
65964
|
break;
|
|
65965
|
+
case 10:
|
|
65966
|
+
var value = /** @type {!proto.clarifai.api.TaskInputSource.TaskInputSourceType} */ (reader.readEnum());
|
|
65967
|
+
msg.setInputSourceType(value);
|
|
65968
|
+
break;
|
|
65969
|
+
case 11:
|
|
65970
|
+
var value = /** @type {string} */ (reader.readString());
|
|
65971
|
+
msg.addInputSourceIds(value);
|
|
65972
|
+
break;
|
|
65199
65973
|
default:
|
|
65200
65974
|
reader.skipField();
|
|
65201
65975
|
break;
|
|
@@ -65289,6 +66063,20 @@ proto.clarifai.api.ListTasksRequest.serializeBinaryToWriter = function(message,
|
|
|
65289
66063
|
f
|
|
65290
66064
|
);
|
|
65291
66065
|
}
|
|
66066
|
+
f = message.getInputSourceType();
|
|
66067
|
+
if (f !== 0.0) {
|
|
66068
|
+
writer.writeEnum(
|
|
66069
|
+
10,
|
|
66070
|
+
f
|
|
66071
|
+
);
|
|
66072
|
+
}
|
|
66073
|
+
f = message.getInputSourceIdsList();
|
|
66074
|
+
if (f.length > 0) {
|
|
66075
|
+
writer.writeRepeatedString(
|
|
66076
|
+
11,
|
|
66077
|
+
f
|
|
66078
|
+
);
|
|
66079
|
+
}
|
|
65292
66080
|
};
|
|
65293
66081
|
|
|
65294
66082
|
|
|
@@ -65568,6 +66356,61 @@ proto.clarifai.api.ListTasksRequest.prototype.clearIdsList = function() {
|
|
|
65568
66356
|
};
|
|
65569
66357
|
|
|
65570
66358
|
|
|
66359
|
+
/**
|
|
66360
|
+
* optional TaskInputSource.TaskInputSourceType input_source_type = 10;
|
|
66361
|
+
* @return {!proto.clarifai.api.TaskInputSource.TaskInputSourceType}
|
|
66362
|
+
*/
|
|
66363
|
+
proto.clarifai.api.ListTasksRequest.prototype.getInputSourceType = function() {
|
|
66364
|
+
return /** @type {!proto.clarifai.api.TaskInputSource.TaskInputSourceType} */ (jspb.Message.getFieldWithDefault(this, 10, 0));
|
|
66365
|
+
};
|
|
66366
|
+
|
|
66367
|
+
|
|
66368
|
+
/**
|
|
66369
|
+
* @param {!proto.clarifai.api.TaskInputSource.TaskInputSourceType} value
|
|
66370
|
+
* @return {!proto.clarifai.api.ListTasksRequest} returns this
|
|
66371
|
+
*/
|
|
66372
|
+
proto.clarifai.api.ListTasksRequest.prototype.setInputSourceType = function(value) {
|
|
66373
|
+
return jspb.Message.setProto3EnumField(this, 10, value);
|
|
66374
|
+
};
|
|
66375
|
+
|
|
66376
|
+
|
|
66377
|
+
/**
|
|
66378
|
+
* repeated string input_source_ids = 11;
|
|
66379
|
+
* @return {!Array<string>}
|
|
66380
|
+
*/
|
|
66381
|
+
proto.clarifai.api.ListTasksRequest.prototype.getInputSourceIdsList = function() {
|
|
66382
|
+
return /** @type {!Array<string>} */ (jspb.Message.getRepeatedField(this, 11));
|
|
66383
|
+
};
|
|
66384
|
+
|
|
66385
|
+
|
|
66386
|
+
/**
|
|
66387
|
+
* @param {!Array<string>} value
|
|
66388
|
+
* @return {!proto.clarifai.api.ListTasksRequest} returns this
|
|
66389
|
+
*/
|
|
66390
|
+
proto.clarifai.api.ListTasksRequest.prototype.setInputSourceIdsList = function(value) {
|
|
66391
|
+
return jspb.Message.setField(this, 11, value || []);
|
|
66392
|
+
};
|
|
66393
|
+
|
|
66394
|
+
|
|
66395
|
+
/**
|
|
66396
|
+
* @param {string} value
|
|
66397
|
+
* @param {number=} opt_index
|
|
66398
|
+
* @return {!proto.clarifai.api.ListTasksRequest} returns this
|
|
66399
|
+
*/
|
|
66400
|
+
proto.clarifai.api.ListTasksRequest.prototype.addInputSourceIds = function(value, opt_index) {
|
|
66401
|
+
return jspb.Message.addToRepeatedField(this, 11, value, opt_index);
|
|
66402
|
+
};
|
|
66403
|
+
|
|
66404
|
+
|
|
66405
|
+
/**
|
|
66406
|
+
* Clears the list making it empty but non-null.
|
|
66407
|
+
* @return {!proto.clarifai.api.ListTasksRequest} returns this
|
|
66408
|
+
*/
|
|
66409
|
+
proto.clarifai.api.ListTasksRequest.prototype.clearInputSourceIdsList = function() {
|
|
66410
|
+
return this.setInputSourceIdsList([]);
|
|
66411
|
+
};
|
|
66412
|
+
|
|
66413
|
+
|
|
65571
66414
|
|
|
65572
66415
|
/**
|
|
65573
66416
|
* List of repeated fields within this message type.
|
|
@@ -86989,6 +87832,676 @@ proto.clarifai.api.MultiTrainingTimeEstimateResponse.prototype.clearTrainingTime
|
|
|
86989
87832
|
|
|
86990
87833
|
|
|
86991
87834
|
|
|
87835
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
87836
|
+
/**
|
|
87837
|
+
* Creates an object representation of this proto.
|
|
87838
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
87839
|
+
* Optional fields that are not set will be set to undefined.
|
|
87840
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
87841
|
+
* For the list of reserved names please see:
|
|
87842
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
87843
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
87844
|
+
* JSPB instance for transitional soy proto support:
|
|
87845
|
+
* http://goto/soy-param-migration
|
|
87846
|
+
* @return {!Object}
|
|
87847
|
+
*/
|
|
87848
|
+
proto.clarifai.api.ListCloudProvidersRequest.prototype.toObject = function(opt_includeInstance) {
|
|
87849
|
+
return proto.clarifai.api.ListCloudProvidersRequest.toObject(opt_includeInstance, this);
|
|
87850
|
+
};
|
|
87851
|
+
|
|
87852
|
+
|
|
87853
|
+
/**
|
|
87854
|
+
* Static version of the {@see toObject} method.
|
|
87855
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
87856
|
+
* the JSPB instance for transitional soy proto support:
|
|
87857
|
+
* http://goto/soy-param-migration
|
|
87858
|
+
* @param {!proto.clarifai.api.ListCloudProvidersRequest} msg The msg instance to transform.
|
|
87859
|
+
* @return {!Object}
|
|
87860
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
87861
|
+
*/
|
|
87862
|
+
proto.clarifai.api.ListCloudProvidersRequest.toObject = function(includeInstance, msg) {
|
|
87863
|
+
var f, obj = {
|
|
87864
|
+
|
|
87865
|
+
};
|
|
87866
|
+
|
|
87867
|
+
if (includeInstance) {
|
|
87868
|
+
obj.$jspbMessageInstance = msg;
|
|
87869
|
+
}
|
|
87870
|
+
return obj;
|
|
87871
|
+
};
|
|
87872
|
+
}
|
|
87873
|
+
|
|
87874
|
+
|
|
87875
|
+
/**
|
|
87876
|
+
* Deserializes binary data (in protobuf wire format).
|
|
87877
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
87878
|
+
* @return {!proto.clarifai.api.ListCloudProvidersRequest}
|
|
87879
|
+
*/
|
|
87880
|
+
proto.clarifai.api.ListCloudProvidersRequest.deserializeBinary = function(bytes) {
|
|
87881
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
87882
|
+
var msg = new proto.clarifai.api.ListCloudProvidersRequest;
|
|
87883
|
+
return proto.clarifai.api.ListCloudProvidersRequest.deserializeBinaryFromReader(msg, reader);
|
|
87884
|
+
};
|
|
87885
|
+
|
|
87886
|
+
|
|
87887
|
+
/**
|
|
87888
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
87889
|
+
* given reader into the given message object.
|
|
87890
|
+
* @param {!proto.clarifai.api.ListCloudProvidersRequest} msg The message object to deserialize into.
|
|
87891
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
87892
|
+
* @return {!proto.clarifai.api.ListCloudProvidersRequest}
|
|
87893
|
+
*/
|
|
87894
|
+
proto.clarifai.api.ListCloudProvidersRequest.deserializeBinaryFromReader = function(msg, reader) {
|
|
87895
|
+
while (reader.nextField()) {
|
|
87896
|
+
if (reader.isEndGroup()) {
|
|
87897
|
+
break;
|
|
87898
|
+
}
|
|
87899
|
+
var field = reader.getFieldNumber();
|
|
87900
|
+
switch (field) {
|
|
87901
|
+
default:
|
|
87902
|
+
reader.skipField();
|
|
87903
|
+
break;
|
|
87904
|
+
}
|
|
87905
|
+
}
|
|
87906
|
+
return msg;
|
|
87907
|
+
};
|
|
87908
|
+
|
|
87909
|
+
|
|
87910
|
+
/**
|
|
87911
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
87912
|
+
* @return {!Uint8Array}
|
|
87913
|
+
*/
|
|
87914
|
+
proto.clarifai.api.ListCloudProvidersRequest.prototype.serializeBinary = function() {
|
|
87915
|
+
var writer = new jspb.BinaryWriter();
|
|
87916
|
+
proto.clarifai.api.ListCloudProvidersRequest.serializeBinaryToWriter(this, writer);
|
|
87917
|
+
return writer.getResultBuffer();
|
|
87918
|
+
};
|
|
87919
|
+
|
|
87920
|
+
|
|
87921
|
+
/**
|
|
87922
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
87923
|
+
* format), writing to the given BinaryWriter.
|
|
87924
|
+
* @param {!proto.clarifai.api.ListCloudProvidersRequest} message
|
|
87925
|
+
* @param {!jspb.BinaryWriter} writer
|
|
87926
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
87927
|
+
*/
|
|
87928
|
+
proto.clarifai.api.ListCloudProvidersRequest.serializeBinaryToWriter = function(message, writer) {
|
|
87929
|
+
var f = undefined;
|
|
87930
|
+
};
|
|
87931
|
+
|
|
87932
|
+
|
|
87933
|
+
|
|
87934
|
+
/**
|
|
87935
|
+
* List of repeated fields within this message type.
|
|
87936
|
+
* @private {!Array<number>}
|
|
87937
|
+
* @const
|
|
87938
|
+
*/
|
|
87939
|
+
proto.clarifai.api.MultiCloudProviderResponse.repeatedFields_ = [2];
|
|
87940
|
+
|
|
87941
|
+
|
|
87942
|
+
|
|
87943
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
87944
|
+
/**
|
|
87945
|
+
* Creates an object representation of this proto.
|
|
87946
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
87947
|
+
* Optional fields that are not set will be set to undefined.
|
|
87948
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
87949
|
+
* For the list of reserved names please see:
|
|
87950
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
87951
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
87952
|
+
* JSPB instance for transitional soy proto support:
|
|
87953
|
+
* http://goto/soy-param-migration
|
|
87954
|
+
* @return {!Object}
|
|
87955
|
+
*/
|
|
87956
|
+
proto.clarifai.api.MultiCloudProviderResponse.prototype.toObject = function(opt_includeInstance) {
|
|
87957
|
+
return proto.clarifai.api.MultiCloudProviderResponse.toObject(opt_includeInstance, this);
|
|
87958
|
+
};
|
|
87959
|
+
|
|
87960
|
+
|
|
87961
|
+
/**
|
|
87962
|
+
* Static version of the {@see toObject} method.
|
|
87963
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
87964
|
+
* the JSPB instance for transitional soy proto support:
|
|
87965
|
+
* http://goto/soy-param-migration
|
|
87966
|
+
* @param {!proto.clarifai.api.MultiCloudProviderResponse} msg The msg instance to transform.
|
|
87967
|
+
* @return {!Object}
|
|
87968
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
87969
|
+
*/
|
|
87970
|
+
proto.clarifai.api.MultiCloudProviderResponse.toObject = function(includeInstance, msg) {
|
|
87971
|
+
var f, obj = {
|
|
87972
|
+
status: (f = msg.getStatus()) && proto_clarifai_api_status_status_pb.Status.toObject(includeInstance, f),
|
|
87973
|
+
cloudProvidersList: jspb.Message.toObjectList(msg.getCloudProvidersList(),
|
|
87974
|
+
proto_clarifai_api_resources_pb.CloudProvider.toObject, includeInstance)
|
|
87975
|
+
};
|
|
87976
|
+
|
|
87977
|
+
if (includeInstance) {
|
|
87978
|
+
obj.$jspbMessageInstance = msg;
|
|
87979
|
+
}
|
|
87980
|
+
return obj;
|
|
87981
|
+
};
|
|
87982
|
+
}
|
|
87983
|
+
|
|
87984
|
+
|
|
87985
|
+
/**
|
|
87986
|
+
* Deserializes binary data (in protobuf wire format).
|
|
87987
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
87988
|
+
* @return {!proto.clarifai.api.MultiCloudProviderResponse}
|
|
87989
|
+
*/
|
|
87990
|
+
proto.clarifai.api.MultiCloudProviderResponse.deserializeBinary = function(bytes) {
|
|
87991
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
87992
|
+
var msg = new proto.clarifai.api.MultiCloudProviderResponse;
|
|
87993
|
+
return proto.clarifai.api.MultiCloudProviderResponse.deserializeBinaryFromReader(msg, reader);
|
|
87994
|
+
};
|
|
87995
|
+
|
|
87996
|
+
|
|
87997
|
+
/**
|
|
87998
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
87999
|
+
* given reader into the given message object.
|
|
88000
|
+
* @param {!proto.clarifai.api.MultiCloudProviderResponse} msg The message object to deserialize into.
|
|
88001
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
88002
|
+
* @return {!proto.clarifai.api.MultiCloudProviderResponse}
|
|
88003
|
+
*/
|
|
88004
|
+
proto.clarifai.api.MultiCloudProviderResponse.deserializeBinaryFromReader = function(msg, reader) {
|
|
88005
|
+
while (reader.nextField()) {
|
|
88006
|
+
if (reader.isEndGroup()) {
|
|
88007
|
+
break;
|
|
88008
|
+
}
|
|
88009
|
+
var field = reader.getFieldNumber();
|
|
88010
|
+
switch (field) {
|
|
88011
|
+
case 1:
|
|
88012
|
+
var value = new proto_clarifai_api_status_status_pb.Status;
|
|
88013
|
+
reader.readMessage(value,proto_clarifai_api_status_status_pb.Status.deserializeBinaryFromReader);
|
|
88014
|
+
msg.setStatus(value);
|
|
88015
|
+
break;
|
|
88016
|
+
case 2:
|
|
88017
|
+
var value = new proto_clarifai_api_resources_pb.CloudProvider;
|
|
88018
|
+
reader.readMessage(value,proto_clarifai_api_resources_pb.CloudProvider.deserializeBinaryFromReader);
|
|
88019
|
+
msg.addCloudProviders(value);
|
|
88020
|
+
break;
|
|
88021
|
+
default:
|
|
88022
|
+
reader.skipField();
|
|
88023
|
+
break;
|
|
88024
|
+
}
|
|
88025
|
+
}
|
|
88026
|
+
return msg;
|
|
88027
|
+
};
|
|
88028
|
+
|
|
88029
|
+
|
|
88030
|
+
/**
|
|
88031
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
88032
|
+
* @return {!Uint8Array}
|
|
88033
|
+
*/
|
|
88034
|
+
proto.clarifai.api.MultiCloudProviderResponse.prototype.serializeBinary = function() {
|
|
88035
|
+
var writer = new jspb.BinaryWriter();
|
|
88036
|
+
proto.clarifai.api.MultiCloudProviderResponse.serializeBinaryToWriter(this, writer);
|
|
88037
|
+
return writer.getResultBuffer();
|
|
88038
|
+
};
|
|
88039
|
+
|
|
88040
|
+
|
|
88041
|
+
/**
|
|
88042
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
88043
|
+
* format), writing to the given BinaryWriter.
|
|
88044
|
+
* @param {!proto.clarifai.api.MultiCloudProviderResponse} message
|
|
88045
|
+
* @param {!jspb.BinaryWriter} writer
|
|
88046
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
88047
|
+
*/
|
|
88048
|
+
proto.clarifai.api.MultiCloudProviderResponse.serializeBinaryToWriter = function(message, writer) {
|
|
88049
|
+
var f = undefined;
|
|
88050
|
+
f = message.getStatus();
|
|
88051
|
+
if (f != null) {
|
|
88052
|
+
writer.writeMessage(
|
|
88053
|
+
1,
|
|
88054
|
+
f,
|
|
88055
|
+
proto_clarifai_api_status_status_pb.Status.serializeBinaryToWriter
|
|
88056
|
+
);
|
|
88057
|
+
}
|
|
88058
|
+
f = message.getCloudProvidersList();
|
|
88059
|
+
if (f.length > 0) {
|
|
88060
|
+
writer.writeRepeatedMessage(
|
|
88061
|
+
2,
|
|
88062
|
+
f,
|
|
88063
|
+
proto_clarifai_api_resources_pb.CloudProvider.serializeBinaryToWriter
|
|
88064
|
+
);
|
|
88065
|
+
}
|
|
88066
|
+
};
|
|
88067
|
+
|
|
88068
|
+
|
|
88069
|
+
/**
|
|
88070
|
+
* optional status.Status status = 1;
|
|
88071
|
+
* @return {?proto.clarifai.api.status.Status}
|
|
88072
|
+
*/
|
|
88073
|
+
proto.clarifai.api.MultiCloudProviderResponse.prototype.getStatus = function() {
|
|
88074
|
+
return /** @type{?proto.clarifai.api.status.Status} */ (
|
|
88075
|
+
jspb.Message.getWrapperField(this, proto_clarifai_api_status_status_pb.Status, 1));
|
|
88076
|
+
};
|
|
88077
|
+
|
|
88078
|
+
|
|
88079
|
+
/**
|
|
88080
|
+
* @param {?proto.clarifai.api.status.Status|undefined} value
|
|
88081
|
+
* @return {!proto.clarifai.api.MultiCloudProviderResponse} returns this
|
|
88082
|
+
*/
|
|
88083
|
+
proto.clarifai.api.MultiCloudProviderResponse.prototype.setStatus = function(value) {
|
|
88084
|
+
return jspb.Message.setWrapperField(this, 1, value);
|
|
88085
|
+
};
|
|
88086
|
+
|
|
88087
|
+
|
|
88088
|
+
/**
|
|
88089
|
+
* Clears the message field making it undefined.
|
|
88090
|
+
* @return {!proto.clarifai.api.MultiCloudProviderResponse} returns this
|
|
88091
|
+
*/
|
|
88092
|
+
proto.clarifai.api.MultiCloudProviderResponse.prototype.clearStatus = function() {
|
|
88093
|
+
return this.setStatus(undefined);
|
|
88094
|
+
};
|
|
88095
|
+
|
|
88096
|
+
|
|
88097
|
+
/**
|
|
88098
|
+
* Returns whether this field is set.
|
|
88099
|
+
* @return {boolean}
|
|
88100
|
+
*/
|
|
88101
|
+
proto.clarifai.api.MultiCloudProviderResponse.prototype.hasStatus = function() {
|
|
88102
|
+
return jspb.Message.getField(this, 1) != null;
|
|
88103
|
+
};
|
|
88104
|
+
|
|
88105
|
+
|
|
88106
|
+
/**
|
|
88107
|
+
* repeated CloudProvider cloud_providers = 2;
|
|
88108
|
+
* @return {!Array<!proto.clarifai.api.CloudProvider>}
|
|
88109
|
+
*/
|
|
88110
|
+
proto.clarifai.api.MultiCloudProviderResponse.prototype.getCloudProvidersList = function() {
|
|
88111
|
+
return /** @type{!Array<!proto.clarifai.api.CloudProvider>} */ (
|
|
88112
|
+
jspb.Message.getRepeatedWrapperField(this, proto_clarifai_api_resources_pb.CloudProvider, 2));
|
|
88113
|
+
};
|
|
88114
|
+
|
|
88115
|
+
|
|
88116
|
+
/**
|
|
88117
|
+
* @param {!Array<!proto.clarifai.api.CloudProvider>} value
|
|
88118
|
+
* @return {!proto.clarifai.api.MultiCloudProviderResponse} returns this
|
|
88119
|
+
*/
|
|
88120
|
+
proto.clarifai.api.MultiCloudProviderResponse.prototype.setCloudProvidersList = function(value) {
|
|
88121
|
+
return jspb.Message.setRepeatedWrapperField(this, 2, value);
|
|
88122
|
+
};
|
|
88123
|
+
|
|
88124
|
+
|
|
88125
|
+
/**
|
|
88126
|
+
* @param {!proto.clarifai.api.CloudProvider=} opt_value
|
|
88127
|
+
* @param {number=} opt_index
|
|
88128
|
+
* @return {!proto.clarifai.api.CloudProvider}
|
|
88129
|
+
*/
|
|
88130
|
+
proto.clarifai.api.MultiCloudProviderResponse.prototype.addCloudProviders = function(opt_value, opt_index) {
|
|
88131
|
+
return jspb.Message.addToRepeatedWrapperField(this, 2, opt_value, proto.clarifai.api.CloudProvider, opt_index);
|
|
88132
|
+
};
|
|
88133
|
+
|
|
88134
|
+
|
|
88135
|
+
/**
|
|
88136
|
+
* Clears the list making it empty but non-null.
|
|
88137
|
+
* @return {!proto.clarifai.api.MultiCloudProviderResponse} returns this
|
|
88138
|
+
*/
|
|
88139
|
+
proto.clarifai.api.MultiCloudProviderResponse.prototype.clearCloudProvidersList = function() {
|
|
88140
|
+
return this.setCloudProvidersList([]);
|
|
88141
|
+
};
|
|
88142
|
+
|
|
88143
|
+
|
|
88144
|
+
|
|
88145
|
+
|
|
88146
|
+
|
|
88147
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
88148
|
+
/**
|
|
88149
|
+
* Creates an object representation of this proto.
|
|
88150
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
88151
|
+
* Optional fields that are not set will be set to undefined.
|
|
88152
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
88153
|
+
* For the list of reserved names please see:
|
|
88154
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
88155
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
88156
|
+
* JSPB instance for transitional soy proto support:
|
|
88157
|
+
* http://goto/soy-param-migration
|
|
88158
|
+
* @return {!Object}
|
|
88159
|
+
*/
|
|
88160
|
+
proto.clarifai.api.ListCloudRegionsRequest.prototype.toObject = function(opt_includeInstance) {
|
|
88161
|
+
return proto.clarifai.api.ListCloudRegionsRequest.toObject(opt_includeInstance, this);
|
|
88162
|
+
};
|
|
88163
|
+
|
|
88164
|
+
|
|
88165
|
+
/**
|
|
88166
|
+
* Static version of the {@see toObject} method.
|
|
88167
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
88168
|
+
* the JSPB instance for transitional soy proto support:
|
|
88169
|
+
* http://goto/soy-param-migration
|
|
88170
|
+
* @param {!proto.clarifai.api.ListCloudRegionsRequest} msg The msg instance to transform.
|
|
88171
|
+
* @return {!Object}
|
|
88172
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
88173
|
+
*/
|
|
88174
|
+
proto.clarifai.api.ListCloudRegionsRequest.toObject = function(includeInstance, msg) {
|
|
88175
|
+
var f, obj = {
|
|
88176
|
+
cloudProvider: (f = msg.getCloudProvider()) && proto_clarifai_api_resources_pb.CloudProvider.toObject(includeInstance, f)
|
|
88177
|
+
};
|
|
88178
|
+
|
|
88179
|
+
if (includeInstance) {
|
|
88180
|
+
obj.$jspbMessageInstance = msg;
|
|
88181
|
+
}
|
|
88182
|
+
return obj;
|
|
88183
|
+
};
|
|
88184
|
+
}
|
|
88185
|
+
|
|
88186
|
+
|
|
88187
|
+
/**
|
|
88188
|
+
* Deserializes binary data (in protobuf wire format).
|
|
88189
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
88190
|
+
* @return {!proto.clarifai.api.ListCloudRegionsRequest}
|
|
88191
|
+
*/
|
|
88192
|
+
proto.clarifai.api.ListCloudRegionsRequest.deserializeBinary = function(bytes) {
|
|
88193
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
88194
|
+
var msg = new proto.clarifai.api.ListCloudRegionsRequest;
|
|
88195
|
+
return proto.clarifai.api.ListCloudRegionsRequest.deserializeBinaryFromReader(msg, reader);
|
|
88196
|
+
};
|
|
88197
|
+
|
|
88198
|
+
|
|
88199
|
+
/**
|
|
88200
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
88201
|
+
* given reader into the given message object.
|
|
88202
|
+
* @param {!proto.clarifai.api.ListCloudRegionsRequest} msg The message object to deserialize into.
|
|
88203
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
88204
|
+
* @return {!proto.clarifai.api.ListCloudRegionsRequest}
|
|
88205
|
+
*/
|
|
88206
|
+
proto.clarifai.api.ListCloudRegionsRequest.deserializeBinaryFromReader = function(msg, reader) {
|
|
88207
|
+
while (reader.nextField()) {
|
|
88208
|
+
if (reader.isEndGroup()) {
|
|
88209
|
+
break;
|
|
88210
|
+
}
|
|
88211
|
+
var field = reader.getFieldNumber();
|
|
88212
|
+
switch (field) {
|
|
88213
|
+
case 1:
|
|
88214
|
+
var value = new proto_clarifai_api_resources_pb.CloudProvider;
|
|
88215
|
+
reader.readMessage(value,proto_clarifai_api_resources_pb.CloudProvider.deserializeBinaryFromReader);
|
|
88216
|
+
msg.setCloudProvider(value);
|
|
88217
|
+
break;
|
|
88218
|
+
default:
|
|
88219
|
+
reader.skipField();
|
|
88220
|
+
break;
|
|
88221
|
+
}
|
|
88222
|
+
}
|
|
88223
|
+
return msg;
|
|
88224
|
+
};
|
|
88225
|
+
|
|
88226
|
+
|
|
88227
|
+
/**
|
|
88228
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
88229
|
+
* @return {!Uint8Array}
|
|
88230
|
+
*/
|
|
88231
|
+
proto.clarifai.api.ListCloudRegionsRequest.prototype.serializeBinary = function() {
|
|
88232
|
+
var writer = new jspb.BinaryWriter();
|
|
88233
|
+
proto.clarifai.api.ListCloudRegionsRequest.serializeBinaryToWriter(this, writer);
|
|
88234
|
+
return writer.getResultBuffer();
|
|
88235
|
+
};
|
|
88236
|
+
|
|
88237
|
+
|
|
88238
|
+
/**
|
|
88239
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
88240
|
+
* format), writing to the given BinaryWriter.
|
|
88241
|
+
* @param {!proto.clarifai.api.ListCloudRegionsRequest} message
|
|
88242
|
+
* @param {!jspb.BinaryWriter} writer
|
|
88243
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
88244
|
+
*/
|
|
88245
|
+
proto.clarifai.api.ListCloudRegionsRequest.serializeBinaryToWriter = function(message, writer) {
|
|
88246
|
+
var f = undefined;
|
|
88247
|
+
f = message.getCloudProvider();
|
|
88248
|
+
if (f != null) {
|
|
88249
|
+
writer.writeMessage(
|
|
88250
|
+
1,
|
|
88251
|
+
f,
|
|
88252
|
+
proto_clarifai_api_resources_pb.CloudProvider.serializeBinaryToWriter
|
|
88253
|
+
);
|
|
88254
|
+
}
|
|
88255
|
+
};
|
|
88256
|
+
|
|
88257
|
+
|
|
88258
|
+
/**
|
|
88259
|
+
* optional CloudProvider cloud_provider = 1;
|
|
88260
|
+
* @return {?proto.clarifai.api.CloudProvider}
|
|
88261
|
+
*/
|
|
88262
|
+
proto.clarifai.api.ListCloudRegionsRequest.prototype.getCloudProvider = function() {
|
|
88263
|
+
return /** @type{?proto.clarifai.api.CloudProvider} */ (
|
|
88264
|
+
jspb.Message.getWrapperField(this, proto_clarifai_api_resources_pb.CloudProvider, 1));
|
|
88265
|
+
};
|
|
88266
|
+
|
|
88267
|
+
|
|
88268
|
+
/**
|
|
88269
|
+
* @param {?proto.clarifai.api.CloudProvider|undefined} value
|
|
88270
|
+
* @return {!proto.clarifai.api.ListCloudRegionsRequest} returns this
|
|
88271
|
+
*/
|
|
88272
|
+
proto.clarifai.api.ListCloudRegionsRequest.prototype.setCloudProvider = function(value) {
|
|
88273
|
+
return jspb.Message.setWrapperField(this, 1, value);
|
|
88274
|
+
};
|
|
88275
|
+
|
|
88276
|
+
|
|
88277
|
+
/**
|
|
88278
|
+
* Clears the message field making it undefined.
|
|
88279
|
+
* @return {!proto.clarifai.api.ListCloudRegionsRequest} returns this
|
|
88280
|
+
*/
|
|
88281
|
+
proto.clarifai.api.ListCloudRegionsRequest.prototype.clearCloudProvider = function() {
|
|
88282
|
+
return this.setCloudProvider(undefined);
|
|
88283
|
+
};
|
|
88284
|
+
|
|
88285
|
+
|
|
88286
|
+
/**
|
|
88287
|
+
* Returns whether this field is set.
|
|
88288
|
+
* @return {boolean}
|
|
88289
|
+
*/
|
|
88290
|
+
proto.clarifai.api.ListCloudRegionsRequest.prototype.hasCloudProvider = function() {
|
|
88291
|
+
return jspb.Message.getField(this, 1) != null;
|
|
88292
|
+
};
|
|
88293
|
+
|
|
88294
|
+
|
|
88295
|
+
|
|
88296
|
+
/**
|
|
88297
|
+
* List of repeated fields within this message type.
|
|
88298
|
+
* @private {!Array<number>}
|
|
88299
|
+
* @const
|
|
88300
|
+
*/
|
|
88301
|
+
proto.clarifai.api.MultiCloudRegionResponse.repeatedFields_ = [2];
|
|
88302
|
+
|
|
88303
|
+
|
|
88304
|
+
|
|
88305
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
88306
|
+
/**
|
|
88307
|
+
* Creates an object representation of this proto.
|
|
88308
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
88309
|
+
* Optional fields that are not set will be set to undefined.
|
|
88310
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
88311
|
+
* For the list of reserved names please see:
|
|
88312
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
88313
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
88314
|
+
* JSPB instance for transitional soy proto support:
|
|
88315
|
+
* http://goto/soy-param-migration
|
|
88316
|
+
* @return {!Object}
|
|
88317
|
+
*/
|
|
88318
|
+
proto.clarifai.api.MultiCloudRegionResponse.prototype.toObject = function(opt_includeInstance) {
|
|
88319
|
+
return proto.clarifai.api.MultiCloudRegionResponse.toObject(opt_includeInstance, this);
|
|
88320
|
+
};
|
|
88321
|
+
|
|
88322
|
+
|
|
88323
|
+
/**
|
|
88324
|
+
* Static version of the {@see toObject} method.
|
|
88325
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
88326
|
+
* the JSPB instance for transitional soy proto support:
|
|
88327
|
+
* http://goto/soy-param-migration
|
|
88328
|
+
* @param {!proto.clarifai.api.MultiCloudRegionResponse} msg The msg instance to transform.
|
|
88329
|
+
* @return {!Object}
|
|
88330
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
88331
|
+
*/
|
|
88332
|
+
proto.clarifai.api.MultiCloudRegionResponse.toObject = function(includeInstance, msg) {
|
|
88333
|
+
var f, obj = {
|
|
88334
|
+
status: (f = msg.getStatus()) && proto_clarifai_api_status_status_pb.Status.toObject(includeInstance, f),
|
|
88335
|
+
regionsList: (f = jspb.Message.getRepeatedField(msg, 2)) == null ? undefined : f
|
|
88336
|
+
};
|
|
88337
|
+
|
|
88338
|
+
if (includeInstance) {
|
|
88339
|
+
obj.$jspbMessageInstance = msg;
|
|
88340
|
+
}
|
|
88341
|
+
return obj;
|
|
88342
|
+
};
|
|
88343
|
+
}
|
|
88344
|
+
|
|
88345
|
+
|
|
88346
|
+
/**
|
|
88347
|
+
* Deserializes binary data (in protobuf wire format).
|
|
88348
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
88349
|
+
* @return {!proto.clarifai.api.MultiCloudRegionResponse}
|
|
88350
|
+
*/
|
|
88351
|
+
proto.clarifai.api.MultiCloudRegionResponse.deserializeBinary = function(bytes) {
|
|
88352
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
88353
|
+
var msg = new proto.clarifai.api.MultiCloudRegionResponse;
|
|
88354
|
+
return proto.clarifai.api.MultiCloudRegionResponse.deserializeBinaryFromReader(msg, reader);
|
|
88355
|
+
};
|
|
88356
|
+
|
|
88357
|
+
|
|
88358
|
+
/**
|
|
88359
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
88360
|
+
* given reader into the given message object.
|
|
88361
|
+
* @param {!proto.clarifai.api.MultiCloudRegionResponse} msg The message object to deserialize into.
|
|
88362
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
88363
|
+
* @return {!proto.clarifai.api.MultiCloudRegionResponse}
|
|
88364
|
+
*/
|
|
88365
|
+
proto.clarifai.api.MultiCloudRegionResponse.deserializeBinaryFromReader = function(msg, reader) {
|
|
88366
|
+
while (reader.nextField()) {
|
|
88367
|
+
if (reader.isEndGroup()) {
|
|
88368
|
+
break;
|
|
88369
|
+
}
|
|
88370
|
+
var field = reader.getFieldNumber();
|
|
88371
|
+
switch (field) {
|
|
88372
|
+
case 1:
|
|
88373
|
+
var value = new proto_clarifai_api_status_status_pb.Status;
|
|
88374
|
+
reader.readMessage(value,proto_clarifai_api_status_status_pb.Status.deserializeBinaryFromReader);
|
|
88375
|
+
msg.setStatus(value);
|
|
88376
|
+
break;
|
|
88377
|
+
case 2:
|
|
88378
|
+
var value = /** @type {string} */ (reader.readString());
|
|
88379
|
+
msg.addRegions(value);
|
|
88380
|
+
break;
|
|
88381
|
+
default:
|
|
88382
|
+
reader.skipField();
|
|
88383
|
+
break;
|
|
88384
|
+
}
|
|
88385
|
+
}
|
|
88386
|
+
return msg;
|
|
88387
|
+
};
|
|
88388
|
+
|
|
88389
|
+
|
|
88390
|
+
/**
|
|
88391
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
88392
|
+
* @return {!Uint8Array}
|
|
88393
|
+
*/
|
|
88394
|
+
proto.clarifai.api.MultiCloudRegionResponse.prototype.serializeBinary = function() {
|
|
88395
|
+
var writer = new jspb.BinaryWriter();
|
|
88396
|
+
proto.clarifai.api.MultiCloudRegionResponse.serializeBinaryToWriter(this, writer);
|
|
88397
|
+
return writer.getResultBuffer();
|
|
88398
|
+
};
|
|
88399
|
+
|
|
88400
|
+
|
|
88401
|
+
/**
|
|
88402
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
88403
|
+
* format), writing to the given BinaryWriter.
|
|
88404
|
+
* @param {!proto.clarifai.api.MultiCloudRegionResponse} message
|
|
88405
|
+
* @param {!jspb.BinaryWriter} writer
|
|
88406
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
88407
|
+
*/
|
|
88408
|
+
proto.clarifai.api.MultiCloudRegionResponse.serializeBinaryToWriter = function(message, writer) {
|
|
88409
|
+
var f = undefined;
|
|
88410
|
+
f = message.getStatus();
|
|
88411
|
+
if (f != null) {
|
|
88412
|
+
writer.writeMessage(
|
|
88413
|
+
1,
|
|
88414
|
+
f,
|
|
88415
|
+
proto_clarifai_api_status_status_pb.Status.serializeBinaryToWriter
|
|
88416
|
+
);
|
|
88417
|
+
}
|
|
88418
|
+
f = message.getRegionsList();
|
|
88419
|
+
if (f.length > 0) {
|
|
88420
|
+
writer.writeRepeatedString(
|
|
88421
|
+
2,
|
|
88422
|
+
f
|
|
88423
|
+
);
|
|
88424
|
+
}
|
|
88425
|
+
};
|
|
88426
|
+
|
|
88427
|
+
|
|
88428
|
+
/**
|
|
88429
|
+
* optional status.Status status = 1;
|
|
88430
|
+
* @return {?proto.clarifai.api.status.Status}
|
|
88431
|
+
*/
|
|
88432
|
+
proto.clarifai.api.MultiCloudRegionResponse.prototype.getStatus = function() {
|
|
88433
|
+
return /** @type{?proto.clarifai.api.status.Status} */ (
|
|
88434
|
+
jspb.Message.getWrapperField(this, proto_clarifai_api_status_status_pb.Status, 1));
|
|
88435
|
+
};
|
|
88436
|
+
|
|
88437
|
+
|
|
88438
|
+
/**
|
|
88439
|
+
* @param {?proto.clarifai.api.status.Status|undefined} value
|
|
88440
|
+
* @return {!proto.clarifai.api.MultiCloudRegionResponse} returns this
|
|
88441
|
+
*/
|
|
88442
|
+
proto.clarifai.api.MultiCloudRegionResponse.prototype.setStatus = function(value) {
|
|
88443
|
+
return jspb.Message.setWrapperField(this, 1, value);
|
|
88444
|
+
};
|
|
88445
|
+
|
|
88446
|
+
|
|
88447
|
+
/**
|
|
88448
|
+
* Clears the message field making it undefined.
|
|
88449
|
+
* @return {!proto.clarifai.api.MultiCloudRegionResponse} returns this
|
|
88450
|
+
*/
|
|
88451
|
+
proto.clarifai.api.MultiCloudRegionResponse.prototype.clearStatus = function() {
|
|
88452
|
+
return this.setStatus(undefined);
|
|
88453
|
+
};
|
|
88454
|
+
|
|
88455
|
+
|
|
88456
|
+
/**
|
|
88457
|
+
* Returns whether this field is set.
|
|
88458
|
+
* @return {boolean}
|
|
88459
|
+
*/
|
|
88460
|
+
proto.clarifai.api.MultiCloudRegionResponse.prototype.hasStatus = function() {
|
|
88461
|
+
return jspb.Message.getField(this, 1) != null;
|
|
88462
|
+
};
|
|
88463
|
+
|
|
88464
|
+
|
|
88465
|
+
/**
|
|
88466
|
+
* repeated string regions = 2;
|
|
88467
|
+
* @return {!Array<string>}
|
|
88468
|
+
*/
|
|
88469
|
+
proto.clarifai.api.MultiCloudRegionResponse.prototype.getRegionsList = function() {
|
|
88470
|
+
return /** @type {!Array<string>} */ (jspb.Message.getRepeatedField(this, 2));
|
|
88471
|
+
};
|
|
88472
|
+
|
|
88473
|
+
|
|
88474
|
+
/**
|
|
88475
|
+
* @param {!Array<string>} value
|
|
88476
|
+
* @return {!proto.clarifai.api.MultiCloudRegionResponse} returns this
|
|
88477
|
+
*/
|
|
88478
|
+
proto.clarifai.api.MultiCloudRegionResponse.prototype.setRegionsList = function(value) {
|
|
88479
|
+
return jspb.Message.setField(this, 2, value || []);
|
|
88480
|
+
};
|
|
88481
|
+
|
|
88482
|
+
|
|
88483
|
+
/**
|
|
88484
|
+
* @param {string} value
|
|
88485
|
+
* @param {number=} opt_index
|
|
88486
|
+
* @return {!proto.clarifai.api.MultiCloudRegionResponse} returns this
|
|
88487
|
+
*/
|
|
88488
|
+
proto.clarifai.api.MultiCloudRegionResponse.prototype.addRegions = function(value, opt_index) {
|
|
88489
|
+
return jspb.Message.addToRepeatedField(this, 2, value, opt_index);
|
|
88490
|
+
};
|
|
88491
|
+
|
|
88492
|
+
|
|
88493
|
+
/**
|
|
88494
|
+
* Clears the list making it empty but non-null.
|
|
88495
|
+
* @return {!proto.clarifai.api.MultiCloudRegionResponse} returns this
|
|
88496
|
+
*/
|
|
88497
|
+
proto.clarifai.api.MultiCloudRegionResponse.prototype.clearRegionsList = function() {
|
|
88498
|
+
return this.setRegionsList([]);
|
|
88499
|
+
};
|
|
88500
|
+
|
|
88501
|
+
|
|
88502
|
+
|
|
88503
|
+
|
|
88504
|
+
|
|
86992
88505
|
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
86993
88506
|
/**
|
|
86994
88507
|
* Creates an object representation of this proto.
|