Class KeywordPlanCampaignKeywordServiceGrpc.KeywordPlanCampaignKeywordServiceFutureStub
java.lang.Object
io.grpc.stub.AbstractStub<S>
io.grpc.stub.AbstractFutureStub<KeywordPlanCampaignKeywordServiceGrpc.KeywordPlanCampaignKeywordServiceFutureStub>
com.google.ads.googleads.v18.services.KeywordPlanCampaignKeywordServiceGrpc.KeywordPlanCampaignKeywordServiceFutureStub
- Enclosing class:
- KeywordPlanCampaignKeywordServiceGrpc
public static final class KeywordPlanCampaignKeywordServiceGrpc.KeywordPlanCampaignKeywordServiceFutureStub
extends io.grpc.stub.AbstractFutureStub<KeywordPlanCampaignKeywordServiceGrpc.KeywordPlanCampaignKeywordServiceFutureStub>
A stub to allow clients to do ListenableFuture-style 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.
-
Nested Class Summary
Nested classes/interfaces inherited from class io.grpc.stub.AbstractStub
io.grpc.stub.AbstractStub.StubFactory<T extends io.grpc.stub.AbstractStub<T>> -
Method Summary
Modifier and TypeMethodDescriptionbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions) com.google.common.util.concurrent.ListenableFuture<MutateKeywordPlanCampaignKeywordsResponse>Creates, updates, or removes Keyword Plan campaign keywords.Methods inherited from class io.grpc.stub.AbstractFutureStub
newStub, newStubMethods inherited from class io.grpc.stub.AbstractStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOnReadyThreshold, withOption, withWaitForReady
-
Method Details
-
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]()
-