Google Cloud Error Reporting v1beta1 API - Class DeleteEventsRequest (3.0.0-beta06)

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.

Deletes all events in the project.

Inheritance

object > DeleteEventsRequest

Namespace

Google.Cloud.ErrorReporting.V1Beta1

Assembly

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