diff --git a/src/AnalyticsHub/GooglePubsubV1Subscription.php b/src/AnalyticsHub/GooglePubsubV1Subscription.php index ab3748f9a3..148617c48f 100644 --- a/src/AnalyticsHub/GooglePubsubV1Subscription.php +++ b/src/AnalyticsHub/GooglePubsubV1Subscription.php @@ -137,7 +137,9 @@ class GooglePubsubV1Subscription extends \Google\Collection /** * Optional. Input only. Immutable. Tag keys/values directly bound to this * resource. For example: "123/environment": "production", "123/costCenter": - * "marketing" + * "marketing" See + * https://{$universe.dns_names.final_documentation_domain}/pubsub/docs/tags + * for more information on using tags with Pub/Sub resources. * * @var string[] */ @@ -482,7 +484,9 @@ public function getRetryPolicy() /** * Optional. Input only. Immutable. Tag keys/values directly bound to this * resource. For example: "123/environment": "production", "123/costCenter": - * "marketing" + * "marketing" See + * https://{$universe.dns_names.final_documentation_domain}/pubsub/docs/tags + * for more information on using tags with Pub/Sub resources. * * @param string[] $tags */