Show / Hide Table of Contents

Class BuyersResource.GetRequest

Gets a buyer account by its name.

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

Constructors

GetRequest(IClientService, string)

Constructs a new Get request.

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

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

Name

Required. Name of the buyer to get. Format: buyers/{buyerId}

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

RestPath

Gets the REST path.

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

Methods

InitParameters()

Initializes Get parameter list.

Declaration
protected override void InitParameters()
Overrides
RealTimeBiddingBaseServiceRequest<Buyer>.InitParameters()

Implements

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