Skip to content

Commit 27cec18

Browse files
1 parent 7de4297 commit 27cec18

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
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-rev20250616-2.0.0</version>
25+
<version>v4-rev20251110-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-rev20250616-2.0.0'
38+
implementation 'com.google.apis:google-api-services-sheets:v4-rev20251110-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
public final class NumberFormat extends com.google.api.client.json.GenericJson {
3131

3232
/**
33-
* Pattern string used for formatting. If not set, a default pattern based on the user's locale
34-
* will be used if necessary for the given type. See the [Date and Number Formats
33+
* Pattern string used for formatting. If not set, a default pattern based on the spreadsheet's
34+
* locale will be used if necessary for the given type. See the [Date and Number Formats
3535
* guide](https://developers.google.com/workspace/sheets/api/guides/formats) for more information
3636
* about the supported patterns.
3737
* The value may be {@code null}.
@@ -47,8 +47,8 @@ public final class NumberFormat extends com.google.api.client.json.GenericJson {
4747
private java.lang.String type;
4848

4949
/**
50-
* Pattern string used for formatting. If not set, a default pattern based on the user's locale
51-
* will be used if necessary for the given type. See the [Date and Number Formats
50+
* Pattern string used for formatting. If not set, a default pattern based on the spreadsheet's
51+
* locale will be used if necessary for the given type. See the [Date and Number Formats
5252
* guide](https://developers.google.com/workspace/sheets/api/guides/formats) for more information
5353
* about the supported patterns.
5454
* @return value or {@code null} for none
@@ -58,8 +58,8 @@ public java.lang.String getPattern() {
5858
}
5959

6060
/**
61-
* Pattern string used for formatting. If not set, a default pattern based on the user's locale
62-
* will be used if necessary for the given type. See the [Date and Number Formats
61+
* Pattern string used for formatting. If not set, a default pattern based on the spreadsheet's
62+
* locale will be used if necessary for the given type. See the [Date and Number Formats
6363
* guide](https://developers.google.com/workspace/sheets/api/guides/formats) for more information
6464
* about the supported patterns.
6565
* @param pattern pattern or {@code null} for none

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-rev20250616-2.0.0</version>
12-
<name>Google Sheets API v4-rev20250616-2.0.0</name>
11+
<version>v4-rev20251110-2.0.0</version>
12+
<name>Google Sheets API v4-rev20251110-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-rev20250616-2.0.0</version>
25+
<version>v4-rev20251110-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-rev20250616-2.0.0'
38+
implementation 'com.google.apis:google-api-services-sheets:v4-rev20251110-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)