Class ClientHelper.Options (4.8.0)

public sealed class ClientHelper.Options

The options used to construct a ClientHelper.

Inheritance

object > ClientHelper.Options

Namespace

Google.Api.Gax.Grpc

Assembly

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