Class CustomInterestServiceGrpc.CustomInterestServiceFutureStub

    • 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 com.google.common.util.concurrent.ListenableFuture<CustomInterest> getCustomInterest​(GetCustomInterestRequest request)
         Returns the requested custom interest in full detail.
         List of thrown errors:
           [AuthenticationError]()
           [AuthorizationError]()
           [HeaderError]()
           [InternalError]()
           [QuotaError]()
           [RequestError]()
         
      • mutateCustomInterests

        public com.google.common.util.concurrent.ListenableFuture<MutateCustomInterestsResponse> mutateCustomInterests​(MutateCustomInterestsRequest request)
         Creates or updates custom interests. Operation statuses are returned.
         List of thrown errors:
           [AuthenticationError]()
           [AuthorizationError]()
           [CriterionError]()
           [CustomInterestError]()
           [HeaderError]()
           [InternalError]()
           [MutateError]()
           [PolicyViolationError]()
           [QuotaError]()
           [RequestError]()
           [StringLengthError]()