@@ -1410,22 +1410,30 @@ public Delete setName(java.lang.String name) {
14101410 }
14111411
14121412 /**
1413- * Optional. If set to true, any child resources of this repository will also be deleted.
1414- * (Otherwise, the request will only succeed if the repository has no child resources.)
1413+ * Optional. If set to true, child resources of this repository (compilation results and
1414+ * workflow invocations) will also be deleted. Otherwise, the request will only succeed if
1415+ * the repository has no child resources. **Note:** *This flag doesn't support deletion of
1416+ * workspaces, release configs or workflow configs. If any of such resources exists in the
1417+ * repository, the request will fail.*.
14151418 */
14161419 @ com .google .api .client .util .Key
14171420 private java .lang .Boolean force ;
14181421
1419- /** Optional. If set to true, any child resources of this repository will also be deleted. (Otherwise,
1420- the request will only succeed if the repository has no child resources.)
1422+ /** Optional. If set to true, child resources of this repository (compilation results and workflow
1423+ invocations) will also be deleted. Otherwise, the request will only succeed if the repository has
1424+ no child resources. **Note:** *This flag doesn't support deletion of workspaces, release configs or
1425+ workflow configs. If any of such resources exists in the repository, the request will fail.*.
14211426 */
14221427 public java .lang .Boolean getForce () {
14231428 return force ;
14241429 }
14251430
14261431 /**
1427- * Optional. If set to true, any child resources of this repository will also be deleted.
1428- * (Otherwise, the request will only succeed if the repository has no child resources.)
1432+ * Optional. If set to true, child resources of this repository (compilation results and
1433+ * workflow invocations) will also be deleted. Otherwise, the request will only succeed if
1434+ * the repository has no child resources. **Note:** *This flag doesn't support deletion of
1435+ * workspaces, release configs or workflow configs. If any of such resources exists in the
1436+ * repository, the request will fail.*.
14291437 */
14301438 public Delete setForce (java .lang .Boolean force ) {
14311439 this .force = force ;
0 commit comments