Show / Hide Table of Contents

Class UserProfilesResource.ListRequest

Retrieves list of user profiles for a user.

Inheritance
System.Object
ClientServiceRequest
ClientServiceRequest<UserProfileList>
DfareportingBaseServiceRequest<UserProfileList>
UserProfilesResource.ListRequest
Implements
IClientServiceRequest<UserProfileList>
IClientServiceRequest
Inherited Members
DfareportingBaseServiceRequest<UserProfileList>.Xgafv
DfareportingBaseServiceRequest<UserProfileList>.AccessToken
DfareportingBaseServiceRequest<UserProfileList>.Alt
DfareportingBaseServiceRequest<UserProfileList>.Callback
DfareportingBaseServiceRequest<UserProfileList>.Fields
DfareportingBaseServiceRequest<UserProfileList>.Key
DfareportingBaseServiceRequest<UserProfileList>.OauthToken
DfareportingBaseServiceRequest<UserProfileList>.PrettyPrint
DfareportingBaseServiceRequest<UserProfileList>.QuotaUser
DfareportingBaseServiceRequest<UserProfileList>.UploadType
DfareportingBaseServiceRequest<UserProfileList>.UploadProtocol
ClientServiceRequest<UserProfileList>.Execute()
ClientServiceRequest<UserProfileList>.ExecuteAsStream()
ClientServiceRequest<UserProfileList>.ExecuteAsync()
ClientServiceRequest<UserProfileList>.ExecuteAsync(CancellationToken)
ClientServiceRequest<UserProfileList>.ExecuteAsStreamAsync()
ClientServiceRequest<UserProfileList>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<UserProfileList>.CreateRequest(Nullable<Boolean>)
ClientServiceRequest<UserProfileList>.GenerateRequestUri()
ClientServiceRequest<UserProfileList>.GetBody()
ClientServiceRequest<UserProfileList>.GetDefaultETagAction(String)
ClientServiceRequest<UserProfileList>.ETagAction
ClientServiceRequest<UserProfileList>.ModifyRequest
ClientServiceRequest<UserProfileList>.ValidateParameters
ClientServiceRequest<UserProfileList>.RequestParameters
ClientServiceRequest<UserProfileList>.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.Dfareporting.v3_3
Assembly: Google.Apis.Dfareporting.v3_3.dll
Syntax
public class ListRequest : DfareportingBaseServiceRequest<UserProfileList>, IClientServiceRequest<UserProfileList>, IClientServiceRequest

Constructors

ListRequest(IClientService)

Constructs a new List request.

Declaration
public ListRequest(IClientService service)
Parameters
Type Name Description
IClientService service

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.Dfareporting.v3_3.Data.UserProfileList>.HttpMethod

MethodName

Gets the method name.

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

RestPath

Gets the REST path.

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

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
Google.Apis.Dfareporting.v3_3.DfareportingBaseServiceRequest<Google.Apis.Dfareporting.v3_3.Data.UserProfileList>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In This Article
Back to top