File tree Expand file tree Collapse file tree 7 files changed +206
-30
lines changed
clients/google-api-services-gmail/v1
com/google/api/services/gmail Expand file tree Collapse file tree 7 files changed +206
-30
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-gmail</artifactId >
25
- <version >v1-rev20250331 -2.0.0</version >
25
+ <version >v1-rev20250616 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
dependencies {
38
- implementation 'com.google.apis:google-api-services-gmail:v1-rev20250331 -2.0.0'
38
+ implementation 'com.google.apis:google-api-services-gmail:v1-rev20250616 -2.0.0'
39
39
}
40
40
```
41
41
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 19
19
/**
20
20
* The client-side encryption (CSE) configuration for the email address of an authenticated user.
21
21
* Gmail uses CSE configurations to save drafts of client-side encrypted email messages, and to sign
22
- * and send encrypted email messages.
22
+ * and send encrypted email messages. For administrators managing identities and keypairs for users
23
+ * in their organization, requests require authorization with a [service
24
+ * account](https://developers.google.com/identity/protocols/OAuth2ServiceAccount) that has [domain-
25
+ * wide delegation authority](https://developers.google.com/identity/protocols/OAuth2ServiceAccount#
26
+ * delegatingauthority) to impersonate users with the
27
+ * `https://www.googleapis.com/auth/gmail.settings.basic` scope. For users managing their own
28
+ * identities and keypairs, requests require [hardware key
29
+ * encryption](https://support.google.com/a/answer/14153163) turned on and configured.
23
30
*
24
31
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
25
32
* transmitted over HTTP when working with the Gmail API. For a detailed explanation see:
Original file line number Diff line number Diff line change 21
21
* chain, and metadata for its paired private key. Gmail uses the key pair to complete the following
22
22
* tasks: - Sign outgoing client-side encrypted messages. - Save and reopen drafts of client-side
23
23
* encrypted messages. - Save and reopen sent messages. - Decrypt incoming or archived S/MIME
24
- * messages.
24
+ * messages. For administrators managing identities and keypairs for users in their organization,
25
+ * requests require authorization with a [service
26
+ * account](https://developers.google.com/identity/protocols/OAuth2ServiceAccount) that has [domain-
27
+ * wide delegation authority](https://developers.google.com/identity/protocols/OAuth2ServiceAccount#
28
+ * delegatingauthority) to impersonate users with the
29
+ * `https://www.googleapis.com/auth/gmail.settings.basic` scope. For users managing their own
30
+ * identities and keypairs, requests require [hardware key
31
+ * encryption](https://support.google.com/a/answer/14153163) turned on and configured.
25
32
*
26
33
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
27
34
* transmitted over HTTP when working with the Gmail API. For a detailed explanation see:
Original file line number Diff line number Diff line change 17
17
package com .google .api .services .gmail .model ;
18
18
19
19
/**
20
- * Metadata for hardware keys.
20
+ * Metadata for hardware keys. If [hardware key
21
+ * encryption](https://support.google.com/a/answer/14153163) is set up for the Google Workspace
22
+ * organization, users can optionally store their private key on their smart card and use it to sign
23
+ * and decrypt email messages in Gmail by inserting their smart card into a reader attached to their
24
+ * Windows device.
21
25
*
22
26
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
23
27
* transmitted over HTTP when working with the Gmail API. For a detailed explanation see:
Original file line number Diff line number Diff line change 8
8
9
9
<groupId >com.google.apis</groupId >
10
10
<artifactId >google-api-services-gmail</artifactId >
11
- <version >v1-rev20250331 -2.0.0</version >
12
- <name >Gmail API v1-rev20250331 -2.0.0</name >
11
+ <version >v1-rev20250616 -2.0.0</version >
12
+ <name >Gmail API v1-rev20250616 -2.0.0</name >
13
13
<packaging >jar</packaging >
14
14
15
15
<inceptionYear >2011</inceptionYear >
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-gmail</artifactId >
25
- <version >v1-rev20250331 -2.0.0</version >
25
+ <version >v1-rev20250616 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
dependencies {
38
- implementation 'com.google.apis:google-api-services-gmail:v1-rev20250331 -2.0.0'
38
+ implementation 'com.google.apis:google-api-services-gmail:v1-rev20250616 -2.0.0'
39
39
}
40
40
```
41
41
You can’t perform that action at this time.
0 commit comments