Skip to content

Commit 145eccb

Browse files
1 parent 4e8d4d2 commit 145eccb

File tree

4 files changed

+30
-15
lines changed

4 files changed

+30
-15
lines changed

clients/google-api-services-docs/v1/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-docs</artifactId>
25-
<version>v1-rev20260114-2.0.0</version>
25+
<version>v1-rev20260309-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-docs:v1-rev20260114-2.0.0'
38+
implementation 'com.google.apis:google-api-services-docs:v1-rev20260309-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-docs/v1/2.0.0/com/google/api/services/docs/v1/model/DateElementProperties.java

Lines changed: 24 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public final class DateElementProperties extends com.google.api.client.json.Gene
3232
/**
3333
* Determines how the date part of the DateElement will be displayed in the document. If unset,
3434
* the default value is DATE_FORMAT_MONTH_DAY_YEAR_ABBREVIATED, indicating the DateElement will be
35-
* formatted as `MMM d, y` in `en_US`, or locale specific equivalent.
35+
* formatted as `MMM d, y` in `en`, or locale specific equivalent.
3636
* The value may be {@code null}.
3737
*/
3838
@com.google.api.client.util.Key
@@ -46,8 +46,13 @@ public final class DateElementProperties extends com.google.api.client.json.Gene
4646
private java.lang.String displayText;
4747

4848
/**
49-
* The locale of the document, as defined by the Unicode Common Locale Data Repository (CLDR)
50-
* project. For example, `en_US`. If unset, the default locale is `en_US`.
49+
* The language code of the DateElement. For example, `en`. If unset, the default locale is `en`.
50+
* Limited to the following locales: `af`, `am`, `ar`, `az`, `be`, `bg`, `bn`, `ca`, `cs`, `da`,
51+
* `de`, `el`, `en`, `en-CA`, `en-GB`, `es`, `es-419`, `et`, `eu`, `fa`, `fi`, `fil`, `fr`, `fr-
52+
* CA`, `gl`, `gu`, `hi`, `hr`, `hu`, `hy`, `id`, `is`, `it`, `iw`, `ja`, `ka`, `kk`, `km`, `kn`,
53+
* `ko`, `lo`, `lt`, `lv`, `ml`, `mn`, `mr`, `ms`, `ne`, `nl`, `no`, `pa`, `pl`, `pt-BR`, `pt-PT`,
54+
* `ro`, `ru`, `si`, `sk`, `sl`, `sr`, `sv`, `sw`, `ta`, `te`, `th`, `tr`, `uk`, `ur`, `vi`, `zh-
55+
* CN`, `zh-HK`, `zh-TW`, `zu`, `cy`, `my`.
5156
* The value may be {@code null}.
5257
*/
5358
@com.google.api.client.util.Key
@@ -85,7 +90,7 @@ public final class DateElementProperties extends com.google.api.client.json.Gene
8590
/**
8691
* Determines how the date part of the DateElement will be displayed in the document. If unset,
8792
* the default value is DATE_FORMAT_MONTH_DAY_YEAR_ABBREVIATED, indicating the DateElement will be
88-
* formatted as `MMM d, y` in `en_US`, or locale specific equivalent.
93+
* formatted as `MMM d, y` in `en`, or locale specific equivalent.
8994
* @return value or {@code null} for none
9095
*/
9196
public java.lang.String getDateFormat() {
@@ -95,7 +100,7 @@ public java.lang.String getDateFormat() {
95100
/**
96101
* Determines how the date part of the DateElement will be displayed in the document. If unset,
97102
* the default value is DATE_FORMAT_MONTH_DAY_YEAR_ABBREVIATED, indicating the DateElement will be
98-
* formatted as `MMM d, y` in `en_US`, or locale specific equivalent.
103+
* formatted as `MMM d, y` in `en`, or locale specific equivalent.
99104
* @param dateFormat dateFormat or {@code null} for none
100105
*/
101106
public DateElementProperties setDateFormat(java.lang.String dateFormat) {
@@ -121,17 +126,27 @@ public DateElementProperties setDisplayText(java.lang.String displayText) {
121126
}
122127

123128
/**
124-
* The locale of the document, as defined by the Unicode Common Locale Data Repository (CLDR)
125-
* project. For example, `en_US`. If unset, the default locale is `en_US`.
129+
* The language code of the DateElement. For example, `en`. If unset, the default locale is `en`.
130+
* Limited to the following locales: `af`, `am`, `ar`, `az`, `be`, `bg`, `bn`, `ca`, `cs`, `da`,
131+
* `de`, `el`, `en`, `en-CA`, `en-GB`, `es`, `es-419`, `et`, `eu`, `fa`, `fi`, `fil`, `fr`, `fr-
132+
* CA`, `gl`, `gu`, `hi`, `hr`, `hu`, `hy`, `id`, `is`, `it`, `iw`, `ja`, `ka`, `kk`, `km`, `kn`,
133+
* `ko`, `lo`, `lt`, `lv`, `ml`, `mn`, `mr`, `ms`, `ne`, `nl`, `no`, `pa`, `pl`, `pt-BR`, `pt-PT`,
134+
* `ro`, `ru`, `si`, `sk`, `sl`, `sr`, `sv`, `sw`, `ta`, `te`, `th`, `tr`, `uk`, `ur`, `vi`, `zh-
135+
* CN`, `zh-HK`, `zh-TW`, `zu`, `cy`, `my`.
126136
* @return value or {@code null} for none
127137
*/
128138
public java.lang.String getLocale() {
129139
return locale;
130140
}
131141

132142
/**
133-
* The locale of the document, as defined by the Unicode Common Locale Data Repository (CLDR)
134-
* project. For example, `en_US`. If unset, the default locale is `en_US`.
143+
* The language code of the DateElement. For example, `en`. If unset, the default locale is `en`.
144+
* Limited to the following locales: `af`, `am`, `ar`, `az`, `be`, `bg`, `bn`, `ca`, `cs`, `da`,
145+
* `de`, `el`, `en`, `en-CA`, `en-GB`, `es`, `es-419`, `et`, `eu`, `fa`, `fi`, `fil`, `fr`, `fr-
146+
* CA`, `gl`, `gu`, `hi`, `hr`, `hu`, `hy`, `id`, `is`, `it`, `iw`, `ja`, `ka`, `kk`, `km`, `kn`,
147+
* `ko`, `lo`, `lt`, `lv`, `ml`, `mn`, `mr`, `ms`, `ne`, `nl`, `no`, `pa`, `pl`, `pt-BR`, `pt-PT`,
148+
* `ro`, `ru`, `si`, `sk`, `sl`, `sr`, `sv`, `sw`, `ta`, `te`, `th`, `tr`, `uk`, `ur`, `vi`, `zh-
149+
* CN`, `zh-HK`, `zh-TW`, `zu`, `cy`, `my`.
135150
* @param locale locale or {@code null} for none
136151
*/
137152
public DateElementProperties setLocale(java.lang.String locale) {

clients/google-api-services-docs/v1/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-docs</artifactId>
11-
<version>v1-rev20260114-2.0.0</version>
12-
<name>Google Docs API v1-rev20260114-2.0.0</name>
11+
<version>v1-rev20260309-2.0.0</version>
12+
<name>Google Docs API v1-rev20260309-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-docs/v1/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-docs</artifactId>
25-
<version>v1-rev20260114-2.0.0</version>
25+
<version>v1-rev20260309-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-docs:v1-rev20260114-2.0.0'
38+
implementation 'com.google.apis:google-api-services-docs:v1-rev20260309-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)