File tree Expand file tree Collapse file tree 4 files changed +30
-6
lines changed
clients/google-api-services-datamigration/v1
com/google/api/services/datamigration/v1/model Expand file tree Collapse file tree 4 files changed +30
-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-datamigration</artifactId >
25
- <version >v1-rev20240628 -2.0.0</version >
25
+ <version >v1-rev20240721 -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-datamigration:v1-rev20240628 -2.0.0'
38
+ implementation 'com.google.apis:google-api-services-datamigration:v1-rev20240721 -2.0.0'
39
39
}
40
40
```
41
41
Original file line number Diff line number Diff line change @@ -57,6 +57,13 @@ public final class SqlServerHomogeneousMigrationJobConfig extends com.google.api
57
57
com .google .api .client .util .Data .nullOf (SqlServerDatabaseBackup .class );
58
58
}
59
59
60
+ /**
61
+ * Optional. Promote databases when ready.
62
+ * The value may be {@code null}.
63
+ */
64
+ @ com .google .api .client .util .Key
65
+ private java .lang .Boolean promoteWhenReady ;
66
+
60
67
/**
61
68
* Optional. Enable differential backups.
62
69
* The value may be {@code null}.
@@ -112,6 +119,23 @@ public SqlServerHomogeneousMigrationJobConfig setDatabaseBackups(java.util.List<
112
119
return this ;
113
120
}
114
121
122
+ /**
123
+ * Optional. Promote databases when ready.
124
+ * @return value or {@code null} for none
125
+ */
126
+ public java .lang .Boolean getPromoteWhenReady () {
127
+ return promoteWhenReady ;
128
+ }
129
+
130
+ /**
131
+ * Optional. Promote databases when ready.
132
+ * @param promoteWhenReady promoteWhenReady or {@code null} for none
133
+ */
134
+ public SqlServerHomogeneousMigrationJobConfig setPromoteWhenReady (java .lang .Boolean promoteWhenReady ) {
135
+ this .promoteWhenReady = promoteWhenReady ;
136
+ return this ;
137
+ }
138
+
115
139
/**
116
140
* Optional. Enable differential backups.
117
141
* @return value or {@code null} for none
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-datamigration</artifactId >
11
- <version >v1-rev20240628 -2.0.0</version >
12
- <name >Database Migration API v1-rev20240628 -2.0.0</name >
11
+ <version >v1-rev20240721 -2.0.0</version >
12
+ <name >Database Migration API v1-rev20240721 -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-datamigration</artifactId >
25
- <version >v1-rev20240628 -2.0.0</version >
25
+ <version >v1-rev20240721 -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-datamigration:v1-rev20240628 -2.0.0'
38
+ implementation 'com.google.apis:google-api-services-datamigration:v1-rev20240721 -2.0.0'
39
39
}
40
40
```
41
41
You can’t perform that action at this time.
0 commit comments