public sealed class DeleteEventsRequest : IMessage<DeleteEventsRequest>, IEquatable<DeleteEventsRequest>, IDeepCloneable<DeleteEventsRequest>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Error Reporting v1beta1 API class DeleteEventsRequest.
Deletes all events in the project.
Implements
IMessageDeleteEventsRequest, IEquatableDeleteEventsRequest, IDeepCloneableDeleteEventsRequest, IBufferMessage, IMessageNamespace
Google.Cloud.ErrorReporting.V1Beta1Assembly
Google.Cloud.ErrorReporting.V1Beta1.dll
Constructors
DeleteEventsRequest()
public DeleteEventsRequest()DeleteEventsRequest(DeleteEventsRequest)
public DeleteEventsRequest(DeleteEventsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
DeleteEventsRequest |
Properties
ProjectName
public string ProjectName { get; set; }Required. The resource name of the Google Cloud Platform project. Written
as projects/{projectID} or projects/{projectID}/locations/{location},
where {projectID} is the Google Cloud Platform project
ID and {location} is
a Cloud region.
Examples: projects/my-project-123,
projects/my-project-123/locations/global.
For a list of supported locations, see Supported
Regions. global is
the default when unspecified.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ProjectNameAsProjectName
public ProjectName ProjectNameAsProjectName { get; set; }ProjectName-typed view over the ProjectName resource name property.
| Property Value | |
|---|---|
| Type | Description |
ProjectName |
|