Show / Hide Table of Contents

Class AdvertisersResource.NegativeKeywordListsResource.PatchRequest

Updates a negative keyword list. Returns the updated negative keyword list if successful.

Inheritance
System.Object
Google.Apis.Requests.ClientServiceRequest
Google.Apis.Requests.ClientServiceRequest<NegativeKeywordList>
DisplayVideoBaseServiceRequest<NegativeKeywordList>
AdvertisersResource.NegativeKeywordListsResource.PatchRequest
Implements
Google.Apis.Requests.IClientServiceRequest<NegativeKeywordList>
Google.Apis.Requests.IClientServiceRequest
Inherited Members
DisplayVideoBaseServiceRequest<NegativeKeywordList>.Xgafv
DisplayVideoBaseServiceRequest<NegativeKeywordList>.AccessToken
DisplayVideoBaseServiceRequest<NegativeKeywordList>.Alt
DisplayVideoBaseServiceRequest<NegativeKeywordList>.Callback
DisplayVideoBaseServiceRequest<NegativeKeywordList>.Fields
DisplayVideoBaseServiceRequest<NegativeKeywordList>.Key
DisplayVideoBaseServiceRequest<NegativeKeywordList>.OauthToken
DisplayVideoBaseServiceRequest<NegativeKeywordList>.PrettyPrint
DisplayVideoBaseServiceRequest<NegativeKeywordList>.QuotaUser
DisplayVideoBaseServiceRequest<NegativeKeywordList>.UploadType
DisplayVideoBaseServiceRequest<NegativeKeywordList>.UploadProtocol
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DisplayVideo.v1.Data.NegativeKeywordList>.Execute()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DisplayVideo.v1.Data.NegativeKeywordList>.ExecuteAsStream()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DisplayVideo.v1.Data.NegativeKeywordList>.ExecuteAsync()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DisplayVideo.v1.Data.NegativeKeywordList>.ExecuteAsync(System.Threading.CancellationToken)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DisplayVideo.v1.Data.NegativeKeywordList>.ExecuteAsStreamAsync()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DisplayVideo.v1.Data.NegativeKeywordList>.ExecuteAsStreamAsync(System.Threading.CancellationToken)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DisplayVideo.v1.Data.NegativeKeywordList>.CreateRequest(System.Nullable<System.Boolean>)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DisplayVideo.v1.Data.NegativeKeywordList>.GenerateRequestUri()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DisplayVideo.v1.Data.NegativeKeywordList>.GetDefaultETagAction(System.String)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DisplayVideo.v1.Data.NegativeKeywordList>.ETagAction
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DisplayVideo.v1.Data.NegativeKeywordList>.ModifyRequest
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DisplayVideo.v1.Data.NegativeKeywordList>.ValidateParameters
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DisplayVideo.v1.Data.NegativeKeywordList>.RequestParameters
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DisplayVideo.v1.Data.NegativeKeywordList>.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.DisplayVideo.v1
Assembly: Google.Apis.DisplayVideo.v1.dll
Syntax
public class PatchRequest : DisplayVideoBaseServiceRequest<NegativeKeywordList>, IClientServiceRequest<NegativeKeywordList>, IClientServiceRequest

Constructors

PatchRequest(IClientService, NegativeKeywordList, Int64, Int64)

Constructs a new Patch request.

Declaration
public PatchRequest(IClientService service, NegativeKeywordList body, long advertiserId, long negativeKeywordListId)
Parameters
Type Name Description
Google.Apis.Services.IClientService service
NegativeKeywordList body
System.Int64 advertiserId
System.Int64 negativeKeywordListId

Properties

AdvertiserId

Required. The ID of the DV360 advertiser to which the negative keyword list belongs.

Declaration
[RequestParameter("advertiserId", RequestParameterType.Path)]
public virtual long AdvertiserId { get; }
Property Value
Type Description
System.Int64

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

NegativeKeywordListId

Output only. The unique ID of the negative keyword list. Assigned by the system.

Declaration
[RequestParameter("negativeKeywordListId", RequestParameterType.Path)]
public virtual long NegativeKeywordListId { get; }
Property Value
Type Description
System.Int64

RestPath

Gets the REST path.

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

UpdateMask

Required. The mask to control which fields to update.

Declaration
[RequestParameter("updateMask", RequestParameterType.Query)]
public virtual object UpdateMask { get; set; }
Property Value
Type Description
System.Object

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.DisplayVideo.v1.Data.NegativeKeywordList>.GetBody()

InitParameters()

Initializes Patch parameter list.

Declaration
protected override void InitParameters()
Overrides
Google.Apis.DisplayVideo.v1.DisplayVideoBaseServiceRequest<Google.Apis.DisplayVideo.v1.Data.NegativeKeywordList>.InitParameters()

Implements

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