Skip to content

Commit 52b8022

Browse files
1 parent cf375ce commit 52b8022

File tree

4 files changed

+31
-24
lines changed

4 files changed

+31
-24
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-rev20241110-2.0.0</version>
25+
<version>v1-rev20241203-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-rev20241110-2.0.0'
38+
implementation 'com.google.apis:google-api-services-chat:v1-rev20241203-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: 24 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -682,17 +682,21 @@ public CompleteImport set(String parameterName, Object value) {
682682
}
683683
}
684684
/**
685-
* Creates a space with no members. Can be used to create a named space, or a group chat in `Import
686-
* mode`. Spaces grouped by topics aren't supported. For an example, see [Create a
687-
* space](https://developers.google.com/workspace/chat/create-spaces). If you receive the error
688-
* message `ALREADY_EXISTS` when creating a space, try a different `displayName`. An existing space
689-
* within the Google Workspace organization might already use this display name. Supports the
690-
* following types of [authentication](https://developers.google.com/workspace/chat/authenticate-
691-
* authorize): - [App authentication](https://developers.google.com/workspace/chat/authenticate-
692-
* authorize-chat-app) with [administrator approval](https://support.google.com/a?p=chat-app-auth)
693-
* in [Developer Preview](https://developers.google.com/workspace/preview) - [User
685+
* Creates a space. Can be used to create a named space, or a group chat in `Import mode`. For an
686+
* example, see [Create a space](https://developers.google.com/workspace/chat/create-spaces).
687+
* Supports the following types of
688+
* [authentication](https://developers.google.com/workspace/chat/authenticate-authorize): - [App
689+
* authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-app)
690+
* with [administrator approval](https://support.google.com/a?p=chat-app-auth) in [Developer
691+
* Preview](https://developers.google.com/workspace/preview) - [User
694692
* authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-user)
695-
* When authenticating as an app, the `space.customer` field must be set in the request.
693+
* When authenticating as an app, the `space.customer` field must be set in the request. Space
694+
* membership upon creation depends on whether the space is created in `Import mode`: * **Import
695+
* mode:** No members are created. * **All other modes:** The calling user is added as a member.
696+
* This is: * The app itself when using app authentication. * The human user when using user
697+
* authentication. If you receive the error message `ALREADY_EXISTS` when creating a space, try a
698+
* different `displayName`. An existing space within the Google Workspace organization might already
699+
* use this display name.
696700
*
697701
* Create a request for the method "spaces.create".
698702
*
@@ -713,18 +717,21 @@ public class Create extends HangoutsChatRequest<com.google.api.services.chat.v1.
713717
private static final String REST_PATH = "v1/spaces";
714718

715719
/**
716-
* Creates a space with no members. Can be used to create a named space, or a group chat in
717-
* `Import mode`. Spaces grouped by topics aren't supported. For an example, see [Create a
718-
* space](https://developers.google.com/workspace/chat/create-spaces). If you receive the error
719-
* message `ALREADY_EXISTS` when creating a space, try a different `displayName`. An existing
720-
* space within the Google Workspace organization might already use this display name. Supports
721-
* the following types of
720+
* Creates a space. Can be used to create a named space, or a group chat in `Import mode`. For an
721+
* example, see [Create a space](https://developers.google.com/workspace/chat/create-spaces).
722+
* Supports the following types of
722723
* [authentication](https://developers.google.com/workspace/chat/authenticate-authorize): - [App
723724
* authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-app)
724725
* with [administrator approval](https://support.google.com/a?p=chat-app-auth) in [Developer
725726
* Preview](https://developers.google.com/workspace/preview) - [User
726727
* authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-user)
727-
* When authenticating as an app, the `space.customer` field must be set in the request.
728+
* When authenticating as an app, the `space.customer` field must be set in the request. Space
729+
* membership upon creation depends on whether the space is created in `Import mode`: * **Import
730+
* mode:** No members are created. * **All other modes:** The calling user is added as a member.
731+
* This is: * The app itself when using app authentication. * The human user when using user
732+
* authentication. If you receive the error message `ALREADY_EXISTS` when creating a space, try a
733+
* different `displayName`. An existing space within the Google Workspace organization might
734+
* already use this display name.
728735
*
729736
* Create a request for the method "spaces.create".
730737
*

clients/google-api-services-chat/v1/2.0.0/pom.xml

Lines changed: 3 additions & 3 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-rev20241110-2.0.0</version>
12-
<name>Google Chat API v1-rev20241110-2.0.0</name>
11+
<version>v1-rev20241203-2.0.0</version>
12+
<name>Google Chat API v1-rev20241203-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>
@@ -90,7 +90,7 @@
9090
<windowtitle>Google Chat API ${project.version}</windowtitle>
9191
<links>
9292
<link>http://docs.oracle.com/javase/7/docs/api</link>
93-
<link>https://googleapis.dev/java/google-http-client/1.45.0/</link>
93+
<link>https://googleapis.dev/java/google-http-client/1.45.2/</link>
9494
<link>https://googleapis.dev/java/google-oauth-client/1.36.0/</link>
9595
<link>https://googleapis.dev/java/google-api-client/2.7.0/</link>
9696
</links>

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

0 commit comments

Comments
 (0)