Show / Hide Table of Contents

Class AccountsResource.ProposalsResource.GetRequest

Gets a proposal given its ID. The proposal is returned at its head revision.

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

Constructors

GetRequest(IClientService, string, string)

Constructs a new Get request.

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

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

MethodName

Gets the method name.

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

ProposalId

The unique ID of the proposal

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

RestPath

Gets the REST path.

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

Methods

InitParameters()

Initializes Get parameter list.

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

Implements

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