Show / Hide Table of Contents

Class AccountsResource.PatchRequest

Updates an existing account. This method supports patch semantics.

Inheritance
System.Object
Google.Apis.Requests.ClientServiceRequest
Google.Apis.Requests.ClientServiceRequest<Account>
AdExchangeBuyerBaseServiceRequest<Account>
AccountsResource.PatchRequest
Implements
Google.Apis.Requests.IClientServiceRequest<Account>
Google.Apis.Requests.IClientServiceRequest
Inherited Members
AdExchangeBuyerBaseServiceRequest<Account>.Alt
AdExchangeBuyerBaseServiceRequest<Account>.Fields
AdExchangeBuyerBaseServiceRequest<Account>.Key
AdExchangeBuyerBaseServiceRequest<Account>.OauthToken
AdExchangeBuyerBaseServiceRequest<Account>.PrettyPrint
AdExchangeBuyerBaseServiceRequest<Account>.QuotaUser
AdExchangeBuyerBaseServiceRequest<Account>.UserIp
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.Account>.Execute()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.Account>.ExecuteAsStream()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.Account>.ExecuteAsync()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.Account>.ExecuteAsync(System.Threading.CancellationToken)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.Account>.ExecuteAsStreamAsync()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.Account>.ExecuteAsStreamAsync(System.Threading.CancellationToken)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.Account>.CreateRequest(System.Nullable<System.Boolean>)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.Account>.GenerateRequestUri()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.Account>.GetDefaultETagAction(System.String)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.Account>.ETagAction
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.Account>.ModifyRequest
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.Account>.ValidateParameters
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.Account>.RequestParameters
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.Account>.Service
Google.Apis.Requests.ClientServiceRequest._unsuccessfulResponseHandlers
Google.Apis.Requests.ClientServiceRequest._exceptionHandlers
Google.Apis.Requests.ClientServiceRequest._executeInterceptors
Google.Apis.Requests.ClientServiceRequest.AddUnsuccessfulResponseHandler(Google.Apis.Http.IHttpUnsuccessfulResponseHandler)
Google.Apis.Requests.ClientServiceRequest.AddExceptionHandler(Google.Apis.Http.IHttpExceptionHandler)
Google.Apis.Requests.ClientServiceRequest.AddExecuteInterceptor(Google.Apis.Http.IHttpExecuteInterceptor)
Google.Apis.Requests.ClientServiceRequest.Credential
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.AdExchangeBuyer.v1_4
Assembly: Google.Apis.AdExchangeBuyer.v1_4.dll
Syntax
public class PatchRequest : AdExchangeBuyerBaseServiceRequest<Account>, IClientServiceRequest<Account>, IClientServiceRequest

Constructors

PatchRequest(IClientService, Account, Int32)

Constructs a new Patch request.

Declaration
public PatchRequest(IClientService service, Account body, int id)
Parameters
Type Name Description
Google.Apis.Services.IClientService service
Account body
System.Int32 id

Properties

ConfirmUnsafeAccountChange

Confirmation for erasing bidder and cookie matching urls.

Declaration
[RequestParameter("confirmUnsafeAccountChange", RequestParameterType.Query)]
public virtual bool? ConfirmUnsafeAccountChange { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.Account>.HttpMethod

Id

The account id

Declaration
[RequestParameter("id", RequestParameterType.Path)]
public virtual int Id { get; }
Property Value
Type Description
System.Int32

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.Account>.MethodName

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.Account>.RestPath

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
System.Object
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.Account>.GetBody()

InitParameters()

Initializes Patch parameter list.

Declaration
protected override void InitParameters()
Overrides
Google.Apis.AdExchangeBuyer.v1_4.AdExchangeBuyerBaseServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.Account>.InitParameters()

Implements

Google.Apis.Requests.IClientServiceRequest<TResponse>
Google.Apis.Requests.IClientServiceRequest
In This Article
Back to top