Skip to content

Commit 99b9ff2

Browse files
1 parent f017b5f commit 99b9ff2

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

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

clients/google-api-services-chat/v1/2.0.0/com/google/api/services/chat/v1/model/GoogleAppsCardV1DateTimePicker.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ public final class GoogleAppsCardV1DateTimePicker extends com.google.api.client.
8888
private java.lang.String type;
8989

9090
/**
91-
* The default value displayed in the widget, in milliseconds since [Unix epoch
91+
* Optional. The default value displayed in the widget, in milliseconds since [Unix epoch
9292
* time](https://en.wikipedia.org/wiki/Unix_time). Specify the value based on the type of picker
9393
* (`DateTimePickerType`): * `DATE_AND_TIME`: a calendar date and time in UTC. For example, to
9494
* represent January 1, 2023 at 12:00 PM UTC, use `1672574400000`. * `DATE_ONLY`: a calendar date
@@ -218,7 +218,7 @@ public GoogleAppsCardV1DateTimePicker setType(java.lang.String type) {
218218
}
219219

220220
/**
221-
* The default value displayed in the widget, in milliseconds since [Unix epoch
221+
* Optional. The default value displayed in the widget, in milliseconds since [Unix epoch
222222
* time](https://en.wikipedia.org/wiki/Unix_time). Specify the value based on the type of picker
223223
* (`DateTimePickerType`): * `DATE_AND_TIME`: a calendar date and time in UTC. For example, to
224224
* represent January 1, 2023 at 12:00 PM UTC, use `1672574400000`. * `DATE_ONLY`: a calendar date
@@ -231,7 +231,7 @@ public java.lang.Long getValueMsEpoch() {
231231
}
232232

233233
/**
234-
* The default value displayed in the widget, in milliseconds since [Unix epoch
234+
* Optional. The default value displayed in the widget, in milliseconds since [Unix epoch
235235
* time](https://en.wikipedia.org/wiki/Unix_time). Specify the value based on the type of picker
236236
* (`DateTimePickerType`): * `DATE_AND_TIME`: a calendar date and time in UTC. For example, to
237237
* represent January 1, 2023 at 12:00 PM UTC, use `1672574400000`. * `DATE_ONLY`: a calendar date

clients/google-api-services-chat/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-chat</artifactId>
11-
<version>v1-rev20251009-2.0.0</version>
12-
<name>Google Chat API v1-rev20251009-2.0.0</name>
11+
<version>v1-rev20251014-2.0.0</version>
12+
<name>Google Chat API v1-rev20251014-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

0 commit comments

Comments
 (0)