[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe latest version of the \u003ccode\u003ePublisher.PublisherBase\u003c/code\u003e class is \u003ccode\u003e2.0.0-beta07\u003c/code\u003e, which is part of the Eventarc Publishing v1 API.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003ePublisher.PublisherBase\u003c/code\u003e serves as the base class for server-side implementations of the Publisher and inherits from the \u003ccode\u003eobject\u003c/code\u003e class.\u003c/p\u003e\n"],["\u003cp\u003eThe class provides three primary methods for publishing events: \u003ccode\u003ePublish\u003c/code\u003e, \u003ccode\u003ePublishChannelConnectionEvents\u003c/code\u003e, and \u003ccode\u003ePublishEvents\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eEach of the main publishing methods accepts a request object and a \u003ccode\u003eServerCallContext\u003c/code\u003e, and each method returns a \u003ccode\u003eTask\u003c/code\u003e containing a response object.\u003c/p\u003e\n"],["\u003cp\u003eThis class belongs to the \u003ccode\u003eGoogle.Cloud.Eventarc.Publishing.V1\u003c/code\u003e namespace, found in the \u003ccode\u003eGoogle.Cloud.Eventarc.Publishing.V1.dll\u003c/code\u003e assembly.\u003c/p\u003e\n"]]],[],null,["# Eventarc Publishing v1 API - Class Publisher.PublisherBase (2.0.0-beta07)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.0-beta07 (latest)](/dotnet/docs/reference/Google.Cloud.Eventarc.Publishing.V1/latest/Google.Cloud.Eventarc.Publishing.V1.Publisher.PublisherBase)\n- [2.0.0-beta06](/dotnet/docs/reference/Google.Cloud.Eventarc.Publishing.V1/2.0.0-beta06/Google.Cloud.Eventarc.Publishing.V1.Publisher.PublisherBase)\n- [1.0.0-beta02](/dotnet/docs/reference/Google.Cloud.Eventarc.Publishing.V1/1.0.0-beta02/Google.Cloud.Eventarc.Publishing.V1.Publisher.PublisherBase) \n\n [BindServiceMethod(typeof(Publisher), \"BindService\")]\n public abstract class Publisher.PublisherBase\n\nReference documentation and code samples for the Eventarc Publishing v1 API class Publisher.PublisherBase.\n\nBase class for server-side implementations of Publisher \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e Publisher.PublisherBase \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.MemberwiseClone()](https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Eventarc.Publishing.V1](/dotnet/docs/reference/Google.Cloud.Eventarc.Publishing.V1/latest/Google.Cloud.Eventarc.Publishing.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.Eventarc.Publishing.V1.dll\n\nMethods\n-------\n\n### Publish(PublishRequest, ServerCallContext)\n\n public virtual Task\u003cPublishResponse\u003e Publish(PublishRequest request, ServerCallContext context)\n\nPublish events to a message bus.\n\n### PublishChannelConnectionEvents(PublishChannelConnectionEventsRequest, ServerCallContext)\n\n public virtual Task\u003cPublishChannelConnectionEventsResponse\u003e PublishChannelConnectionEvents(PublishChannelConnectionEventsRequest request, ServerCallContext context)\n\nPublish events to a ChannelConnection in a partner's project.\n\n### PublishEvents(PublishEventsRequest, ServerCallContext)\n\n public virtual Task\u003cPublishEventsResponse\u003e PublishEvents(PublishEventsRequest request, ServerCallContext context)\n\nPublish events to a subscriber's channel."]]