Skip to content

Commit

Permalink
Regenerate clouddeploy client (#5087)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-code-bot committed May 9, 2024
1 parent 2568e1a commit 1c9d5f0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,9 @@ public function listProjectsLocationsCustomTargetTypes($parent, $optParams = [])
/**
* Updates a single CustomTargetType. (customTargetTypes.patch)
*
* @param string $name Optional. Name of the `CustomTargetType`. Format is
* `projects/{project}/locations/{location}/customTargetTypes/a-z{0,62}`.
* @param string $name Optional. Name of the `CustomTargetType`. Format is `proj
* ects/{project}/locations/{location}/customTargetTypes/{customTargetType}`.
* The `customTargetType` component must match `[a-z]([a-z0-9-]{0,61}[a-z0-9])?`
* @param CustomTargetType $postBody
* @param array $optParams Optional parameters.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,9 @@ public function listProjectsLocationsDeliveryPipelines($parent, $optParams = [])
* Updates the parameters of a single DeliveryPipeline.
* (deliveryPipelines.patch)
*
* @param string $name Optional. Name of the `DeliveryPipeline`. Format is
* `projects/{project}/locations/{location}/deliveryPipelines/a-z{0,62}`.
* @param string $name Optional. Name of the `DeliveryPipeline`. Format is `proj
* ects/{project}/locations/{location}/deliveryPipelines/{deliveryPipeline}`.
* The `deliveryPipeline` component must match `[a-z]([a-z0-9-]{0,61}[a-z0-9])?`
* @param DeliveryPipeline $postBody
* @param array $optParams Optional parameters.
*
Expand Down
3 changes: 2 additions & 1 deletion src/CloudDeploy/Resource/ProjectsLocationsTargets.php
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,8 @@ public function listProjectsLocationsTargets($parent, $optParams = [])
* Updates the parameters of a single Target. (targets.patch)
*
* @param string $name Optional. Name of the `Target`. Format is
* `projects/{project}/locations/{location}/targets/a-z{0,62}`.
* `projects/{project}/locations/{location}/targets/{target}`. The `target`
* component must match `[a-z]([a-z0-9-]{0,61}[a-z0-9])?`
* @param Target $postBody
* @param array $optParams Optional parameters.
*
Expand Down

0 comments on commit 1c9d5f0

Please sign in to comment.