Interface KeywordPlanServiceGrpc.AsyncService
- All Known Implementing Classes:
KeywordPlanServiceGrpc.KeywordPlanServiceImplBase
- Enclosing class:
- KeywordPlanServiceGrpc
public static interface KeywordPlanServiceGrpc.AsyncService
Service to manage keyword plans.
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidmutateKeywordPlans(MutateKeywordPlansRequest request, io.grpc.stub.StreamObserver<MutateKeywordPlansResponse> responseObserver) Creates, updates, or removes keyword plans.
-
Method Details
-
mutateKeywordPlans
default void mutateKeywordPlans(MutateKeywordPlansRequest request, io.grpc.stub.StreamObserver<MutateKeywordPlansResponse> responseObserver) Creates, updates, or removes keyword plans. Operation statuses are returned. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [DatabaseError]() [FieldError]() [HeaderError]() [InternalError]() [KeywordPlanError]() [MutateError]() [NewResourceCreationError]() [QuotaError]() [RequestError]() [ResourceCountLimitExceededError]() [StringLengthError]()
-