Skip to content

Commit 84bf355

Browse files
docs: add tags documentation links to Pub/Sub resource tags fields
PiperOrigin-RevId: 845891076 Source-Link: googleapis/googleapis@ff251e7 Source-Link: googleapis/googleapis-gen@639aa15 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNjM5YWExNWJhYzFhZDlkNzIxMzFjNDg3ZmI5ZDU5MmJiZWVhYzY5MiJ9
1 parent ca94b0c commit 84bf355

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

owl-bot-staging/v1/protos/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,

owl-bot-staging/v1/src/v1/publisher_client.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -429,6 +429,8 @@ export class PublisherClient {
429429
* resource. For example:
430430
* "123/environment": "production",
431431
* "123/costCenter": "marketing"
432+
* See https://docs.cloud.google.com/pubsub/docs/tags for more information on
433+
* using tags with Pub/Sub resources.
432434
* @param {object} [options]
433435
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
434436
* @returns {Promise} - The promise which resolves to an array.

owl-bot-staging/v1/src/v1/subscriber_client.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -521,6 +521,8 @@ export class SubscriberClient {
521521
* resource. For example:
522522
* "123/environment": "production",
523523
* "123/costCenter": "marketing"
524+
* See https://docs.cloud.google.com/pubsub/docs/tags for more information on
525+
* using tags with Pub/Sub resources.
524526
* @param {object} [options]
525527
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
526528
* @returns {Promise} - The promise which resolves to an array.
@@ -1457,6 +1459,8 @@ export class SubscriberClient {
14571459
* resource. For example:
14581460
* "123/environment": "production",
14591461
* "123/costCenter": "marketing"
1462+
* See https://docs.cloud.google.com/pubsub/docs/tags for more information on
1463+
* using tags with Pub/Sub resources.
14601464
* @param {object} [options]
14611465
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
14621466
* @returns {Promise} - The promise which resolves to an array.

0 commit comments

Comments
 (0)