Skip to content

Commit 704809e

Browse files
feat: [Dataplex] A new message DataDocumentationSpec is added representing Data Documentation Spec (#8686)
* feat: A new message `DataDocumentationSpec` is added representing Data Documentation Spec feat: A new message `DataDocumentationResult` is added representing Data Documentation Result feat: A new field `data_documentation_spec` is added for Data Documentation Spec to message `.google.cloud.dataplex.v1.DataScan` feat: A new field `data_documentation_result` is added for Data Documentation Result to message `.google.cloud.dataplex.v1.DataScan` feat: A new field `data_documentation_spec` is added for Data Documentation Spec to message `.google.cloud.dataplex.v1.DataScanJob` feat: A new field `data_documentation_result` is added for Data Documentation Result in `.google.cloud.dataplex.v1.DataScanJob` feat: A new data scan type Data documentation added. docs: A comment for message `DataScan` is changed docs: A comment for field `resource` in message `.google.cloud.dataplex.v1.DataSource` is changed PiperOrigin-RevId: 822921010 Source-Link: googleapis/googleapis@5ad924f Source-Link: googleapis/googleapis-gen@854a6eb Copy-Tag: eyJwIjoiRGF0YXBsZXgvLk93bEJvdC55YW1sIiwiaCI6Ijg1NGE2ZWIwOGY5MDg2NWIxMTMyOTUxOTk2Mjg4ZTFhYjlkOTY5OTEifQ== * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent fdcda09 commit 704809e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+1459
-116
lines changed

Dataplex/metadata/V1/Catalog.php

177 Bytes
Binary file not shown.

Dataplex/metadata/V1/Cmek.php

42 Bytes
Binary file not shown.
1.44 KB
Binary file not shown.
310 Bytes
Binary file not shown.

Dataplex/metadata/V1/Datascans.php

515 Bytes
Binary file not shown.

Dataplex/samples/V1/CatalogServiceClient/get_entry.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@
3030

3131
/**
3232
* Gets an Entry.
33+
* Caution: The Vertex AI, Bigtable, Spanner, Pub/Sub, Dataform, and Dataproc
34+
* Metastore metadata that is stored in Dataplex Universal Catalog is
35+
* changing. For more information, see [Changes to metadata stored in
36+
* Dataplex Universal
37+
* Catalog](https://cloud.google.com/dataplex/docs/metadata-changes).
3338
*
3439
* @param string $formattedName The resource name of the Entry:
3540
* `projects/{project}/locations/{location}/entryGroups/{entry_group}/entries/{entry}`. Please see

Dataplex/samples/V1/CatalogServiceClient/list_entries.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@
3131

3232
/**
3333
* Lists Entries within an EntryGroup.
34+
* Caution: The Vertex AI, Bigtable, Spanner, Pub/Sub, Dataform, and Dataproc
35+
* Metastore metadata that is stored in Dataplex Universal Catalog is
36+
* changing. For more information, see [Changes to metadata stored in
37+
* Dataplex Universal
38+
* Catalog](https://cloud.google.com/dataplex/docs/metadata-changes).
3439
*
3540
* @param string $formattedParent The resource name of the parent Entry Group:
3641
* `projects/{project}/locations/{location}/entryGroups/{entry_group}`. Please see

Dataplex/samples/V1/CatalogServiceClient/lookup_entry.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@
3030

3131
/**
3232
* Looks up an entry by name using the permission on the source system.
33+
* Caution: The Vertex AI, Bigtable, Spanner, Pub/Sub, Dataform, and Dataproc
34+
* Metastore metadata that is stored in Dataplex Universal Catalog is
35+
* changing. For more information, see [Changes to metadata stored in
36+
* Dataplex Universal
37+
* Catalog](https://cloud.google.com/dataplex/docs/metadata-changes).
3338
*
3439
* @param string $name The project to which the request should be attributed in the
3540
* following form: `projects/{project}/locations/{location}`.

Dataplex/src/V1/AspectType.php

Lines changed: 34 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Dataplex/src/V1/AspectType/DataClassification.php

Lines changed: 55 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)