@@ -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