| GitHub Repository |
Settings Classes
Settings classes can be used to configure credentials, endpoints, and retry settings for a Client.
| Settings | Description |
|---|---|
| com. |
Settings to control ChannelPool behavior.
To facilitate low latency/high throughout applications, gax provides a ChannelPool. The pool is meant to facilitate high throughput/low latency clients. By splitting load across |
| com. |
Grpc-specific settings for creating callables. |
Classes
| Class | Description |
|---|---|
| com. |
|
| com. |
Provides properties of the GAX-GRPC library. |
| com. |
GrpcCallContext encapsulates context data used to make a grpc call.
GrpcCallContext is immutable in the sense that none of its methods modifies the
GrpcCallContext itself or the underlying data. Methods of the form |
| com. |
|
| com. |
An interceptor to handle custom headers.
Package-private for internal usage. |
| com. |
|
| com. |
GrpcResponseMetadata provides a mechanism to access the headers and trailers returned by a gRPC
client method.
NOTE: the GrpcResponseMetadata class is not thread-safe and should NOT be re-used for multiple |
| com. |
A failure code specific to a gRPC call. |
| com. |
Implementation of TransportChannel based on gRPC. |
| com. |
|
| com. |
InstantiatingGrpcChannelProvider is a TransportChannelProvider which constructs a gRPC ManagedChannel with a number of configured inputs every time getChannel(...) is called. These inputs include a port, a service address, and credentials. |
| com. |
|
| com. |
Public for technical reasons; intended for use by generated code. |
| com. |
|
| com. |
Interfaces
| Interface | Description |
|---|---|
| com. |
This interface represents a factory for creating one ManagedChannel
This is public only for technical reasons, for advanced usage. |
| com. |
An interface to prepare a ManagedChannel for normal requests by priming the channel
This is public only for technical reasons, for advanced usage. |
| com. |
Provider of custom gRPC ClientInterceptors. |
| com. |
An interface to handle metadata returned from an RPC. A ResponseMetadataHandler is used by the GrpcMetadataHandlerInterceptor class to provide custom handling of the returned headers and trailers. |
Enums
| Enum | Description |
|---|---|
| com. |