@@ -57,7 +57,7 @@ $root.vector_tile = (function() {
5757
5858 /**
5959 * Encodes the specified Tile message. Does not implicitly {@link vector_tile.Tile.verify|verify} messages.
60- * @param {vector_tile.Tile|Object } message Tile message or plain object to encode
60+ * @param {vector_tile.Tile|Object.<string,*> } message Tile message or plain object to encode
6161 * @param {$protobuf.Writer } [writer] Writer to encode to
6262 * @returns {$protobuf.Writer } Writer
6363 */
@@ -72,7 +72,7 @@ $root.vector_tile = (function() {
7272
7373 /**
7474 * Encodes the specified Tile message, length delimited. Does not implicitly {@link vector_tile.Tile.verify|verify} messages.
75- * @param {vector_tile.Tile|Object } message Tile message or plain object to encode
75+ * @param {vector_tile.Tile|Object.<string,*> } message Tile message or plain object to encode
7676 * @param {$protobuf.Writer } [writer] Writer to encode to
7777 * @returns {$protobuf.Writer } Writer
7878 */
@@ -123,7 +123,7 @@ $root.vector_tile = (function() {
123123
124124 /**
125125 * Verifies a Tile message.
126- * @param {vector_tile.Tile| Object } message Tile message or plain object to verify
126+ * @param {Object.<string,*> } message Tile object to verify
127127 * @returns {?string } `null` if valid, otherwise the reason why it is not
128128 */
129129 Tile . verify = function verify ( message ) {
@@ -295,7 +295,7 @@ $root.vector_tile = (function() {
295295
296296 /**
297297 * Encodes the specified Value message. Does not implicitly {@link vector_tile.Tile.Value.verify|verify} messages.
298- * @param {vector_tile.Tile.Value|Object } message Value message or plain object to encode
298+ * @param {vector_tile.Tile.Value|Object.<string,*> } message Value message or plain object to encode
299299 * @param {$protobuf.Writer } [writer] Writer to encode to
300300 * @returns {$protobuf.Writer } Writer
301301 */
@@ -321,7 +321,7 @@ $root.vector_tile = (function() {
321321
322322 /**
323323 * Encodes the specified Value message, length delimited. Does not implicitly {@link vector_tile.Tile.Value.verify|verify} messages.
324- * @param {vector_tile.Tile.Value|Object } message Value message or plain object to encode
324+ * @param {vector_tile.Tile.Value|Object.<string,*> } message Value message or plain object to encode
325325 * @param {$protobuf.Writer } [writer] Writer to encode to
326326 * @returns {$protobuf.Writer } Writer
327327 */
@@ -388,7 +388,7 @@ $root.vector_tile = (function() {
388388
389389 /**
390390 * Verifies a Value message.
391- * @param {vector_tile.Tile.Value| Object } message Value message or plain object to verify
391+ * @param {Object.<string,*> } message Value object to verify
392392 * @returns {?string } `null` if valid, otherwise the reason why it is not
393393 */
394394 Value . verify = function verify ( message ) {
@@ -605,7 +605,7 @@ $root.vector_tile = (function() {
605605
606606 /**
607607 * Encodes the specified Feature message. Does not implicitly {@link vector_tile.Tile.Feature.verify|verify} messages.
608- * @param {vector_tile.Tile.Feature|Object } message Feature message or plain object to encode
608+ * @param {vector_tile.Tile.Feature|Object.<string,*> } message Feature message or plain object to encode
609609 * @param {$protobuf.Writer } [writer] Writer to encode to
610610 * @returns {$protobuf.Writer } Writer
611611 */
@@ -633,7 +633,7 @@ $root.vector_tile = (function() {
633633
634634 /**
635635 * Encodes the specified Feature message, length delimited. Does not implicitly {@link vector_tile.Tile.Feature.verify|verify} messages.
636- * @param {vector_tile.Tile.Feature|Object } message Feature message or plain object to encode
636+ * @param {vector_tile.Tile.Feature|Object.<string,*> } message Feature message or plain object to encode
637637 * @param {$protobuf.Writer } [writer] Writer to encode to
638638 * @returns {$protobuf.Writer } Writer
639639 */
@@ -705,7 +705,7 @@ $root.vector_tile = (function() {
705705
706706 /**
707707 * Verifies a Feature message.
708- * @param {vector_tile.Tile.Feature| Object } message Feature message or plain object to verify
708+ * @param {Object.<string,*> } message Feature object to verify
709709 * @returns {?string } `null` if valid, otherwise the reason why it is not
710710 */
711711 Feature . verify = function verify ( message ) {
@@ -932,7 +932,7 @@ $root.vector_tile = (function() {
932932
933933 /**
934934 * Encodes the specified Layer message. Does not implicitly {@link vector_tile.Tile.Layer.verify|verify} messages.
935- * @param {vector_tile.Tile.Layer|Object } message Layer message or plain object to encode
935+ * @param {vector_tile.Tile.Layer|Object.<string,*> } message Layer message or plain object to encode
936936 * @param {$protobuf.Writer } [writer] Writer to encode to
937937 * @returns {$protobuf.Writer } Writer
938938 */
@@ -957,7 +957,7 @@ $root.vector_tile = (function() {
957957
958958 /**
959959 * Encodes the specified Layer message, length delimited. Does not implicitly {@link vector_tile.Tile.Layer.verify|verify} messages.
960- * @param {vector_tile.Tile.Layer|Object } message Layer message or plain object to encode
960+ * @param {vector_tile.Tile.Layer|Object.<string,*> } message Layer message or plain object to encode
961961 * @param {$protobuf.Writer } [writer] Writer to encode to
962962 * @returns {$protobuf.Writer } Writer
963963 */
@@ -1031,7 +1031,7 @@ $root.vector_tile = (function() {
10311031
10321032 /**
10331033 * Verifies a Layer message.
1034- * @param {vector_tile.Tile.Layer| Object } message Layer message or plain object to verify
1034+ * @param {Object.<string,*> } message Layer object to verify
10351035 * @returns {?string } `null` if valid, otherwise the reason why it is not
10361036 */
10371037 Layer . verify = function verify ( message ) {
0 commit comments