Skip to content

Commit

Permalink
feat: A new field force is added to message `.google.cloud.dataplex…
Browse files Browse the repository at this point in the history
….v1.DeleteDataScanRequest` (#7965)

docs: miscellaneous doc updates
PiperOrigin-RevId: 709139776
Source-Link: googleapis/googleapis@9e96614
Source-Link: googleapis/googleapis-gen@ef1103d
Copy-Tag: eyJwIjoiRGF0YXBsZXgvLk93bEJvdC55YW1sIiwiaCI6ImVmMTEwM2QzZGMzZDI5MzY5NGUxMmZjODNkOWFhMTE2MTk2MTYwZDQifQ==
  • Loading branch information
gcf-owl-bot[bot] authored Dec 25, 2024
1 parent 8e0b9f3 commit 1d7c39e
Show file tree
Hide file tree
Showing 13 changed files with 139 additions and 72 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 1d7c39e

Please sign in to comment.