v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-1336153187.7 KB
projects

Creates a new table in the specified instance. The table can be created with a full set of initial column families, specified in the request.

post/v2/{+parent}/tables

Path parameters

parentstring required

Required. The unique name of the instance in which to create the table. Values are of the form projects/{project}/instances/{instance}.

Request body

tableIdstring

Required. The name by which the new table should be referred to within the parent instance, e.g., foobar rather than {parent}/tables/foobar. Maximum 50 characters.

Response

Successful response