diff --git a/src/Dataform/Resource/ProjectsLocationsRepositories.php b/src/Dataform/Resource/ProjectsLocationsRepositories.php index ef62fc31ba..b61b3589e6 100644 --- a/src/Dataform/Resource/ProjectsLocationsRepositories.php +++ b/src/Dataform/Resource/ProjectsLocationsRepositories.php @@ -99,9 +99,9 @@ public function create($parent, Repository $postBody, $optParams = []) * @param string $name Required. The repository's name. * @param array $optParams Optional parameters. * - * @opt_param bool force If set to true, any child resources of this repository - * will also be deleted. (Otherwise, the request will only succeed if the - * repository has no child resources.) + * @opt_param bool force Optional. If set to true, any child resources of this + * repository will also be deleted. (Otherwise, the request will only succeed if + * the repository has no child resources.) * @return DataformEmpty * @throws \Google\Service\Exception */