Show / Hide Table of Contents

Class AccountsResource.ProposalsResource.AddNoteRequest

Create a new note and attach it to the proposal. The note is assigned a unique ID by the server. The proposal revision number will not increase when associated with a new note.

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

Constructors

AddNoteRequest(IClientService, AddNoteRequest, string, string)

Constructs a new AddNote request.

Declaration
public AddNoteRequest(IClientService service, AddNoteRequest body, string accountId, string proposalId)
Parameters
Type Name Description
IClientService service
AddNoteRequest body
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<Note>.HttpMethod

MethodName

Gets the method name.

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

ProposalId

The ID of the proposal to attach the note to.

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<Note>.RestPath

Methods

GetBody()

Returns the body of the request.

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

InitParameters()

Initializes AddNote parameter list.

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

Implements

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