@@ -682,17 +682,15 @@ public CompleteImport set(String parameterName, Object value) {
682
682
}
683
683
}
684
684
/**
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
687
687
* space](https://developers.google.com/workspace/chat/create-spaces). If you receive the error
688
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. 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
696
694
* authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-user)
697
695
* When authenticating as an app, the `space.customer` field must be set in the request.
698
696
*
@@ -715,17 +713,16 @@ public class Create extends HangoutsChatRequest<com.google.api.services.chat.v1.
715
713
private static final String REST_PATH = "v1/spaces" ;
716
714
717
715
/**
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
720
718
* space](https://developers.google.com/workspace/chat/create-spaces). If you receive the error
721
719
* 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
729
726
* authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-user)
730
727
* When authenticating as an app, the `space.customer` field must be set in the request.
731
728
*
@@ -4575,27 +4572,25 @@ public List setFilter(java.lang.String filter) {
4575
4572
}
4576
4573
4577
4574
/**
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`.
4582
4578
*/
4583
4579
@ com .google .api .client .util .Key
4584
4580
private java .lang .String orderBy ;
4585
4581
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`.
4589
4585
*/
4590
4586
public java .lang .String getOrderBy () {
4591
4587
return orderBy ;
4592
4588
}
4593
4589
4594
4590
/**
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`.
4599
4594
*/
4600
4595
public List setOrderBy (java .lang .String orderBy ) {
4601
4596
this .orderBy = orderBy ;
@@ -4632,28 +4627,28 @@ public List setPageSize(java.lang.Integer pageSize) {
4632
4627
}
4633
4628
4634
4629
/**
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.
4639
4634
*/
4640
4635
@ com .google .api .client .util .Key
4641
4636
private java .lang .String pageToken ;
4642
4637
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.
4647
4642
*/
4648
4643
public java .lang .String getPageToken () {
4649
4644
return pageToken ;
4650
4645
}
4651
4646
4652
4647
/**
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.
4657
4652
*/
4658
4653
public List setPageToken (java .lang .String pageToken ) {
4659
4654
this .pageToken = pageToken ;
0 commit comments