Interface CustomInterestServiceGrpc.AsyncService
- All Known Implementing Classes:
CustomInterestServiceGrpc.CustomInterestServiceImplBase
- Enclosing class:
- CustomInterestServiceGrpc
public static interface CustomInterestServiceGrpc.AsyncService
Service to manage custom interests.
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidmutateCustomInterests(MutateCustomInterestsRequest request, io.grpc.stub.StreamObserver<MutateCustomInterestsResponse> responseObserver) Creates or updates custom interests.
-
Method Details
-
mutateCustomInterests
default void mutateCustomInterests(MutateCustomInterestsRequest request, io.grpc.stub.StreamObserver<MutateCustomInterestsResponse> responseObserver) Creates or updates custom interests. Operation statuses are returned. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [CriterionError]() [CustomInterestError]() [HeaderError]() [InternalError]() [MutateError]() [PolicyViolationError]() [QuotaError]() [RequestError]() [StringLengthError]()
-