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. *