Uses of Class
com.google.api.gax.grpc.InstantiatingGrpcChannelProvider.Builder
Packages that use InstantiatingGrpcChannelProvider.Builder
-
Uses of InstantiatingGrpcChannelProvider.Builder in com.google.api.gax.grpc
Methods in com.google.api.gax.grpc that return InstantiatingGrpcChannelProvider.BuilderModifier and TypeMethodDescriptionInstantiatingGrpcChannelProvider.newBuilder()InstantiatingGrpcChannelProvider.Builder.setAllowHardBoundTokenTypes(List<InstantiatingGrpcChannelProvider.HardBoundTokenTypes> allowedValues) InstantiatingGrpcChannelProvider.Builder.setAllowNonDefaultServiceAccount(boolean allowNonDefaultServiceAccount) Whether allow non-default service account for DirectPath.InstantiatingGrpcChannelProvider.Builder.setAttemptDirectPath(boolean attemptDirectPath) Whether attempt DirectPath.InstantiatingGrpcChannelProvider.Builder.setAttemptDirectPathXds()Use DirectPath xDS.InstantiatingGrpcChannelProvider.Builder.setBackgroundExecutor(ScheduledExecutorService executor) Sets the background executor for this TransportChannelProvider.InstantiatingGrpcChannelProvider.Builder.setChannelConfigurator(ApiFunction<io.grpc.ManagedChannelBuilder, io.grpc.ManagedChannelBuilder> channelConfigurator) Add a callback that can intercept channel creation.InstantiatingGrpcChannelProvider.Builder.setChannelPoolSettings(ChannelPoolSettings settings) InstantiatingGrpcChannelProvider.Builder.setChannelPrimer(ChannelPrimer channelPrimer) By setting a channelPrimer, the ChannelPool created by the provider will be refreshing ChannelPool. channelPrimer will be invoked periodically when the channels are refreshedInstantiatingGrpcChannelProvider.Builder.setChannelsPerCpu(double multiplier) Deprecated.InstantiatingGrpcChannelProvider.Builder.setChannelsPerCpu(double multiplier, int maxChannels) Deprecated.Please usesetChannelPoolSettings(ChannelPoolSettings)InstantiatingGrpcChannelProvider.Builder.setCredentials(com.google.auth.Credentials credentials) InstantiatingGrpcChannelProvider.Builder.setDirectPathServiceConfig(Map<String, ?> serviceConfig) Sets a service config for direct path.InstantiatingGrpcChannelProvider.Builder.setEndpoint(String endpoint) Sets the endpoint used to reach the service, eg "localhost:8080".InstantiatingGrpcChannelProvider.Builder.setExecutor(Executor executor) Sets the Executor for this TransportChannelProvider.InstantiatingGrpcChannelProvider.Builder.setExecutorProvider(ExecutorProvider executorProvider) Deprecated.Please usesetExecutor(Executor).InstantiatingGrpcChannelProvider.Builder.setHeaderProvider(HeaderProvider headerProvider) Sets the HeaderProvider for this TransportChannelProvider.InstantiatingGrpcChannelProvider.Builder.setInterceptorProvider(GrpcInterceptorProvider interceptorProvider) Sets the GrpcInterceptorProvider for this TransportChannelProvider.InstantiatingGrpcChannelProvider.Builder.setKeepAliveTime(org.threeten.bp.Duration duration) This method is obsolete.InstantiatingGrpcChannelProvider.Builder.setKeepAliveTimeDuration(Duration duration) The time without read activity before sending a keepalive ping.InstantiatingGrpcChannelProvider.Builder.setKeepAliveTimeout(org.threeten.bp.Duration duration) This method is obsolete.InstantiatingGrpcChannelProvider.Builder.setKeepAliveTimeoutDuration(Duration duration) The time without read activity after sending a keepalive ping.InstantiatingGrpcChannelProvider.Builder.setKeepAliveWithoutCalls(Boolean keepalive) Whether keepalive will be performed when there are no outstanding RPCs.InstantiatingGrpcChannelProvider.Builder.setMaxInboundMessageSize(Integer max) The maximum message size allowed to be received on the channel.InstantiatingGrpcChannelProvider.Builder.setMaxInboundMetadataSize(Integer max) The maximum metadata size allowed to be received on the channel.InstantiatingGrpcChannelProvider.Builder.setMtlsEndpoint(String mtlsEndpoint) Sets the mTLS Endpoint used to reach the service, eg "localhost:8080".InstantiatingGrpcChannelProvider.Builder.setPoolSize(int poolSize) Deprecated.Please usesetChannelPoolSettings(ChannelPoolSettings)InstantiatingGrpcChannelProvider.toBuilder()
setChannelPoolSettings(ChannelPoolSettings)