| Method and Description |
|---|
| com.google.api.gax.httpjson.InstantiatingHttpJsonChannelProvider.acceptsPoolSize()
REST transport channel doesn't support channel pooling
|
| com.google.api.gax.httpjson.HttpJsonCallContext.getCredentials() |
| com.google.api.gax.httpjson.HttpJsonCallContext.getDeadline() |
| com.google.api.gax.httpjson.InstantiatingHttpJsonChannelProvider.needsExecutor()
If executor is not set, this channel provider will create channels with default
executor defined in
ManagedHttpJsonChannel. |
| com.google.api.gax.httpjson.InstantiatingHttpJsonChannelProvider.Builder.setExecutorProvider(ExecutorProvider) |
| com.google.api.gax.httpjson.HttpJsonCallContext.withDeadline(Instant) |
| com.google.api.gax.httpjson.InstantiatingHttpJsonChannelProvider.withExecutor(ScheduledExecutorService) |
| com.google.api.gax.httpjson.InstantiatingHttpJsonChannelProvider.withPoolSize(int)
REST transport channel doesn't support channel pooling
|