Class KeywordPlanCampaignServiceGrpc.KeywordPlanCampaignServiceImplBase
- java.lang.Object
-
- com.google.ads.googleads.v10.services.KeywordPlanCampaignServiceGrpc.KeywordPlanCampaignServiceImplBase
-
- All Implemented Interfaces:
io.grpc.BindableService
- Enclosing class:
- KeywordPlanCampaignServiceGrpc
public abstract static class KeywordPlanCampaignServiceGrpc.KeywordPlanCampaignServiceImplBase extends java.lang.Object implements io.grpc.BindableServiceService to manage Keyword Plan campaigns.
-
-
Constructor Summary
Constructors Constructor Description KeywordPlanCampaignServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinitionbindService()voidmutateKeywordPlanCampaigns(MutateKeywordPlanCampaignsRequest request, io.grpc.stub.StreamObserver<MutateKeywordPlanCampaignsResponse> responseObserver)Creates, updates, or removes Keyword Plan campaigns.
-
-
-
Method Detail
-
mutateKeywordPlanCampaigns
public void mutateKeywordPlanCampaigns(MutateKeywordPlanCampaignsRequest request, io.grpc.stub.StreamObserver<MutateKeywordPlanCampaignsResponse> responseObserver)
Creates, updates, or removes Keyword Plan campaigns. Operation statuses are returned. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [DatabaseError]() [FieldError]() [FieldMaskError]() [HeaderError]() [InternalError]() [KeywordPlanCampaignError]() [KeywordPlanError]() [ListOperationError]() [MutateError]() [QuotaError]() [RangeError]() [RequestError]() [ResourceCountLimitExceededError]()
-
bindService
public final io.grpc.ServerServiceDefinition bindService()
- Specified by:
bindServicein interfaceio.grpc.BindableService
-
-