public static GrpcChannelOptions CreateChannelOptions(this BigtableServiceApiSettings settings)
Creates a collection of Grpc.Core.ChannelOption instances which can be used to create a Grpc.Core.Channel
or Grpc.Gcp.GcpCallInvoker pre-configured based on the specified settings (or the default settings if they
are null).
[[["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 page details the `BigtableServiceApiSettingsExtensions` class, which provides extension methods for `BigtableServiceApiSettings` within the `Google.Cloud.Bigtable.V2` namespace."],["The most recent version of the BigtableServiceApiSettings is 3.17.0, and the documentation covers a range of versions from 2.2.0 to the latest."],["The `CreateChannelOptions` method allows you to create `Grpc.Core.ChannelOption` instances for configuring `Grpc.Core.Channel` or `Grpc.Gcp.GcpCallInvoker` objects based on specified or default settings."],["`CreateChannelOptions` accepts a settings object as a parameter which, if null, will default to the default settings."],["The MaxChannels and PreferredMaxStreamsPerChannel settings values are ignored if the options are used to create a Grpc.Core.Channel."]]],[]]