File tree Expand file tree Collapse file tree 5 files changed +54
-7
lines changed
clients/google-api-services-gkebackup/v1
com/google/api/services/gkebackup/v1 Expand file tree Collapse file tree 5 files changed +54
-7
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-gkebackup</artifactId >
25- <version >v1-rev20250122 -2.0.0</version >
25+ <version >v1-rev20250205 -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-gkebackup:v1-rev20250122 -2.0.0'
38+ implementation 'com.google.apis:google-api-services-gkebackup:v1-rev20250205 -2.0.0'
3939}
4040```
4141
Original file line number Diff line number Diff line change @@ -2990,6 +2990,29 @@ public List setPageToken(java.lang.String pageToken) {
29902990 return this ;
29912991 }
29922992
2993+ /**
2994+ * Optional. If set to true, the response will return partial results when some regions
2995+ * are unreachable and the unreachable field will be populated.
2996+ */
2997+ @ com .google .api .client .util .Key
2998+ private java .lang .Boolean returnPartialSuccess ;
2999+
3000+ /** Optional. If set to true, the response will return partial results when some regions are
3001+ unreachable and the unreachable field will be populated.
3002+ */
3003+ public java .lang .Boolean getReturnPartialSuccess () {
3004+ return returnPartialSuccess ;
3005+ }
3006+
3007+ /**
3008+ * Optional. If set to true, the response will return partial results when some regions
3009+ * are unreachable and the unreachable field will be populated.
3010+ */
3011+ public List setReturnPartialSuccess (java .lang .Boolean returnPartialSuccess ) {
3012+ this .returnPartialSuccess = returnPartialSuccess ;
3013+ return this ;
3014+ }
3015+
29933016 @ Override
29943017 public List set (String parameterName , Object value ) {
29953018 return (List ) super .set (parameterName , value );
Original file line number Diff line number Diff line change @@ -50,6 +50,13 @@ public final class ListBackupsResponse extends com.google.api.client.json.Generi
5050 @ com .google .api .client .util .Key
5151 private java .lang .String nextPageToken ;
5252
53+ /**
54+ * Locations that could not be reached.
55+ * The value may be {@code null}.
56+ */
57+ @ com .google .api .client .util .Key
58+ private java .util .List <java .lang .String > unreachable ;
59+
5360 /**
5461 * The list of Backups matching the given criteria.
5562 * @return value or {@code null} for none
@@ -86,6 +93,23 @@ public ListBackupsResponse setNextPageToken(java.lang.String nextPageToken) {
8693 return this ;
8794 }
8895
96+ /**
97+ * Locations that could not be reached.
98+ * @return value or {@code null} for none
99+ */
100+ public java .util .List <java .lang .String > getUnreachable () {
101+ return unreachable ;
102+ }
103+
104+ /**
105+ * Locations that could not be reached.
106+ * @param unreachable unreachable or {@code null} for none
107+ */
108+ public ListBackupsResponse setUnreachable (java .util .List <java .lang .String > unreachable ) {
109+ this .unreachable = unreachable ;
110+ return this ;
111+ }
112+
89113 @ Override
90114 public ListBackupsResponse set (String fieldName , Object value ) {
91115 return (ListBackupsResponse ) super .set (fieldName , value );
Original file line number Diff line number Diff line change 88
99 <groupId >com.google.apis</groupId >
1010 <artifactId >google-api-services-gkebackup</artifactId >
11- <version >v1-rev20250122 -2.0.0</version >
12- <name >Backup for GKE API v1-rev20250122 -2.0.0</name >
11+ <version >v1-rev20250205 -2.0.0</version >
12+ <name >Backup for GKE API v1-rev20250205 -2.0.0</name >
1313 <packaging >jar</packaging >
1414
1515 <inceptionYear >2011</inceptionYear >
9191 <links >
9292 <link >http://docs.oracle.com/javase/7/docs/api</link >
9393 <link >https://googleapis.dev/java/google-http-client/1.46.1/</link >
94- <link >https://googleapis.dev/java/google-oauth-client/1.37 .0/</link >
94+ <link >https://googleapis.dev/java/google-oauth-client/1.38 .0/</link >
9595 <link >https://googleapis.dev/java/google-api-client/2.7.2/</link >
9696 </links >
9797 </configuration >
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-gkebackup</artifactId >
25- <version >v1-rev20250122 -2.0.0</version >
25+ <version >v1-rev20250205 -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-gkebackup:v1-rev20250122 -2.0.0'
38+ implementation 'com.google.apis:google-api-services-gkebackup:v1-rev20250205 -2.0.0'
3939}
4040```
4141
You can’t perform that action at this time.
0 commit comments