This class is designed to allow additional configuration to be introduced without
either overloading the ClientHelper constructor or making breaking changes.
Properties
ApiVersion
public string ApiVersion { get; set; }
The API version to send in the x-goog-api-version header, if any. This may be 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-05 UTC."],[[["This webpage details the `ClientHelper.Options` class, which is used to configure a `ClientHelper` instance within the `Google.Api.Gax.Grpc` namespace."],["The `ClientHelper.Options` class provides properties to set the API version (`ApiVersion`), specify a logger (`Logger`), and provide the necessary service settings (`Settings`)."],["The `ClientHelper.Options` class inherits several members from the `object` class, such as `Equals`, `GetHashCode`, and `ToString`."],["The `Settings` property of the class is mandatory and must not be null when passed into the constructor of `ClientHelper`."],["There are multiple versions of this class that can be referenced, the latest being 4.10.0 and the earliest being 3.2.0."]]],[]]