From fd71e0f81dd6acdc21588161d6bcdefe18aa113f Mon Sep 17 00:00:00 2001 From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 12:19:17 -0800 Subject: [PATCH] docs: fix markdown reference in `TagTemplate.is_publicly_readable` comment (#7938) PiperOrigin-RevId: 707113206 Source-Link: https://github.com/googleapis/googleapis/commit/b82d9bc55c22ab930f09fa945df389b1f68e438a Source-Link: https://github.com/googleapis/googleapis-gen/commit/aec77627c3a157f161f311edaf17f839b62474ed Copy-Tag: eyJwIjoiRGF0YUNhdGFsb2cvLk93bEJvdC55YW1sIiwiaCI6ImFlYzc3NjI3YzNhMTU3ZjE2MWYzMTFlZGFmMTdmODM5YjYyNDc0ZWQifQ== --- DataCatalog/src/V1/TagTemplate.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/DataCatalog/src/V1/TagTemplate.php b/DataCatalog/src/V1/TagTemplate.php index 4134b50239e..e88746480ab 100644 --- a/DataCatalog/src/V1/TagTemplate.php +++ b/DataCatalog/src/V1/TagTemplate.php @@ -42,7 +42,7 @@ class TagTemplate extends \Google\Protobuf\Internal\Message /** * 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. * @@ -88,7 +88,7 @@ class TagTemplate extends \Google\Protobuf\Internal\Message * @type bool $is_publicly_readable * 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. * @type array|\Google\Protobuf\Internal\MapField $fields @@ -175,7 +175,7 @@ public function setDisplayName($var) /** * 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. * @@ -190,7 +190,7 @@ public function getIsPubliclyReadable() /** * 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. *