Types
Provides per-call authentication credentials for gRPC calls.
The collection of runtime options for a new gRPC call.
GrpcClient manages gRPC communication by providing implementation for making asynchronous RPC calls.
The scope of a single outgoing gRPC client call observed by a GrpcClientInterceptor.
Configuration class for a gRPC client, providing customization options for client behavior, including interceptors, credentials, marshaller resolution, and authority overrides.
Base class for client channel credentials.
Client-side interceptor for gRPC calls.
A call credential that performs no authentication.
Plaintext credentials with no transport security.
TLS/SSL credentials for secure transport.
Builder for configuring GrpcTlsClientCredentials.
Functions
Combines two call credentials into a single credential that applies both.
Combines client credentials with call credentials.
Creates and configures a gRPC client instance.
Combines two call credentials into a single credential that applies both.
Combines client credentials with call credentials.