Class CustomInterestServiceGrpc.CustomInterestServiceImplBase

  • All Implemented Interfaces:
    io.grpc.BindableService
    Enclosing class:
    CustomInterestServiceGrpc

    public abstract static class CustomInterestServiceGrpc.CustomInterestServiceImplBase
    extends java.lang.Object
    implements io.grpc.BindableService
     Service to manage custom interests.
     
    • Constructor Detail

      • CustomInterestServiceImplBase

        public CustomInterestServiceImplBase()
    • Method Detail

      • mutateCustomInterests

        public 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]()
         
      • bindService

        public final io.grpc.ServerServiceDefinition bindService()
        Specified by:
        bindService in interface io.grpc.BindableService