Class ProjectsResource.LocationsResource.DeleteEventsRequest
Deletes all error events of a given project.
Inheritance
ProjectsResource.LocationsResource.DeleteEventsRequest
Inherited Members
Namespace: Google.Apis.Clouderrorreporting.v1beta1
Assembly: Google.Apis.Clouderrorreporting.v1beta1.dll
Syntax
public class ProjectsResource.LocationsResource.DeleteEventsRequest : ClouderrorreportingBaseServiceRequest<DeleteEventsResponse>, IClientServiceRequest<DeleteEventsResponse>, IClientServiceRequest
Constructors
DeleteEventsRequest(IClientService, string)
Constructs a new DeleteEvents request.
Declaration
public DeleteEventsRequest(IClientService service, string projectName)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | projectName |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
ProjectName
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.
Declaration
[RequestParameter("projectName", RequestParameterType.Path)]
public virtual string ProjectName { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
InitParameters()
Initializes DeleteEvents parameter list.
Declaration
protected override void InitParameters()