Uses of Interface
com.google.api.gax.rpc.TransportChannel
Packages that use TransportChannel
-
Uses of TransportChannel in com.google.api.gax.rpc
Methods in com.google.api.gax.rpc that return TransportChannelModifier and TypeMethodDescriptionabstract TransportChannelClientContext.getTransportChannel()FixedTransportChannelProvider.getTransportChannel()TransportChannelProvider.getTransportChannel()Provides a Transport, which could either be a new instance for every call, or the same instance, depending on the implementation.Methods in com.google.api.gax.rpc with parameters of type TransportChannelModifier and TypeMethodDescriptionFixedTransportChannelProvider.create(TransportChannel transportChannel) Creates a FixedTransportChannelProvider.abstract ClientContext.BuilderClientContext.Builder.setTransportChannel(TransportChannel transportChannel) ApiCallContext.withTransportChannel(TransportChannel channel) Returns a new ApiCallContext with the given channel set.