Commit graph

81 commits

Author SHA1 Message Date
Google APIs
1742af79e7 feat(dataplex): Add RequestDataProductAccess method to request access to DataAssets with in a DataProduct
feat(dataplex): Add `ApprovalWorkflowService` to manage `ChangeRequest` resource
feat(dataplex): Add `ModifyEntry` method to `CatalogService`
feat(dataplex): Add `UnstructuredDataOptions` message
feat(dataplex): Add `Mode` enum in `DataProfileSpec` message
feat(dataplex): Add `CancelDataScanJob` method to `DataScanService`
feat(dataplex): Add `DataQualityRuleTemplate` message
docs: A comment for message `Aspect` is changed
docs: A comment for field `view` in message `.google.cloud.dataplex.v1.GetEntryRequest` is changed
docs: A comment for field `view` in message `.google.cloud.dataplex.v1.LookupEntryRequest` is changed
docs: A comment for field `resources` in message `.google.cloud.dataplex.v1.LookupContextRequest` is changed
docs: A comment for field `options` in message `.google.cloud.dataplex.v1.LookupContextRequest` is changed
docs: A comment for field `context` in message `.google.cloud.dataplex.v1.LookupContextResponse` is changed
docs: A comment for field `data_scan_id` in message `.google.cloud.dataplex.v1.CreateDataScanRequest` is changed
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: 920743950
2026-05-24 21:12:11 -07:00
Google APIs
19913519da feat: Allow Data Documentation DataScans to support BigQuery Dataset resources in addition to BigQuery table resources
docs: A comment for message `DataDocumentationResult` is changed
docs: A comment for field `table_result` in message `.google.cloud.dataplex.v1.DataDocumentationResult` is changed

PiperOrigin-RevId: 897564665
2026-04-10 02:03:10 -07:00
Google APIs
b9dd2373ed docs: Change Dataplex library from ALPHA to GA
PiperOrigin-RevId: 888014016
2026-03-23 04:12:59 -07:00
Google APIs
69ca7ae2e6 feat(dataplex): add DataProductService to manage data products and underlying data assets
feat(dataplex): add MetadataFeed to CatalogService for tracking metadata changes
feat(dataplex): add LookupContext to CatalogService for LLM-generated resource context
feat(dataplex): add support for attaching aspects to EntryLinks
feat(dataplex): add UpdateEntryLink and LookupEntryLinks methods to CatalogService
feat(dataplex): support OneTime triggers for DataScan operations
feat(dataplex): add debug query support to Data Quality rules
feat(dataplex): allow selective generation scope for Data Documentation scans
feat(dataplex): add SKIPPED state to DataScan catalog publishing status
docs(dataplex): remove deprecated metadata change warnings in Dataplex Catalog

The DataProductService provides APIs to curate and manage collections of data assets as data products, enabling more organized sharing and usage for specific business cases.

MetadataFeeds allow users to monitor metadata changes (CREATE, UPDATE, DELETE) within a specified scope (organization, project, or entry group) and publish them to Pub/Sub.

CatalogService now includes a LookupContext API to provide LLM-generated context for resources, and enhanced EntryLink management, including the ability to attach aspects.

DataScan operations now support a OneTime trigger for single-run scans, and Data Quality rules support DebugQueries to help investigate rule failures by returning diagnostic values.

fix(dataplex)!: remove deprecated Explore-related methods and messages from public client libraries

Breaking Changes:
- Removed ContentService and all associated methods (CreateContent, UpdateContent, DeleteContent, GetContent, ListContent, etc.) and request/response messages.
- Removed Environment and Session management methods from DataplexService (CreateEnvironment, UpdateEnvironment, DeleteEnvironment, ListEnvironments, GetEnvironment, ListSessions) and their associated messages.

PiperOrigin-RevId: 883306841
2026-03-13 13:15:29 -07:00
Google APIs
d90d23fa13 feat: upgrade protobuf from v25.7 to v31.0
PiperOrigin-RevId: 881595129
2026-03-10 13:26:56 -07:00
Google APIs
53f97391f3 feat(dataplex): Allow publishing Data Profile scan results to the Dataplex Catalog
feat(dataplex): Add GetIamPolicy method for DataProduct resources

docs(dataplex): Update documentation for Catalog SearchEntries filter options, including `parent_entry` and wildcard usage

PiperOrigin-RevId: 828293199
2025-11-04 22:17:37 -08:00
Google APIs
5ad924f17c 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
2025-10-23 01:09:12 -07:00
Google APIs
d4a9eb5869 docs: remove legacy internal lint directives
PiperOrigin-RevId: 810503708
2025-09-23 11:01:24 -07:00
Google APIs
b7e013ac0b chore: update preview/stable values for previously migrated libraries, and do not attempt to regenerate .OwlBot.yaml for libraries that already exist
PiperOrigin-RevId: 808815559
2025-09-18 18:10:09 -07:00
Google APIs
888ae95dd6 fix: upgrade gRPC service registration func
An update to Go gRPC Protobuf generation will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go service files. This change should affect very few client library users. See release notes advisories in https://github.com/googleapis/google-cloud-go/pull/11025.

PiperOrigin-RevId: 807444457
2025-09-15 17:15:55 -07:00
Google APIs
425c9e6e70 chore: create new top-level build rule to remove the post-processor
PiperOrigin-RevId: 806562104
2025-09-12 23:37:29 -07:00
Google APIs
9978d435df feat: A new service BusinessGlossaryService is added
feat: A new message `Glossary` is added
feat: A new resource_definition `dataplex.googleapis.com/Glossary` is added
feat: A new message `GlossaryCategory` is added
feat: A new resource_definition `dataplex.googleapis.com/GlossaryCategory` is added
feat: A new message `GlossaryTerm` is added
feat: A new resource_definition `dataplex.googleapis.com/GlossaryTerm` is added
feat: A new message `CreateGlossaryRequest` is added
feat: A new message `UpdateGlossaryRequest` is added
feat: A new message `DeleteGlossaryRequest` is added
feat: A new message `GetGlossaryRequest` is added
feat: A new message `ListGlossariesRequest` is added
feat: A new message `ListGlossariesResponse` is added
feat: A new message `CreateGlossaryCategoryRequest` is added
feat: A new message `UpdateGlossaryCategoryRequest` is added
feat: A new message `DeleteGlossaryCategoryRequest` is added
feat: A new message `GetGlossaryCategoryRequest` is added
feat: A new message `ListGlossaryCategoriesRequest` is added
feat: A new message `ListGlossaryCategoriesResponse` is added
feat: A new message `CreateGlossaryTermRequest` is added
feat: A new message `UpdateGlossaryTermRequest` is added
feat: A new message `DeleteGlossaryTermRequest` is added
feat: A new message `GetGlossaryTermRequest` is added
feat: A new message `ListGlossaryTermsRequest` is added
feat: A new message `ListGlossaryTermsResponse` is added
feat: A new method `CreateEntryLink` is added to service `CatalogService`
feat: A new method `DeleteEntryLink` is added to service `CatalogService`
feat: A new method `GetEntryLink` is added to service `CatalogService`
feat: A new field `entry_link` is added to message `.google.cloud.dataplex.v1.ImportItem`
feat: A new field `deleted_entry_links` is added to message `.google.cloud.dataplex.v1.MetadataJob`
feat: A new field `created_entry_links` is added to message `.google.cloud.dataplex.v1.MetadataJob`
feat: A new field `unchanged_entry_links` is added to message `.google.cloud.dataplex.v1.MetadataJob`
feat: A new field `glossaries` is added to message `.google.cloud.dataplex.v1.MetadataJob`
feat: A new field `entry_link_types` is added to message `.google.cloud.dataplex.v1.MetadataJob`
feat: A new field `referenced_entry_scopes` is added to message `.google.cloud.dataplex.v1.MetadataJob`
feat: A new message `EntryLink` is added
feat: A new resource_definition `dataplex.googleapis.com/EntryLink` is added
feat: A new message `CreateEntryLinkRequest` is added
feat: A new message `DeleteEntryLinkRequest` is added
feat: A new message `GetEntryLinkRequest` is added
feat: A new field `project` is added to message `.google.cloud.dataplex.v1.DataDiscoverySpec`
feat: A new field `catalog_publishing_enabled` is added to message `.google.cloud.dataplex.v1.DataQualitySpec`
feat: A new field `catalog_publishing_status` is added to message `.google.cloud.dataplex.v1.DataQualityResult`
feat: A new field `passed` is added to message `.google.cloud.dataplex.v1.DataQualityColumnResult`
feat: A new field `dimensions` is added to message `.google.cloud.dataplex.v1.DataQualityColumnResult`
feat: A new message `DataScanCatalogPublishingStatus` is added
feat: A new field `catalog_publishing_status` is added to message `.google.cloud.dataplex.v1.DataScanEvent`
docs: A comment for field `image_version` in message `.google.cloud.dataplex.v1.Environment` is changed
docs: A comment for service `CatalogService` is changed
docs: A comment for method `CreateMetadataJob` in service `CatalogService` is changed
docs: A comment for message `AspectType` is changed
docs: A comment for field `alternate_use_permission` in message `.google.cloud.dataplex.v1.AspectType` is changed
docs: A comment for field `type` in message `.google.cloud.dataplex.v1.AspectType` is changed
docs: A comment for field `alternate_use_permission` in message `.google.cloud.dataplex.v1.EntryType` is changed
docs: A comment for field `create_time` in message `.google.cloud.dataplex.v1.Entry` is changed
docs: A comment for field `update_time` in message `.google.cloud.dataplex.v1.Entry` is changed
docs: A comment for field `parent` in message `.google.cloud.dataplex.v1.CreateEntryGroupRequest` is changed
docs: A comment for message `DeleteEntryTypeRequest` is changed
docs: A comment for message `DeleteAspectTypeRequest` is changed
docs: A comment for field `name` in message `.google.cloud.dataplex.v1.SearchEntriesRequest` is changed
docs: A comment for field `query` in message `.google.cloud.dataplex.v1.SearchEntriesRequest` is changed
docs: A comment for field `order_by` in message `.google.cloud.dataplex.v1.SearchEntriesRequest` is changed
docs: A comment for field `update_mask` in message `.google.cloud.dataplex.v1.ImportItem` is changed
docs: A comment for field `aspect_keys` in message `.google.cloud.dataplex.v1.ImportItem` is changed
docs: A comment for enum value `FULL` in enum `SyncMode` is changed
docs: A comment for field `output_path` in message `.google.cloud.dataplex.v1.MetadataJob` is changed
docs: A comment for service `CmekService` is changed
docs: A comment for service `ContentService` is changed
docs: A comment for field `results_table` in message `.google.cloud.dataplex.v1.DataProfileSpec` is changed
docs: A comment for field `row_filter` in message `.google.cloud.dataplex.v1.DataProfileSpec` is changed
docs: A comment for field `min_length` in message `.google.cloud.dataplex.v1.DataProfileResult` is changed
docs: A comment for field `max_length` in message `.google.cloud.dataplex.v1.DataProfileResult` is changed
docs: A comment for field `average_length` in message `.google.cloud.dataplex.v1.DataProfileResult` is changed
docs: A comment for field `average` in message `.google.cloud.dataplex.v1.DataProfileResult` is changed
docs: A comment for field `standard_deviation` in message `.google.cloud.dataplex.v1.DataProfileResult` is changed
docs: A comment for field `min` in message `.google.cloud.dataplex.v1.DataProfileResult` is changed
docs: A comment for field `quartiles` in message `.google.cloud.dataplex.v1.DataProfileResult` is changed
docs: A comment for field `max` in message `.google.cloud.dataplex.v1.DataProfileResult` is changed
docs: A comment for field `average` in message `.google.cloud.dataplex.v1.DataProfileResult` is changed
docs: A comment for field `standard_deviation` in message `.google.cloud.dataplex.v1.DataProfileResult` is changed
docs: A comment for field `min` in message `.google.cloud.dataplex.v1.DataProfileResult` is changed
docs: A comment for field `quartiles` in message `.google.cloud.dataplex.v1.DataProfileResult` is changed
docs: A comment for field `max` in message `.google.cloud.dataplex.v1.DataProfileResult` is changed
docs: A comment for field `value` in message `.google.cloud.dataplex.v1.DataProfileResult` is changed
docs: A comment for field `count` in message `.google.cloud.dataplex.v1.DataProfileResult` is changed
docs: A comment for field `ratio` in message `.google.cloud.dataplex.v1.DataProfileResult` is changed
docs: A comment for field `null_ratio` in message `.google.cloud.dataplex.v1.DataProfileResult` is changed
docs: A comment for field `distinct_ratio` in message `.google.cloud.dataplex.v1.DataProfileResult` is changed
docs: A comment for field `top_n_values` in message `.google.cloud.dataplex.v1.DataProfileResult` is changed
docs: A comment for field `name` in message `.google.cloud.dataplex.v1.DataProfileResult` is changed
docs: A comment for field `type` in message `.google.cloud.dataplex.v1.DataProfileResult` is changed
docs: A comment for field `mode` in message `.google.cloud.dataplex.v1.DataProfileResult` is changed
docs: A comment for field `profile` in message `.google.cloud.dataplex.v1.DataProfileResult` is changed
docs: A comment for field `fields` in message `.google.cloud.dataplex.v1.DataProfileResult` is changed
docs: A comment for field `row_count` in message `.google.cloud.dataplex.v1.DataProfileResult` is changed
docs: A comment for field `profile` in message `.google.cloud.dataplex.v1.DataProfileResult` is changed
docs: A comment for field `scanned_data` in message `.google.cloud.dataplex.v1.DataProfileResult` is changed
docs: A comment for field `name` in message `.google.cloud.dataplex.v1.DataQualityDimension` is changed
docs: A comment for field `dimension` in message `.google.cloud.dataplex.v1.DataQualityRule` is changed
docs: A comment for field `parent` in message `.google.cloud.dataplex.v1.ListDataTaxonomiesRequest` is changed
docs: A comment for field `parent` in message `.google.cloud.dataplex.v1.CreateDataScanRequest` is changed
docs: A comment for field `name` in message `.google.cloud.dataplex.v1.DeleteDataScanRequest` is changed
docs: A comment for field `name` in message `.google.cloud.dataplex.v1.GetDataScanRequest` is changed
docs: A comment for field `parent` in message `.google.cloud.dataplex.v1.ListDataScansRequest` is changed
docs: A comment for field `name` in message `.google.cloud.dataplex.v1.RunDataScanRequest` is changed
docs: A comment for field `name` in message `.google.cloud.dataplex.v1.GetDataScanJobRequest` is changed
docs: A comment for field `parent` in message `.google.cloud.dataplex.v1.ListDataScanJobsRequest` is changed
docs: A comment for field `rule` in message `.google.cloud.dataplex.v1.GenerateDataQualityRulesResponse` is changed
docs: A comment for field `name` in message `.google.cloud.dataplex.v1.DataScan` is changed
docs: A comment for field `name` in message `.google.cloud.dataplex.v1.DataScanJob` is changed
docs: A comment for enum value `TASK_CONFIG` in enum `ExecutionTrigger` is changed
docs: A comment for enum value `CREATED` in enum `State` is changed
docs: A comment for field `user_managed` in message `.google.cloud.dataplex.v1.Schema` is changed
docs: A comment for field `entity` in message `.google.cloud.dataplex.v1.DataSource` is changed
docs: A comment for field `resource` in message `.google.cloud.dataplex.v1.DataSource` is changed
docs: A comment for field `field` in message `.google.cloud.dataplex.v1.ScannedData` is changed
docs: A comment for field `start` in message `.google.cloud.dataplex.v1.ScannedData` is changed
docs: A comment for field `end` in message `.google.cloud.dataplex.v1.ScannedData` is changed
docs: A comment for field `parent` in message `.google.cloud.dataplex.v1.CreateLakeRequest` is changed
docs: A comment for field `parent` in message `.google.cloud.dataplex.v1.ListLakesRequest` is changed
docs: A comment for enum value `ABORTED` in enum `State` is changed
docs: A comment for enum value `TASK_CONFIG` in enum `Trigger` is changed

PiperOrigin-RevId: 805560354
2025-09-10 16:27:55 -07:00
Google APIs
3d9726a6ed feat: A new field semantic_search is added to message.google.cloud.dataplex.v1.SearchEntriesRequest
PiperOrigin-RevId: 778817135
2025-07-03 02:35:35 -07:00
Google APIs
9f0a2fde55 docs: A comment for message MetadataJob is changed
docs: A comment for message `MetadataJob` is changed
docs: A comment for message `MetadataJob` is changed
docs: A comment for field `exported_entries` in message `.google.cloud.dataplex.v1.MetadataJob` is changed
docs: A comment for field `error_message` in message `.google.cloud.dataplex.v1.MetadataJob` is changed
docs: A comment for enum `SyncMode` is changed
docs: A comment for field `source_storage_uri` in message `.google.cloud.dataplex.v1.MetadataJob` is changed
docs: A comment for field `organization_level` in message `.google.cloud.dataplex.v1.MetadataJob` is changed
docs: A comment for field `projects` in message `.google.cloud.dataplex.v1.MetadataJob` is changed
docs: A comment for field `entry_groups` in message `.google.cloud.dataplex.v1.MetadataJob` is changed
docs: A comment for field `entry_types` in message `.google.cloud.dataplex.v1.MetadataJob` is changed
docs: A comment for field `aspect_types` in message `.google.cloud.dataplex.v1.MetadataJob` is changed
docs: A comment for field `scope` in message `.google.cloud.dataplex.v1.MetadataJob` is changed
docs: A comment for field `output_path` in message `.google.cloud.dataplex.v1.MetadataJob` is changed
docs: A comment for enum value `EXPORT` in enum `Type` is changed
docs: A comment for enum value `INTERNAL_ERROR` in enum `ErrorCode` is changed
docs: A comment for field `encryption_config_id` in message `.google.cloud.dataplex.v1.CreateEncryptionConfigRequest` is changed
docs: A comment for message `DataDiscoveryResult` is changed
docs: A comment for field `scan_statistics` in message `.google.cloud.dataplex.v1.DataDiscoveryResult` is changed

PiperOrigin-RevId: 756928247
2025-05-09 15:30:43 -07:00
Google APIs
164cb36f36 chore: remove cmek api
docs: minor changes

PiperOrigin-RevId: 747888572
2025-04-15 08:37:17 -07:00
Google APIs
f6a8c28758 feat: Add Data Discovery result statistics
---
feat: Removing internal visibility labels for cmek public preview

---
feat: A new message `ExportJobResult` is added
feat: A new message `ExportJobSpec` is added
feat: A new value `EXPORT` is added to enum `Type`
feat: A new field `export_spec` is added to message `.google.cloud.dataplex.v1.MetadataJob`
feat: A new field `export_result` is added to message `.google.cloud.dataplex.v1.MetadataJob`

---
docs: minor formatting changes
PiperOrigin-RevId: 746484746
2025-04-11 09:14:35 -07:00
Google APIs
f2b8c48977 feat: Add Data Discovery result statistics
feat: Add EntryLinkEvent for logs

PiperOrigin-RevId: 743067731
2025-04-02 03:55:28 -07:00
Google APIs
9ce039786e feat: Add support for REST transport
PiperOrigin-RevId: 740339316
2025-03-25 07:25:58 -07:00
Google APIs
2415cfc65c feat: Add custom BigQuery dataset location support in Auto Discovery
docs: update the Dataplex Catalog proto to remove the info about schema changes
feat: DataTaxonomyService is now deprecated

PiperOrigin-RevId: 735645981
2025-03-10 23:51:23 -07:00
Google APIs
f51eb45381 chore: update copyright year for auto-generated protos
PiperOrigin-RevId: 731512875
2025-02-26 17:22:20 -08:00
Google APIs
d705b69540 feat!: Update google-cloud-dataplex-v1 dependency to version 2.x
PiperOrigin-RevId: 725778756
2025-02-11 14:45:17 -08:00
Google APIs
8e62267f77 feat: Added value NONE to the SyncMode enum
docs: Modified various comments

PiperOrigin-RevId: 724120221
2025-02-06 16:43:26 -08:00
Google APIs
9e966149c5 feat: A new field force is added to message .google.cloud.dataplex.v1.DeleteDataScanRequest
docs: miscellaneous doc updates

PiperOrigin-RevId: 709139776
2024-12-23 13:33:20 -08:00
Google APIs
43e5337896 feat: update Go Datastore import path
feat: update Go Bigtable import path
feat: release MetadataJob APIs and related resources in GA
feat: expose create time in DataScanJobAPI
docs: correct API documentation
feat: release metadata export in private preview
feat: Add data_version field to AspectSource
docs: add info about schema changes for BigQuery metadata in Dataplex Catalog
docs: Add Identifier for `name` in message `.google.cloud.dataplex.v1.MetadataJob` per https://google.aip.dev/cloud/2510
docs: Add comment for field `type` in message `.google.cloud.dataplex.v1.MetadataJob` per https://linter.aip.dev/192/has-comments
docs: Add comment for field `status` in message `.google.cloud.dataplex.v1.MetadataJob` per https://linter.aip.dev/192/has-comments
docs: Add link to fully qualified names documentation
feat: add annotations in CreateMetadataJob, GetMetadataJob, ListMetaDataJobs and CancelMetadataJob for cloud audit logging
feat: Add new Data Discovery scan type in Datascan
docs: Scrub descriptions for standalone discovery scans
docs: correct the dimensions for data quality rules
feat: A new field `suspended` is added to DataScans
feat: expose create time to customers
feat: Add a TABLE_PUBLISHED field in DiscoveryEvent
feat: Add a TABLE_UPDATED field in DiscoveryEvent
feat: Add a TABLE_IGNORED field in DiscoveryEvent
feat: Add a TABLE_DELETED field in DiscoveryEvent
feat: Add a DATA_DISCOVERY enum type in DataScanEvent
feat: Add a DataDiscoveryAppliedConfigs message
docs: A comment for message `DataScanEvent` is changed
feat: Add an Issue field to DiscoveryEvent.ActionDetails to output the action message in Cloud Logs
feat: A new enum `TableType` is added
feat: A new message `TableDetails` is added
feat: A new field `datascan_id` is added to message `.google.cloud.dataplex.v1.DiscoveryEvent`
feat: A new field `table` is added to message `.google.cloud.dataplex.v1.DiscoveryEvent`
docs: Dataplex Tasks do not support Dataplex Content path as a direct input anymore

PiperOrigin-RevId: 696600248
2024-11-14 11:47:34 -08:00
Google APIs
0e33f86724 feat: expose data scan execution create time to customers
PiperOrigin-RevId: 647205054
2024-06-26 23:51:32 -07:00
Google APIs
05fb262bdd feat: exposing EntrySource.location field that contains location of a resource in the source system
---
docs: Scrub descriptions for GenerateDataQualityRules
PiperOrigin-RevId: 644032512
2024-06-17 09:20:43 -07:00
Google APIs
98f7593959 chore(php): update migration mode to mark DataPlex stable
PiperOrigin-RevId: 643378991
2024-06-14 10:04:32 -07:00
Google APIs
40a290b20d chore: deprecate SearchEntriesResult.snippets
chore: deprecate SearchEntriesResult.linked_resource
docs: clarify DataQualityRule.sql_assertion descriptions
docs: fix links to RuleType proto references

PiperOrigin-RevId: 642731390
2024-06-12 14:10:10 -07:00
Google APIs
3597f7db21 chore: update copyright year for auto-generated protos
PiperOrigin-RevId: 631538781
2024-05-07 13:56:05 -07:00
Google APIs
7ea9f2c995 feat: updated client libraries for Dataplex Catalog: removed deprecated fields, updated comments
fix!: An existing field `entry` is removed from message `.google.cloud.dataplex.v1.SearchEntriesResult`
fix!: An existing field `display_name` is removed from message `.google.cloud.dataplex.v1.SearchEntriesResult`
fix!: An existing field `entry_type` is removed from message `.google.cloud.dataplex.v1.SearchEntriesResult`
fix!: An existing field `modify_time` is removed from message `.google.cloud.dataplex.v1.SearchEntriesResult`
fix!: An existing field `fully_qualified_name` is removed from message `.google.cloud.dataplex.v1.SearchEntriesResult`
fix!: An existing field `description` is removed from message `.google.cloud.dataplex.v1.SearchEntriesResult`
fix!: An existing field `relative_resource` is removed from message `.google.cloud.dataplex.v1.SearchEntriesResult`
docs: A comment for field `aspects` in message `.google.cloud.dataplex.v1.Entry` is changed
docs: A comment for field `filter` in message `.google.cloud.dataplex.v1.ListEntriesRequest` is changed

PiperOrigin-RevId: 630090353
2024-05-02 09:39:16 -07:00
Google APIs
4fd0bc43dc feat: added client side library for the followings:
1. Unified Metastore APIs.
2. CRUD Metastore APIs (e.g. EntryGroup, AspectType, EntryType, Entry).

PiperOrigin-RevId: 617067899
2024-03-18 23:31:40 -07:00
Google APIs
27dcfb74db docs: fix typo in comment
PiperOrigin-RevId: 602965671
2024-01-31 00:51:19 -08:00
Google APIs
8f54b80bc8 chore: add import of field_behavior.proto
PiperOrigin-RevId: 599958398
2024-01-19 15:49:29 -08:00
Google APIs
667eaac011 feat: Support for universe_domain
PiperOrigin-RevId: 597849524
2024-01-12 08:40:29 -08:00
Google APIs
75c4411220 docs: Fix the comment for ignore_null field to clarify its applicability on data quality rules
---
docs:Added documentation of page_size default and maximum value for ListEntries and RetrieveAspects
PiperOrigin-RevId: 594334510
2023-12-28 16:38:14 -08:00
Google APIs
a9e8da6b44 feat: added enum value EventType.GOVERNANCE_RULE_PROCESSING
PiperOrigin-RevId: 591296928
2023-12-15 10:36:53 -08:00
Google APIs
2aa3b1d5a9 feat: add data quality score to DataQualityResult
PiperOrigin-RevId: 587100465
2023-12-01 13:22:19 -08:00
Google APIs
2f91fd52de feat: added DataQualityResult.score, dimension_score, column_score
feat: new event types GOVERNANCE_RULE_MATCHED_RESOURCES, GOVERNANCE_RULE_SEARCH_LIMIT_EXCEEDS, GOVERNANCE_RULE_ERRORS
chore: updated service and timeout settings

PiperOrigin-RevId: 583444130
2023-11-17 11:30:53 -08:00
Google APIs
418208c1d1 docs: updated comments for DataQualityResult.dimensions field
PiperOrigin-RevId: 579907849
2023-11-06 11:34:32 -08:00
Google APIs
ac76e17377 feat: DataQualityDimension is now part of the DataQualityDimensionResult message
feat: add relativeResourceName and linkedResourceName to search result

PiperOrigin-RevId: 577940009
2023-10-30 13:34:26 -07:00
Google APIs
38d8c5db3f feat: DataQualityDimension is now part of the DataQualityDimensionResult message
PiperOrigin-RevId: 571976684
2023-10-09 10:32:25 -07:00
Google APIs
4614a76988 chore: remove backend configuration from the service config
PiperOrigin-RevId: 568876818
2023-09-27 09:41:54 -07:00
Google APIs
c9293703d0 feat: additional HTTP bindings for IAM methods
PiperOrigin-RevId: 566725013
2023-09-19 13:24:16 -07:00
Google APIs
ff669075a1 fix: remove unused annotation in results_table
PiperOrigin-RevId: 553938801
2023-08-04 16:11:00 -07:00
Google APIs
eb16ce42d4 feat: new service DataTaxonomyService and related messages
feat: DataProfileSpec message with DataProfileScan related settings
feat: added TopNValue.ratio
feat: added DataQualitySpec.sampling_percent, row_filter
feat: added DataQualityRule.name, description
feat: added ListDataScanJobsRequest.filter to filter ListDataScanJob results
feat: added JobEvent.execution_trigger
feat: added DataScanEvent.data_profile_configs, data_quality_configs, post_scan_actions_result
feat: added RunTaskRequest.labels, args
feat: added Job.labels, trigger, execution_spec

PiperOrigin-RevId: 550722409
2023-07-24 17:41:46 -07:00
Google APIs
4221b78ecd chore(php): remove non-ads php_grpc_library targets
PiperOrigin-RevId: 536549230
2023-05-30 17:06:44 -07:00
Google APIs
d0da39a25e chore(bazel): remove all no-op go_test targets
PiperOrigin-RevId: 535010591
2023-05-24 15:55:02 -07:00
Google APIs
cbddac7303 feat: add new client surface to preview clients
chore: update the gapic generator to 1.7.4

PiperOrigin-RevId: 530731364
2023-05-09 15:36:20 -07:00
Google APIs
b7429bc412 feat: added new Dataplex APIs and new features for existing APIs (e.g. DataScans)
docs: updated comments for multiple Dataplex APIs

PiperOrigin-RevId: 528906555
2023-05-02 15:36:06 -07:00
Google APIs
57b675c153 chore: update go_gapic_assembly_pkg with snippets archive
PiperOrigin-RevId: 524917171
2023-04-17 12:24:09 -07:00