Skip to content

Commit

Permalink
chore: regenerate chat client (#25362)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-code-bot authored Feb 6, 2025
1 parent 1ec9995 commit 864e5fc
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 18 deletions.
4 changes: 2 additions & 2 deletions clients/google-api-services-chat/v1/2.0.0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-chat</artifactId>
<version>v1-rev20250126-2.0.0</version>
<version>v1-rev20250130-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-chat:v1-rev20250126-2.0.0'
implementation 'com.google.apis:google-api-services-chat:v1-rev20250130-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,13 @@ public final class DeprecatedEvent extends com.google.api.client.json.GenericJso
private CommonEventObject common;

/**
* For `MESSAGE` interaction events, the URL that users must be redirected to after they complete
* an authorization or configuration flow outside of Google Chat. For more information, see
* [Connect a Chat app with other services and
* tools](https://developers.google.com/workspace/chat/connect-web-services-tools).
* This URL is populated for `MESSAGE` and `ADDED_TO_SPACE` interaction events. After completing
* an authorization or configuration flow outside of Google Chat, users must be redirected to this
* URL to signal to Google Chat that the authorization or configuration flow was successful. For
* more information, see [Connect a Chat app with other services and
* tools](https://developers.google.com/workspace/chat/connect-web-services-tools). In [Developer
* Preview](https://developers.google.com/workspace/preview), this URL is also populated for
* `APP_COMMAND` interaction events.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
Expand Down Expand Up @@ -181,21 +184,27 @@ public DeprecatedEvent setCommon(CommonEventObject common) {
}

/**
* For `MESSAGE` interaction events, the URL that users must be redirected to after they complete
* an authorization or configuration flow outside of Google Chat. For more information, see
* [Connect a Chat app with other services and
* tools](https://developers.google.com/workspace/chat/connect-web-services-tools).
* This URL is populated for `MESSAGE` and `ADDED_TO_SPACE` interaction events. After completing
* an authorization or configuration flow outside of Google Chat, users must be redirected to this
* URL to signal to Google Chat that the authorization or configuration flow was successful. For
* more information, see [Connect a Chat app with other services and
* tools](https://developers.google.com/workspace/chat/connect-web-services-tools). In [Developer
* Preview](https://developers.google.com/workspace/preview), this URL is also populated for
* `APP_COMMAND` interaction events.
* @return value or {@code null} for none
*/
public java.lang.String getConfigCompleteRedirectUrl() {
return configCompleteRedirectUrl;
}

/**
* For `MESSAGE` interaction events, the URL that users must be redirected to after they complete
* an authorization or configuration flow outside of Google Chat. For more information, see
* [Connect a Chat app with other services and
* tools](https://developers.google.com/workspace/chat/connect-web-services-tools).
* This URL is populated for `MESSAGE` and `ADDED_TO_SPACE` interaction events. After completing
* an authorization or configuration flow outside of Google Chat, users must be redirected to this
* URL to signal to Google Chat that the authorization or configuration flow was successful. For
* more information, see [Connect a Chat app with other services and
* tools](https://developers.google.com/workspace/chat/connect-web-services-tools). In [Developer
* Preview](https://developers.google.com/workspace/preview), this URL is also populated for
* `APP_COMMAND` interaction events.
* @param configCompleteRedirectUrl configCompleteRedirectUrl or {@code null} for none
*/
public DeprecatedEvent setConfigCompleteRedirectUrl(java.lang.String configCompleteRedirectUrl) {
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-chat/v1/2.0.0/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<groupId>com.google.apis</groupId>
<artifactId>google-api-services-chat</artifactId>
<version>v1-rev20250126-2.0.0</version>
<name>Google Chat API v1-rev20250126-2.0.0</name>
<version>v1-rev20250130-2.0.0</version>
<name>Google Chat API v1-rev20250130-2.0.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-chat/v1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-chat</artifactId>
<version>v1-rev20250126-2.0.0</version>
<version>v1-rev20250130-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-chat:v1-rev20250126-2.0.0'
implementation 'com.google.apis:google-api-services-chat:v1-rev20250130-2.0.0'
}
```

Expand Down

0 comments on commit 864e5fc

Please sign in to comment.