static InstantiatingGrpcChannelProvider.Builder |
InstantiatingGrpcChannelProvider.newBuilder() |
|
InstantiatingGrpcChannelProvider.Builder |
InstantiatingGrpcChannelProvider.Builder.setAllowNonDefaultServiceAccount(boolean allowNonDefaultServiceAccount) |
Whether allow non-default service account for DirectPath.
|
InstantiatingGrpcChannelProvider.Builder |
InstantiatingGrpcChannelProvider.Builder.setAttemptDirectPath(boolean attemptDirectPath) |
Whether attempt DirectPath.
|
InstantiatingGrpcChannelProvider.Builder |
InstantiatingGrpcChannelProvider.Builder.setChannelConfigurator(ApiFunction<io.grpc.ManagedChannelBuilder,io.grpc.ManagedChannelBuilder> channelConfigurator) |
Add a callback that can intercept channel creation.
|
InstantiatingGrpcChannelProvider.Builder |
InstantiatingGrpcChannelProvider.Builder.setChannelPoolSettings(ChannelPoolSettings settings) |
|
InstantiatingGrpcChannelProvider.Builder |
InstantiatingGrpcChannelProvider.Builder.setChannelPrimer(ChannelPrimer channelPrimer) |
By setting a channelPrimer, the ChannelPool created by the provider will be refreshing
ChannelPool.
|
InstantiatingGrpcChannelProvider.Builder |
InstantiatingGrpcChannelProvider.Builder.setChannelsPerCpu(double multiplier) |
Deprecated.
|
InstantiatingGrpcChannelProvider.Builder |
InstantiatingGrpcChannelProvider.Builder.setChannelsPerCpu(double multiplier,
int maxChannels) |
Deprecated.
|
InstantiatingGrpcChannelProvider.Builder |
InstantiatingGrpcChannelProvider.Builder.setCredentials(com.google.auth.Credentials credentials) |
|
InstantiatingGrpcChannelProvider.Builder |
InstantiatingGrpcChannelProvider.Builder.setDirectPathServiceConfig(Map<String,?> serviceConfig) |
Sets a service config for direct path.
|
InstantiatingGrpcChannelProvider.Builder |
InstantiatingGrpcChannelProvider.Builder.setEndpoint(String endpoint) |
Sets the endpoint used to reach the service, eg "localhost:8080".
|
InstantiatingGrpcChannelProvider.Builder |
InstantiatingGrpcChannelProvider.Builder.setExecutor(Executor executor) |
Sets the Executor for this TransportChannelProvider.
|
InstantiatingGrpcChannelProvider.Builder |
InstantiatingGrpcChannelProvider.Builder.setExecutorProvider(ExecutorProvider executorProvider) |
Deprecated.
|
InstantiatingGrpcChannelProvider.Builder |
InstantiatingGrpcChannelProvider.Builder.setHeaderProvider(HeaderProvider headerProvider) |
Sets the HeaderProvider for this TransportChannelProvider.
|
InstantiatingGrpcChannelProvider.Builder |
InstantiatingGrpcChannelProvider.Builder.setInterceptorProvider(GrpcInterceptorProvider interceptorProvider) |
Sets the GrpcInterceptorProvider for this TransportChannelProvider.
|
InstantiatingGrpcChannelProvider.Builder |
InstantiatingGrpcChannelProvider.Builder.setKeepAliveTime(org.threeten.bp.Duration duration) |
The time without read activity before sending a keepalive ping.
|
InstantiatingGrpcChannelProvider.Builder |
InstantiatingGrpcChannelProvider.Builder.setKeepAliveTimeout(org.threeten.bp.Duration duration) |
The time without read activity after sending a keepalive ping.
|
InstantiatingGrpcChannelProvider.Builder |
InstantiatingGrpcChannelProvider.Builder.setKeepAliveWithoutCalls(Boolean keepalive) |
Whether keepalive will be performed when there are no outstanding RPCs.
|
InstantiatingGrpcChannelProvider.Builder |
InstantiatingGrpcChannelProvider.Builder.setMaxInboundMessageSize(Integer max) |
The maximum message size allowed to be received on the channel.
|
InstantiatingGrpcChannelProvider.Builder |
InstantiatingGrpcChannelProvider.Builder.setMaxInboundMetadataSize(Integer max) |
The maximum metadata size allowed to be received on the channel.
|
InstantiatingGrpcChannelProvider.Builder |
InstantiatingGrpcChannelProvider.Builder.setPoolSize(int poolSize) |
Deprecated.
|
InstantiatingGrpcChannelProvider.Builder |
InstantiatingGrpcChannelProvider.toBuilder() |
|