Skip to content

Commit 4276889

Browse files
chore: regenerate chat client
1 parent 38c1764 commit 4276889

File tree

6 files changed

+38
-15
lines changed

6 files changed

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

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ public class HangoutsChat extends com.google.api.client.googleapis.services.json
103103
* {@code com.google.api.client.extensions.appengine.http.UrlFetchTransport}</li>
104104
* <li>Android: {@code newCompatibleTransport} from
105105
* {@code com.google.api.client.extensions.android.http.AndroidHttp}</li>
106-
* <li>Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()}
106+
* <li>Java: {@code com.google.api.client.http.javanet.NetHttpTransport}</li>
107107
* </li>
108108
* </ul>
109109
* @param jsonFactory JSON factory, which may be:
@@ -8506,8 +8506,7 @@ private static String chooseEndpoint(com.google.api.client.http.HttpTransport tr
85068506
* {@code com.google.api.client.extensions.appengine.http.UrlFetchTransport}</li>
85078507
* <li>Android: {@code newCompatibleTransport} from
85088508
* {@code com.google.api.client.extensions.android.http.AndroidHttp}</li>
8509-
* <li>Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()}
8510-
* </li>
8509+
* <li>Java: {@code com.google.api.client.http.javanet.NetHttpTransport}</li>
85118510
* </ul>
85128511
* @param jsonFactory JSON factory, which may be:
85138512
* <ul>

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

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,14 @@
3030
@SuppressWarnings("javadoc")
3131
public final class GoogleAppsCardV1DataSourceConfig extends com.google.api.client.json.GenericJson {
3232

33+
/**
34+
* The minimum number of characters the user must enter before this data provider is triggered
35+
* (i.e., before it starts returning results).
36+
* The value may be {@code null}.
37+
*/
38+
@com.google.api.client.util.Key
39+
private java.lang.Integer minCharactersTrigger;
40+
3341
/**
3442
* The data is from a Google Workspace application.
3543
* The value may be {@code null}.
@@ -44,6 +52,25 @@ public final class GoogleAppsCardV1DataSourceConfig extends com.google.api.clien
4452
@com.google.api.client.util.Key
4553
private GoogleAppsCardV1Action remoteDataSource;
4654

55+
/**
56+
* The minimum number of characters the user must enter before this data provider is triggered
57+
* (i.e., before it starts returning results).
58+
* @return value or {@code null} for none
59+
*/
60+
public java.lang.Integer getMinCharactersTrigger() {
61+
return minCharactersTrigger;
62+
}
63+
64+
/**
65+
* The minimum number of characters the user must enter before this data provider is triggered
66+
* (i.e., before it starts returning results).
67+
* @param minCharactersTrigger minCharactersTrigger or {@code null} for none
68+
*/
69+
public GoogleAppsCardV1DataSourceConfig setMinCharactersTrigger(java.lang.Integer minCharactersTrigger) {
70+
this.minCharactersTrigger = minCharactersTrigger;
71+
return this;
72+
}
73+
4774
/**
4875
* The data is from a Google Workspace application.
4976
* @return value or {@code null} for none

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

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@ public final class GoogleAppsCardV1SelectionInput extends com.google.api.client.
4444
* grained control over the data source. If specified, the `multi_select_max_selected_items`
4545
* field, `multi_select_min_query_length` field, `external_data_source` field and
4646
* `platform_data_source` field are ignored. Available for Google Workspace add-ons that extend
47-
* Google Workspace Studio. Available for the `Dropdown widget` in Google Chat apps as part of the
48-
* [Developer Preview Program](https://developers.google.com/workspace/preview). For the
47+
* Google Workspace Studio. Available for the `Dropdown widget` in Google Chat apps. For the
4948
* `Dropdown` widget in Google Chat apps, only one `DataSourceConfig` is supported. If multiple
5049
* `DataSourceConfig`s are set, only the first one is used.
5150
* The value may be {@code null}.
@@ -152,8 +151,7 @@ public final class GoogleAppsCardV1SelectionInput extends com.google.api.client.
152151
* grained control over the data source. If specified, the `multi_select_max_selected_items`
153152
* field, `multi_select_min_query_length` field, `external_data_source` field and
154153
* `platform_data_source` field are ignored. Available for Google Workspace add-ons that extend
155-
* Google Workspace Studio. Available for the `Dropdown widget` in Google Chat apps as part of the
156-
* [Developer Preview Program](https://developers.google.com/workspace/preview). For the
154+
* Google Workspace Studio. Available for the `Dropdown widget` in Google Chat apps. For the
157155
* `Dropdown` widget in Google Chat apps, only one `DataSourceConfig` is supported. If multiple
158156
* `DataSourceConfig`s are set, only the first one is used.
159157
* @return value or {@code null} for none
@@ -167,8 +165,7 @@ public java.util.List<GoogleAppsCardV1DataSourceConfig> getDataSourceConfigs() {
167165
* grained control over the data source. If specified, the `multi_select_max_selected_items`
168166
* field, `multi_select_min_query_length` field, `external_data_source` field and
169167
* `platform_data_source` field are ignored. Available for Google Workspace add-ons that extend
170-
* Google Workspace Studio. Available for the `Dropdown widget` in Google Chat apps as part of the
171-
* [Developer Preview Program](https://developers.google.com/workspace/preview). For the
168+
* Google Workspace Studio. Available for the `Dropdown widget` in Google Chat apps. For the
172169
* `Dropdown` widget in Google Chat apps, only one `DataSourceConfig` is supported. If multiple
173170
* `DataSourceConfig`s are set, only the first one is used.
174171
* @param dataSourceConfigs dataSourceConfigs or {@code null} for none

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

0 commit comments

Comments
 (0)