| Index: generated/googleapis/lib/fusiontables/v2.dart
|
| diff --git a/generated/googleapis/lib/fusiontables/v2.dart b/generated/googleapis/lib/fusiontables/v2.dart
|
| index 895fc9fb602444d4355c0efc028505444d303be4..9861e9a7c46441ef812a26a5b397dcfcc2130a80 100644
|
| --- a/generated/googleapis/lib/fusiontables/v2.dart
|
| +++ b/generated/googleapis/lib/fusiontables/v2.dart
|
| @@ -1929,10 +1929,11 @@ class Column {
|
| * NUMBER_NO_SEPARATORfor example 1234.56 NUMBER_PERCENTfor example 123,456%
|
| * NUMBER_SCIENTIFICfor example 1E3 STRING_EIGHT_LINE_IMAGEDisplays thumbnail
|
| * images as tall as eight lines of text STRING_FOUR_LINE_IMAGEDisplays
|
| - * thumbnail images as tall as four lines of text STRING_JSON_TEXTAllows JSON
|
| - * editing of text in UI STRING_LINKTreats cell as a link (must start with
|
| - * http:// or https://) STRING_ONE_LINE_IMAGEDisplays thumbnail images as tall
|
| - * as one line of text STRING_VIDEO_OR_MAPDisplay a video or map thumbnail
|
| + * thumbnail images as tall as four lines of text STRING_JSON_TEXTAllows
|
| + * editing of text as JSON in UI STRING_JSON_LISTAllows editing of text as a
|
| + * JSON list in UI STRING_LINKTreats cell as a link (must start with http://
|
| + * or https://) STRING_ONE_LINE_IMAGEDisplays thumbnail images as tall as one
|
| + * line of text STRING_VIDEO_OR_MAPDisplay a video or map thumbnail
|
| */
|
| core.String formatPattern;
|
| /**
|
|
|