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:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-connectors</artifactId >
25
- <version >v1-rev20250703 -2.0.0</version >
25
+ <version >v1-rev20250721 -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-connectors:v1-rev20250703 -2.0.0'
38
+ implementation 'com.google.apis:google-api-services-connectors:v1-rev20250721 -2.0.0'
39
39
}
40
40
```
41
41
Original file line number Diff line number Diff line change @@ -1270,6 +1270,32 @@ public Delete setName(java.lang.String name) {
1270
1270
return this;
1271
1271
}
1272
1272
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
+
1273
1299
@Override
1274
1300
public Delete set(String parameterName, Object value) {
1275
1301
return (Delete) super.set(parameterName, value);
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-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 >
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-connectors</artifactId >
25
- <version >v1-rev20250703 -2.0.0</version >
25
+ <version >v1-rev20250721 -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-connectors:v1-rev20250703 -2.0.0'
38
+ implementation 'com.google.apis:google-api-services-connectors:v1-rev20250721 -2.0.0'
39
39
}
40
40
```
41
41
You can’t perform that action at this time.
0 commit comments