Skip to content

Commit 13324bd

Browse files
1 parent 6c126c0 commit 13324bd

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

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,13 @@ public final class RestartMigrationJobRequest extends com.google.api.client.json
3737
@com.google.api.client.util.Key
3838
private MigrationJobObjectsConfig objectsFilter;
3939

40+
/**
41+
* Optional. If true, only failed objects will be restarted.
42+
* The value may be {@code null}.
43+
*/
44+
@com.google.api.client.util.Key
45+
private java.lang.Boolean restartFailedObjects;
46+
4047
/**
4148
* Optional. Restart the migration job without running prior configuration verification. Defaults
4249
* to `false`.
@@ -62,6 +69,23 @@ public RestartMigrationJobRequest setObjectsFilter(MigrationJobObjectsConfig obj
6269
return this;
6370
}
6471

72+
/**
73+
* Optional. If true, only failed objects will be restarted.
74+
* @return value or {@code null} for none
75+
*/
76+
public java.lang.Boolean getRestartFailedObjects() {
77+
return restartFailedObjects;
78+
}
79+
80+
/**
81+
* Optional. If true, only failed objects will be restarted.
82+
* @param restartFailedObjects restartFailedObjects or {@code null} for none
83+
*/
84+
public RestartMigrationJobRequest setRestartFailedObjects(java.lang.Boolean restartFailedObjects) {
85+
this.restartFailedObjects = restartFailedObjects;
86+
return this;
87+
}
88+
6589
/**
6690
* Optional. Restart the migration job without running prior configuration verification. Defaults
6791
* to `false`.

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-rev20241202-2.0.0</version>
12-
<name>Database Migration API v1-rev20241202-2.0.0</name>
11+
<version>v1-rev20241211-2.0.0</version>
12+
<name>Database Migration API v1-rev20241211-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-rev20241202-2.0.0</version>
25+
<version>v1-rev20241211-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-rev20241202-2.0.0'
38+
implementation 'com.google.apis:google-api-services-datamigration:v1-rev20241211-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)