Show / Hide Table of Contents

Class AccountsResource.ProductsResource.GetRequest

Gets the requested product by ID.

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

Constructors

GetRequest(IClientService, string, string)

Constructs a new Get request.

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

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

MethodName

Gets the method name.

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

ProductId

The ID for the product to get the head revision for.

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

RestPath

Gets the REST path.

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

Methods

InitParameters()

Initializes Get parameter list.

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

Implements

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