Show / Hide Table of Contents

Class PropertiesResource.AudienceExportsResource.ListRequest

Lists all audience exports for a property. This method can be used for you to find and reuse existing audience exports rather than creating unnecessary new audience exports. The same audience can have multiple audience exports that represent the export of users that were in an audience on different days. See Creating an Audience Export for an introduction to Audience Exports with examples. Audience Export APIs have some methods at alpha and other methods at beta stability. The intention is to advance methods to beta stability after some feedback and adoption. To give your feedback on this API, complete the Google Analytics Audience Export API Feedback form.

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

MethodName

Gets the method name.

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

PageSize

Optional. The maximum number of audience exports to return. The service may return fewer than this value. If unspecified, at most 200 audience exports will be returned. The maximum value is 1000 (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

Optional. A page token, received from a previous ListAudienceExports call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListAudienceExports 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. All audience exports for this property will be listed in the response. Format: properties/{property}

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<ListAudienceExportsResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
AnalyticsDataBaseServiceRequest<ListAudienceExportsResponse>.InitParameters()

Implements

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