Class KeywordPlanAdGroupKeywordServiceGrpc.KeywordPlanAdGroupKeywordServiceImplBase
- java.lang.Object
-
- com.google.ads.googleads.v10.services.KeywordPlanAdGroupKeywordServiceGrpc.KeywordPlanAdGroupKeywordServiceImplBase
-
- All Implemented Interfaces:
io.grpc.BindableService
- Enclosing class:
- KeywordPlanAdGroupKeywordServiceGrpc
public abstract static class KeywordPlanAdGroupKeywordServiceGrpc.KeywordPlanAdGroupKeywordServiceImplBase extends java.lang.Object implements io.grpc.BindableServiceService to manage Keyword Plan ad group keywords. KeywordPlanAdGroup is required to add ad group keywords. Positive and negative keywords are supported. A maximum of 10,000 positive keywords are allowed per keyword plan. A maximum of 1,000 negative keywords are allower per keyword plan. This includes campaign negative keywords and ad group negative keywords.
-
-
Constructor Summary
Constructors Constructor Description KeywordPlanAdGroupKeywordServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinitionbindService()voidmutateKeywordPlanAdGroupKeywords(MutateKeywordPlanAdGroupKeywordsRequest request, io.grpc.stub.StreamObserver<MutateKeywordPlanAdGroupKeywordsResponse> responseObserver)Creates, updates, or removes Keyword Plan ad group keywords.
-
-
-
Method Detail
-
mutateKeywordPlanAdGroupKeywords
public void mutateKeywordPlanAdGroupKeywords(MutateKeywordPlanAdGroupKeywordsRequest request, io.grpc.stub.StreamObserver<MutateKeywordPlanAdGroupKeywordsResponse> responseObserver)
Creates, updates, or removes Keyword Plan ad group keywords. Operation statuses are returned. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [DatabaseError]() [FieldError]() [HeaderError]() [InternalError]() [KeywordPlanAdGroupKeywordError]() [KeywordPlanError]() [MutateError]() [QuotaError]() [RequestError]() [ResourceCountLimitExceededError]()
-
bindService
public final io.grpc.ServerServiceDefinition bindService()
- Specified by:
bindServicein interfaceio.grpc.BindableService
-
-