public sealed class ClientHelper.OptionsThe options used to construct a ClientHelper.
Namespace
Google.Api.Gax.GrpcAssembly
Google.Api.Gax.Grpc.dll
Remarks
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.
| Property Value | |
|---|---|
| Type | Description | 
| string | |
Logger
public ILogger Logger { get; set; }The logger to use, if any. This may be null.
| Property Value | |
|---|---|
| Type | Description | 
| ILogger | |
Settings
public ServiceSettingsBase Settings { get; set; }The service settings. This must not be null when the options are passed to the ClientHelper constructor.
| Property Value | |
|---|---|
| Type | Description | 
| ServiceSettingsBase | |