Skip to content

Commit b2155a5

Browse files
1 parent 253ff79 commit b2155a5

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/AnalyticsHub/GooglePubsubV1Subscription.php

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,9 @@ class GooglePubsubV1Subscription extends \Google\Collection
137137
/**
138138
* Optional. Input only. Immutable. Tag keys/values directly bound to this
139139
* resource. For example: "123/environment": "production", "123/costCenter":
140-
* "marketing"
140+
* "marketing" See
141+
* https://{$universe.dns_names.final_documentation_domain}/pubsub/docs/tags
142+
* for more information on using tags with Pub/Sub resources.
141143
*
142144
* @var string[]
143145
*/
@@ -482,7 +484,9 @@ public function getRetryPolicy()
482484
/**
483485
* Optional. Input only. Immutable. Tag keys/values directly bound to this
484486
* resource. For example: "123/environment": "production", "123/costCenter":
485-
* "marketing"
487+
* "marketing" See
488+
* https://{$universe.dns_names.final_documentation_domain}/pubsub/docs/tags
489+
* for more information on using tags with Pub/Sub resources.
486490
*
487491
* @param string[] $tags
488492
*/

0 commit comments

Comments
 (0)