Where to send error reports to. Will ultimately represent a Google Project or Organization.
May be set by setting ProjectId.
May be null if running on Google Cloud in which case the
Google Cloud Platform project ID will be detected from the platform
and used to build the event target.
The Google Cloud Project ID to store the logs in.
May be null if running on Google Cloud, in which case, and if EventTarget is
also null the project ID will be detected from the platform
and used to build the log target.
This is an alternate way to set EventTarget for Project.
[[["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-03-21 UTC."],[[["This documentation details the `ErrorReportingServiceOptions` class within the `Google.Cloud.Diagnostics.Common` namespace, used for configuring Google Cloud Error Reporting in .NET applications."],["The class inherits from `System.Object` and includes properties like `Client`, `EventTarget`, `Options`, `ProjectId`, `ServiceName`, and `Version` to customize error reporting."],["The `EventTarget` and `ProjectId` properties define where error reports are sent and can be automatically detected when running on Google Cloud if not explicitly set."],["Several versions of the `Google.Cloud.Diagnostics.Common` package are available, with version 5.2.0 being the latest and version 5.1.0 being the currently viewed version."],["The `Client` property allows for specifying a `LoggingServiceV2Client` to handle log entries, enabling integration with Google Cloud Logging."]]],[]]