Skip to content
Open
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,8 @@ def logger
# resource. For example:
# "123/environment": "production",
# "123/costCenter": "marketing"
# See https://docs.cloud.google.com/pubsub/docs/tags for more information on
# using tags with Pub/Sub resources.
#
# @yield [response, operation] Access the result along with the RPC operation
# @yieldparam response [::Google::Cloud::PubSub::V1::Subscription]
Expand Down Expand Up @@ -1586,6 +1588,8 @@ def list_snapshots request, options = nil
# resource. For example:
# "123/environment": "production",
# "123/costCenter": "marketing"
# See https://docs.cloud.google.com/pubsub/docs/tags for more information on
# using tags with Pub/Sub resources.
#
# @yield [response, operation] Access the result along with the RPC operation
# @yieldparam response [::Google::Cloud::PubSub::V1::Snapshot]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,8 @@ def logger
# resource. For example:
# "123/environment": "production",
# "123/costCenter": "marketing"
# See https://docs.cloud.google.com/pubsub/docs/tags for more information on
# using tags with Pub/Sub resources.
#
# @yield [response, operation] Access the result along with the RPC operation
# @yieldparam response [::Google::Cloud::PubSub::V1::Topic]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -830,6 +830,8 @@ class MessageTransform
# resource. For example:
# "123/environment": "production",
# "123/costCenter": "marketing"
# See https://docs.cloud.google.com/pubsub/docs/tags for more information on
# using tags with Pub/Sub resources.
class Topic
include ::Google::Protobuf::MessageExts
extend ::Google::Protobuf::MessageExts::ClassMethods
Expand Down Expand Up @@ -1249,6 +1251,8 @@ class DetachSubscriptionResponse
# resource. For example:
# "123/environment": "production",
# "123/costCenter": "marketing"
# See https://docs.cloud.google.com/pubsub/docs/tags for more information on
# using tags with Pub/Sub resources.
class Subscription
include ::Google::Protobuf::MessageExts
extend ::Google::Protobuf::MessageExts::ClassMethods
Expand Down Expand Up @@ -2044,6 +2048,8 @@ class SubscriptionProperties
# resource. For example:
# "123/environment": "production",
# "123/costCenter": "marketing"
# See https://docs.cloud.google.com/pubsub/docs/tags for more information on
# using tags with Pub/Sub resources.
class CreateSnapshotRequest
include ::Google::Protobuf::MessageExts
extend ::Google::Protobuf::MessageExts::ClassMethods
Expand Down