Skip to content

Commit 16ba774

Browse files
authored
Release Google.Cloud.DataCatalog.V1 version 2.16.0 (#14645)
Changes in this release: ### New features - Add field `template_migration_enabled_time` to `.google.cloud.datacatalog.v1.MigrationConfig` ([commit 73c0722](https://togithub.com/googleapis/google-cloud-dotnet/commit/73c0722ef48ffe5c3ed668a1176ee153abfd98c7)) ### Documentation improvements - A comment for field `sql_resource` in message `.google.cloud.datacatalog.v1.LookupEntryRequest` is changed ([commit cb21a9f](https://togithub.com/googleapis/google-cloud-dotnet/commit/cb21a9f0d4751fa0d03f3b2f1020a0b900b56fb7))
1 parent bd0cddb commit 16ba774

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

apis/Google.Cloud.DataCatalog.V1/Google.Cloud.DataCatalog.V1/Google.Cloud.DataCatalog.V1.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project Sdk="Microsoft.NET.Sdk">
33
<PropertyGroup>
4-
<Version>2.15.0</Version>
4+
<Version>2.16.0</Version>
55
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
66
<GenerateDocumentationFile>true</GenerateDocumentationFile>
77
<Description>Recommended Google client library to access the Data Catalog API. Data Catalog is a fully managed and highly scalable data discovery and metadata management service.</Description>

apis/Google.Cloud.DataCatalog.V1/docs/history.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Version history
22

3+
## Version 2.16.0, released 2025-04-23
4+
5+
### New features
6+
7+
- Add field `template_migration_enabled_time` to `.google.cloud.datacatalog.v1.MigrationConfig` ([commit 73c0722](https://github.com/googleapis/google-cloud-dotnet/commit/73c0722ef48ffe5c3ed668a1176ee153abfd98c7))
8+
9+
### Documentation improvements
10+
11+
- A comment for field `sql_resource` in message `.google.cloud.datacatalog.v1.LookupEntryRequest` is changed ([commit cb21a9f](https://github.com/googleapis/google-cloud-dotnet/commit/cb21a9f0d4751fa0d03f3b2f1020a0b900b56fb7))
12+
313
## Version 2.15.0, released 2025-03-17
414

515
### New features

generator-input/apis.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1780,7 +1780,7 @@
17801780
"protoPath": "google/cloud/datacatalog/v1",
17811781
"productName": "Data Catalog",
17821782
"productUrl": "https://cloud.google.com/data-catalog/docs",
1783-
"version": "2.15.0",
1783+
"version": "2.16.0",
17841784
"type": "grpc",
17851785
"description": "Recommended Google client library to access the Data Catalog API. Data Catalog is a fully managed and highly scalable data discovery and metadata management service.",
17861786
"tags": [

0 commit comments

Comments
 (0)