Uses of Interface
com.google.api.gax.rpc.TransportChannel
-
Packages that use TransportChannel Package Description com.google.api.gax.rpc -
-
Uses of TransportChannel in com.google.api.gax.rpc
Methods in com.google.api.gax.rpc that return TransportChannel Modifier and Type Method Description abstract TransportChannelClientContext. getTransportChannel()TransportChannelFixedTransportChannelProvider. getTransportChannel()TransportChannelTransportChannelProvider. 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 TransportChannel Modifier and Type Method Description static FixedTransportChannelProviderFixedTransportChannelProvider. create(TransportChannel transportChannel)Creates a FixedTransportChannelProvider.abstract ClientContext.BuilderClientContext.Builder. setTransportChannel(TransportChannel transportChannel)ApiCallContextApiCallContext. withTransportChannel(TransportChannel channel)Returns a new ApiCallContext with the given channel set.
-