Class KeywordPlanCampaignKeywordServiceGrpc.KeywordPlanCampaignKeywordServiceImplBase
- java.lang.Object
-
- com.google.ads.googleads.v10.services.KeywordPlanCampaignKeywordServiceGrpc.KeywordPlanCampaignKeywordServiceImplBase
-
- All Implemented Interfaces:
io.grpc.BindableService
- Enclosing class:
- KeywordPlanCampaignKeywordServiceGrpc
public abstract static class KeywordPlanCampaignKeywordServiceGrpc.KeywordPlanCampaignKeywordServiceImplBase extends java.lang.Object implements io.grpc.BindableServiceService to manage Keyword Plan campaign keywords. KeywordPlanCampaign is required to add the campaign keywords. Only negative keywords are supported. A maximum of 1000 negative keywords are allowed per plan. This includes both campaign negative keywords and ad group negative keywords.
-
-
Constructor Summary
Constructors Constructor Description KeywordPlanCampaignKeywordServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinitionbindService()voidmutateKeywordPlanCampaignKeywords(MutateKeywordPlanCampaignKeywordsRequest request, io.grpc.stub.StreamObserver<MutateKeywordPlanCampaignKeywordsResponse> responseObserver)Creates, updates, or removes Keyword Plan campaign keywords.
-
-
-
Method Detail
-
mutateKeywordPlanCampaignKeywords
public void mutateKeywordPlanCampaignKeywords(MutateKeywordPlanCampaignKeywordsRequest request, io.grpc.stub.StreamObserver<MutateKeywordPlanCampaignKeywordsResponse> responseObserver)
Creates, updates, or removes Keyword Plan campaign keywords. Operation statuses are returned. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [DatabaseError]() [FieldError]() [HeaderError]() [InternalError]() [KeywordPlanAdGroupKeywordError]() [KeywordPlanCampaignKeywordError]() [QuotaError]() [RequestError]() [ResourceCountLimitExceededError]()
-
bindService
public final io.grpc.ServerServiceDefinition bindService()
- Specified by:
bindServicein interfaceio.grpc.BindableService
-
-