Path Parameters
The worksheet id.
Query Parameters
The list of fields to be updated.
Fields are specified relative to the worksheet.
(e.g. title
, statement
; not worksheet.title
or worksheet.statement
)
Only support update the following fields for now:
title
statement
starred
visibility
Body
The name of the worksheet resource, generated by the server. Canonical parent is project. Format: worksheets/{worksheet}
The project resource name. Format: projects/{project}
The title of the worksheet.
The content of the worksheet.
By default, it will be cut off in SearchWorksheet() method. If it doesn't match the content_size
, you can
use GetWorksheet() request to retrieve the full content.
VISIBILITY_UNSPECIFIED
, PROJECT_READ
, PROJECT_WRITE
, PRIVATE
The database resource name. Format: instances/{instance}/databases/{database} If the database parent doesn't exist, the database field is empty.
Response
OK
The name of the worksheet resource, generated by the server. Canonical parent is project. Format: worksheets/{worksheet}
The project resource name. Format: projects/{project}
The title of the worksheet.
The content of the worksheet.
By default, it will be cut off in SearchWorksheet() method. If it doesn't match the content_size
, you can
use GetWorksheet() request to retrieve the full content.
VISIBILITY_UNSPECIFIED
, PROJECT_READ
, PROJECT_WRITE
, PRIVATE
The database resource name. Format: instances/{instance}/databases/{database} If the database parent doesn't exist, the database field is empty.
The creator of the Worksheet. Format: users/{email}
The create time of the worksheet.
The last update time of the worksheet.
content_size is the full size of the content, may not match the size of the content
field.
starred indicates whether the worksheet is starred by the current authenticated user.