Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions src/AnalyticsHub/GooglePubsubV1Subscription.php
Original file line number Diff line number Diff line change
Expand Up @@ -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[]
*/
Expand Down Expand Up @@ -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
*/
Expand Down
Loading