public sealed class DeleteEventsRequest : IMessage<DeleteEventsRequest>, IEquatable<DeleteEventsRequest>, IDeepCloneable<DeleteEventsRequest>, IBufferMessage, IMessage
Required. The resource name of the Google Cloud Platform project. Written
as projects/{projectID}, where {projectID} is the
Google Cloud Platform project
ID.
[[["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."],[[["The `DeleteEventsRequest` class, part of the `Google.Cloud.ErrorReporting.V1Beta1` namespace, is designed to delete all error events within a specified Google Cloud project."],["It implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its compatibility with Google's Protocol Buffers and other .NET functionalities."],["The class includes constructors for creating new `DeleteEventsRequest` instances, either as a default instance or by cloning from an existing `DeleteEventsRequest` instance."],["It contains the `ProjectName` property, which is a required string representing the resource name of the Google Cloud Platform project in the format `projects/{projectID}`."],["It also includes the property `ProjectNameAsProjectName`, which is a typed view of the `ProjectName` resource name property."]]],[]]