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