Skip to content

Commit be4d90c

Browse files
1 parent 7074114 commit be4d90c

File tree

5 files changed

+96
-93
lines changed

5 files changed

+96
-93
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-rev20241020-2.0.0</version>
25+
<version>v1-rev20241029-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-rev20241020-2.0.0'
38+
implementation 'com.google.apis:google-api-services-chat:v1-rev20241029-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: 72 additions & 69 deletions
Original file line numberDiff line numberDiff line change
@@ -2622,19 +2622,19 @@ public Create setParent(java.lang.String parent) {
26222622
}
26232623

26242624
/**
2625-
* When `true`, the method runs using the user's Google Workspace administrator privileges.
2626-
* The calling user must be a Google Workspace administrator with the [manage chat and
2627-
* spaces conversations privilege](https://support.google.com/a/answer/13369245). Requires
2628-
* the `chat.admin.memberships` [OAuth 2.0
2625+
* Optional. When `true`, the method runs using the user's Google Workspace administrator
2626+
* privileges. The calling user must be a Google Workspace administrator with the [manage
2627+
* chat and spaces conversations privilege](https://support.google.com/a/answer/13369245).
2628+
* Requires the `chat.admin.memberships` [OAuth 2.0
26292629
* scope](https://developers.google.com/workspace/chat/authenticate-authorize#chat-api-
26302630
* scopes). Creating app memberships or creating memberships for users outside the
26312631
* administrator's Google Workspace organization isn't supported using admin access.
26322632
*/
26332633
@com.google.api.client.util.Key
26342634
private java.lang.Boolean useAdminAccess;
26352635

2636-
/** When `true`, the method runs using the user's Google Workspace administrator privileges. The
2637-
calling user must be a Google Workspace administrator with the [manage chat and spaces
2636+
/** Optional. When `true`, the method runs using the user's Google Workspace administrator privileges.
2637+
The calling user must be a Google Workspace administrator with the [manage chat and spaces
26382638
conversations privilege](https://support.google.com/a/answer/13369245). Requires the
26392639
`chat.admin.memberships` [OAuth 2.0
26402640
scope](https://developers.google.com/workspace/chat/authenticate-authorize#chat-api-scopes).
@@ -2646,10 +2646,10 @@ public java.lang.Boolean getUseAdminAccess() {
26462646
}
26472647

26482648
/**
2649-
* When `true`, the method runs using the user's Google Workspace administrator privileges.
2650-
* The calling user must be a Google Workspace administrator with the [manage chat and
2651-
* spaces conversations privilege](https://support.google.com/a/answer/13369245). Requires
2652-
* the `chat.admin.memberships` [OAuth 2.0
2649+
* Optional. When `true`, the method runs using the user's Google Workspace administrator
2650+
* privileges. The calling user must be a Google Workspace administrator with the [manage
2651+
* chat and spaces conversations privilege](https://support.google.com/a/answer/13369245).
2652+
* Requires the `chat.admin.memberships` [OAuth 2.0
26532653
* scope](https://developers.google.com/workspace/chat/authenticate-authorize#chat-api-
26542654
* scopes). Creating app memberships or creating memberships for users outside the
26552655
* administrator's Google Workspace organization isn't supported using admin access.
@@ -2842,18 +2842,18 @@ public Delete setName(java.lang.String name) {
28422842
}
28432843

28442844
/**
2845-
* When `true`, the method runs using the user's Google Workspace administrator privileges.
2846-
* The calling user must be a Google Workspace administrator with the [manage chat and
2847-
* spaces conversations privilege](https://support.google.com/a/answer/13369245). Requires
2848-
* the `chat.admin.memberships` [OAuth 2.0
2845+
* Optional. When `true`, the method runs using the user's Google Workspace administrator
2846+
* privileges. The calling user must be a Google Workspace administrator with the [manage
2847+
* chat and spaces conversations privilege](https://support.google.com/a/answer/13369245).
2848+
* Requires the `chat.admin.memberships` [OAuth 2.0
28492849
* scope](https://developers.google.com/workspace/chat/authenticate-authorize#chat-api-
28502850
* scopes). Deleting app memberships in a space isn't supported using admin access.
28512851
*/
28522852
@com.google.api.client.util.Key
28532853
private java.lang.Boolean useAdminAccess;
28542854

2855-
/** When `true`, the method runs using the user's Google Workspace administrator privileges. The
2856-
calling user must be a Google Workspace administrator with the [manage chat and spaces
2855+
/** Optional. When `true`, the method runs using the user's Google Workspace administrator privileges.
2856+
The calling user must be a Google Workspace administrator with the [manage chat and spaces
28572857
conversations privilege](https://support.google.com/a/answer/13369245). Requires the
28582858
`chat.admin.memberships` [OAuth 2.0
28592859
scope](https://developers.google.com/workspace/chat/authenticate-authorize#chat-api-scopes).
@@ -2864,10 +2864,10 @@ public java.lang.Boolean getUseAdminAccess() {
28642864
}
28652865

28662866
/**
2867-
* When `true`, the method runs using the user's Google Workspace administrator privileges.
2868-
* The calling user must be a Google Workspace administrator with the [manage chat and
2869-
* spaces conversations privilege](https://support.google.com/a/answer/13369245). Requires
2870-
* the `chat.admin.memberships` [OAuth 2.0
2867+
* Optional. When `true`, the method runs using the user's Google Workspace administrator
2868+
* privileges. The calling user must be a Google Workspace administrator with the [manage
2869+
* chat and spaces conversations privilege](https://support.google.com/a/answer/13369245).
2870+
* Requires the `chat.admin.memberships` [OAuth 2.0
28712871
* scope](https://developers.google.com/workspace/chat/authenticate-authorize#chat-api-
28722872
* scopes). Deleting app memberships in a space isn't supported using admin access.
28732873
*/
@@ -3058,18 +3058,18 @@ public Get setName(java.lang.String name) {
30583058
}
30593059

30603060
/**
3061-
* When `true`, the method runs using the user's Google Workspace administrator privileges.
3062-
* The calling user must be a Google Workspace administrator with the [manage chat and
3063-
* spaces conversations privilege](https://support.google.com/a/answer/13369245). Requires
3064-
* the `chat.admin.memberships` or `chat.admin.memberships.readonly` [OAuth 2.0
3061+
* Optional. When `true`, the method runs using the user's Google Workspace administrator
3062+
* privileges. The calling user must be a Google Workspace administrator with the [manage
3063+
* chat and spaces conversations privilege](https://support.google.com/a/answer/13369245).
3064+
* Requires the `chat.admin.memberships` or `chat.admin.memberships.readonly` [OAuth 2.0
30653065
* scopes](https://developers.google.com/workspace/chat/authenticate-authorize#chat-api-
30663066
* scopes). Getting app memberships in a space isn't supported when using admin access.
30673067
*/
30683068
@com.google.api.client.util.Key
30693069
private java.lang.Boolean useAdminAccess;
30703070

3071-
/** When `true`, the method runs using the user's Google Workspace administrator privileges. The
3072-
calling user must be a Google Workspace administrator with the [manage chat and spaces
3071+
/** Optional. When `true`, the method runs using the user's Google Workspace administrator privileges.
3072+
The calling user must be a Google Workspace administrator with the [manage chat and spaces
30733073
conversations privilege](https://support.google.com/a/answer/13369245). Requires the
30743074
`chat.admin.memberships` or `chat.admin.memberships.readonly` [OAuth 2.0
30753075
scopes](https://developers.google.com/workspace/chat/authenticate-authorize#chat-api-scopes).
@@ -3080,10 +3080,10 @@ public java.lang.Boolean getUseAdminAccess() {
30803080
}
30813081

30823082
/**
3083-
* When `true`, the method runs using the user's Google Workspace administrator privileges.
3084-
* The calling user must be a Google Workspace administrator with the [manage chat and
3085-
* spaces conversations privilege](https://support.google.com/a/answer/13369245). Requires
3086-
* the `chat.admin.memberships` or `chat.admin.memberships.readonly` [OAuth 2.0
3083+
* Optional. When `true`, the method runs using the user's Google Workspace administrator
3084+
* privileges. The calling user must be a Google Workspace administrator with the [manage
3085+
* chat and spaces conversations privilege](https://support.google.com/a/answer/13369245).
3086+
* Requires the `chat.admin.memberships` or `chat.admin.memberships.readonly` [OAuth 2.0
30873087
* scopes](https://developers.google.com/workspace/chat/authenticate-authorize#chat-api-
30883088
* scopes). Getting app memberships in a space isn't supported when using admin access.
30893089
*/
@@ -3434,18 +3434,18 @@ public List setShowInvited(java.lang.Boolean showInvited) {
34343434
}
34353435

34363436
/**
3437-
* When `true`, the method runs using the user's Google Workspace administrator privileges.
3438-
* The calling user must be a Google Workspace administrator with the [manage chat and
3439-
* spaces conversations privilege](https://support.google.com/a/answer/13369245). Requires
3440-
* either the `chat.admin.memberships.readonly` or `chat.admin.memberships` [OAuth 2.0
3441-
* scope](https://developers.google.com/workspace/chat/authenticate-authorize#chat-api-
3437+
* Optional. When `true`, the method runs using the user's Google Workspace administrator
3438+
* privileges. The calling user must be a Google Workspace administrator with the [manage
3439+
* chat and spaces conversations privilege](https://support.google.com/a/answer/13369245).
3440+
* Requires either the `chat.admin.memberships.readonly` or `chat.admin.memberships` [OAuth
3441+
* 2.0 scope](https://developers.google.com/workspace/chat/authenticate-authorize#chat-api-
34423442
* scopes). Listing app memberships in a space isn't supported when using admin access.
34433443
*/
34443444
@com.google.api.client.util.Key
34453445
private java.lang.Boolean useAdminAccess;
34463446

3447-
/** When `true`, the method runs using the user's Google Workspace administrator privileges. The
3448-
calling user must be a Google Workspace administrator with the [manage chat and spaces
3447+
/** Optional. When `true`, the method runs using the user's Google Workspace administrator privileges.
3448+
The calling user must be a Google Workspace administrator with the [manage chat and spaces
34493449
conversations privilege](https://support.google.com/a/answer/13369245). Requires either the
34503450
`chat.admin.memberships.readonly` or `chat.admin.memberships` [OAuth 2.0
34513451
scope](https://developers.google.com/workspace/chat/authenticate-authorize#chat-api-scopes).
@@ -3456,11 +3456,11 @@ public java.lang.Boolean getUseAdminAccess() {
34563456
}
34573457

34583458
/**
3459-
* When `true`, the method runs using the user's Google Workspace administrator privileges.
3460-
* The calling user must be a Google Workspace administrator with the [manage chat and
3461-
* spaces conversations privilege](https://support.google.com/a/answer/13369245). Requires
3462-
* either the `chat.admin.memberships.readonly` or `chat.admin.memberships` [OAuth 2.0
3463-
* scope](https://developers.google.com/workspace/chat/authenticate-authorize#chat-api-
3459+
* Optional. When `true`, the method runs using the user's Google Workspace administrator
3460+
* privileges. The calling user must be a Google Workspace administrator with the [manage
3461+
* chat and spaces conversations privilege](https://support.google.com/a/answer/13369245).
3462+
* Requires either the `chat.admin.memberships.readonly` or `chat.admin.memberships` [OAuth
3463+
* 2.0 scope](https://developers.google.com/workspace/chat/authenticate-authorize#chat-api-
34643464
* scopes). Listing app memberships in a space isn't supported when using admin access.
34653465
*/
34663466
public List setUseAdminAccess(java.lang.Boolean useAdminAccess) {
@@ -3489,7 +3489,8 @@ public List set(String parameterName, Object value) {
34893489
* This request holds the parameters needed by the chat server. After setting any optional
34903490
* parameters, call the {@link Patch#execute()} method to invoke the remote operation.
34913491
*
3492-
* @param name Resource name of the membership, assigned by the server. Format: `spaces/{space}/members/{member}`
3492+
* @param name Identifier. Resource name of the membership, assigned by the server. Format:
3493+
* `spaces/{space}/members/{member}`
34933494
* @param content the {@link com.google.api.services.chat.v1.model.Membership}
34943495
* @return the request
34953496
*/
@@ -3524,7 +3525,8 @@ public class Patch extends HangoutsChatRequest<com.google.api.services.chat.v1.m
35243525
* Patch#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)} must
35253526
* be called to initialize this instance immediately after invoking the constructor. </p>
35263527
*
3527-
* @param name Resource name of the membership, assigned by the server. Format: `spaces/{space}/members/{member}`
3528+
* @param name Identifier. Resource name of the membership, assigned by the server. Format:
3529+
* `spaces/{space}/members/{member}`
35283530
* @param content the {@link com.google.api.services.chat.v1.model.Membership}
35293531
* @since 1.13
35303532
*/
@@ -3594,20 +3596,21 @@ public Patch setUploadProtocol(java.lang.String uploadProtocol) {
35943596
}
35953597

35963598
/**
3597-
* Resource name of the membership, assigned by the server. Format:
3599+
* Identifier. Resource name of the membership, assigned by the server. Format:
35983600
* `spaces/{space}/members/{member}`
35993601
*/
36003602
@com.google.api.client.util.Key
36013603
private java.lang.String name;
36023604

3603-
/** Resource name of the membership, assigned by the server. Format: `spaces/{space}/members/{member}`
3605+
/** Identifier. Resource name of the membership, assigned by the server. Format:
3606+
`spaces/{space}/members/{member}`
36043607
*/
36053608
public java.lang.String getName() {
36063609
return name;
36073610
}
36083611

36093612
/**
3610-
* Resource name of the membership, assigned by the server. Format:
3613+
* Identifier. Resource name of the membership, assigned by the server. Format:
36113614
* `spaces/{space}/members/{member}`
36123615
*/
36133616
public Patch setName(java.lang.String name) {
@@ -3644,18 +3647,18 @@ public Patch setUpdateMask(String updateMask) {
36443647
}
36453648

36463649
/**
3647-
* When `true`, the method runs using the user's Google Workspace administrator privileges.
3648-
* The calling user must be a Google Workspace administrator with the [manage chat and
3649-
* spaces conversations privilege](https://support.google.com/a/answer/13369245). Requires
3650-
* the `chat.admin.memberships` [OAuth 2.0
3650+
* Optional. When `true`, the method runs using the user's Google Workspace administrator
3651+
* privileges. The calling user must be a Google Workspace administrator with the [manage
3652+
* chat and spaces conversations privilege](https://support.google.com/a/answer/13369245).
3653+
* Requires the `chat.admin.memberships` [OAuth 2.0
36513654
* scope](https://developers.google.com/workspace/chat/authenticate-authorize#chat-api-
36523655
* scopes).
36533656
*/
36543657
@com.google.api.client.util.Key
36553658
private java.lang.Boolean useAdminAccess;
36563659

3657-
/** When `true`, the method runs using the user's Google Workspace administrator privileges. The
3658-
calling user must be a Google Workspace administrator with the [manage chat and spaces
3660+
/** Optional. When `true`, the method runs using the user's Google Workspace administrator privileges.
3661+
The calling user must be a Google Workspace administrator with the [manage chat and spaces
36593662
conversations privilege](https://support.google.com/a/answer/13369245). Requires the
36603663
`chat.admin.memberships` [OAuth 2.0
36613664
scope](https://developers.google.com/workspace/chat/authenticate-authorize#chat-api-scopes).
@@ -3665,10 +3668,10 @@ public java.lang.Boolean getUseAdminAccess() {
36653668
}
36663669

36673670
/**
3668-
* When `true`, the method runs using the user's Google Workspace administrator privileges.
3669-
* The calling user must be a Google Workspace administrator with the [manage chat and
3670-
* spaces conversations privilege](https://support.google.com/a/answer/13369245). Requires
3671-
* the `chat.admin.memberships` [OAuth 2.0
3671+
* Optional. When `true`, the method runs using the user's Google Workspace administrator
3672+
* privileges. The calling user must be a Google Workspace administrator with the [manage
3673+
* chat and spaces conversations privilege](https://support.google.com/a/answer/13369245).
3674+
* Requires the `chat.admin.memberships` [OAuth 2.0
36723675
* scope](https://developers.google.com/workspace/chat/authenticate-authorize#chat-api-
36733676
* scopes).
36743677
*/
@@ -6383,28 +6386,28 @@ public List setPageSize(java.lang.Integer pageSize) {
63836386
}
63846387

63856388
/**
6386-
* A page token, received from a previous list space events call. Provide this to retrieve
6387-
* the subsequent page. When paginating, all other parameters provided to list space events
6388-
* must match the call that provided the page token. Passing different values to the other
6389-
* parameters might lead to unexpected results.
6389+
* Optional. A page token, received from a previous list space events call. Provide this to
6390+
* retrieve the subsequent page. When paginating, all other parameters provided to list
6391+
* space events must match the call that provided the page token. Passing different values
6392+
* to the other parameters might lead to unexpected results.
63906393
*/
63916394
@com.google.api.client.util.Key
63926395
private java.lang.String pageToken;
63936396

6394-
/** A page token, received from a previous list space events call. Provide this to retrieve the
6395-
subsequent page. When paginating, all other parameters provided to list space events must match the
6396-
call that provided the page token. Passing different values to the other parameters might lead to
6397-
unexpected results.
6397+
/** Optional. A page token, received from a previous list space events call. Provide this to retrieve
6398+
the subsequent page. When paginating, all other parameters provided to list space events must match
6399+
the call that provided the page token. Passing different values to the other parameters might lead
6400+
to unexpected results.
63986401
*/
63996402
public java.lang.String getPageToken() {
64006403
return pageToken;
64016404
}
64026405

64036406
/**
6404-
* A page token, received from a previous list space events call. Provide this to retrieve
6405-
* the subsequent page. When paginating, all other parameters provided to list space events
6406-
* must match the call that provided the page token. Passing different values to the other
6407-
* parameters might lead to unexpected results.
6407+
* Optional. A page token, received from a previous list space events call. Provide this to
6408+
* retrieve the subsequent page. When paginating, all other parameters provided to list
6409+
* space events must match the call that provided the page token. Passing different values
6410+
* to the other parameters might lead to unexpected results.
64086411
*/
64096412
public List setPageToken(java.lang.String pageToken) {
64106413
this.pageToken = pageToken;

0 commit comments

Comments
 (0)