Output only. The name of the Pub/Sub subscription created and managed by
Eventarc as a transport for the event delivery. Format:
projects/{PROJECT_ID}/subscriptions/{SUBSCRIPTION_NAME}.
Optional. The name of the Pub/Sub topic created and managed by Eventarc as
a transport for the event delivery. Format:
projects/{PROJECT_ID}/topics/{TOPIC_NAME}.
You can set an existing topic for triggers of the type
google.cloud.pubsub.topic.v1.messagePublished. The topic you provide
here is not deleted by Eventarc at trigger deletion.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-12 UTC."],[[["This webpage provides reference documentation for the `Pubsub` class within the Google Cloud Eventarc v1 API for .NET."],["The `Pubsub` class represents a Pub/Sub transport mechanism used for event delivery and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of the API available for the `Pubsub` class is 2.6.0, and the page also shows 10 other previous versions of the API, going back to version 1.0.0."],["Key properties of the `Pubsub` class include `Subscription`, which is an output-only property indicating the managed subscription, and `Topic`, which is an optional property allowing users to define a Pub/Sub topic."],["The `Pubsub` class contains two constructors, a parameterless constructor and one that accepts another instance of the `Pubsub` class."]]],[]]