Skip to content

Commit 3545551

Browse files
1 parent a4a743f commit 3545551

File tree

4 files changed

+15
-15
lines changed

4 files changed

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

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,9 @@ public final class GoogleAppsCardV1SelectionInput extends com.google.api.client.
7979
private java.lang.Integer multiSelectMinQueryLength;
8080

8181
/**
82-
* The name that identifies the selection input in a form input event. For details about working
83-
* with form inputs, see [Receive form data](https://developers.google.com/workspace/chat/read-
84-
* form-data).
82+
* Required. The name that identifies the selection input in a form input event. For details about
83+
* working with form inputs, see [Receive form
84+
* data](https://developers.google.com/workspace/chat/read-form-data).
8585
* The value may be {@code null}.
8686
*/
8787
@com.google.api.client.util.Key
@@ -212,19 +212,19 @@ public GoogleAppsCardV1SelectionInput setMultiSelectMinQueryLength(java.lang.Int
212212
}
213213

214214
/**
215-
* The name that identifies the selection input in a form input event. For details about working
216-
* with form inputs, see [Receive form data](https://developers.google.com/workspace/chat/read-
217-
* form-data).
215+
* Required. The name that identifies the selection input in a form input event. For details about
216+
* working with form inputs, see [Receive form
217+
* data](https://developers.google.com/workspace/chat/read-form-data).
218218
* @return value or {@code null} for none
219219
*/
220220
public java.lang.String getName() {
221221
return name;
222222
}
223223

224224
/**
225-
* The name that identifies the selection input in a form input event. For details about working
226-
* with form inputs, see [Receive form data](https://developers.google.com/workspace/chat/read-
227-
* form-data).
225+
* Required. The name that identifies the selection input in a form input event. For details about
226+
* working with form inputs, see [Receive form
227+
* data](https://developers.google.com/workspace/chat/read-form-data).
228228
* @param name name or {@code null} for none
229229
*/
230230
public GoogleAppsCardV1SelectionInput setName(java.lang.String name) {

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

0 commit comments

Comments
 (0)