Show / Hide Table of Contents

Class BrowsersResource.ListRequest

Retrieves a list of browsers.

Inheritance
System.Object
ClientServiceRequest
ClientServiceRequest<BrowsersListResponse>
DfareportingBaseServiceRequest<BrowsersListResponse>
BrowsersResource.ListRequest
Implements
IClientServiceRequest<BrowsersListResponse>
IClientServiceRequest
Inherited Members
DfareportingBaseServiceRequest<BrowsersListResponse>.Xgafv
DfareportingBaseServiceRequest<BrowsersListResponse>.AccessToken
DfareportingBaseServiceRequest<BrowsersListResponse>.Alt
DfareportingBaseServiceRequest<BrowsersListResponse>.Callback
DfareportingBaseServiceRequest<BrowsersListResponse>.Fields
DfareportingBaseServiceRequest<BrowsersListResponse>.Key
DfareportingBaseServiceRequest<BrowsersListResponse>.OauthToken
DfareportingBaseServiceRequest<BrowsersListResponse>.PrettyPrint
DfareportingBaseServiceRequest<BrowsersListResponse>.QuotaUser
DfareportingBaseServiceRequest<BrowsersListResponse>.UploadType
DfareportingBaseServiceRequest<BrowsersListResponse>.UploadProtocol
ClientServiceRequest<BrowsersListResponse>.Execute()
ClientServiceRequest<BrowsersListResponse>.ExecuteAsStream()
ClientServiceRequest<BrowsersListResponse>.ExecuteAsync()
ClientServiceRequest<BrowsersListResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<BrowsersListResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<BrowsersListResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<BrowsersListResponse>.CreateRequest(Nullable<Boolean>)
ClientServiceRequest<BrowsersListResponse>.GenerateRequestUri()
ClientServiceRequest<BrowsersListResponse>.GetBody()
ClientServiceRequest<BrowsersListResponse>.GetDefaultETagAction(String)
ClientServiceRequest<BrowsersListResponse>.ETagAction
ClientServiceRequest<BrowsersListResponse>.ModifyRequest
ClientServiceRequest<BrowsersListResponse>.ValidateParameters
ClientServiceRequest<BrowsersListResponse>.RequestParameters
ClientServiceRequest<BrowsersListResponse>.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<BrowsersListResponse>, IClientServiceRequest<BrowsersListResponse>, IClientServiceRequest

Constructors

ListRequest(IClientService, Int64)

Constructs a new List request.

Declaration
public ListRequest(IClientService service, long profileId)
Parameters
Type Name Description
IClientService service
System.Int64 profileId

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.BrowsersListResponse>.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.BrowsersListResponse>.MethodName

ProfileId

User profile ID associated with this request.

Declaration
[RequestParameter("profileId", RequestParameterType.Path)]
public virtual long ProfileId { get; }
Property Value
Type Description
System.Int64

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.BrowsersListResponse>.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.BrowsersListResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In This Article
Back to top