public sealed class DeleteEventsRequest : IMessage<DeleteEventsRequest>, IEquatable<DeleteEventsRequest>, IDeepCloneable<DeleteEventsRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Error Reporting v1beta1 API class DeleteEventsRequest.
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."],[[["This documentation is for the `DeleteEventsRequest` class within the Google Cloud Error Reporting v1beta1 API, specifically version 3.0.0-beta04."],["The `DeleteEventsRequest` class is used to delete all events within a specified Google Cloud Platform project, inheriting from `object` and implementing multiple interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class has two constructors, one default and one that accepts another `DeleteEventsRequest` as a parameter, and it also implements `ProjectName` and `ProjectNameAsProjectName` properties."],["The `ProjectName` property is required and it should be written as `projects/{projectID}`, where `{projectID}` is the Google Cloud Platform project ID."],["The latest version available of this class is 3.0.0-beta05, with version 2.0.0-beta05 also listed as an older available version."]]],[]]