From 8c0fdf1f233f2208e959b9a0e2613426fba4db25 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 17 Dec 2024 19:10:32 +0000 Subject: [PATCH] docs: fix markdown reference in `TagTemplate.is_publicly_readable` comment PiperOrigin-RevId: 707113206 Source-Link: https://github.com/googleapis/googleapis/commit/b82d9bc55c22ab930f09fa945df389b1f68e438a Source-Link: https://github.com/googleapis/googleapis-gen/commit/aec77627c3a157f161f311edaf17f839b62474ed Copy-Tag: eyJwIjoiYXBpcy9Hb29nbGUuQ2xvdWQuRGF0YUNhdGFsb2cuVjEvLk93bEJvdC55YW1sIiwiaCI6ImFlYzc3NjI3YzNhMTU3ZjE2MWYzMTFlZGFmMTdmODM5YjYyNDc0ZWQifQ== --- .../Google.Cloud.DataCatalog.V1/Tags.g.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apis/Google.Cloud.DataCatalog.V1/Google.Cloud.DataCatalog.V1/Tags.g.cs b/apis/Google.Cloud.DataCatalog.V1/Google.Cloud.DataCatalog.V1/Tags.g.cs index 3fba7c2abbde..9cb3b4e63a21 100644 --- a/apis/Google.Cloud.DataCatalog.V1/Google.Cloud.DataCatalog.V1/Tags.g.cs +++ b/apis/Google.Cloud.DataCatalog.V1/Google.Cloud.DataCatalog.V1/Tags.g.cs @@ -1469,7 +1469,7 @@ public string DisplayName { /// /// Indicates whether tags created with this template are public. Public tags /// do not require tag template access to appear in - /// [ListTags][google.cloud.datacatalog.v1.ListTags] API response. + /// [ListTags][google.cloud.datacatalog.v1.DataCatalog.ListTags] API response. /// /// Additionally, you can search for a public tag by value with a /// simple search query in addition to using a ``tag:`` predicate.