Uses of Interface
com.google.api.gax.rpc.TransportChannelProvider
-
Packages that use TransportChannelProvider Package Description com.google.api.gax.rpc -
-
Uses of TransportChannelProvider in com.google.api.gax.rpc
Classes in com.google.api.gax.rpc that implement TransportChannelProvider Modifier and Type Class Description classFixedTransportChannelProviderAn instance of TransportChannelProvider that always provides the same TransportChannel.Methods in com.google.api.gax.rpc that return TransportChannelProvider Modifier and Type Method Description TransportChannelProviderClientSettings.Builder. getTransportChannelProvider()Gets the TransportProvider that was previously set on this Builder.TransportChannelProviderClientSettings. getTransportChannelProvider()TransportChannelProviderStubSettings.Builder. getTransportChannelProvider()Gets the TransportProvider that was previously set on this Builder.TransportChannelProviderStubSettings. getTransportChannelProvider()TransportChannelProviderFixedTransportChannelProvider. withCredentials(com.google.auth.Credentials credentials)TransportChannelProviderTransportChannelProvider. withCredentials(com.google.auth.Credentials credentials)Sets the credentials that will be applied before channel creation.TransportChannelProviderFixedTransportChannelProvider. withEndpoint(String endpoint)TransportChannelProviderTransportChannelProvider. withEndpoint(String endpoint)Sets the endpoint to use when constructing a newTransportChannel.TransportChannelProviderTransportChannelProvider. withExecutor(Executor executor)Sets the executor to use when constructing a newTransportChannel.TransportChannelProviderTransportChannelProvider. withExecutor(ScheduledExecutorService executor)Deprecated.Please usewithExecutor(Executor).TransportChannelProviderTransportChannelProvider. withHeaders(Map<String,String> headers)Sets the headers to use when constructing a newTransportChannel.TransportChannelProviderFixedTransportChannelProvider. withPoolSize(int size)Deprecated.FixedTransportChannelProvider doesn't support ChannelPool configurationTransportChannelProviderTransportChannelProvider. withPoolSize(int size)Deprecated.Pool settings should be configured on the builder of the specific implementation.Methods in com.google.api.gax.rpc with parameters of type TransportChannelProvider Modifier and Type Method Description BClientSettings.Builder. setTransportChannelProvider(TransportChannelProvider transportChannelProvider)Sets the TransportProvider to use for getting the transport-specific context to make calls with.BStubSettings.Builder. setTransportChannelProvider(TransportChannelProvider transportChannelProvider)Sets the TransportProvider to use for getting the transport-specific context to make calls with.
-