Skip to content

Commit

Permalink
🦉 Updates from OwlBot post-processor
Browse files Browse the repository at this point in the history
  • Loading branch information
gcf-owl-bot[bot] committed Dec 24, 2024
1 parent b45c463 commit 41ea174
Show file tree
Hide file tree
Showing 536 changed files with 139 additions and 95,607 deletions.
Binary file modified Dataplex/metadata/V1/Datascans.php
Binary file not shown.
2 changes: 2 additions & 0 deletions Dataplex/samples/V1/CatalogServiceClient/search_entries.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@
* following form: `projects/{project}/locations/{location}`. Please see
* {@see CatalogServiceClient::locationName()} for help formatting this field.
* @param string $query The query against which entries in scope should be matched.
* The query syntax is defined in [Search syntax for Dataplex
* Catalog](https://cloud.google.com/dataplex/docs/search-syntax).
*/
function search_entries_sample(string $formattedName, string $query): void
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
use Google\Cloud\Dataplex\V1\DataScan;
use Google\Cloud\Dataplex\V1\DataSource;
use Google\Cloud\Dataplex\V1\UpdateDataScanRequest;
use Google\Protobuf\FieldMask;
use Google\Rpc\Status;

/**
Expand All @@ -50,10 +49,8 @@ function update_data_scan_sample(): void
$dataScanData = new DataSource();
$dataScan = (new DataScan())
->setData($dataScanData);
$updateMask = new FieldMask();
$request = (new UpdateDataScanRequest())
->setDataScan($dataScan)
->setUpdateMask($updateMask);
->setDataScan($dataScan);

// Call the API and handle any network failures.
try {
Expand Down
28 changes: 14 additions & 14 deletions Dataplex/src/V1/DataScan.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 14 additions & 14 deletions Dataplex/src/V1/DataScan/ExecutionStatus.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 14 additions & 10 deletions Dataplex/src/V1/DataScanJob.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

42 changes: 42 additions & 0 deletions Dataplex/src/V1/DeleteDataScanRequest.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 12 additions & 8 deletions Dataplex/src/V1/ImportItem.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 41ea174

Please sign in to comment.