You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-datamigration/v1/2.0.0/com/google/api/services/datamigration/v1/model/RestartMigrationJobRequest.java
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,13 @@ public final class RestartMigrationJobRequest extends com.google.api.client.json
37
37
@com.google.api.client.util.Key
38
38
privateMigrationJobObjectsConfigobjectsFilter;
39
39
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
+
privatejava.lang.BooleanrestartFailedObjects;
46
+
40
47
/**
41
48
* Optional. Restart the migration job without running prior configuration verification. Defaults
42
49
* to `false`.
@@ -62,6 +69,23 @@ public RestartMigrationJobRequest setObjectsFilter(MigrationJobObjectsConfig obj
62
69
returnthis;
63
70
}
64
71
72
+
/**
73
+
* Optional. If true, only failed objects will be restarted.
0 commit comments