Show / Hide Table of Contents

Class PropertiesResource.ConversionEventsResource.ListRequest

Deprecated: Use ListKeyEvents instead. Returns a list of conversion events in the specified parent property. Returns an empty list if no conversion events are found.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleAnalyticsAdminV1betaListConversionEventsResponse>
GoogleAnalyticsAdminBaseServiceRequest<GoogleAnalyticsAdminV1betaListConversionEventsResponse>
PropertiesResource.ConversionEventsResource.ListRequest
Implements
IClientServiceRequest<GoogleAnalyticsAdminV1betaListConversionEventsResponse>
IClientServiceRequest
Inherited Members
GoogleAnalyticsAdminBaseServiceRequest<GoogleAnalyticsAdminV1betaListConversionEventsResponse>.Xgafv
GoogleAnalyticsAdminBaseServiceRequest<GoogleAnalyticsAdminV1betaListConversionEventsResponse>.AccessToken
GoogleAnalyticsAdminBaseServiceRequest<GoogleAnalyticsAdminV1betaListConversionEventsResponse>.Alt
GoogleAnalyticsAdminBaseServiceRequest<GoogleAnalyticsAdminV1betaListConversionEventsResponse>.Callback
GoogleAnalyticsAdminBaseServiceRequest<GoogleAnalyticsAdminV1betaListConversionEventsResponse>.Fields
GoogleAnalyticsAdminBaseServiceRequest<GoogleAnalyticsAdminV1betaListConversionEventsResponse>.Key
GoogleAnalyticsAdminBaseServiceRequest<GoogleAnalyticsAdminV1betaListConversionEventsResponse>.OauthToken
GoogleAnalyticsAdminBaseServiceRequest<GoogleAnalyticsAdminV1betaListConversionEventsResponse>.PrettyPrint
GoogleAnalyticsAdminBaseServiceRequest<GoogleAnalyticsAdminV1betaListConversionEventsResponse>.QuotaUser
GoogleAnalyticsAdminBaseServiceRequest<GoogleAnalyticsAdminV1betaListConversionEventsResponse>.UploadType
GoogleAnalyticsAdminBaseServiceRequest<GoogleAnalyticsAdminV1betaListConversionEventsResponse>.UploadProtocol
ClientServiceRequest<GoogleAnalyticsAdminV1betaListConversionEventsResponse>.Execute()
ClientServiceRequest<GoogleAnalyticsAdminV1betaListConversionEventsResponse>.ExecuteAsStream()
ClientServiceRequest<GoogleAnalyticsAdminV1betaListConversionEventsResponse>.ExecuteAsync()
ClientServiceRequest<GoogleAnalyticsAdminV1betaListConversionEventsResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleAnalyticsAdminV1betaListConversionEventsResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleAnalyticsAdminV1betaListConversionEventsResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleAnalyticsAdminV1betaListConversionEventsResponse>.CreateRequest(bool?)
ClientServiceRequest<GoogleAnalyticsAdminV1betaListConversionEventsResponse>.GenerateRequestUri()
ClientServiceRequest<GoogleAnalyticsAdminV1betaListConversionEventsResponse>.GetBody()
ClientServiceRequest<GoogleAnalyticsAdminV1betaListConversionEventsResponse>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleAnalyticsAdminV1betaListConversionEventsResponse>.ETagAction
ClientServiceRequest<GoogleAnalyticsAdminV1betaListConversionEventsResponse>.ModifyRequest
ClientServiceRequest<GoogleAnalyticsAdminV1betaListConversionEventsResponse>.ValidateParameters
ClientServiceRequest<GoogleAnalyticsAdminV1betaListConversionEventsResponse>.ApiVersion
ClientServiceRequest<GoogleAnalyticsAdminV1betaListConversionEventsResponse>.RequestParameters
ClientServiceRequest<GoogleAnalyticsAdminV1betaListConversionEventsResponse>.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.GoogleAnalyticsAdmin.v1beta
Assembly: Google.Apis.GoogleAnalyticsAdmin.v1beta.dll
Syntax
public class PropertiesResource.ConversionEventsResource.ListRequest : GoogleAnalyticsAdminBaseServiceRequest<GoogleAnalyticsAdminV1betaListConversionEventsResponse>, IClientServiceRequest<GoogleAnalyticsAdminV1betaListConversionEventsResponse>, IClientServiceRequest

Constructors

ListRequest(IClientService, string)

Constructs a new List request.

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

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

PageSize

The maximum number of resources to return. If unspecified, at most 50 resources will be returned. The maximum value is 200; (higher values will be coerced to the maximum)

Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
Type Description
int?

PageToken

A page token, received from a previous ListConversionEvents call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListConversionEvents must match the call that provided the page token.

Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
Type Description
string

Parent

Required. The resource name of the parent property. Example: 'properties/123'

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

RestPath

Gets the REST path.

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

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
GoogleAnalyticsAdminBaseServiceRequest<GoogleAnalyticsAdminV1betaListConversionEventsResponse>.InitParameters()

Implements

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