Show / Hide Table of Contents

Class AccountsResource.AlertsResource.ListRequest

Lists all the alerts available in an account.

Inheritance
System.Object
ClientServiceRequest
ClientServiceRequest<ListAlertsResponse>
AdsenseBaseServiceRequest<ListAlertsResponse>
AccountsResource.AlertsResource.ListRequest
Implements
IClientServiceRequest<ListAlertsResponse>
IClientServiceRequest
Inherited Members
AdsenseBaseServiceRequest<ListAlertsResponse>.Xgafv
AdsenseBaseServiceRequest<ListAlertsResponse>.AccessToken
AdsenseBaseServiceRequest<ListAlertsResponse>.Alt
AdsenseBaseServiceRequest<ListAlertsResponse>.Callback
AdsenseBaseServiceRequest<ListAlertsResponse>.Fields
AdsenseBaseServiceRequest<ListAlertsResponse>.Key
AdsenseBaseServiceRequest<ListAlertsResponse>.OauthToken
AdsenseBaseServiceRequest<ListAlertsResponse>.PrettyPrint
AdsenseBaseServiceRequest<ListAlertsResponse>.QuotaUser
AdsenseBaseServiceRequest<ListAlertsResponse>.UploadType
AdsenseBaseServiceRequest<ListAlertsResponse>.UploadProtocol
ClientServiceRequest<ListAlertsResponse>.Execute()
ClientServiceRequest<ListAlertsResponse>.ExecuteAsStream()
ClientServiceRequest<ListAlertsResponse>.ExecuteAsync()
ClientServiceRequest<ListAlertsResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<ListAlertsResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<ListAlertsResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<ListAlertsResponse>.CreateRequest(Nullable<Boolean>)
ClientServiceRequest<ListAlertsResponse>.GenerateRequestUri()
ClientServiceRequest<ListAlertsResponse>.GetBody()
ClientServiceRequest<ListAlertsResponse>.GetDefaultETagAction(String)
ClientServiceRequest<ListAlertsResponse>.ETagAction
ClientServiceRequest<ListAlertsResponse>.ModifyRequest
ClientServiceRequest<ListAlertsResponse>.ValidateParameters
ClientServiceRequest<ListAlertsResponse>.RequestParameters
ClientServiceRequest<ListAlertsResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Adsense.v2
Assembly: Google.Apis.Adsense.v2.dll
Syntax
public class ListRequest : AdsenseBaseServiceRequest<ListAlertsResponse>, IClientServiceRequest<ListAlertsResponse>, IClientServiceRequest

Constructors

ListRequest(IClientService, String)

Constructs a new List request.

Declaration
public ListRequest(IClientService service, string parent)
Parameters
Type Name Description
IClientService service
System.String parent

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Adsense.v2.Data.ListAlertsResponse>.HttpMethod

LanguageCode

The language to use for translating alert messages. If unspecified, this defaults to the user's display language. If the given language is not supported, alerts will be returned in English. The language is specified as an IETF BCP-47 language code.

Declaration
[RequestParameter("languageCode", RequestParameterType.Query)]
public virtual string LanguageCode { get; set; }
Property Value
Type Description
System.String

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Adsense.v2.Data.ListAlertsResponse>.MethodName

Parent

Required. The account which owns the collection of alerts. Format: accounts/{account}

Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
Property Value
Type Description
System.String

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Adsense.v2.Data.ListAlertsResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
Google.Apis.Adsense.v2.AdsenseBaseServiceRequest<Google.Apis.Adsense.v2.Data.ListAlertsResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In This Article
Back to top