Skip to content

Commit f5bdd90

Browse files
1 parent 0e7fd74 commit f5bdd90

File tree

6 files changed

+22
-22
lines changed

6 files changed

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

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
package com.google.api.services.chat.v1.model;
1818

1919
/**
20-
* Annotations can be associated with the plain-text body of the message or with chips that link to
21-
* Google Workspace resources like Google Docs or Sheets with a `start_index` and `length` of 0. To
22-
* add basic formatting to a text message, see [Format text
20+
* Output only. Annotations can be associated with the plain-text body of the message or with chips
21+
* that link to Google Workspace resources like Google Docs or Sheets with `start_index` and
22+
* `length` of 0. To add basic formatting to a text message, see [Format text
2323
* messages](https://developers.google.com/workspace/chat/format-messages). Example plain-text
2424
* message body: ``` Hello @FooBot how are you!" ``` The corresponding annotations metadata: ```
2525
* "annotations":[{ "type":"USER_MENTION", "startIndex":6, "length":7, "userMention": { "user": {

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

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

5757
/**
5858
* Output only. Annotations can be associated with the plain-text body of the message or with
59-
* chips that link to Google Workspace resources like Google Docs or Sheets with a `start_index`
60-
* and `length` of 0.
59+
* chips that link to Google Workspace resources like Google Docs or Sheets with `start_index` and
60+
* `length` of 0.
6161
* The value may be {@code null}.
6262
*/
6363
@com.google.api.client.util.Key
@@ -368,8 +368,8 @@ public Message setActionResponse(ActionResponse actionResponse) {
368368

369369
/**
370370
* Output only. Annotations can be associated with the plain-text body of the message or with
371-
* chips that link to Google Workspace resources like Google Docs or Sheets with a `start_index`
372-
* and `length` of 0.
371+
* chips that link to Google Workspace resources like Google Docs or Sheets with `start_index` and
372+
* `length` of 0.
373373
* @return value or {@code null} for none
374374
*/
375375
public java.util.List<Annotation> getAnnotations() {
@@ -378,8 +378,8 @@ public java.util.List<Annotation> getAnnotations() {
378378

379379
/**
380380
* Output only. Annotations can be associated with the plain-text body of the message or with
381-
* chips that link to Google Workspace resources like Google Docs or Sheets with a `start_index`
382-
* and `length` of 0.
381+
* chips that link to Google Workspace resources like Google Docs or Sheets with `start_index` and
382+
* `length` of 0.
383383
* @param annotations annotations or {@code null} for none
384384
*/
385385
public Message setAnnotations(java.util.List<Annotation> annotations) {

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
/**
2020
* A rich link to a resource. Rich links can be associated with the plain-text body of the message
21-
* or represent chips that link to Google Workspace resources like Google Docs or Sheets with a with
21+
* or represent chips that link to Google Workspace resources like Google Docs or Sheets with
2222
* `start_index` and `length` of 0.
2323
*
2424
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
@@ -32,7 +32,7 @@
3232
public final class RichLinkMetadata extends com.google.api.client.json.GenericJson {
3333

3434
/**
35-
* Data for a calendar event link.
35+
* Data for a Calendar event link.
3636
* The value may be {@code null}.
3737
*/
3838
@com.google.api.client.util.Key
@@ -53,7 +53,7 @@ public final class RichLinkMetadata extends com.google.api.client.json.GenericJs
5353
private DriveLinkData driveLinkData;
5454

5555
/**
56-
* Data for a meet space link.
56+
* Data for a Meet space link.
5757
* The value may be {@code null}.
5858
*/
5959
@com.google.api.client.util.Key
@@ -74,15 +74,15 @@ public final class RichLinkMetadata extends com.google.api.client.json.GenericJs
7474
private java.lang.String uri;
7575

7676
/**
77-
* Data for a calendar event link.
77+
* Data for a Calendar event link.
7878
* @return value or {@code null} for none
7979
*/
8080
public CalendarEventLinkData getCalendarEventLinkData() {
8181
return calendarEventLinkData;
8282
}
8383

8484
/**
85-
* Data for a calendar event link.
85+
* Data for a Calendar event link.
8686
* @param calendarEventLinkData calendarEventLinkData or {@code null} for none
8787
*/
8888
public RichLinkMetadata setCalendarEventLinkData(CalendarEventLinkData calendarEventLinkData) {
@@ -125,15 +125,15 @@ public RichLinkMetadata setDriveLinkData(DriveLinkData driveLinkData) {
125125
}
126126

127127
/**
128-
* Data for a meet space link.
128+
* Data for a Meet space link.
129129
* @return value or {@code null} for none
130130
*/
131131
public MeetSpaceLinkData getMeetSpaceLinkData() {
132132
return meetSpaceLinkData;
133133
}
134134

135135
/**
136-
* Data for a meet space link.
136+
* Data for a Meet space link.
137137
* @param meetSpaceLinkData meetSpaceLinkData or {@code null} for none
138138
*/
139139
public RichLinkMetadata setMeetSpaceLinkData(MeetSpaceLinkData meetSpaceLinkData) {

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

0 commit comments

Comments
 (0)