Sheets
Create Spreadsheet Job
SheetsJob sheets().create(SheetCreateParamsparams, RequestOptionsrequestOptions = RequestOptions.none())
POST/api/v1/sheets/jobs
List Spreadsheet Jobs
SheetListPage sheets().list(SheetListParamsparams = SheetListParams.none(), RequestOptionsrequestOptions = RequestOptions.none())
GET/api/v1/sheets/jobs
Get Spreadsheet Job
SheetsJob sheets().get(SheetGetParamsparams = SheetGetParams.none(), RequestOptionsrequestOptions = RequestOptions.none())
GET/api/v1/sheets/jobs/{spreadsheet_job_id}
Get Result Region
PresignedUrl sheets().getResultTable(SheetGetResultTableParamsparams, RequestOptionsrequestOptions = RequestOptions.none())
GET/api/v1/sheets/jobs/{spreadsheet_job_id}/regions/{region_id}/result/{region_type}
Delete Spreadsheet Job
JsonValue sheets().deleteJob(SheetDeleteJobParamsparams = SheetDeleteJobParams.none(), RequestOptionsrequestOptions = RequestOptions.none())
DELETE/api/v1/sheets/jobs/{spreadsheet_job_id}