@@ -32,10 +32,10 @@ public final class CellData extends com.google.api.client.json.GenericJson {
3232 /**
3333 * Optional. Runs of chips applied to subsections of the cell. Properties of a run start at a
3434 * 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.
3939 * The value may be {@code null}.
4040 */
4141 @ com .google .api .client .util .Key
@@ -152,10 +152,10 @@ public final class CellData extends com.google.api.client.json.GenericJson {
152152 /**
153153 * Optional. Runs of chips applied to subsections of the cell. Properties of a run start at a
154154 * 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.
159159 * @return value or {@code null} for none
160160 */
161161 public java .util .List <ChipRun > getChipRuns () {
@@ -165,10 +165,10 @@ public java.util.List<ChipRun> getChipRuns() {
165165 /**
166166 * Optional. Runs of chips applied to subsections of the cell. Properties of a run start at a
167167 * 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.
172172 * @param chipRuns chipRuns or {@code null} for none
173173 */
174174 public CellData setChipRuns (java .util .List <ChipRun > chipRuns ) {
0 commit comments