Clean and regen docs (#401)
diff --git a/docs/dyn/sheets_v4.spreadsheets.values.html b/docs/dyn/sheets_v4.spreadsheets.values.html
index 7cb7002..01f8e62 100644
--- a/docs/dyn/sheets_v4.spreadsheets.values.html
+++ b/docs/dyn/sheets_v4.spreadsheets.values.html
@@ -180,8 +180,8 @@
# (before the values were appended).
# Empty if no table was found.
"updates": { # The response when updating a range of values in a spreadsheet. # Information about the updates that were applied.
- "updatedColumns": 42, # The number of columns where at least one cell in the column was updated.
"updatedRange": "A String", # The range (in A1 notation) that updates were applied to.
+ "updatedColumns": 42, # The number of columns where at least one cell in the column was updated.
"updatedRows": 42, # The number of rows where at least one cell in the row was updated.
"updatedData": { # Data within a range of the spreadsheet. # The values of the cells after updates were applied.
# This is only included if the request's `includeValuesInResponse` field
@@ -251,7 +251,7 @@
Returns:
An object of the form:
- { # The response when updating a range of values in a spreadsheet.
+ { # The response when clearing a range of values in a spreadsheet.
"spreadsheetId": "A String", # The spreadsheet the updates were applied to.
"clearedRanges": [ # The ranges that were cleared, in A1 notation.
# (If the requests were for an unbounded range or a ranger larger
@@ -383,6 +383,13 @@
# When writing, if this field is not set, it defaults to ROWS.
},
],
+ "responseDateTimeRenderOption": "A String", # Determines how dates, times, and durations in the response should be
+ # rendered. This is ignored if response_value_render_option is
+ # FORMATTED_VALUE.
+ # The default dateTime render option is
+ # DateTimeRenderOption.SERIAL_NUMBER.
+ "responseValueRenderOption": "A String", # Determines how values in the response should be rendered.
+ # The default render option is ValueRenderOption.FORMATTED_VALUE.
"includeValuesInResponse": True or False, # Determines if the update response should include the values
# of the cells that were updated. By default, responses
# do not include the updated values. The `updatedData` field within
@@ -390,12 +397,6 @@
# the updated values. If the range to write was larger than than the range
# actually written, the response will include all values in the requested
# range (excluding trailing empty rows and columns).
- "responseValueRenderOption": "A String", # Determines how values in the response should be rendered.
- # The default render option is ValueRenderOption.FORMATTED_VALUE.
- "responseDateTimeRenderOption": "A String", # Determines how dates, times, and durations in the response should be
- # rendered. This is ignored if response_value_render_option is
- # FORMATTED_VALUE.
- # The default dateTime render option is [DateTimeRenderOption.SERIAL_NUMBER].
}
x__xgafv: string, V1 error format.
@@ -410,8 +411,8 @@
"responses": [ # One UpdateValuesResponse per requested range, in the same order as
# the requests appeared.
{ # The response when updating a range of values in a spreadsheet.
- "updatedColumns": 42, # The number of columns where at least one cell in the column was updated.
"updatedRange": "A String", # The range (in A1 notation) that updates were applied to.
+ "updatedColumns": 42, # The number of columns where at least one cell in the column was updated.
"updatedRows": 42, # The number of rows where at least one cell in the row was updated.
"updatedData": { # Data within a range of the spreadsheet. # The values of the cells after updates were applied.
# This is only included if the request's `includeValuesInResponse` field
@@ -456,8 +457,8 @@
"totalUpdatedColumns": 42, # The total number of columns where at least one cell in the column was
# updated.
"totalUpdatedCells": 42, # The total number of cells updated.
- "totalUpdatedRows": 42, # The total number of rows where at least one cell in the row was updated.
"spreadsheetId": "A String", # The spreadsheet the updates were applied to.
+ "totalUpdatedRows": 42, # The total number of rows where at least one cell in the row was updated.
"totalUpdatedSheets": 42, # The total number of sheets where at least one cell in the sheet was
# updated.
}</pre>
@@ -630,8 +631,8 @@
An object of the form:
{ # The response when updating a range of values in a spreadsheet.
- "updatedColumns": 42, # The number of columns where at least one cell in the column was updated.
"updatedRange": "A String", # The range (in A1 notation) that updates were applied to.
+ "updatedColumns": 42, # The number of columns where at least one cell in the column was updated.
"updatedRows": 42, # The number of rows where at least one cell in the row was updated.
"updatedData": { # Data within a range of the spreadsheet. # The values of the cells after updates were applied.
# This is only included if the request's `includeValuesInResponse` field