Skip to content

Commit 4d6aa2c

Browse files
1 parent 4166c36 commit 4d6aa2c

File tree

8 files changed

+66
-12
lines changed

8 files changed

+66
-12
lines changed

clients/google-api-services-appengine/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-appengine</artifactId>
25-
<version>v1-rev20241205-2.0.0</version>
25+
<version>v1-rev20250127-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-appengine:v1-rev20241205-2.0.0'
38+
implementation 'com.google.apis:google-api-services-appengine:v1-rev20250127-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-appengine/v1/2.0.0/com/google/api/services/appengine/v1/model/Application.java

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,14 @@ public final class Application extends com.google.api.client.json.GenericJson {
152152
@com.google.api.client.util.Key
153153
private java.lang.String servingStatus;
154154

155+
/**
156+
* The SSL policy that will be applied to the application. If set to Modern it will restrict
157+
* traffic with TLS < 1.2 and allow only Modern Ciphers suite
158+
* The value may be {@code null}.
159+
*/
160+
@com.google.api.client.util.Key
161+
private java.lang.String sslPolicy;
162+
155163
/**
156164
* Google Apps authentication domain that controls which users can access this
157165
* application.Defaults to open access for any Google Account.
@@ -446,6 +454,25 @@ public Application setServingStatus(java.lang.String servingStatus) {
446454
return this;
447455
}
448456

457+
/**
458+
* The SSL policy that will be applied to the application. If set to Modern it will restrict
459+
* traffic with TLS < 1.2 and allow only Modern Ciphers suite
460+
* @return value or {@code null} for none
461+
*/
462+
public java.lang.String getSslPolicy() {
463+
return sslPolicy;
464+
}
465+
466+
/**
467+
* The SSL policy that will be applied to the application. If set to Modern it will restrict
468+
* traffic with TLS < 1.2 and allow only Modern Ciphers suite
469+
* @param sslPolicy sslPolicy or {@code null} for none
470+
*/
471+
public Application setSslPolicy(java.lang.String sslPolicy) {
472+
this.sslPolicy = sslPolicy;
473+
return this;
474+
}
475+
449476
@Override
450477
public Application set(String fieldName, Object value) {
451478
return (Application) super.set(fieldName, value);

clients/google-api-services-appengine/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-appengine</artifactId>
11-
<version>v1-rev20241205-2.0.0</version>
12-
<name>App Engine Admin API v1-rev20241205-2.0.0</name>
11+
<version>v1-rev20250127-2.0.0</version>
12+
<name>App Engine Admin API v1-rev20250127-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-appengine/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-appengine</artifactId>
25-
<version>v1-rev20241205-2.0.0</version>
25+
<version>v1-rev20250127-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-appengine:v1-rev20241205-2.0.0'
38+
implementation 'com.google.apis:google-api-services-appengine:v1-rev20250127-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-appengine/v1beta/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-appengine</artifactId>
25-
<version>v1beta-rev20241205-2.0.0</version>
25+
<version>v1beta-rev20250127-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-appengine:v1beta-rev20241205-2.0.0'
38+
implementation 'com.google.apis:google-api-services-appengine:v1beta-rev20250127-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-appengine/v1beta/2.0.0/com/google/api/services/appengine/model/Application.java

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,14 @@ public final class Application extends com.google.api.client.json.GenericJson {
152152
@com.google.api.client.util.Key
153153
private java.lang.String servingStatus;
154154

155+
/**
156+
* The SSL policy that will be applied to the application. If set to Modern it will restrict
157+
* traffic with TLS < 1.2 and allow only Modern Ciphers suite
158+
* The value may be {@code null}.
159+
*/
160+
@com.google.api.client.util.Key
161+
private java.lang.String sslPolicy;
162+
155163
/**
156164
* Google Apps authentication domain that controls which users can access this
157165
* application.Defaults to open access for any Google Account.
@@ -446,6 +454,25 @@ public Application setServingStatus(java.lang.String servingStatus) {
446454
return this;
447455
}
448456

457+
/**
458+
* The SSL policy that will be applied to the application. If set to Modern it will restrict
459+
* traffic with TLS < 1.2 and allow only Modern Ciphers suite
460+
* @return value or {@code null} for none
461+
*/
462+
public java.lang.String getSslPolicy() {
463+
return sslPolicy;
464+
}
465+
466+
/**
467+
* The SSL policy that will be applied to the application. If set to Modern it will restrict
468+
* traffic with TLS < 1.2 and allow only Modern Ciphers suite
469+
* @param sslPolicy sslPolicy or {@code null} for none
470+
*/
471+
public Application setSslPolicy(java.lang.String sslPolicy) {
472+
this.sslPolicy = sslPolicy;
473+
return this;
474+
}
475+
449476
@Override
450477
public Application set(String fieldName, Object value) {
451478
return (Application) super.set(fieldName, value);

clients/google-api-services-appengine/v1beta/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-appengine</artifactId>
11-
<version>v1beta-rev20241205-2.0.0</version>
12-
<name>App Engine Admin API v1beta-rev20241205-2.0.0</name>
11+
<version>v1beta-rev20250127-2.0.0</version>
12+
<name>App Engine Admin API v1beta-rev20250127-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-appengine/v1beta/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-appengine</artifactId>
25-
<version>v1beta-rev20241205-2.0.0</version>
25+
<version>v1beta-rev20250127-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-appengine:v1beta-rev20241205-2.0.0'
38+
implementation 'com.google.apis:google-api-services-appengine:v1beta-rev20250127-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)