Interface KeywordPlanServiceGrpc.AsyncService
-
- All Known Implementing Classes:
KeywordPlanServiceGrpc.KeywordPlanServiceImplBase
- Enclosing class:
- KeywordPlanServiceGrpc
public static interface KeywordPlanServiceGrpc.AsyncServiceService to manage keyword plans.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default voidmutateKeywordPlans(MutateKeywordPlansRequest request, io.grpc.stub.StreamObserver<MutateKeywordPlansResponse> responseObserver)Creates, updates, or removes keyword plans.
-
-
-
Method Detail
-
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]()
-
-