Show / Hide Table of Contents

Class BuyersResource.ProposalsResource.CancelNegotiationRequest

Cancels an ongoing negotiation on a proposal. This does not cancel or end serving for the deals if the proposal has been finalized. If the proposal has not been finalized before, calling this method will set the Proposal.state to TERMINATED and increment the Proposal.proposal_revision. If the proposal has been finalized before and is under renegotiation now, calling this method will reset the Proposal.state to FINALIZED and increment the Proposal.proposal_revision. This method does not support private auction proposals whose Proposal.deal_type is 'PRIVATE_AUCTION'.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<Proposal>
AuthorizedBuyersMarketplaceBaseServiceRequest<Proposal>
BuyersResource.ProposalsResource.CancelNegotiationRequest
Implements
IClientServiceRequest<Proposal>
IClientServiceRequest
Inherited Members
AuthorizedBuyersMarketplaceBaseServiceRequest<Proposal>.Xgafv
AuthorizedBuyersMarketplaceBaseServiceRequest<Proposal>.AccessToken
AuthorizedBuyersMarketplaceBaseServiceRequest<Proposal>.Alt
AuthorizedBuyersMarketplaceBaseServiceRequest<Proposal>.Callback
AuthorizedBuyersMarketplaceBaseServiceRequest<Proposal>.Fields
AuthorizedBuyersMarketplaceBaseServiceRequest<Proposal>.Key
AuthorizedBuyersMarketplaceBaseServiceRequest<Proposal>.OauthToken
AuthorizedBuyersMarketplaceBaseServiceRequest<Proposal>.PrettyPrint
AuthorizedBuyersMarketplaceBaseServiceRequest<Proposal>.QuotaUser
AuthorizedBuyersMarketplaceBaseServiceRequest<Proposal>.UploadType
AuthorizedBuyersMarketplaceBaseServiceRequest<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>.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.AuthorizedBuyersMarketplace.v1
Assembly: Google.Apis.AuthorizedBuyersMarketplace.v1.dll
Syntax
public class BuyersResource.ProposalsResource.CancelNegotiationRequest : AuthorizedBuyersMarketplaceBaseServiceRequest<Proposal>, IClientServiceRequest<Proposal>, IClientServiceRequest

Constructors

CancelNegotiationRequest(IClientService, CancelNegotiationRequest, string)

Constructs a new CancelNegotiation request.

Declaration
public CancelNegotiationRequest(IClientService service, CancelNegotiationRequest body, string proposal)
Parameters
Type Name Description
IClientService service
CancelNegotiationRequest body
string proposal

Properties

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

Proposal

Name of the proposal. Format: buyers/{accountId}/proposals/{proposalId}

Declaration
[RequestParameter("proposal", RequestParameterType.Path)]
public virtual string Proposal { 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

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
object
Overrides
ClientServiceRequest<Proposal>.GetBody()

InitParameters()

Initializes CancelNegotiation parameter list.

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

Implements

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