Skip to content

Commit a1315f1

Browse files
1 parent 3ad6e7d commit a1315f1

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

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,13 @@ public final class ConnectionProfile extends com.google.api.client.json.GenericJ
111111
@com.google.api.client.util.Key
112112
private java.lang.String provider;
113113

114+
/**
115+
* Optional. The connection profile role.
116+
* The value may be {@code null}.
117+
*/
118+
@com.google.api.client.util.Key
119+
private java.lang.String role;
120+
114121
/**
115122
* Connection profile for a SQL Server data source.
116123
* The value may be {@code null}.
@@ -328,6 +335,23 @@ public ConnectionProfile setProvider(java.lang.String provider) {
328335
return this;
329336
}
330337

338+
/**
339+
* Optional. The connection profile role.
340+
* @return value or {@code null} for none
341+
*/
342+
public java.lang.String getRole() {
343+
return role;
344+
}
345+
346+
/**
347+
* Optional. The connection profile role.
348+
* @param role role or {@code null} for none
349+
*/
350+
public ConnectionProfile setRole(java.lang.String role) {
351+
this.role = role;
352+
return this;
353+
}
354+
331355
/**
332356
* Connection profile for a SQL Server data source.
333357
* @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-rev20241006-2.0.0</version>
12-
<name>Database Migration API v1-rev20241006-2.0.0</name>
11+
<version>v1-rev20241015-2.0.0</version>
12+
<name>Database Migration API v1-rev20241015-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-rev20241006-2.0.0</version>
25+
<version>v1-rev20241015-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-rev20241006-2.0.0'
38+
implementation 'com.google.apis:google-api-services-datamigration:v1-rev20241015-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)