We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bb3a26 commit 680c4b6Copy full SHA for 680c4b6
speech/grpc/src/main/java/com/examples/cloud/speech/AsyncRecognizeClient.java
@@ -29,6 +29,7 @@
29
import com.google.longrunning.OperationsGrpc;
30
31
import io.grpc.ManagedChannel;
32
+import io.grpc.ManagedChannelBuilder;
33
import io.grpc.StatusRuntimeException;
34
import io.grpc.auth.ClientAuthInterceptor;
35
import io.grpc.netty.NegotiationType;
0 commit comments