clarifai-web-grpc 10.8.4 → 10.8.6

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.
@@ -26,6 +26,7 @@ goog.object.extend(proto, google_protobuf_descriptor_pb);
26
26
  goog.exportSymbol('proto.clarifai.api.utils.clDefaultFloat', null, global);
27
27
  goog.exportSymbol('proto.clarifai.api.utils.clMoretags', null, global);
28
28
  goog.exportSymbol('proto.clarifai.api.utils.clShowIfEmpty', null, global);
29
+ goog.exportSymbol('proto.clarifai.api.utils.description', null, global);
29
30
 
30
31
  /**
31
32
  * A tuple of {field number, class constructor} for the extension
@@ -101,4 +102,29 @@ google_protobuf_descriptor_pb.FieldOptions.extensionsBinary[50010] = new jspb.Ex
101
102
  // toObject() will function correctly.
102
103
  google_protobuf_descriptor_pb.FieldOptions.extensions[50010] = proto.clarifai.api.utils.clDefaultFloat;
103
104
 
105
+
106
+ /**
107
+ * A tuple of {field number, class constructor} for the extension
108
+ * field named `description`.
109
+ * @type {!jspb.ExtensionFieldInfo<string>}
110
+ */
111
+ proto.clarifai.api.utils.description = new jspb.ExtensionFieldInfo(
112
+ 1000,
113
+ {description: 0},
114
+ null,
115
+ /** @type {?function((boolean|undefined),!jspb.Message=): !Object} */ (
116
+ null),
117
+ 0);
118
+
119
+ google_protobuf_descriptor_pb.EnumValueOptions.extensionsBinary[1000] = new jspb.ExtensionFieldBinaryInfo(
120
+ proto.clarifai.api.utils.description,
121
+ jspb.BinaryReader.prototype.readString,
122
+ jspb.BinaryWriter.prototype.writeString,
123
+ undefined,
124
+ undefined,
125
+ false);
126
+ // This registers the extension field with the extended class, so that
127
+ // toObject() will function correctly.
128
+ google_protobuf_descriptor_pb.EnumValueOptions.extensions[1000] = proto.clarifai.api.utils.description;
129
+
104
130
  goog.object.extend(exports, proto.clarifai.api.utils);