Skip to content

Commit 534ddb7

Browse files
1 parent 0eacae7 commit 534ddb7

File tree

4 files changed

+18
-18
lines changed

4 files changed

+18
-18
lines changed

clients/google-api-services-sheets/v4/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-sheets</artifactId>
25-
<version>v4-rev20250603-2.0.0</version>
25+
<version>v4-rev20250616-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-sheets:v4-rev20250603-2.0.0'
38+
implementation 'com.google.apis:google-api-services-sheets:v4-rev20250616-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-sheets/v4/2.0.0/com/google/api/services/sheets/v4/model/CellData.java

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -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) {

clients/google-api-services-sheets/v4/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-sheets</artifactId>
11-
<version>v4-rev20250603-2.0.0</version>
12-
<name>Google Sheets API v4-rev20250603-2.0.0</name>
11+
<version>v4-rev20250616-2.0.0</version>
12+
<name>Google Sheets API v4-rev20250616-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-sheets/v4/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-sheets</artifactId>
25-
<version>v4-rev20250603-2.0.0</version>
25+
<version>v4-rev20250616-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-sheets:v4-rev20250603-2.0.0'
38+
implementation 'com.google.apis:google-api-services-sheets:v4-rev20250616-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)