You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @param {string} metadata.name - A descriptive name for the table.
979
1032
* @param {string|object} metadata.schema - A comma-separated list of name:type
980
-
* pairs. Valid types are "string", "integer", "float", "boolean", and
981
-
* "timestamp". If the type is omitted, it is assumed to be "string".
982
-
* Example: "name:string, age:integer". Schemas can also be specified as a
983
-
* JSON array of fields, which allows for nested and repeated fields. See
984
-
* a [Table resource](http://goo.gl/sl8Dmg) for more detailed information.
1033
+
* pairs. Valid types are "string", "integer", "float", "boolean", "bytes",
1034
+
* "record", and "timestamp". If the type is omitted, it is assumed to be
1035
+
* "string". Example: "name:string, age:integer". Schemas can also be
1036
+
* specified as a JSON array of fields, which allows for nested and repeated
1037
+
* fields. See a [Table resource](http://goo.gl/sl8Dmg) for more detailed
1038
+
* information.
985
1039
* @param {function} callback - The callback function.
986
1040
* @param {?error} callback.err - An error returned while making this request.
987
1041
* @param {object} callback.apiResponse - The full API response.
0 commit comments