Show / Hide Table of Contents

Class ProjectsResource.DeleteEventsRequest

Deletes all error events of a given project.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<DeleteEventsResponse>
ClouderrorreportingBaseServiceRequest<DeleteEventsResponse>
ProjectsResource.DeleteEventsRequest
Implements
IClientServiceRequest<DeleteEventsResponse>
IClientServiceRequest
Inherited Members
ClouderrorreportingBaseServiceRequest<DeleteEventsResponse>.Xgafv
ClouderrorreportingBaseServiceRequest<DeleteEventsResponse>.AccessToken
ClouderrorreportingBaseServiceRequest<DeleteEventsResponse>.Alt
ClouderrorreportingBaseServiceRequest<DeleteEventsResponse>.Callback
ClouderrorreportingBaseServiceRequest<DeleteEventsResponse>.Fields
ClouderrorreportingBaseServiceRequest<DeleteEventsResponse>.Key
ClouderrorreportingBaseServiceRequest<DeleteEventsResponse>.OauthToken
ClouderrorreportingBaseServiceRequest<DeleteEventsResponse>.PrettyPrint
ClouderrorreportingBaseServiceRequest<DeleteEventsResponse>.QuotaUser
ClouderrorreportingBaseServiceRequest<DeleteEventsResponse>.UploadType
ClouderrorreportingBaseServiceRequest<DeleteEventsResponse>.UploadProtocol
ClientServiceRequest<DeleteEventsResponse>.Execute()
ClientServiceRequest<DeleteEventsResponse>.ExecuteAsStream()
ClientServiceRequest<DeleteEventsResponse>.ExecuteAsync()
ClientServiceRequest<DeleteEventsResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<DeleteEventsResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<DeleteEventsResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<DeleteEventsResponse>.CreateRequest(bool?)
ClientServiceRequest<DeleteEventsResponse>.GenerateRequestUri()
ClientServiceRequest<DeleteEventsResponse>.GetBody()
ClientServiceRequest<DeleteEventsResponse>.GetDefaultETagAction(string)
ClientServiceRequest<DeleteEventsResponse>.ETagAction
ClientServiceRequest<DeleteEventsResponse>.ModifyRequest
ClientServiceRequest<DeleteEventsResponse>.ValidateParameters
ClientServiceRequest<DeleteEventsResponse>.ApiVersion
ClientServiceRequest<DeleteEventsResponse>.RequestParameters
ClientServiceRequest<DeleteEventsResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Clouderrorreporting.v1beta1
Assembly: Google.Apis.Clouderrorreporting.v1beta1.dll
Syntax
public class ProjectsResource.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
ClientServiceRequest<DeleteEventsResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<DeleteEventsResponse>.MethodName

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
ClientServiceRequest<DeleteEventsResponse>.RestPath

Methods

InitParameters()

Initializes DeleteEvents parameter list.

Declaration
protected override void InitParameters()
Overrides
ClouderrorreportingBaseServiceRequest<DeleteEventsResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX