[[["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 webpage details the `GrpcCoreAdapter` class, which is an implementation of `GrpcAdapter` specifically designed for Grpc.Core within the Google.Api.Gax.Grpc.GrpcCore namespace."],["The latest version of `GrpcCoreAdapter` is 4.10.0, with previous versions available, ranging back to 3.2.0, all linked to their respective documentation."],["`GrpcCoreAdapter` inherits from `GrpcAdapter` and ultimately from `Object`, inheriting various methods such as `CreateChannel`, `ToString`, and `Equals`."],["The `GrpcCoreAdapter` class features a static `Instance` property that returns a singleton instance of the class and includes a `ConvertOptions` method to convert `GrpcChannelOptions` into a list of `ChannelOption`."],["The `CreateChannelImpl` method, which is a protected override, is part of the class, it takes in string endpoint, channel credentials and `GrpcChannelOptions` to create a `ChannelBase`."]]],[]]