Skip to content

Commit

Permalink
Regenerate dataplex client (#5833)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-code-bot authored Nov 11, 2024
1 parent 604090f commit 266df3f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/CloudDataplex.php
Original file line number Diff line number Diff line change
Expand Up @@ -2848,6 +2848,10 @@ public function __construct($clientOrConfig = [], $rootUrl = null)
'location' => 'query',
'type' => 'string',
],
'validateOnly' => [
'location' => 'query',
'type' => 'boolean',
],
],
],'get' => [
'path' => 'v1/{+name}',
Expand Down
2 changes: 2 additions & 0 deletions src/CloudDataplex/Resource/ProjectsLocationsMetadataJobs.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ public function cancel($name, GoogleCloudDataplexV1CancelMetadataJobRequest $pos
*
* @opt_param string metadataJobId Optional. The metadata job ID. If not
* provided, a unique ID is generated with the prefix metadata-job-.
* @opt_param bool validateOnly Optional. The service validates the request
* without performing any mutations. The default is false.
* @return GoogleLongrunningOperation
* @throws \Google\Service\Exception
*/
Expand Down

0 comments on commit 266df3f

Please sign in to comment.