Class: Google::Apps::Events::Subscriptions::V1::NotificationEndpoint
- Inherits:
-
Object
- Object
- Google::Apps::Events::Subscriptions::V1::NotificationEndpoint
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/apps/events/subscriptions/v1/subscription_resource.rb
Overview
The endpoint where the subscription delivers events.
Instance Attribute Summary collapse
-
#pubsub_topic ⇒ ::String
Immutable.
Instance Attribute Details
#pubsub_topic ⇒ ::String
Returns Immutable. The Cloud Pub/Sub topic that receives events for the subscription.
Format: projects/{project}/topics/{topic}
You must create the topic in the same Google Cloud project where you create this subscription.
When the topic receives events, the events are encoded as Cloud Pub/Sub messages. For details, see the Google Cloud Pub/Sub Protocol Binding for CloudEvents.
216 217 218 219 |
# File 'proto_docs/google/apps/events/subscriptions/v1/subscription_resource.rb', line 216 class NotificationEndpoint include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |