A pool of GCP call invokers for the same service, but with potentially different endpoints and/or channel options.
Each endpoint/options pair has a single GcpCallInvoker. All call invokers created by this pool use
default application credentials. This class is thread-safe.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This documentation covers various versions of the Google.Api.Gax.Grpc.Gcp library, with version 4.10.0 being the latest release."],["The library includes classes like AffinityConfig, ApiConfig, ChannelPoolConfig, GcpCallInvoker, and GcpCallInvokerPool, each designed to manage and optimize gRPC calls within the Google Cloud Platform environment."],["The GcpCallInvoker class facilitates fanning calls across multiple channels based on request properties, while GcpCallInvokerPool manages a collection of GcpCallInvokers for different endpoints and channel options."],["The library also has a GrpcGcpReflection class, that holds the reflection information from the grpc_gcp.proto."],["There is an AffinityConfig.Types.Command enum that is also included in this library."]]],[]]