File tree Expand file tree Collapse file tree 4 files changed +22
-6
lines changed
clients/google-api-services-connectors/v2
com/google/api/services/connectors/v2 Expand file tree Collapse file tree 4 files changed +22
-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 >v2-rev20250507 -2.0.0</version >
25
+ <version >v2-rev20250521 -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:v2-rev20250507 -2.0.0'
38
+ implementation 'com.google.apis:google-api-services-connectors:v2-rev20250521 -2.0.0'
39
39
}
40
40
```
41
41
Original file line number Diff line number Diff line change @@ -2658,6 +2658,22 @@ public List setSortBy(java.util.List<java.lang.String> sortBy) {
2658
2658
return this ;
2659
2659
}
2660
2660
2661
+ /** List of 'sort_order' columns to use when returning the results. */
2662
+ @ com .google .api .client .util .Key
2663
+ private java .util .List <java .lang .String > sortOrder ;
2664
+
2665
+ /** List of 'sort_order' columns to use when returning the results.
2666
+ */
2667
+ public java .util .List <java .lang .String > getSortOrder () {
2668
+ return sortOrder ;
2669
+ }
2670
+
2671
+ /** List of 'sort_order' columns to use when returning the results. */
2672
+ public List setSortOrder (java .util .List <java .lang .String > sortOrder ) {
2673
+ this .sortOrder = sortOrder ;
2674
+ return this ;
2675
+ }
2676
+
2661
2677
@ Override
2662
2678
public List set (String parameterName , Object value ) {
2663
2679
return (List ) 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 >v2-rev20250507 -2.0.0</version >
12
- <name >Connectors API v2-rev20250507 -2.0.0</name >
11
+ <version >v2-rev20250521 -2.0.0</version >
12
+ <name >Connectors API v2-rev20250521 -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 >v2-rev20250507 -2.0.0</version >
25
+ <version >v2-rev20250521 -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:v2-rev20250507 -2.0.0'
38
+ implementation 'com.google.apis:google-api-services-connectors:v2-rev20250521 -2.0.0'
39
39
}
40
40
```
41
41
You can’t perform that action at this time.
0 commit comments