Class and Description |
---|
io.grpc.auth.ClientAuthInterceptor
use
GoogleAuthLibraryCallCredentials instead. |
Method and Description |
---|
io.grpc.CallOptions.getDeadlineNanoTime()
Use
CallOptions.getDeadline() instead. |
io.grpc.protobuf.ProtoUtils.marshaller(T)
Use ProtoLiteUtils.marshaller() or Message-based marshaller() instead
|
io.grpc.CallOptions.withDeadlineNanoTime(Long)
Use
CallOptions.withDeadline(Deadline) instead. |
io.grpc.stub.AbstractStub.withDeadlineNanoTime(Long)
Use
AbstractStub.withDeadline(Deadline) instead. |