This is an abstract class with all concrete subclasses internal, and internal abstract methods
to prevent instantiation elsewhere. (The abstraction itself may change over time.)
Methods
GetFallbackAdapter(ServiceMetadata)
public static GrpcAdapter GetFallbackAdapter(ServiceMetadata serviceMetadata)
Returns a fallback provider suitable for the given API
[[["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-04-17 UTC."],[[["This webpage provides documentation for the `GrpcAdapter` class, which serves as an interoperability layer for various gRPC transports within the Google.Api.Gax.Grpc namespace."],["The `GrpcAdapter` class is an abstract class with concrete subclasses like `GrpcCoreAdapter`, `GrpcNetClientAdapter`, and `RestGrpcAdapter`, all of which are internal."],["The latest version of `GrpcAdapter` is 4.10.0, with several previous versions, including 4.8.0, 4.4.0, 4.3.1, 4.2.0, 4.0.0, and 3.2.0, also having documentation pages."],["The `GetFallbackAdapter` method is used to obtain a suitable GrpcAdapter for a given API, preferring the use of the binary gRPC transport when available."],["The class is found in the `Google.Api.Gax.Grpc` namespace within the `Google.Api.Gax.Grpc.dll` assembly."]]],[]]