@@ -48,18 +48,19 @@ class SpreadsheetsValues extends \Google\Service\Resource
48
48
* Appends values to a spreadsheet. The input range is used to search for
49
49
* existing data and find a "table" within that range. Values will be appended
50
50
* to the next row of the table, starting with the first column of the table.
51
- * See the [guide](/sheets/api/guides/values#appending_values) and [sample
52
- * code](/sheets/api/samples/writing#append_values) for specific details of how
51
+ * See the [guide](https://developers.google.com/workspace/sheets/api/guides/val
52
+ * ues#appending_values) and [sample code](https://developers.google.com/workspa
53
+ * ce/sheets/api/samples/writing#append_values) for specific details of how
53
54
* tables are detected and data is appended. The caller must specify the
54
55
* spreadsheet ID, range, and a valueInputOption. The `valueInputOption` only
55
56
* controls how the input data will be added to the sheet (column-wise or row-
56
57
* wise), it does not influence what cell the data starts being written to.
57
58
* (values.append)
58
59
*
59
60
* @param string $spreadsheetId The ID of the spreadsheet to update.
60
- * @param string $range The [A1 notation](/sheets/api/guides/concepts#cell) of a
61
- * range to search for a logical table of data. Values are appended after the
62
- * last row of the table.
61
+ * @param string $range The [A1 notation](https://developers.google.com/workspac
62
+ * e/sheets/api/guides/concepts#cell) of a range to search for a logical table
63
+ * of data. Values are appended after the last row of the table.
63
64
* @param ValueRange $postBody
64
65
* @param array $optParams Optional parameters.
65
66
*
@@ -135,9 +136,9 @@ public function batchClearByDataFilter($spreadsheetId, BatchClearValuesByDataFil
135
136
* requesting `ranges=["A1:B2"],majorDimension=ROWS` returns `[[1,2],[3,4]]`,
136
137
* whereas requesting `ranges=["A1:B2"],majorDimension=COLUMNS` returns
137
138
* `[[1,3],[2,4]]`.
138
- * @opt_param string ranges The [A1 notation or R1C1
139
- * notation](/ sheets/api/guides/concepts#cell) of the range to retrieve values
140
- * from.
139
+ * @opt_param string ranges The [A1 notation or R1C1 notation](https://developer
140
+ * s.google.com/workspace/ sheets/api/guides/concepts#cell) of the range to
141
+ * retrieve values from.
141
142
* @opt_param string valueRenderOption How values should be represented in the
142
143
* output. The default render option is ValueRenderOption.FORMATTED_VALUE.
143
144
* @return BatchGetValuesResponse
@@ -207,8 +208,8 @@ public function batchUpdateByDataFilter($spreadsheetId, BatchUpdateValuesByDataF
207
208
* as formatting, data validation, etc..) are kept. (values.clear)
208
209
*
209
210
* @param string $spreadsheetId The ID of the spreadsheet to update.
210
- * @param string $range The [A1 notation or R1C1
211
- * notation]( /sheets/api/guides/concepts#cell) of the values to clear.
211
+ * @param string $range The [A1 notation or R1C1 notation](https://developers.go
212
+ * ogle.com/workspace /sheets/api/guides/concepts#cell) of the values to clear.
212
213
* @param ClearValuesRequest $postBody
213
214
* @param array $optParams Optional parameters.
214
215
* @return ClearValuesResponse
@@ -225,9 +226,9 @@ public function clear($spreadsheetId, $range, ClearValuesRequest $postBody, $opt
225
226
* spreadsheet ID and a range. (values.get)
226
227
*
227
228
* @param string $spreadsheetId The ID of the spreadsheet to retrieve data from.
228
- * @param string $range The [A1 notation or R1C1
229
- * notation](/ sheets/api/guides/concepts#cell) of the range to retrieve values
230
- * from.
229
+ * @param string $range The [A1 notation or R1C1 notation](https://developers.go
230
+ * ogle.com/workspace/ sheets/api/guides/concepts#cell) of the range to retrieve
231
+ * values from.
231
232
* @param array $optParams Optional parameters.
232
233
*
233
234
* @opt_param string dateTimeRenderOption How dates, times, and durations should
@@ -254,8 +255,8 @@ public function get($spreadsheetId, $range, $optParams = [])
254
255
* spreadsheet ID, range, and a valueInputOption. (values.update)
255
256
*
256
257
* @param string $spreadsheetId The ID of the spreadsheet to update.
257
- * @param string $range The [A1 notation](/sheets/api/guides/concepts#cell) of
258
- * the values to update.
258
+ * @param string $range The [A1 notation](https://developers.google.com/workspac
259
+ * e/sheets/api/guides/concepts#cell) of the values to update.
259
260
* @param ValueRange $postBody
260
261
* @param array $optParams Optional parameters.
261
262
*
0 commit comments