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 details the `GrpcAdapter` abstract class, which serves as an interoperability layer for different gRPC transports within the `Google.Api.Gax.Grpc` namespace."],["The `GrpcAdapter` class has concrete subclasses, including `GrpcCoreAdapter`, `GrpcNetClientAdapter`, and `RestGrpcAdapter`, each designed for specific gRPC transport implementations."],["It provides a `GetFallbackAdapter` method that allows to return a GrpcAdapter suitable for the given API, with a preference for the binary gRPC transport."],["The latest version available for the GrpcAdapter class is 4.10.0, with older versions from 4.8.0 to 3.2.0 also being documented."],["As an abstract class it contains inherited members from `object`, and are listed on the page, including but not limited to: Equals, GetHashCode, GetType, MemberwiseClone, and ToString."]]],[]]