Show / Hide Table of Contents

Class AccountsResource.PublisherProfilesResource.GetRequest

Gets the requested publisher profile by id.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<PublisherProfile>
AdExchangeBuyerIIBaseServiceRequest<PublisherProfile>
AccountsResource.PublisherProfilesResource.GetRequest
Implements
IClientServiceRequest<PublisherProfile>
IClientServiceRequest
Inherited Members
AdExchangeBuyerIIBaseServiceRequest<PublisherProfile>.Xgafv
AdExchangeBuyerIIBaseServiceRequest<PublisherProfile>.AccessToken
AdExchangeBuyerIIBaseServiceRequest<PublisherProfile>.Alt
AdExchangeBuyerIIBaseServiceRequest<PublisherProfile>.Callback
AdExchangeBuyerIIBaseServiceRequest<PublisherProfile>.Fields
AdExchangeBuyerIIBaseServiceRequest<PublisherProfile>.Key
AdExchangeBuyerIIBaseServiceRequest<PublisherProfile>.OauthToken
AdExchangeBuyerIIBaseServiceRequest<PublisherProfile>.PrettyPrint
AdExchangeBuyerIIBaseServiceRequest<PublisherProfile>.QuotaUser
AdExchangeBuyerIIBaseServiceRequest<PublisherProfile>.UploadType
AdExchangeBuyerIIBaseServiceRequest<PublisherProfile>.UploadProtocol
ClientServiceRequest<PublisherProfile>.Execute()
ClientServiceRequest<PublisherProfile>.ExecuteAsStream()
ClientServiceRequest<PublisherProfile>.ExecuteAsync()
ClientServiceRequest<PublisherProfile>.ExecuteAsync(CancellationToken)
ClientServiceRequest<PublisherProfile>.ExecuteAsStreamAsync()
ClientServiceRequest<PublisherProfile>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<PublisherProfile>.CreateRequest(bool?)
ClientServiceRequest<PublisherProfile>.GenerateRequestUri()
ClientServiceRequest<PublisherProfile>.GetBody()
ClientServiceRequest<PublisherProfile>.GetDefaultETagAction(string)
ClientServiceRequest<PublisherProfile>.ETagAction
ClientServiceRequest<PublisherProfile>.ModifyRequest
ClientServiceRequest<PublisherProfile>.ValidateParameters
ClientServiceRequest<PublisherProfile>.ApiVersion
ClientServiceRequest<PublisherProfile>.RequestParameters
ClientServiceRequest<PublisherProfile>.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.GetRequest : AdExchangeBuyerIIBaseServiceRequest<PublisherProfile>, IClientServiceRequest<PublisherProfile>, IClientServiceRequest

Constructors

GetRequest(IClientService, string, string)

Constructs a new Get request.

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

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<PublisherProfile>.HttpMethod

MethodName

Gets the method name.

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

PublisherProfileId

The id for the publisher profile to get.

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

RestPath

Gets the REST path.

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

Methods

InitParameters()

Initializes Get parameter list.

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

Implements

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