Class | Description |
---|---|
AddBandingRequest |
Adds a new banded range to the spreadsheet.
|
AddBandingResponse |
The result of adding a banded range.
|
AddChartRequest |
Adds a chart to a sheet in the spreadsheet.
|
AddChartResponse |
The result of adding a chart to a spreadsheet.
|
AddConditionalFormatRuleRequest |
Adds a new conditional format rule at the given index.
|
AddFilterViewRequest |
Adds a filter view.
|
AddFilterViewResponse |
The result of adding a filter view.
|
AddNamedRangeRequest |
Adds a named range to the spreadsheet.
|
AddNamedRangeResponse |
The result of adding a named range.
|
AddProtectedRangeRequest |
Adds a new protected range.
|
AddProtectedRangeResponse |
The result of adding a new protected range.
|
AddSheetRequest |
Adds a new sheet.
|
AddSheetResponse |
The result of adding a sheet.
|
AppendCellsRequest |
Adds new cells after the last row with data in a sheet, inserting new rows into the sheet if
necessary.
|
AppendDimensionRequest |
Appends rows or columns to the end of a sheet.
|
AppendValuesResponse |
The response when updating a range of values in a spreadsheet.
|
AutoFillRequest |
Fills in more data based on existing data.
|
AutoResizeDimensionsRequest |
Automatically resizes one or more dimensions based on the contents of the cells in that
dimension.
|
BandedRange |
A banded (alternating colors) range in a sheet.
|
BandingProperties |
Properties referring a single dimension (either row or column).
|
BasicChartAxis |
An axis of the chart.
|
BasicChartDomain |
The domain of a chart.
|
BasicChartSeries |
A single series of data in a chart.
|
BasicChartSpec |
The specification for a basic chart.
|
BasicFilter |
The default filter associated with a sheet.
|
BatchClearValuesRequest |
The request for clearing more than one range of values in a spreadsheet.
|
BatchClearValuesResponse |
The response when updating a range of values in a spreadsheet.
|
BatchGetValuesResponse |
The response when retrieving more than one range of values in a spreadsheet.
|
BatchUpdateSpreadsheetRequest |
The request for updating any aspect of a spreadsheet.
|
BatchUpdateSpreadsheetResponse |
The reply for batch updating a spreadsheet.
|
BatchUpdateValuesRequest |
The request for updating more than one range of values in a spreadsheet.
|
BatchUpdateValuesResponse |
The response when updating a range of values in a spreadsheet.
|
BooleanCondition |
A condition that can evaluate to true or false.
|
BooleanRule |
A rule that may or may not match, depending on the condition.
|
Border |
A border along a cell.
|
Borders |
The borders of the cell.
|
CellData |
Data about a specific cell.
|
CellFormat |
The format of a cell.
|
ChartData |
The data included in a domain or series.
|
ChartSourceRange |
Source ranges for a chart.
|
ChartSpec |
The specifications of a chart.
|
ClearBasicFilterRequest |
Clears the basic filter, if any exists on the sheet.
|
ClearValuesRequest |
The request for clearing a range of values in a spreadsheet.
|
ClearValuesResponse |
The response when clearing a range of values in a spreadsheet.
|
Color |
Represents a color in the RGBA color space.
|
ConditionalFormatRule |
A rule describing a conditional format.
|
ConditionValue |
The value of the condition.
|
CopyPasteRequest |
Copies data from the source to the destination.
|
CopySheetToAnotherSpreadsheetRequest |
The request to copy a sheet across spreadsheets.
|
CutPasteRequest |
Moves data from the source to the destination.
|
DataValidationRule |
A data validation rule.
|
DeleteBandingRequest |
Removes the banded range with the given ID from the spreadsheet.
|
DeleteConditionalFormatRuleRequest |
Deletes a conditional format rule at the given index.
|
DeleteConditionalFormatRuleResponse |
The result of deleting a conditional format rule.
|
DeleteDimensionRequest |
Deletes the dimensions from the sheet.
|
DeleteEmbeddedObjectRequest |
Deletes the embedded object with the given ID.
|
DeleteFilterViewRequest |
Deletes a particular filter view.
|
DeleteNamedRangeRequest |
Removes the named range with the given ID from the spreadsheet.
|
DeleteProtectedRangeRequest |
Deletes the protected range with the given ID.
|
DeleteSheetRequest |
Deletes the requested sheet.
|
DimensionProperties |
Properties about a dimension.
|
DimensionRange |
A range along a single dimension on a sheet.
|
DuplicateFilterViewRequest |
Duplicates a particular filter view.
|
DuplicateFilterViewResponse |
The result of a filter view being duplicated.
|
DuplicateSheetRequest |
Duplicates the contents of a sheet.
|
DuplicateSheetResponse |
The result of duplicating a sheet.
|
Editors |
The editors of a protected range.
|
EmbeddedChart |
A chart embedded in a sheet.
|
EmbeddedObjectPosition |
The position of an embedded object such as a chart.
|
ErrorValue |
An error in a cell.
|
ExtendedValue |
The kinds of value that a cell in a spreadsheet can have.
|
FilterCriteria |
Criteria for showing/hiding rows in a filter or filter view.
|
FilterView |
A filter view.
|
FindReplaceRequest |
Finds and replaces data in cells over a range, sheet, or all sheets.
|
FindReplaceResponse |
The result of the find/replace.
|
GradientRule |
A rule that applies a gradient color scale format, based on the interpolation points listed.
|
GridCoordinate |
A coordinate in a sheet.
|
GridData |
Data in the grid, as well as metadata about the dimensions.
|
GridProperties |
Properties of a grid.
|
GridRange |
A range on a sheet.
|
InsertDimensionRequest |
Inserts rows or columns in a sheet at a particular index.
|
InterpolationPoint |
A single interpolation point on a gradient conditional format.
|
MergeCellsRequest |
Merges all cells in the range.
|
MoveDimensionRequest |
Moves one or more rows or columns.
|
NamedRange |
A named range.
|
NumberFormat |
The number format of a cell.
|
OverlayPosition |
The location an object is overlaid on top of a grid.
|
Padding |
The amount of padding around the cell, in pixels.
|
PasteDataRequest |
Inserts data into the spreadsheet starting at the specified coordinate.
|
PieChartSpec |
A pie chart.
|
PivotFilterCriteria |
Criteria for showing/hiding rows in a pivot table.
|
PivotGroup |
A single grouping (either row or column) in a pivot table.
|
PivotGroupSortValueBucket |
Information about which values in a pivot group should be used for sorting.
|
PivotGroupValueMetadata |
Metadata about a value in a pivot grouping.
|
PivotTable |
A pivot table.
|
PivotValue |
The definition of how a value in a pivot table should be calculated.
|
ProtectedRange |
A protected range.
|
RepeatCellRequest |
Updates all cells in the range to the values in the given Cell object.
|
Request |
A single kind of update to apply to a spreadsheet.
|
Response |
A single response from an update.
|
RowData |
Data about each cell in a row.
|
SetBasicFilterRequest |
Sets the basic filter associated with a sheet.
|
SetDataValidationRequest |
Sets a data validation rule to every cell in the range.
|
Sheet |
A sheet in a spreadsheet.
|
SheetProperties |
Properties of a sheet.
|
SortRangeRequest |
Sorts data in rows based on a sort order per column.
|
SortSpec |
A sort order associated with a specific column or row.
|
SourceAndDestination |
A combination of a source range and how to extend that source.
|
Spreadsheet |
Resource that represents a spreadsheet.
|
SpreadsheetProperties |
Properties of a spreadsheet.
|
TextFormat |
The format of a run of text in a cell.
|
TextFormatRun |
A run of a text format.
|
TextToColumnsRequest |
Splits a column of text into multiple columns, based on a delimiter in each cell.
|
UnmergeCellsRequest |
Unmerges cells in the given range.
|
UpdateBandingRequest |
Updates properties of the supplied banded range.
|
UpdateBordersRequest |
Updates the borders of a range.
|
UpdateCellsRequest |
Updates all cells in a range with new data.
|
UpdateChartSpecRequest |
Updates a chart's specifications.
|
UpdateConditionalFormatRuleRequest |
Updates a conditional format rule at the given index, or moves a conditional format rule to
another index.
|
UpdateConditionalFormatRuleResponse |
The result of updating a conditional format rule.
|
UpdateDimensionPropertiesRequest |
Updates properties of dimensions within the specified range.
|
UpdateEmbeddedObjectPositionRequest |
Update an embedded object's position (such as a moving or resizing a chart or image).
|
UpdateEmbeddedObjectPositionResponse |
The result of updating an embedded object's position.
|
UpdateFilterViewRequest |
Updates properties of the filter view.
|
UpdateNamedRangeRequest |
Updates properties of the named range with the specified namedRangeId.
|
UpdateProtectedRangeRequest |
Updates an existing protected range with the specified protectedRangeId.
|
UpdateSheetPropertiesRequest |
Updates properties of the sheet with the specified sheetId.
|
UpdateSpreadsheetPropertiesRequest |
Updates properties of a spreadsheet.
|
UpdateValuesResponse |
The response when updating a range of values in a spreadsheet.
|
ValueRange |
Data within a range of the spreadsheet.
|