Skip to content

Commit f784603

Browse files
1 parent 523833d commit f784603

File tree

5 files changed

+54
-59
lines changed

5 files changed

+54
-59
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-rev20241105-2.0.0</version>
25+
<version>v1-rev20241110-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-rev20241105-2.0.0'
38+
implementation 'com.google.apis:google-api-services-chat:v1-rev20241110-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: 36 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -682,17 +682,15 @@ 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. Spaces grouped by topics
686-
* aren't supported. For an example, see [Create a
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
687687
* space](https://developers.google.com/workspace/chat/create-spaces). If you receive the error
688688
* 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. If you're a member
690-
* of the [Developer Preview program](https://developers.google.com/workspace/preview), you can
691-
* create a group chat in import mode using `spaceType.GROUP_CHAT`. Supports the following types of
692-
* [authentication](https://developers.google.com/workspace/chat/authenticate-authorize): - [App
693-
* authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-app)
694-
* with [administrator approval](https://support.google.com/a?p=chat-app-auth) in [Developer
695-
* Preview](https://developers.google.com/workspace/preview) - [User
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
696694
* authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-user)
697695
* When authenticating as an app, the `space.customer` field must be set in the request.
698696
*
@@ -715,17 +713,16 @@ public class Create extends HangoutsChatRequest<com.google.api.services.chat.v1.
715713
private static final String REST_PATH = "v1/spaces";
716714

717715
/**
718-
* Creates a space with no members. Can be used to create a named space. Spaces grouped by topics
719-
* aren't supported. For an example, see [Create a
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
720718
* space](https://developers.google.com/workspace/chat/create-spaces). If you receive the error
721719
* message `ALREADY_EXISTS` when creating a space, try a different `displayName`. An existing
722-
* space within the Google Workspace organization might already use this display name. If you're a
723-
* member of the [Developer Preview program](https://developers.google.com/workspace/preview), you
724-
* can create a group chat in import mode using `spaceType.GROUP_CHAT`. Supports the following
725-
* types of [authentication](https://developers.google.com/workspace/chat/authenticate-authorize):
726-
* - [App authentication](https://developers.google.com/workspace/chat/authenticate-authorize-
727-
* chat-app) with [administrator approval](https://support.google.com/a?p=chat-app-auth) in
728-
* [Developer Preview](https://developers.google.com/workspace/preview) - [User
720+
* space within the Google Workspace organization might already use this display name. Supports
721+
* the following types of
722+
* [authentication](https://developers.google.com/workspace/chat/authenticate-authorize): - [App
723+
* authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-app)
724+
* with [administrator approval](https://support.google.com/a?p=chat-app-auth) in [Developer
725+
* Preview](https://developers.google.com/workspace/preview) - [User
729726
* authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-user)
730727
* When authenticating as an app, the `space.customer` field must be set in the request.
731728
*
@@ -4575,27 +4572,25 @@ public List setFilter(java.lang.String filter) {
45754572
}
45764573

45774574
/**
4578-
* Optional. Optional, if resuming from a previous query. How the list of messages is
4579-
* ordered. Specify a value to order by an ordering operation. Valid ordering operation
4580-
* values are as follows: - `ASC` for ascending. - `DESC` for descending. The default
4581-
* ordering is `create_time ASC`.
4575+
* Optional. How the list of messages is ordered. Specify a value to order by an ordering
4576+
* operation. Valid ordering operation values are as follows: - `ASC` for ascending. -
4577+
* `DESC` for descending. The default ordering is `create_time ASC`.
45824578
*/
45834579
@com.google.api.client.util.Key
45844580
private java.lang.String orderBy;
45854581

4586-
/** Optional. Optional, if resuming from a previous query. How the list of messages is ordered. Specify
4587-
a value to order by an ordering operation. Valid ordering operation values are as follows: - `ASC`
4588-
for ascending. - `DESC` for descending. The default ordering is `create_time ASC`.
4582+
/** Optional. How the list of messages is ordered. Specify a value to order by an ordering operation.
4583+
Valid ordering operation values are as follows: - `ASC` for ascending. - `DESC` for descending. The
4584+
default ordering is `create_time ASC`.
45894585
*/
45904586
public java.lang.String getOrderBy() {
45914587
return orderBy;
45924588
}
45934589

45944590
/**
4595-
* Optional. Optional, if resuming from a previous query. How the list of messages is
4596-
* ordered. Specify a value to order by an ordering operation. Valid ordering operation
4597-
* values are as follows: - `ASC` for ascending. - `DESC` for descending. The default
4598-
* ordering is `create_time ASC`.
4591+
* Optional. How the list of messages is ordered. Specify a value to order by an ordering
4592+
* operation. Valid ordering operation values are as follows: - `ASC` for ascending. -
4593+
* `DESC` for descending. The default ordering is `create_time ASC`.
45994594
*/
46004595
public List setOrderBy(java.lang.String orderBy) {
46014596
this.orderBy = orderBy;
@@ -4632,28 +4627,28 @@ public List setPageSize(java.lang.Integer pageSize) {
46324627
}
46334628

46344629
/**
4635-
* Optional. Optional, if resuming from a previous query. A page token received from a
4636-
* previous list messages call. Provide this parameter to retrieve the subsequent page. When
4637-
* paginating, all other parameters provided should match the call that provided the page
4638-
* token. Passing different values to the other parameters might lead to unexpected results.
4630+
* Optional. A page token received from a previous list messages call. Provide this
4631+
* parameter to retrieve the subsequent page. When paginating, all other parameters provided
4632+
* should match the call that provided the page token. Passing different values to the other
4633+
* parameters might lead to unexpected results.
46394634
*/
46404635
@com.google.api.client.util.Key
46414636
private java.lang.String pageToken;
46424637

4643-
/** Optional. Optional, if resuming from a previous query. A page token received from a previous list
4644-
messages call. Provide this parameter to retrieve the subsequent page. When paginating, all other
4645-
parameters provided should match the call that provided the page token. Passing different values to
4646-
the other parameters might lead to unexpected results.
4638+
/** Optional. A page token received from a previous list messages call. Provide this parameter to
4639+
retrieve the subsequent page. When paginating, all other parameters provided should match the call
4640+
that provided the page token. Passing different values to the other parameters might lead to
4641+
unexpected results.
46474642
*/
46484643
public java.lang.String getPageToken() {
46494644
return pageToken;
46504645
}
46514646

46524647
/**
4653-
* Optional. Optional, if resuming from a previous query. A page token received from a
4654-
* previous list messages call. Provide this parameter to retrieve the subsequent page. When
4655-
* paginating, all other parameters provided should match the call that provided the page
4656-
* token. Passing different values to the other parameters might lead to unexpected results.
4648+
* Optional. A page token received from a previous list messages call. Provide this
4649+
* parameter to retrieve the subsequent page. When paginating, all other parameters provided
4650+
* should match the call that provided the page token. Passing different values to the other
4651+
* parameters might lead to unexpected results.
46574652
*/
46584653
public List setPageToken(java.lang.String pageToken) {
46594654
this.pageToken = pageToken;

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

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -136,10 +136,10 @@ public final class Message extends com.google.api.client.json.GenericJson {
136136
}
137137

138138
/**
139-
* Optional. Optional. A custom ID for the message. You can use field to identify a message, or to
140-
* get, delete, or update a message. To set a custom ID, specify the [`messageId`](https://develop
141-
* ers.google.com/workspace/chat/api/reference/rest/v1/spaces.messages/create#body.QUERY_PARAMETER
142-
* S.message_id) field when you create the message. For details, see [Name a
139+
* Optional. A custom ID for the message. You can use field to identify a message, or to get,
140+
* delete, or update a message. To set a custom ID, specify the [`messageId`](https://developers.g
141+
* oogle.com/workspace/chat/api/reference/rest/v1/spaces.messages/create#body.QUERY_PARAMETERS.mes
142+
* sage_id) field when you create the message. For details, see [Name a
143143
* message](https://developers.google.com/workspace/chat/create-messages#name_a_created_message).
144144
* The value may be {@code null}.
145145
*/
@@ -485,10 +485,10 @@ public Message setCardsV2(java.util.List<CardWithId> cardsV2) {
485485
}
486486

487487
/**
488-
* Optional. Optional. A custom ID for the message. You can use field to identify a message, or to
489-
* get, delete, or update a message. To set a custom ID, specify the [`messageId`](https://develop
490-
* ers.google.com/workspace/chat/api/reference/rest/v1/spaces.messages/create#body.QUERY_PARAMETER
491-
* S.message_id) field when you create the message. For details, see [Name a
488+
* Optional. A custom ID for the message. You can use field to identify a message, or to get,
489+
* delete, or update a message. To set a custom ID, specify the [`messageId`](https://developers.g
490+
* oogle.com/workspace/chat/api/reference/rest/v1/spaces.messages/create#body.QUERY_PARAMETERS.mes
491+
* sage_id) field when you create the message. For details, see [Name a
492492
* message](https://developers.google.com/workspace/chat/create-messages#name_a_created_message).
493493
* @return value or {@code null} for none
494494
*/
@@ -497,10 +497,10 @@ public java.lang.String getClientAssignedMessageId() {
497497
}
498498

499499
/**
500-
* Optional. Optional. A custom ID for the message. You can use field to identify a message, or to
501-
* get, delete, or update a message. To set a custom ID, specify the [`messageId`](https://develop
502-
* ers.google.com/workspace/chat/api/reference/rest/v1/spaces.messages/create#body.QUERY_PARAMETER
503-
* S.message_id) field when you create the message. For details, see [Name a
500+
* Optional. A custom ID for the message. You can use field to identify a message, or to get,
501+
* delete, or update a message. To set a custom ID, specify the [`messageId`](https://developers.g
502+
* oogle.com/workspace/chat/api/reference/rest/v1/spaces.messages/create#body.QUERY_PARAMETERS.mes
503+
* sage_id) field when you create the message. For details, see [Name a
504504
* message](https://developers.google.com/workspace/chat/create-messages#name_a_created_message).
505505
* @param clientAssignedMessageId clientAssignedMessageId or {@code null} for none
506506
*/

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

0 commit comments

Comments
 (0)