Interface CustomInterestServiceGrpc.AsyncService
-
- All Known Implementing Classes:
CustomInterestServiceGrpc.CustomInterestServiceImplBase
- Enclosing class:
- CustomInterestServiceGrpc
public static interface CustomInterestServiceGrpc.AsyncServiceService to manage custom interests.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default voidmutateCustomInterests(MutateCustomInterestsRequest request, io.grpc.stub.StreamObserver<MutateCustomInterestsResponse> responseObserver)Creates or updates custom interests.
-
-
-
Method Detail
-
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]()
-
-