Show / Hide Table of Contents

Class AlertsResource.BatchUndeleteRequest

Performs batch undelete operation on alerts.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<BatchUndeleteAlertsResponse>
AlertCenterBaseServiceRequest<BatchUndeleteAlertsResponse>
AlertsResource.BatchUndeleteRequest
Implements
IClientServiceRequest<BatchUndeleteAlertsResponse>
IClientServiceRequest
Inherited Members
AlertCenterBaseServiceRequest<BatchUndeleteAlertsResponse>.Xgafv
AlertCenterBaseServiceRequest<BatchUndeleteAlertsResponse>.AccessToken
AlertCenterBaseServiceRequest<BatchUndeleteAlertsResponse>.Alt
AlertCenterBaseServiceRequest<BatchUndeleteAlertsResponse>.Callback
AlertCenterBaseServiceRequest<BatchUndeleteAlertsResponse>.Fields
AlertCenterBaseServiceRequest<BatchUndeleteAlertsResponse>.Key
AlertCenterBaseServiceRequest<BatchUndeleteAlertsResponse>.OauthToken
AlertCenterBaseServiceRequest<BatchUndeleteAlertsResponse>.PrettyPrint
AlertCenterBaseServiceRequest<BatchUndeleteAlertsResponse>.QuotaUser
AlertCenterBaseServiceRequest<BatchUndeleteAlertsResponse>.UploadType
AlertCenterBaseServiceRequest<BatchUndeleteAlertsResponse>.UploadProtocol
ClientServiceRequest<BatchUndeleteAlertsResponse>.Execute()
ClientServiceRequest<BatchUndeleteAlertsResponse>.ExecuteAsStream()
ClientServiceRequest<BatchUndeleteAlertsResponse>.ExecuteAsync()
ClientServiceRequest<BatchUndeleteAlertsResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<BatchUndeleteAlertsResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<BatchUndeleteAlertsResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<BatchUndeleteAlertsResponse>.CreateRequest(bool?)
ClientServiceRequest<BatchUndeleteAlertsResponse>.GenerateRequestUri()
ClientServiceRequest<BatchUndeleteAlertsResponse>.GetDefaultETagAction(string)
ClientServiceRequest<BatchUndeleteAlertsResponse>.ETagAction
ClientServiceRequest<BatchUndeleteAlertsResponse>.ModifyRequest
ClientServiceRequest<BatchUndeleteAlertsResponse>.ValidateParameters
ClientServiceRequest<BatchUndeleteAlertsResponse>.ApiVersion
ClientServiceRequest<BatchUndeleteAlertsResponse>.RequestParameters
ClientServiceRequest<BatchUndeleteAlertsResponse>.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.AlertCenter.v1beta1
Assembly: Google.Apis.AlertCenter.v1beta1.dll
Syntax
public class AlertsResource.BatchUndeleteRequest : AlertCenterBaseServiceRequest<BatchUndeleteAlertsResponse>, IClientServiceRequest<BatchUndeleteAlertsResponse>, IClientServiceRequest

Constructors

BatchUndeleteRequest(IClientService, BatchUndeleteAlertsRequest)

Constructs a new BatchUndelete request.

Declaration
public BatchUndeleteRequest(IClientService service, BatchUndeleteAlertsRequest body)
Parameters
Type Name Description
IClientService service
BatchUndeleteAlertsRequest body

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

RestPath

Gets the REST path.

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

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
object
Overrides
ClientServiceRequest<BatchUndeleteAlertsResponse>.GetBody()

InitParameters()

Initializes BatchUndelete parameter list.

Declaration
protected override void InitParameters()
Overrides
AlertCenterBaseServiceRequest<BatchUndeleteAlertsResponse>.InitParameters()

Implements

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