Class KeywordPlanCampaignKeywordServiceGrpc.KeywordPlanCampaignKeywordServiceStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractAsyncStub<KeywordPlanCampaignKeywordServiceGrpc.KeywordPlanCampaignKeywordServiceStub>
-
- com.google.ads.googleads.v14.services.KeywordPlanCampaignKeywordServiceGrpc.KeywordPlanCampaignKeywordServiceStub
-
- Enclosing class:
- KeywordPlanCampaignKeywordServiceGrpc
public static final class KeywordPlanCampaignKeywordServiceGrpc.KeywordPlanCampaignKeywordServiceStub extends io.grpc.stub.AbstractAsyncStub<KeywordPlanCampaignKeywordServiceGrpc.KeywordPlanCampaignKeywordServiceStub>
A stub to allow clients to do asynchronous rpc calls to service KeywordPlanCampaignKeywordService.Service 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.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected KeywordPlanCampaignKeywordServiceGrpc.KeywordPlanCampaignKeywordServiceStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)voidmutateKeywordPlanCampaignKeywords(MutateKeywordPlanCampaignKeywordsRequest request, io.grpc.stub.StreamObserver<MutateKeywordPlanCampaignKeywordsResponse> responseObserver)Creates, updates, or removes Keyword Plan campaign keywords.
-
-
-
Method Detail
-
build
protected KeywordPlanCampaignKeywordServiceGrpc.KeywordPlanCampaignKeywordServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<KeywordPlanCampaignKeywordServiceGrpc.KeywordPlanCampaignKeywordServiceStub>
-
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]()
-
-