Skip to content

Commit 47cb60b

Browse files
1 parent 8b45464 commit 47cb60b

File tree

4 files changed

+30
-6
lines changed

4 files changed

+30
-6
lines changed

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

clients/google-api-services-datamigration/v1/2.0.0/com/google/api/services/datamigration/v1/model/PostgreSqlConnectionProfile.java

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,13 @@ public final class PostgreSqlConnectionProfile extends com.google.api.client.jso
4646
@com.google.api.client.util.Key
4747
private java.lang.String cloudSqlId;
4848

49+
/**
50+
* Optional. The name of the specific database within the host.
51+
* The value may be {@code null}.
52+
*/
53+
@com.google.api.client.util.Key
54+
private java.lang.String database;
55+
4956
/**
5057
* Required. The IP or hostname of the source PostgreSQL database.
5158
* The value may be {@code null}.
@@ -151,6 +158,23 @@ public PostgreSqlConnectionProfile setCloudSqlId(java.lang.String cloudSqlId) {
151158
return this;
152159
}
153160

161+
/**
162+
* Optional. The name of the specific database within the host.
163+
* @return value or {@code null} for none
164+
*/
165+
public java.lang.String getDatabase() {
166+
return database;
167+
}
168+
169+
/**
170+
* Optional. The name of the specific database within the host.
171+
* @param database database or {@code null} for none
172+
*/
173+
public PostgreSqlConnectionProfile setDatabase(java.lang.String database) {
174+
this.database = database;
175+
return this;
176+
}
177+
154178
/**
155179
* Required. The IP or hostname of the source PostgreSQL database.
156180
* @return value or {@code null} for none

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

Lines changed: 2 additions & 2 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-datamigration</artifactId>
11-
<version>v1-rev20241022-2.0.0</version>
12-
<name>Database Migration API v1-rev20241022-2.0.0</name>
11+
<version>v1-rev20241109-2.0.0</version>
12+
<name>Database Migration API v1-rev20241109-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

0 commit comments

Comments
 (0)