Class KeywordPlanCampaignKeywordServiceGrpc
- java.lang.Object
-
- com.google.ads.googleads.v10.services.KeywordPlanCampaignKeywordServiceGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/ads/googleads/v10/services/keyword_plan_campaign_keyword_service.proto") public final class KeywordPlanCampaignKeywordServiceGrpc extends java.lang.ObjectService 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 Modifier and Type Class Description static classKeywordPlanCampaignKeywordServiceGrpc.KeywordPlanCampaignKeywordServiceBlockingStubService to manage Keyword Plan campaign keywords.static classKeywordPlanCampaignKeywordServiceGrpc.KeywordPlanCampaignKeywordServiceFutureStubService to manage Keyword Plan campaign keywords.static classKeywordPlanCampaignKeywordServiceGrpc.KeywordPlanCampaignKeywordServiceImplBaseService to manage Keyword Plan campaign keywords.static classKeywordPlanCampaignKeywordServiceGrpc.KeywordPlanCampaignKeywordServiceStubService to manage Keyword Plan campaign keywords.
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringSERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.MethodDescriptor<MutateKeywordPlanCampaignKeywordsRequest,MutateKeywordPlanCampaignKeywordsResponse>getMutateKeywordPlanCampaignKeywordsMethod()static io.grpc.ServiceDescriptorgetServiceDescriptor()static KeywordPlanCampaignKeywordServiceGrpc.KeywordPlanCampaignKeywordServiceBlockingStubnewBlockingStub(io.grpc.Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic KeywordPlanCampaignKeywordServiceGrpc.KeywordPlanCampaignKeywordServiceFutureStubnewFutureStub(io.grpc.Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic KeywordPlanCampaignKeywordServiceGrpc.KeywordPlanCampaignKeywordServiceStubnewStub(io.grpc.Channel channel)Creates a new async stub that supports all call types for the service
-
-
-
Field Detail
-
SERVICE_NAME
public static final java.lang.String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getMutateKeywordPlanCampaignKeywordsMethod
public static io.grpc.MethodDescriptor<MutateKeywordPlanCampaignKeywordsRequest,MutateKeywordPlanCampaignKeywordsResponse> getMutateKeywordPlanCampaignKeywordsMethod()
-
newStub
public static KeywordPlanCampaignKeywordServiceGrpc.KeywordPlanCampaignKeywordServiceStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static KeywordPlanCampaignKeywordServiceGrpc.KeywordPlanCampaignKeywordServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static KeywordPlanCampaignKeywordServiceGrpc.KeywordPlanCampaignKeywordServiceFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-