@@ -825,7 +825,8 @@ class CreateSnapshotRequest
825825
826826 # Optional. Input only. Immutable. Tag keys/values directly bound to this
827827 # resource. For example: "123/environment": "production", "123/costCenter": "
828- # marketing"
828+ # marketing" See https://`$universe.dns_names.final_documentation_domain`/pubsub/
829+ # docs/tags for more information on using tags with Pub/Sub resources.
829830 # Corresponds to the JSON property `tags`
830831 # @return [Hash<String,String>]
831832 attr_accessor :tags
@@ -2134,9 +2135,10 @@ def update!(**args)
21342135 end
21352136 end
21362137
2137- # A subscription resource. If none of `push_config`, `bigquery_config`, or `
2138- # cloud_storage_config` is set, then the subscriber will pull and ack messages
2139- # using API methods. At most one of these fields may be set.
2138+ # A subscription resource. If none of `push_config`, `bigquery_config`, `
2139+ # cloud_storage_config`, or `bigtable_config` is set, then the subscriber will
2140+ # pull and ack messages using API methods. At most one of these fields may be
2141+ # set.
21402142 class Subscription
21412143 include Google ::Apis ::Core ::Hashable
21422144
@@ -2304,7 +2306,8 @@ class Subscription
23042306
23052307 # Optional. Input only. Immutable. Tag keys/values directly bound to this
23062308 # resource. For example: "123/environment": "production", "123/costCenter": "
2307- # marketing"
2309+ # marketing" See https://`$universe.dns_names.final_documentation_domain`/pubsub/
2310+ # docs/tags for more information on using tags with Pub/Sub resources.
23082311 # Corresponds to the JSON property `tags`
23092312 # @return [Hash<String,String>]
23102313 attr_accessor :tags
@@ -2506,7 +2509,8 @@ class Topic
25062509
25072510 # Optional. Input only. Immutable. Tag keys/values directly bound to this
25082511 # resource. For example: "123/environment": "production", "123/costCenter": "
2509- # marketing"
2512+ # marketing" See https://`$universe.dns_names.final_documentation_domain`/pubsub/
2513+ # docs/tags for more information on using tags with Pub/Sub resources.
25102514 # Corresponds to the JSON property `tags`
25112515 # @return [Hash<String,String>]
25122516 attr_accessor :tags
@@ -2585,9 +2589,10 @@ def update!(**args)
25852589 class UpdateSubscriptionRequest
25862590 include Google ::Apis ::Core ::Hashable
25872591
2588- # A subscription resource. If none of `push_config`, `bigquery_config`, or `
2589- # cloud_storage_config` is set, then the subscriber will pull and ack messages
2590- # using API methods. At most one of these fields may be set.
2592+ # A subscription resource. If none of `push_config`, `bigquery_config`, `
2593+ # cloud_storage_config`, or `bigtable_config` is set, then the subscriber will
2594+ # pull and ack messages using API methods. At most one of these fields may be
2595+ # set.
25912596 # Corresponds to the JSON property `subscription`
25922597 # @return [Google::Apis::PubsubV1::Subscription]
25932598 attr_accessor :subscription
0 commit comments