File tree Expand file tree Collapse file tree
clients/google-api-services-gmail/v1
com/google/api/services/gmail Expand file tree Collapse file tree Original file line number Diff line number Diff 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-gmail</artifactId >
25- <version >v1-rev20260525 -2.0.0</version >
25+ <version >v1-rev20260727 -2.0.0</version >
2626 </dependency >
2727 </dependencies >
2828</project >
@@ -35,7 +35,7 @@ repositories {
3535 mavenCentral()
3636}
3737dependencies {
38- implementation 'com.google.apis:google-api-services-gmail:v1-rev20260525 -2.0.0'
38+ implementation 'com.google.apis:google-api-services-gmail:v1-rev20260727 -2.0.0'
3939}
4040```
4141
Original file line number Diff line number Diff line change @@ -7645,6 +7645,32 @@ public Create setUserId(java.lang.String userId) {
76457645 return this;
76467646 }
76477647
7648+ /**
7649+ * The type of certificate chain validation to perform at creation. The request will be
7650+ * rejected if the uploaded chain fails to satisfy the requested validation checks. When
7651+ * unspecified, this parameter defaults to `all`.
7652+ */
7653+ @com.google.api.client.util.Key
7654+ private java.lang.String chainValidation;
7655+
7656+ /** The type of certificate chain validation to perform at creation. The request will be rejected if
7657+ the uploaded chain fails to satisfy the requested validation checks. When unspecified, this
7658+ parameter defaults to `all`. [default: all]
7659+ */
7660+ public java.lang.String getChainValidation() {
7661+ return chainValidation;
7662+ }
7663+
7664+ /**
7665+ * The type of certificate chain validation to perform at creation. The request will be
7666+ * rejected if the uploaded chain fails to satisfy the requested validation checks. When
7667+ * unspecified, this parameter defaults to `all`.
7668+ */
7669+ public Create setChainValidation(java.lang.String chainValidation) {
7670+ this.chainValidation = chainValidation;
7671+ return this;
7672+ }
7673+
76487674 @Override
76497675 public Create set(String parameterName, Object value) {
76507676 return (Create) super.set(parameterName, value);
Original file line number Diff line number Diff line change 88
99 <groupId >com.google.apis</groupId >
1010 <artifactId >google-api-services-gmail</artifactId >
11- <version >v1-rev20260525 -2.0.0</version >
12- <name >Gmail API v1-rev20260525 -2.0.0</name >
11+ <version >v1-rev20260727 -2.0.0</version >
12+ <name >Gmail API v1-rev20260727 -2.0.0</name >
1313 <packaging >jar</packaging >
1414
1515 <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:
2222 <dependency >
2323 <groupId >com.google.apis</groupId >
2424 <artifactId >google-api-services-gmail</artifactId >
25- <version >v1-rev20260525 -2.0.0</version >
25+ <version >v1-rev20260727 -2.0.0</version >
2626 </dependency >
2727 </dependencies >
2828</project >
@@ -35,7 +35,7 @@ repositories {
3535 mavenCentral()
3636}
3737dependencies {
38- implementation 'com.google.apis:google-api-services-gmail:v1-rev20260525 -2.0.0'
38+ implementation 'com.google.apis:google-api-services-gmail:v1-rev20260727 -2.0.0'
3939}
4040```
4141
You can’t perform that action at this time.
0 commit comments