Show / Hide Table of Contents

Class AdvertisersResource.NegativeKeywordListsResource.NegativeKeywordsResource.BulkEditRequest

Bulk edits negative keywords in a single negative keyword list. The operation will delete the negative keywords provided in BulkEditNegativeKeywordsRequest.deleted_negative_keywords and then create the negative keywords provided in BulkEditNegativeKeywordsRequest.created_negative_keywords. This operation is guaranteed to be atomic and will never result in a partial success or partial failure.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<BulkEditNegativeKeywordsResponse>
DisplayVideoBaseServiceRequest<BulkEditNegativeKeywordsResponse>
AdvertisersResource.NegativeKeywordListsResource.NegativeKeywordsResource.BulkEditRequest
Implements
IClientServiceRequest<BulkEditNegativeKeywordsResponse>
IClientServiceRequest
Inherited Members
DisplayVideoBaseServiceRequest<BulkEditNegativeKeywordsResponse>.Xgafv
DisplayVideoBaseServiceRequest<BulkEditNegativeKeywordsResponse>.AccessToken
DisplayVideoBaseServiceRequest<BulkEditNegativeKeywordsResponse>.Alt
DisplayVideoBaseServiceRequest<BulkEditNegativeKeywordsResponse>.Callback
DisplayVideoBaseServiceRequest<BulkEditNegativeKeywordsResponse>.Fields
DisplayVideoBaseServiceRequest<BulkEditNegativeKeywordsResponse>.Key
DisplayVideoBaseServiceRequest<BulkEditNegativeKeywordsResponse>.OauthToken
DisplayVideoBaseServiceRequest<BulkEditNegativeKeywordsResponse>.PrettyPrint
DisplayVideoBaseServiceRequest<BulkEditNegativeKeywordsResponse>.QuotaUser
DisplayVideoBaseServiceRequest<BulkEditNegativeKeywordsResponse>.UploadType
DisplayVideoBaseServiceRequest<BulkEditNegativeKeywordsResponse>.UploadProtocol
ClientServiceRequest<BulkEditNegativeKeywordsResponse>.Execute()
ClientServiceRequest<BulkEditNegativeKeywordsResponse>.ExecuteAsStream()
ClientServiceRequest<BulkEditNegativeKeywordsResponse>.ExecuteAsync()
ClientServiceRequest<BulkEditNegativeKeywordsResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<BulkEditNegativeKeywordsResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<BulkEditNegativeKeywordsResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<BulkEditNegativeKeywordsResponse>.CreateRequest(bool?)
ClientServiceRequest<BulkEditNegativeKeywordsResponse>.GenerateRequestUri()
ClientServiceRequest<BulkEditNegativeKeywordsResponse>.GetDefaultETagAction(string)
ClientServiceRequest<BulkEditNegativeKeywordsResponse>.ETagAction
ClientServiceRequest<BulkEditNegativeKeywordsResponse>.ModifyRequest
ClientServiceRequest<BulkEditNegativeKeywordsResponse>.ValidateParameters
ClientServiceRequest<BulkEditNegativeKeywordsResponse>.ApiVersion
ClientServiceRequest<BulkEditNegativeKeywordsResponse>.RequestParameters
ClientServiceRequest<BulkEditNegativeKeywordsResponse>.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.DisplayVideo.v2
Assembly: Google.Apis.DisplayVideo.v2.dll
Syntax
public class AdvertisersResource.NegativeKeywordListsResource.NegativeKeywordsResource.BulkEditRequest : DisplayVideoBaseServiceRequest<BulkEditNegativeKeywordsResponse>, IClientServiceRequest<BulkEditNegativeKeywordsResponse>, IClientServiceRequest

Constructors

BulkEditRequest(IClientService, BulkEditNegativeKeywordsRequest, long, long)

Constructs a new BulkEdit request.

Declaration
public BulkEditRequest(IClientService service, BulkEditNegativeKeywordsRequest body, long advertiserId, long negativeKeywordListId)
Parameters
Type Name Description
IClientService service
BulkEditNegativeKeywordsRequest body
long advertiserId
long negativeKeywordListId

Properties

AdvertiserId

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

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

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

NegativeKeywordListId

Required. The ID of the parent negative keyword list to which the negative keywords belong.

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

RestPath

Gets the REST path.

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

Methods

GetBody()

Returns the body of the request.

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

InitParameters()

Initializes BulkEdit parameter list.

Declaration
protected override void InitParameters()
Overrides
DisplayVideoBaseServiceRequest<BulkEditNegativeKeywordsResponse>.InitParameters()

Implements

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