Class KeywordPlanCampaignKeywordServiceGrpc.KeywordPlanCampaignKeywordServiceBlockingStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractBlockingStub<KeywordPlanCampaignKeywordServiceGrpc.KeywordPlanCampaignKeywordServiceBlockingStub>
-
- com.google.ads.googleads.v15.services.KeywordPlanCampaignKeywordServiceGrpc.KeywordPlanCampaignKeywordServiceBlockingStub
-
- Enclosing class:
- KeywordPlanCampaignKeywordServiceGrpc
public static final class KeywordPlanCampaignKeywordServiceGrpc.KeywordPlanCampaignKeywordServiceBlockingStub extends io.grpc.stub.AbstractBlockingStub<KeywordPlanCampaignKeywordServiceGrpc.KeywordPlanCampaignKeywordServiceBlockingStub>
A stub to allow clients to do synchronous 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.KeywordPlanCampaignKeywordServiceBlockingStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)MutateKeywordPlanCampaignKeywordsResponsemutateKeywordPlanCampaignKeywords(MutateKeywordPlanCampaignKeywordsRequest request)Creates, updates, or removes Keyword Plan campaign keywords.
-
-
-
Method Detail
-
build
protected KeywordPlanCampaignKeywordServiceGrpc.KeywordPlanCampaignKeywordServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<KeywordPlanCampaignKeywordServiceGrpc.KeywordPlanCampaignKeywordServiceBlockingStub>
-
mutateKeywordPlanCampaignKeywords
public 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]()
-
-