package io.grpc; /* loaded from: classes6.dex */ public interface ClientInterceptor { ClientCall interceptCall(MethodDescriptor methodDescriptor, CallOptions callOptions, Channel channel); }