Show / Hide Table of Contents

Class UserProfilesResource.ListRequest

Retrieves list of user profiles for a user.

Inheritance
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(bool?)
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
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dfareporting.v3_5
Assembly: Google.Apis.Dfareporting.v3_5.dll
Syntax
public class UserProfilesResource.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
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Dfareporting.v3_5.Data.UserProfileList>.HttpMethod

MethodName

Gets the method name.

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

RestPath

Gets the REST path.

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

Methods

InitParameters()

Initializes List parameter list.

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

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In This Article
Back to top Generated by DocFX