Query Parameters
By default, the content of the sheet is cut off, set the raw
to true to retrieve the full content.
Response
OK
The name of the sheet resource, generated by the server. Canonical parent is project. Format: projects/{project}/sheets/{sheet}
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.
Available options:
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.