-
Notifications
You must be signed in to change notification settings - Fork 52
Re-ingest the Discovery Document #323
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Binary file not shown.
File renamed without changes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
# AppendCellsRequest | ||
# A tibble: 3 × 6 | ||
# A tibble: 4 × 6 | ||
property type instance_of array_of format enum | ||
<chr> <chr> <chr> <chr> <chr> <list> | ||
1 fields string <NA> <NA> google-fieldmask <tibble [0 × 2]> | ||
2 rows array <NA> RowData <NA> <tibble [0 × 2]> | ||
3 sheetId integer <NA> <NA> int32 <tibble [0 × 2]> | ||
4 tableId string <NA> <NA> <NA> <tibble [0 × 2]> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,17 @@ | ||
# CellData | ||
# A tibble: 12 × 7 | ||
# A tibble: 13 × 7 | ||
property type instance_of array_of format readOnly enum | ||
<chr> <chr> <chr> <chr> <chr> <lgl> <list> | ||
1 dataSourceFormula object DataSourceFormula <NA> <NA> TRUE <tibble [0 × 2]> | ||
2 dataSourceTable object DataSourceTable <NA> <NA> NA <tibble [0 × 2]> | ||
3 dataValidation object DataValidationRule <NA> <NA> NA <tibble [0 × 2]> | ||
4 effectiveFormat object CellFormat <NA> <NA> NA <tibble [0 × 2]> | ||
5 effectiveValue object ExtendedValue <NA> <NA> NA <tibble [0 × 2]> | ||
6 formattedValue string <NA> <NA> <NA> NA <tibble [0 × 2]> | ||
7 hyperlink string <NA> <NA> <NA> NA <tibble [0 × 2]> | ||
8 note string <NA> <NA> <NA> NA <tibble [0 × 2]> | ||
9 pivotTable object PivotTable <NA> <NA> NA <tibble [0 × 2]> | ||
10 textFormatRuns array <NA> TextFormatRun <NA> NA <tibble [0 × 2]> | ||
11 userEnteredFormat object CellFormat <NA> <NA> NA <tibble [0 × 2]> | ||
12 userEnteredValue object ExtendedValue <NA> <NA> NA <tibble [0 × 2]> | ||
1 chipRuns array <NA> ChipRun <NA> NA <tibble [0 × 2]> | ||
2 dataSourceFormula object DataSourceFormula <NA> <NA> TRUE <tibble [0 × 2]> | ||
3 dataSourceTable object DataSourceTable <NA> <NA> NA <tibble [0 × 2]> | ||
4 dataValidation object DataValidationRule <NA> <NA> NA <tibble [0 × 2]> | ||
5 effectiveFormat object CellFormat <NA> <NA> NA <tibble [0 × 2]> | ||
6 effectiveValue object ExtendedValue <NA> <NA> NA <tibble [0 × 2]> | ||
7 formattedValue string <NA> <NA> <NA> NA <tibble [0 × 2]> | ||
8 hyperlink string <NA> <NA> <NA> NA <tibble [0 × 2]> | ||
9 note string <NA> <NA> <NA> NA <tibble [0 × 2]> | ||
10 pivotTable object PivotTable <NA> <NA> NA <tibble [0 × 2]> | ||
11 textFormatRuns array <NA> TextFormatRun <NA> NA <tibble [0 × 2]> | ||
12 userEnteredFormat object CellFormat <NA> <NA> NA <tibble [0 × 2]> | ||
13 userEnteredValue object ExtendedValue <NA> <NA> NA <tibble [0 × 2]> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
# CellFormat | ||
# A tibble: 12 × 6 | ||
property type instance_of array_of format enum | ||
<chr> <chr> <chr> <chr> <chr> <list> | ||
1 backgroundColor object Color <NA> <NA> <tibble [0 × 2]> | ||
2 backgroundColorStyle object ColorStyle <NA> <NA> <tibble [0 × 2]> | ||
3 borders object Borders <NA> <NA> <tibble [0 × 2]> | ||
4 horizontalAlignment enum <NA> <NA> <NA> <tibble [4 × 2]> | ||
5 hyperlinkDisplayType enum <NA> <NA> <NA> <tibble [3 × 2]> | ||
6 numberFormat object NumberFormat <NA> <NA> <tibble [0 × 2]> | ||
7 padding object Padding <NA> <NA> <tibble [0 × 2]> | ||
8 textDirection enum <NA> <NA> <NA> <tibble [3 × 2]> | ||
9 textFormat object TextFormat <NA> <NA> <tibble [0 × 2]> | ||
10 textRotation object TextRotation <NA> <NA> <tibble [0 × 2]> | ||
11 verticalAlignment enum <NA> <NA> <NA> <tibble [4 × 2]> | ||
12 wrapStrategy enum <NA> <NA> <NA> <tibble [5 × 2]> | ||
# A tibble: 12 × 7 | ||
property type instance_of array_of format deprecated enum | ||
<chr> <chr> <chr> <chr> <chr> <lgl> <list> | ||
1 backgroundColor object Color <NA> <NA> TRUE <tibble [0 × 2]> | ||
2 backgroundColorStyle object ColorStyle <NA> <NA> NA <tibble [0 × 2]> | ||
3 borders object Borders <NA> <NA> NA <tibble [0 × 2]> | ||
4 horizontalAlignment enum <NA> <NA> <NA> NA <tibble [4 × 2]> | ||
5 hyperlinkDisplayType enum <NA> <NA> <NA> NA <tibble [3 × 2]> | ||
6 numberFormat object NumberFormat <NA> <NA> NA <tibble [0 × 2]> | ||
7 padding object Padding <NA> <NA> NA <tibble [0 × 2]> | ||
8 textDirection enum <NA> <NA> <NA> NA <tibble [3 × 2]> | ||
9 textFormat object TextFormat <NA> <NA> NA <tibble [0 × 2]> | ||
10 textRotation object TextRotation <NA> <NA> NA <tibble [0 × 2]> | ||
11 verticalAlignment enum <NA> <NA> <NA> NA <tibble [4 × 2]> | ||
12 wrapStrategy enum <NA> <NA> <NA> NA <tibble [5 × 2]> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
# SetDataValidationRequest | ||
# A tibble: 2 × 6 | ||
property type instance_of array_of format enum | ||
<chr> <chr> <chr> <chr> <chr> <list> | ||
1 range object GridRange <NA> <NA> <tibble [0 × 2]> | ||
2 rule object DataValidationRule <NA> <NA> <tibble [0 × 2]> | ||
# A tibble: 3 × 6 | ||
property type instance_of array_of format enum | ||
<chr> <chr> <chr> <chr> <chr> <list> | ||
1 filteredRowsIncluded boolean <NA> <NA> <NA> <tibble [0 × 2]> | ||
2 range object GridRange <NA> <NA> <tibble [0 × 2]> | ||
3 rule object DataValidationRule <NA> <NA> <tibble [0 × 2]> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
# SheetProperties | ||
# A tibble: 10 × 7 | ||
property type instance_of array_of format readOnly enum | ||
<chr> <chr> <chr> <chr> <chr> <lgl> <list> | ||
1 dataSourceSheetProperties object DataSourceSheetProperties <NA> <NA> TRUE <tibble [0 × 2]> | ||
2 gridProperties object GridProperties <NA> <NA> NA <tibble [0 × 2]> | ||
3 hidden boolean <NA> <NA> <NA> NA <tibble [0 × 2]> | ||
4 index integer <NA> <NA> int32 NA <tibble [0 × 2]> | ||
5 rightToLeft boolean <NA> <NA> <NA> NA <tibble [0 × 2]> | ||
6 sheetId integer <NA> <NA> int32 NA <tibble [0 × 2]> | ||
7 sheetType enum <NA> <NA> <NA> NA <tibble [4 × 2]> | ||
8 tabColor object Color <NA> <NA> NA <tibble [0 × 2]> | ||
9 tabColorStyle object ColorStyle <NA> <NA> NA <tibble [0 × 2]> | ||
10 title string <NA> <NA> <NA> NA <tibble [0 × 2]> | ||
# A tibble: 10 × 8 | ||
property type instance_of array_of format deprecated readOnly enum | ||
<chr> <chr> <chr> <chr> <chr> <lgl> <lgl> <list> | ||
1 dataSourceSheetProperties object DataSourceSheetProperties <NA> <NA> NA TRUE <tibble [0 × 2]> | ||
2 gridProperties object GridProperties <NA> <NA> NA NA <tibble [0 × 2]> | ||
3 hidden boolean <NA> <NA> <NA> NA NA <tibble [0 × 2]> | ||
4 index integer <NA> <NA> int32 NA NA <tibble [0 × 2]> | ||
5 rightToLeft boolean <NA> <NA> <NA> NA NA <tibble [0 × 2]> | ||
6 sheetId integer <NA> <NA> int32 NA NA <tibble [0 × 2]> | ||
7 sheetType enum <NA> <NA> <NA> NA NA <tibble [4 × 2]> | ||
8 tabColor object Color <NA> <NA> TRUE NA <tibble [0 × 2]> | ||
9 tabColorStyle object ColorStyle <NA> <NA> NA NA <tibble [0 × 2]> | ||
10 title string <NA> <NA> <NA> NA NA <tibble [0 × 2]> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,12 @@ | ||
# SpreadsheetProperties | ||
# A tibble: 7 × 6 | ||
property type instance_of array_of format enum | ||
<chr> <chr> <chr> <chr> <chr> <list> | ||
1 autoRecalc enum <NA> <NA> <NA> <tibble [4 × 2]> | ||
2 defaultFormat object CellFormat <NA> <NA> <tibble [0 × 2]> | ||
3 iterativeCalculationSettings object IterativeCalculationSettings <NA> <NA> <tibble [0 × 2]> | ||
4 locale string <NA> <NA> <NA> <tibble [0 × 2]> | ||
5 spreadsheetTheme object SpreadsheetTheme <NA> <NA> <tibble [0 × 2]> | ||
6 timeZone string <NA> <NA> <NA> <tibble [0 × 2]> | ||
7 title string <NA> <NA> <NA> <tibble [0 × 2]> | ||
# A tibble: 8 × 6 | ||
property type instance_of array_of format enum | ||
<chr> <chr> <chr> <chr> <chr> <list> | ||
1 autoRecalc enum <NA> <NA> <NA> <tibble [4 × 2]> | ||
2 defaultFormat object CellFormat <NA> <NA> <tibble [0 × 2]> | ||
3 importFunctionsExternalUrlAccessAllowed boolean <NA> <NA> <NA> <tibble [0 × 2]> | ||
4 iterativeCalculationSettings object IterativeCalculationSettings <NA> <NA> <tibble [0 × 2]> | ||
5 locale string <NA> <NA> <NA> <tibble [0 × 2]> | ||
6 spreadsheetTheme object SpreadsheetTheme <NA> <NA> <tibble [0 × 2]> | ||
7 timeZone string <NA> <NA> <NA> <tibble [0 × 2]> | ||
8 title string <NA> <NA> <NA> <tibble [0 × 2]> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
# TextFormat | ||
# A tibble: 9 × 6 | ||
property type instance_of array_of format enum | ||
<chr> <chr> <chr> <chr> <chr> <list> | ||
1 bold boolean <NA> <NA> <NA> <tibble [0 × 2]> | ||
2 fontFamily string <NA> <NA> <NA> <tibble [0 × 2]> | ||
3 fontSize integer <NA> <NA> int32 <tibble [0 × 2]> | ||
4 foregroundColor object Color <NA> <NA> <tibble [0 × 2]> | ||
5 foregroundColorStyle object ColorStyle <NA> <NA> <tibble [0 × 2]> | ||
6 italic boolean <NA> <NA> <NA> <tibble [0 × 2]> | ||
7 link object Link <NA> <NA> <tibble [0 × 2]> | ||
8 strikethrough boolean <NA> <NA> <NA> <tibble [0 × 2]> | ||
9 underline boolean <NA> <NA> <NA> <tibble [0 × 2]> | ||
# A tibble: 9 × 7 | ||
property type instance_of array_of format deprecated enum | ||
<chr> <chr> <chr> <chr> <chr> <lgl> <list> | ||
1 bold boolean <NA> <NA> <NA> NA <tibble [0 × 2]> | ||
2 fontFamily string <NA> <NA> <NA> NA <tibble [0 × 2]> | ||
3 fontSize integer <NA> <NA> int32 NA <tibble [0 × 2]> | ||
4 foregroundColor object Color <NA> <NA> TRUE <tibble [0 × 2]> | ||
5 foregroundColorStyle object ColorStyle <NA> <NA> NA <tibble [0 × 2]> | ||
6 italic boolean <NA> <NA> <NA> NA <tibble [0 × 2]> | ||
7 link object Link <NA> <NA> NA <tibble [0 × 2]> | ||
8 strikethrough boolean <NA> <NA> <NA> NA <tibble [0 × 2]> | ||
9 underline boolean <NA> <NA> <NA> NA <tibble [0 × 2]> |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is the new property noticed in #322.