Skip to content

Commit 19b804c

Browse files
1 parent c7266ad commit 19b804c

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
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-rev20260323-2.0.0</version>
25+
<version>v1-rev20260406-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-rev20260323-2.0.0'
38+
implementation 'com.google.apis:google-api-services-docs:v1-rev20260406-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: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public final class DateElementProperties extends com.google.api.client.json.Gene
6868

6969
/**
7070
* The time zone of the DateElement, as defined by the Unicode Common Locale Data Repository
71-
* (CLDR) project. For example, `America/New York`. If unset, the default time zone is `etc/UTC`.
71+
* (CLDR) project. For example, `America/New_York`. If unset, the default time zone is `etc/UTC`.
7272
* The value may be {@code null}.
7373
*/
7474
@com.google.api.client.util.Key
@@ -79,7 +79,7 @@ public final class DateElementProperties extends com.google.api.client.json.Gene
7979
* midnight UTC. Timestamp is expected to be in UTC. If time_zone_id is set, the timestamp is
8080
* adjusted according to the time zone. For example, a timestamp of `18000` with a date format of
8181
* `DATE_FORMAT_ISO8601` and time format of `TIME_FORMAT_HOUR_MINUTE` would be displayed as
82-
* `1970-01-01 5:00 AM`. A timestamp of `18000` with date format of `DATE_FORMAT_8SO8601`, time
82+
* `1970-01-01 5:00 AM`. A timestamp of `18000` with date format of `DATE_FORMAT_ISO8601`, time
8383
* format of `TIME_FORMAT_HOUR_MINUTE`, and time zone set to `America/New_York` will instead be
8484
* `1970-01-01 12:00 AM`.
8585
* The value may be {@code null}.
@@ -175,7 +175,7 @@ public DateElementProperties setTimeFormat(java.lang.String timeFormat) {
175175

176176
/**
177177
* The time zone of the DateElement, as defined by the Unicode Common Locale Data Repository
178-
* (CLDR) project. For example, `America/New York`. If unset, the default time zone is `etc/UTC`.
178+
* (CLDR) project. For example, `America/New_York`. If unset, the default time zone is `etc/UTC`.
179179
* @return value or {@code null} for none
180180
*/
181181
public java.lang.String getTimeZoneId() {
@@ -184,7 +184,7 @@ public java.lang.String getTimeZoneId() {
184184

185185
/**
186186
* The time zone of the DateElement, as defined by the Unicode Common Locale Data Repository
187-
* (CLDR) project. For example, `America/New York`. If unset, the default time zone is `etc/UTC`.
187+
* (CLDR) project. For example, `America/New_York`. If unset, the default time zone is `etc/UTC`.
188188
* @param timeZoneId timeZoneId or {@code null} for none
189189
*/
190190
public DateElementProperties setTimeZoneId(java.lang.String timeZoneId) {
@@ -197,7 +197,7 @@ public DateElementProperties setTimeZoneId(java.lang.String timeZoneId) {
197197
* midnight UTC. Timestamp is expected to be in UTC. If time_zone_id is set, the timestamp is
198198
* adjusted according to the time zone. For example, a timestamp of `18000` with a date format of
199199
* `DATE_FORMAT_ISO8601` and time format of `TIME_FORMAT_HOUR_MINUTE` would be displayed as
200-
* `1970-01-01 5:00 AM`. A timestamp of `18000` with date format of `DATE_FORMAT_8SO8601`, time
200+
* `1970-01-01 5:00 AM`. A timestamp of `18000` with date format of `DATE_FORMAT_ISO8601`, time
201201
* format of `TIME_FORMAT_HOUR_MINUTE`, and time zone set to `America/New_York` will instead be
202202
* `1970-01-01 12:00 AM`.
203203
* @return value or {@code null} for none
@@ -211,7 +211,7 @@ public String getTimestamp() {
211211
* midnight UTC. Timestamp is expected to be in UTC. If time_zone_id is set, the timestamp is
212212
* adjusted according to the time zone. For example, a timestamp of `18000` with a date format of
213213
* `DATE_FORMAT_ISO8601` and time format of `TIME_FORMAT_HOUR_MINUTE` would be displayed as
214-
* `1970-01-01 5:00 AM`. A timestamp of `18000` with date format of `DATE_FORMAT_8SO8601`, time
214+
* `1970-01-01 5:00 AM`. A timestamp of `18000` with date format of `DATE_FORMAT_ISO8601`, time
215215
* format of `TIME_FORMAT_HOUR_MINUTE`, and time zone set to `America/New_York` will instead be
216216
* `1970-01-01 12:00 AM`.
217217
* @param timestamp timestamp or {@code null} for none

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-rev20260323-2.0.0</version>
12-
<name>Google Docs API v1-rev20260323-2.0.0</name>
11+
<version>v1-rev20260406-2.0.0</version>
12+
<name>Google Docs API v1-rev20260406-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-rev20260323-2.0.0</version>
25+
<version>v1-rev20260406-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-rev20260323-2.0.0'
38+
implementation 'com.google.apis:google-api-services-docs:v1-rev20260406-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)