public CallSettings PublishChannelConnectionEventsSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
PublisherClient.PublishChannelConnectionEvents and
PublisherClient.PublishChannelConnectionEventsAsync.
[[["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\u003eThis documentation details the \u003ccode\u003ePublisherSettings\u003c/code\u003e class within the Google Cloud Eventarc Publishing v1 API, providing configuration options for \u003ccode\u003ePublisherClient\u003c/code\u003e instances.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ePublisherSettings\u003c/code\u003e class inherits from \u003ccode\u003eServiceSettingsBase\u003c/code\u003e and offers customizable settings for various publishing operations, such as \u003ccode\u003ePublish\u003c/code\u003e, \u003ccode\u003ePublishEvents\u003c/code\u003e, and \u003ccode\u003ePublishChannelConnectionEvents\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class allows the setting of CallSettings for synchronous and asynchronous calls, including properties like \u003ccode\u003ePublishChannelConnectionEventsSettings\u003c/code\u003e, \u003ccode\u003ePublishEventsSettings\u003c/code\u003e, and \u003ccode\u003ePublishSettings\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eDefault settings can be retrieved using \u003ccode\u003eGetDefault()\u003c/code\u003e, and instances can be duplicated with the \u003ccode\u003eClone()\u003c/code\u003e method for creating copies with the same configuration.\u003c/p\u003e\n"]]],[],null,["# Eventarc Publishing v1 API - Class PublisherSettings (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.PublisherSettings)\n- [2.0.0-beta06](/dotnet/docs/reference/Google.Cloud.Eventarc.Publishing.V1/2.0.0-beta06/Google.Cloud.Eventarc.Publishing.V1.PublisherSettings)\n- [1.0.0-beta02](/dotnet/docs/reference/Google.Cloud.Eventarc.Publishing.V1/1.0.0-beta02/Google.Cloud.Eventarc.Publishing.V1.PublisherSettings) \n\n public sealed class PublisherSettings : ServiceSettingsBase\n\nReference documentation and code samples for the Eventarc Publishing v1 API class PublisherSettings.\n\nSettings for [PublisherClient](/dotnet/docs/reference/Google.Cloud.Eventarc.Publishing.V1/latest/Google.Cloud.Eventarc.Publishing.V1.PublisherClient) instances. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e [ServiceSettingsBase](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.ServiceSettingsBase.html) \\\u003e PublisherSettings \n\nInherited Members\n-----------------\n\n[ServiceSettingsBase.VersionHeaderBuilder](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.ServiceSettingsBase.html#Google_Api_Gax_Grpc_ServiceSettingsBase_VersionHeaderBuilder) \n[ServiceSettingsBase.CallSettings](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.ServiceSettingsBase.html#Google_Api_Gax_Grpc_ServiceSettingsBase_CallSettings) \n[ServiceSettingsBase.Clock](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.ServiceSettingsBase.html#Google_Api_Gax_Grpc_ServiceSettingsBase_Clock) \n[ServiceSettingsBase.Scheduler](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.ServiceSettingsBase.html#Google_Api_Gax_Grpc_ServiceSettingsBase_Scheduler) \n[ServiceSettingsBase.Interceptor](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.ServiceSettingsBase.html#Google_Api_Gax_Grpc_ServiceSettingsBase_Interceptor) \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.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\nConstructors\n------------\n\n### PublisherSettings()\n\n public PublisherSettings()\n\nConstructs a new [PublisherSettings](/dotnet/docs/reference/Google.Cloud.Eventarc.Publishing.V1/latest/Google.Cloud.Eventarc.Publishing.V1.PublisherSettings) object with default settings.\n\nProperties\n----------\n\n### PublishChannelConnectionEventsSettings\n\n public CallSettings PublishChannelConnectionEventsSettings { get; set; }\n\n[CallSettings](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.CallSettings.html) for synchronous and asynchronous calls to\n`PublisherClient.PublishChannelConnectionEvents` and\n`PublisherClient.PublishChannelConnectionEventsAsync`.\n\n**Remarks** \n- This call will not be retried.\n- Timeout: 60 seconds.\n\n### PublishEventsSettings\n\n public CallSettings PublishEventsSettings { get; set; }\n\n[CallSettings](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.CallSettings.html) for synchronous and asynchronous calls to\n`PublisherClient.PublishEvents` and `PublisherClient.PublishEventsAsync`.\n\n**Remarks** \n- This call will not be retried.\n- No timeout is applied.\n\n### PublishSettings\n\n public CallSettings PublishSettings { get; set; }\n\n[CallSettings](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.CallSettings.html) for synchronous and asynchronous calls to `PublisherClient.Publish`\nand `PublisherClient.PublishAsync`.\n\n**Remarks** \n- This call will not be retried.\n- Timeout: 60 seconds.\n\nMethods\n-------\n\n### Clone()\n\n public PublisherSettings Clone()\n\nCreates a deep clone of this object, with all the same property values.\n\n### GetDefault()\n\n public static PublisherSettings GetDefault()\n\nGet a new instance of the default [PublisherSettings](/dotnet/docs/reference/Google.Cloud.Eventarc.Publishing.V1/latest/Google.Cloud.Eventarc.Publishing.V1.PublisherSettings)."]]