Show / Hide Table of Contents

Class AccountsResource.PublisherProfilesResource.ListRequest

List all publisher profiles visible to the buyer

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

Constructors

ListRequest(IClientService, string)

Constructs a new List request.

Declaration
public ListRequest(IClientService service, string accountId)
Parameters
Type Name Description
IClientService service
string accountId

Properties

AccountId

Account ID of the buyer.

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

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

PageSize

Specify the number of results to include per page.

Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
Type Description
int?

PageToken

The page token as return from ListPublisherProfilesResponse.

Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
Type Description
string

RestPath

Gets the REST path.

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

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
AdExchangeBuyerIIBaseServiceRequest<ListPublisherProfilesResponse>.InitParameters()

Implements

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