Uses of Interface
com.google.api.gax.rpc.TransportChannelProvider
Packages that use TransportChannelProvider
-
Uses of TransportChannelProvider in com.google.api.gax.rpc
Classes in com.google.api.gax.rpc that implement TransportChannelProviderModifier and TypeClassDescriptionclassAn instance of TransportChannelProvider that always provides the same TransportChannel.Methods in com.google.api.gax.rpc that return TransportChannelProviderModifier and TypeMethodDescriptionClientSettings.Builder.getTransportChannelProvider()Gets the TransportProvider that was previously set on this Builder.final TransportChannelProviderClientSettings.getTransportChannelProvider()StubSettings.Builder.getTransportChannelProvider()Gets the TransportProvider that was previously set on this Builder.final TransportChannelProviderStubSettings.getTransportChannelProvider()FixedTransportChannelProvider.withCredentials(com.google.auth.Credentials credentials) TransportChannelProvider.withCredentials(com.google.auth.Credentials credentials) Sets the credentials that will be applied before channel creation.FixedTransportChannelProvider.withEndpoint(String endpoint) TransportChannelProvider.withEndpoint(String endpoint) Sets the endpoint to use when constructing a newTransportChannel.TransportChannelProvider.withExecutor(Executor executor) Sets the executor to use when constructing a newTransportChannel.TransportChannelProvider.withExecutor(ScheduledExecutorService executor) Deprecated.TransportChannelProvider.withHeaders(Map<String, String> headers) Sets the headers to use when constructing a newTransportChannel.FixedTransportChannelProvider.withPoolSize(int size) Deprecated.FixedTransportChannelProvider doesn't support ChannelPool configurationTransportChannelProvider.withPoolSize(int size) Deprecated.Pool settings should be configured on the builder of the specific implementation.FixedTransportChannelProvider.withUseS2A(boolean useS2A) default TransportChannelProviderTransportChannelProvider.withUseS2A(boolean useS2A) Sets whether to use S2A when constructing a newTransportChannel.Methods in com.google.api.gax.rpc with parameters of type TransportChannelProviderModifier and TypeMethodDescriptionClientSettings.Builder.setTransportChannelProvider(TransportChannelProvider transportChannelProvider) Sets the TransportProvider to use for getting the transport-specific context to make calls with.StubSettings.Builder.setTransportChannelProvider(TransportChannelProvider transportChannelProvider) Sets the TransportProvider to use for getting the transport-specific context to make calls with.
withExecutor(Executor).