Skip to content

Commit c673ff2

Browse files
1 parent b82e5a5 commit c673ff2

File tree

8 files changed

+74
-14
lines changed

8 files changed

+74
-14
lines changed

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

clients/google-api-services-sqladmin/v1/2.0.0/com/google/api/services/sqladmin/model/CloneContext.java

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,15 @@ public final class CloneContext extends com.google.api.client.json.GenericJson {
8585
@com.google.api.client.util.Key
8686
private String pointInTime;
8787

88+
/**
89+
* Optional. Copy clone and point-in-time recovery clone of a regional instance in the specified
90+
* zones. If not specified, clone to the same secondary zone as the source instance. This value
91+
* cannot be the same as the preferred_zone field. This field applies to all DB types.
92+
* The value may be {@code null}.
93+
*/
94+
@com.google.api.client.util.Key
95+
private java.lang.String preferredSecondaryZone;
96+
8897
/**
8998
* Optional. Copy clone and point-in-time recovery clone of an instance to the specified zone. If
9099
* no zone is specified, clone to the same primary zone as the source instance. This field applies
@@ -227,6 +236,27 @@ public CloneContext setPointInTime(String pointInTime) {
227236
return this;
228237
}
229238

239+
/**
240+
* Optional. Copy clone and point-in-time recovery clone of a regional instance in the specified
241+
* zones. If not specified, clone to the same secondary zone as the source instance. This value
242+
* cannot be the same as the preferred_zone field. This field applies to all DB types.
243+
* @return value or {@code null} for none
244+
*/
245+
public java.lang.String getPreferredSecondaryZone() {
246+
return preferredSecondaryZone;
247+
}
248+
249+
/**
250+
* Optional. Copy clone and point-in-time recovery clone of a regional instance in the specified
251+
* zones. If not specified, clone to the same secondary zone as the source instance. This value
252+
* cannot be the same as the preferred_zone field. This field applies to all DB types.
253+
* @param preferredSecondaryZone preferredSecondaryZone or {@code null} for none
254+
*/
255+
public CloneContext setPreferredSecondaryZone(java.lang.String preferredSecondaryZone) {
256+
this.preferredSecondaryZone = preferredSecondaryZone;
257+
return this;
258+
}
259+
230260
/**
231261
* Optional. Copy clone and point-in-time recovery clone of an instance to the specified zone. If
232262
* no zone is specified, clone to the same primary zone as the source instance. This field applies

clients/google-api-services-sqladmin/v1/2.0.0/pom.xml

Lines changed: 3 additions & 3 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-sqladmin</artifactId>
11-
<version>v1-rev20240724-2.0.0</version>
12-
<name>Cloud SQL Admin API v1-rev20240724-2.0.0</name>
11+
<version>v1-rev20240814-2.0.0</version>
12+
<name>Cloud SQL Admin API v1-rev20240814-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>
@@ -90,7 +90,7 @@
9090
<windowtitle>Cloud SQL Admin API ${project.version}</windowtitle>
9191
<links>
9292
<link>http://docs.oracle.com/javase/7/docs/api</link>
93-
<link>https://googleapis.dev/java/google-http-client/1.44.2/</link>
93+
<link>https://googleapis.dev/java/google-http-client/1.45.0/</link>
9494
<link>https://googleapis.dev/java/google-oauth-client/1.36.0/</link>
9595
<link>https://googleapis.dev/java/google-api-client/2.6.0/</link>
9696
</links>

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

clients/google-api-services-sqladmin/v1beta4/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-sqladmin</artifactId>
25-
<version>v1beta4-rev20240724-2.0.0</version>
25+
<version>v1beta4-rev20240814-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-sqladmin:v1beta4-rev20240724-2.0.0'
38+
implementation 'com.google.apis:google-api-services-sqladmin:v1beta4-rev20240814-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-sqladmin/v1beta4/2.0.0/com/google/api/services/sqladmin/model/CloneContext.java

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,15 @@ public final class CloneContext extends com.google.api.client.json.GenericJson {
8585
@com.google.api.client.util.Key
8686
private String pointInTime;
8787

88+
/**
89+
* Optional. Copy clone and point-in-time recovery clone of a regional instance in the specified
90+
* zones. If not specified, clone to the same secondary zone as the source instance. This value
91+
* cannot be the same as the preferred_zone field.
92+
* The value may be {@code null}.
93+
*/
94+
@com.google.api.client.util.Key
95+
private java.lang.String preferredSecondaryZone;
96+
8897
/**
8998
* Optional. Copy clone and point-in-time recovery clone of an instance to the specified zone. If
9099
* no zone is specified, clone to the same primary zone as the source instance.
@@ -226,6 +235,27 @@ public CloneContext setPointInTime(String pointInTime) {
226235
return this;
227236
}
228237

238+
/**
239+
* Optional. Copy clone and point-in-time recovery clone of a regional instance in the specified
240+
* zones. If not specified, clone to the same secondary zone as the source instance. This value
241+
* cannot be the same as the preferred_zone field.
242+
* @return value or {@code null} for none
243+
*/
244+
public java.lang.String getPreferredSecondaryZone() {
245+
return preferredSecondaryZone;
246+
}
247+
248+
/**
249+
* Optional. Copy clone and point-in-time recovery clone of a regional instance in the specified
250+
* zones. If not specified, clone to the same secondary zone as the source instance. This value
251+
* cannot be the same as the preferred_zone field.
252+
* @param preferredSecondaryZone preferredSecondaryZone or {@code null} for none
253+
*/
254+
public CloneContext setPreferredSecondaryZone(java.lang.String preferredSecondaryZone) {
255+
this.preferredSecondaryZone = preferredSecondaryZone;
256+
return this;
257+
}
258+
229259
/**
230260
* Optional. Copy clone and point-in-time recovery clone of an instance to the specified zone. If
231261
* no zone is specified, clone to the same primary zone as the source instance.

clients/google-api-services-sqladmin/v1beta4/2.0.0/pom.xml

Lines changed: 3 additions & 3 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-sqladmin</artifactId>
11-
<version>v1beta4-rev20240724-2.0.0</version>
12-
<name>Cloud SQL Admin API v1beta4-rev20240724-2.0.0</name>
11+
<version>v1beta4-rev20240814-2.0.0</version>
12+
<name>Cloud SQL Admin API v1beta4-rev20240814-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>
@@ -90,7 +90,7 @@
9090
<windowtitle>Cloud SQL Admin API ${project.version}</windowtitle>
9191
<links>
9292
<link>http://docs.oracle.com/javase/7/docs/api</link>
93-
<link>https://googleapis.dev/java/google-http-client/1.44.2/</link>
93+
<link>https://googleapis.dev/java/google-http-client/1.45.0/</link>
9494
<link>https://googleapis.dev/java/google-oauth-client/1.36.0/</link>
9595
<link>https://googleapis.dev/java/google-api-client/2.6.0/</link>
9696
</links>

clients/google-api-services-sqladmin/v1beta4/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-sqladmin</artifactId>
25-
<version>v1beta4-rev20240724-2.0.0</version>
25+
<version>v1beta4-rev20240814-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-sqladmin:v1beta4-rev20240724-2.0.0'
38+
implementation 'com.google.apis:google-api-services-sqladmin:v1beta4-rev20240814-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)