Query Parameters
The list of fields to be updated.
Fields are specified relative to the sheet.
(e.g., title
, statement
; not sheet.title
or sheet.statement
)
Only support update the following fields for now:
title
statement
If set to true, and the sheet is not found, a new sheet will be created.
In this situation, update_mask
is ignored.
Body
The name of the sheet resource. Format: projects/{project}/sheets/{sheet} The sheet ID is generated by the server on creation and cannot be changed.
The title of the sheet.
The content of the sheet.
By default, it will be cut off, if it doesn't match the content_size
, you can
set the raw
to true in GetSheet request to retrieve the full content.
The SQL dialect.
ENGINE_UNSPECIFIED
, CLICKHOUSE
, MYSQL
, POSTGRES
, SNOWFLAKE
, SQLITE
, TIDB
, MONGODB
, REDIS
, ORACLE
, SPANNER
, MSSQL
, REDSHIFT
, MARIADB
, OCEANBASE
, STARROCKS
, DORIS
, HIVE
, ELASTICSEARCH
, BIGQUERY
, DYNAMODB
, DATABRICKS
, COCKROACHDB
, COSMOSDB
, TRINO
, CASSANDRA
Additional metadata and configuration for the sheet.
Response
OK
The name of the sheet resource. Format: projects/{project}/sheets/{sheet} The sheet ID is generated by the server on creation and cannot be changed.
The title of the sheet.
The content of the sheet.
By default, it will be cut off, if it doesn't match the content_size
, you can
set the raw
to true in GetSheet request to retrieve the full content.
The SQL dialect.
ENGINE_UNSPECIFIED
, CLICKHOUSE
, MYSQL
, POSTGRES
, SNOWFLAKE
, SQLITE
, TIDB
, MONGODB
, REDIS
, ORACLE
, SPANNER
, MSSQL
, REDSHIFT
, MARIADB
, OCEANBASE
, STARROCKS
, DORIS
, HIVE
, ELASTICSEARCH
, BIGQUERY
, DYNAMODB
, DATABRICKS
, COCKROACHDB
, COSMOSDB
, TRINO
, CASSANDRA
The creator of the Sheet. Format: users/{email}
The create time of the sheet.
content_size is the full size of the content, may not match the size of the content
field.
Additional metadata and configuration for the sheet.