Skip to content

Commit a9d2782

Browse files
1 parent b98213d commit a9d2782

4 files changed

Lines changed: 32 additions & 6 deletions

File tree

clients/google-api-services-gmail/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-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
}
3737
dependencies {
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

clients/google-api-services-gmail/v1/2.0.0/com/google/api/services/gmail/Gmail.java

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff 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);

clients/google-api-services-gmail/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-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>

clients/google-api-services-gmail/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-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
}
3737
dependencies {
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

0 commit comments

Comments
 (0)