File tree Expand file tree Collapse file tree 4 files changed +32
-6
lines changed
clients/google-api-services-connectors/v1
com/google/api/services/connectors/v1 Expand file tree Collapse file tree 4 files changed +32
-6
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:
2222 <dependency >
2323 <groupId >com.google.apis</groupId >
2424 <artifactId >google-api-services-connectors</artifactId >
25- <version >v1-rev20250703 -2.0.0</version >
25+ <version >v1-rev20250721 -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-connectors:v1-rev20250703 -2.0.0'
38+ implementation 'com.google.apis:google-api-services-connectors:v1-rev20250721 -2.0.0'
3939}
4040```
4141
Original file line number Diff line number Diff line change @@ -1270,6 +1270,32 @@ public Delete setName(java.lang.String name) {
12701270 return this;
12711271 }
12721272
1273+ /**
1274+ * Optional. If set to true, any child EndUserAuthentication/EventSubscription resources
1275+ * will also be deleted. Otherwise, the request will fail if the connection has any
1276+ * children. Followed the best practice from https://aip.dev/135#cascading-delete
1277+ */
1278+ @com.google.api.client.util.Key
1279+ private java.lang.Boolean force;
1280+
1281+ /** Optional. If set to true, any child EndUserAuthentication/EventSubscription resources will also be
1282+ deleted. Otherwise, the request will fail if the connection has any children. Followed the best
1283+ practice from https://aip.dev/135#cascading-delete
1284+ */
1285+ public java.lang.Boolean getForce() {
1286+ return force;
1287+ }
1288+
1289+ /**
1290+ * Optional. If set to true, any child EndUserAuthentication/EventSubscription resources
1291+ * will also be deleted. Otherwise, the request will fail if the connection has any
1292+ * children. Followed the best practice from https://aip.dev/135#cascading-delete
1293+ */
1294+ public Delete setForce(java.lang.Boolean force) {
1295+ this.force = force;
1296+ return this;
1297+ }
1298+
12731299 @Override
12741300 public Delete set(String parameterName, Object value) {
12751301 return (Delete) 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-connectors</artifactId >
11- <version >v1-rev20250703 -2.0.0</version >
12- <name >Connectors API v1-rev20250703 -2.0.0</name >
11+ <version >v1-rev20250721 -2.0.0</version >
12+ <name >Connectors API v1-rev20250721 -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-connectors</artifactId >
25- <version >v1-rev20250703 -2.0.0</version >
25+ <version >v1-rev20250721 -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-connectors:v1-rev20250703 -2.0.0'
38+ implementation 'com.google.apis:google-api-services-connectors:v1-rev20250721 -2.0.0'
3939}
4040```
4141
You can’t perform that action at this time.
0 commit comments