Interface KeywordPlanCampaignServiceGrpc.AsyncService
- All Known Implementing Classes:
KeywordPlanCampaignServiceGrpc.KeywordPlanCampaignServiceImplBase
- Enclosing class:
- KeywordPlanCampaignServiceGrpc
public static interface KeywordPlanCampaignServiceGrpc.AsyncService
Service to manage Keyword Plan campaigns.
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidmutateKeywordPlanCampaigns(MutateKeywordPlanCampaignsRequest request, io.grpc.stub.StreamObserver<MutateKeywordPlanCampaignsResponse> responseObserver) Creates, updates, or removes Keyword Plan campaigns.
-
Method Details
-
mutateKeywordPlanCampaigns
default 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]()
-