@@ -32,10 +32,10 @@ public final class CellData extends com.google.api.client.json.GenericJson {
32
32
/**
33
33
* Optional. Runs of chips applied to subsections of the cell. Properties of a run start at a
34
34
* specific index in the text and continue until the next run. When reading, all chipped and non-
35
- * chipped runs are included. Non-chipped runs will have an empty chip_run.chip. When writing,
36
- * only runs with chips are included. Runs containing chips are of length 1 and are represented in
37
- * the user- entered text by an “@” placeholder symbol. New runs will overwrite any prior runs.
38
- * Writing a new user_entered_value will erase previous runs.
35
+ * chipped runs are included. Non-chipped runs will have an empty Chip. When writing, only runs
36
+ * with chips are included. Runs containing chips are of length 1 and are represented in the user-
37
+ * entered text by an “@” placeholder symbol. New runs will overwrite any prior runs. Writing a
38
+ * new user_entered_value will erase previous runs.
39
39
* The value may be {@code null}.
40
40
*/
41
41
@ com .google .api .client .util .Key
@@ -152,10 +152,10 @@ public final class CellData extends com.google.api.client.json.GenericJson {
152
152
/**
153
153
* Optional. Runs of chips applied to subsections of the cell. Properties of a run start at a
154
154
* specific index in the text and continue until the next run. When reading, all chipped and non-
155
- * chipped runs are included. Non-chipped runs will have an empty chip_run.chip. When writing,
156
- * only runs with chips are included. Runs containing chips are of length 1 and are represented in
157
- * the user- entered text by an “@” placeholder symbol. New runs will overwrite any prior runs.
158
- * Writing a new user_entered_value will erase previous runs.
155
+ * chipped runs are included. Non-chipped runs will have an empty Chip. When writing, only runs
156
+ * with chips are included. Runs containing chips are of length 1 and are represented in the user-
157
+ * entered text by an “@” placeholder symbol. New runs will overwrite any prior runs. Writing a
158
+ * new user_entered_value will erase previous runs.
159
159
* @return value or {@code null} for none
160
160
*/
161
161
public java .util .List <ChipRun > getChipRuns () {
@@ -165,10 +165,10 @@ public java.util.List<ChipRun> getChipRuns() {
165
165
/**
166
166
* Optional. Runs of chips applied to subsections of the cell. Properties of a run start at a
167
167
* specific index in the text and continue until the next run. When reading, all chipped and non-
168
- * chipped runs are included. Non-chipped runs will have an empty chip_run.chip. When writing,
169
- * only runs with chips are included. Runs containing chips are of length 1 and are represented in
170
- * the user- entered text by an “@” placeholder symbol. New runs will overwrite any prior runs.
171
- * Writing a new user_entered_value will erase previous runs.
168
+ * chipped runs are included. Non-chipped runs will have an empty Chip. When writing, only runs
169
+ * with chips are included. Runs containing chips are of length 1 and are represented in the user-
170
+ * entered text by an “@” placeholder symbol. New runs will overwrite any prior runs. Writing a
171
+ * new user_entered_value will erase previous runs.
172
172
* @param chipRuns chipRuns or {@code null} for none
173
173
*/
174
174
public CellData setChipRuns (java .util .List <ChipRun > chipRuns ) {
0 commit comments