8000 docs: add tags documentation links to Pub/Sub resource tags fields · googleapis/googleapis@ff251e7 · GitHub
[go: up one dir, main page]

Skip to content

Commit ff251e7

Browse files
Google APIscopybara-github
authored andcommitted
docs: add tags documentation links to Pub/Sub resource tags fields
PiperOrigin-RevId: 845891076
1 parent 6e20492 commit ff251e7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

google/pubsub/v1/pubsub.proto

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -914,6 +914,8 @@ message Topic {
914914
// resource. For example:
915915
// "123/environment": "production",
916916
// "123/costCenter": "marketing"
917+
// See https://docs.cloud.google.com/pubsub/docs/tags for more information on
918+
// using tags with Pub/Sub resources.
917919
map<string, string> tags = 14 [
918920
(google.api.field_behavior) = INPUT_ONLY,
919921
(google.api.field_behavior) = IMMUTABLE,
@@ -1572,6 +1574,8 @@ message Subscription {
15721574
// resource. For example:
15731575
// "123/environment": "production",
15741576
// "123/costCenter": "marketing"
1577+
// See https://docs.cloud.google.com/pubsub/docs/tags for more information on
1578+
// using tags with Pub/Sub resources.
15751579
map<string, string> tags = 26 [
15761580
(google.api.field_behavior) = INPUT_ONLY,
15771581
(google.api.field_behavior) = IMMUTABLE,
@@ -2309,6 +2313,8 @@ message CreateSnapshotRequest {
23092313
// resource. For example:
23102314
// "123/environment": "production",
23112315
// "123/costCenter": "marketing"
2316+
// See https://docs.cloud.google.com/pubsub/docs/tags for more information on
2317+
// using tags with Pub/Sub resources.
23122318
map<string, string> tags = 4 [
23132319
(google.api.field_behavior) = INPUT_ONLY,
23142320
(google.api.field_behavior) = IMMUTABLE,

0 commit comments

Comments
 (0)
0