Class CustomInterestServiceGrpc.CustomInterestServiceStub

    • Nested Class Summary

      • Nested classes/interfaces inherited from class io.grpc.stub.AbstractStub

        io.grpc.stub.AbstractStub.StubFactory<T extends io.grpc.stub.AbstractStub<T>>
    • Method Detail

      • getCustomInterest

        public void getCustomInterest​(GetCustomInterestRequest request,
                                      io.grpc.stub.StreamObserver<CustomInterest> responseObserver)
         Returns the requested custom interest in full detail.
         List of thrown errors:
           [AuthenticationError]()
           [AuthorizationError]()
           [HeaderError]()
           [InternalError]()
           [QuotaError]()
           [RequestError]()
         
      • 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]()