Class KeywordPlanCampaignKeywordServiceGrpc.KeywordPlanCampaignKeywordServiceFutureStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractFutureStub<KeywordPlanCampaignKeywordServiceGrpc.KeywordPlanCampaignKeywordServiceFutureStub>
-
- com.google.ads.googleads.v10.services.KeywordPlanCampaignKeywordServiceGrpc.KeywordPlanCampaignKeywordServiceFutureStub
-
- Enclosing class:
- KeywordPlanCampaignKeywordServiceGrpc
public static final class KeywordPlanCampaignKeywordServiceGrpc.KeywordPlanCampaignKeywordServiceFutureStub extends io.grpc.stub.AbstractFutureStub<KeywordPlanCampaignKeywordServiceGrpc.KeywordPlanCampaignKeywordServiceFutureStub>
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.KeywordPlanCampaignKeywordServiceFutureStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)com.google.common.util.concurrent.ListenableFuture<MutateKeywordPlanCampaignKeywordsResponse>mutateKeywordPlanCampaignKeywords(MutateKeywordPlanCampaignKeywordsRequest request)Creates, updates, or removes Keyword Plan campaign keywords.
-
-
-
Method Detail
-
build
protected KeywordPlanCampaignKeywordServiceGrpc.KeywordPlanCampaignKeywordServiceFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<KeywordPlanCampaignKeywordServiceGrpc.KeywordPlanCampaignKeywordServiceFutureStub>
-
mutateKeywordPlanCampaignKeywords
public com.google.common.util.concurrent.ListenableFuture<MutateKeywordPlanCampaignKeywordsResponse> mutateKeywordPlanCampaignKeywords(MutateKeywordPlanCampaignKeywordsRequest request)
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]()
-
-