Show / Hide Table of Contents

Class PubprofilesResource.ListRequest

Gets the requested publisher profile(s) by publisher accountId.

Inheritance
System.Object
Google.Apis.Requests.ClientServiceRequest
Google.Apis.Requests.ClientServiceRequest<GetPublisherProfilesByAccountIdResponse>
AdExchangeBuyerBaseServiceRequest<GetPublisherProfilesByAccountIdResponse>
PubprofilesResource.ListRequest
Implements
Google.Apis.Requests.IClientServiceRequest<GetPublisherProfilesByAccountIdResponse>
Google.Apis.Requests.IClientServiceRequest
Inherited Members
AdExchangeBuyerBaseServiceRequest<GetPublisherProfilesByAccountIdResponse>.Alt
AdExchangeBuyerBaseServiceRequest<GetPublisherProfilesByAccountIdResponse>.Fields
AdExchangeBuyerBaseServiceRequest<GetPublisherProfilesByAccountIdResponse>.Key
AdExchangeBuyerBaseServiceRequest<GetPublisherProfilesByAccountIdResponse>.OauthToken
AdExchangeBuyerBaseServiceRequest<GetPublisherProfilesByAccountIdResponse>.PrettyPrint
AdExchangeBuyerBaseServiceRequest<GetPublisherProfilesByAccountIdResponse>.QuotaUser
AdExchangeBuyerBaseServiceRequest<GetPublisherProfilesByAccountIdResponse>.UserIp
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.GetPublisherProfilesByAccountIdResponse>.Execute()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.GetPublisherProfilesByAccountIdResponse>.ExecuteAsStream()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.GetPublisherProfilesByAccountIdResponse>.ExecuteAsync()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.GetPublisherProfilesByAccountIdResponse>.ExecuteAsync(System.Threading.CancellationToken)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.GetPublisherProfilesByAccountIdResponse>.ExecuteAsStreamAsync()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.GetPublisherProfilesByAccountIdResponse>.ExecuteAsStreamAsync(System.Threading.CancellationToken)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.GetPublisherProfilesByAccountIdResponse>.CreateRequest(System.Nullable<System.Boolean>)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.GetPublisherProfilesByAccountIdResponse>.GenerateRequestUri()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.GetPublisherProfilesByAccountIdResponse>.GetBody()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.GetPublisherProfilesByAccountIdResponse>.GetDefaultETagAction(System.String)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.GetPublisherProfilesByAccountIdResponse>.ETagAction
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.GetPublisherProfilesByAccountIdResponse>.ModifyRequest
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.GetPublisherProfilesByAccountIdResponse>.ValidateParameters
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.GetPublisherProfilesByAccountIdResponse>.RequestParameters
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.GetPublisherProfilesByAccountIdResponse>.Service
Google.Apis.Requests.ClientServiceRequest._unsuccessfulResponseHandlers
Google.Apis.Requests.ClientServiceRequest._exceptionHandlers
Google.Apis.Requests.ClientServiceRequest._executeInterceptors
Google.Apis.Requests.ClientServiceRequest.AddUnsuccessfulResponseHandler(Google.Apis.Http.IHttpUnsuccessfulResponseHandler)
Google.Apis.Requests.ClientServiceRequest.AddExceptionHandler(Google.Apis.Http.IHttpExceptionHandler)
Google.Apis.Requests.ClientServiceRequest.AddExecuteInterceptor(Google.Apis.Http.IHttpExecuteInterceptor)
Google.Apis.Requests.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.AdExchangeBuyer.v1_4
Assembly: Google.Apis.AdExchangeBuyer.v1_4.dll
Syntax
public class ListRequest : AdExchangeBuyerBaseServiceRequest<GetPublisherProfilesByAccountIdResponse>, IClientServiceRequest<GetPublisherProfilesByAccountIdResponse>, IClientServiceRequest

Constructors

ListRequest(IClientService, Int32)

Constructs a new List request.

Declaration
public ListRequest(IClientService service, int accountId)
Parameters
Type Name Description
Google.Apis.Services.IClientService service
System.Int32 accountId

Properties

AccountId

The accountId of the publisher to get profiles for.

Declaration
[RequestParameter("accountId", RequestParameterType.Path)]
public virtual int AccountId { get; }
Property Value
Type Description
System.Int32

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.GetPublisherProfilesByAccountIdResponse>.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.AdExchangeBuyer.v1_4.Data.GetPublisherProfilesByAccountIdResponse>.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.AdExchangeBuyer.v1_4.Data.GetPublisherProfilesByAccountIdResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
Google.Apis.AdExchangeBuyer.v1_4.AdExchangeBuyerBaseServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.GetPublisherProfilesByAccountIdResponse>.InitParameters()

Implements

Google.Apis.Requests.IClientServiceRequest<TResponse>
Google.Apis.Requests.IClientServiceRequest
In This Article
Back to top