C# Class Google.Api.Gax.Grpc.ServiceSettingsBase

Common settings for all services.
ファイルを表示 Open project: googleapis/gax-dotnet Class Usage Examples

Private Properties

Property Type Description

Protected Methods

Method Description
ServiceSettingsBase ( ) : Grpc.Core

Constructs a new service settings base object with a default user agent, unset call settings and unset clock.

ServiceSettingsBase ( ServiceSettingsBase existing ) : Grpc.Core

Constructs a new service settings base object by cloning the settings from an existing one.

Method Details

ServiceSettingsBase() protected method

Constructs a new service settings base object with a default user agent, unset call settings and unset clock.
protected ServiceSettingsBase ( ) : Grpc.Core
return Grpc.Core

ServiceSettingsBase() protected method

Constructs a new service settings base object by cloning the settings from an existing one.
protected ServiceSettingsBase ( ServiceSettingsBase existing ) : Grpc.Core
existing ServiceSettingsBase The existing settings object to clone settings from. Must not be null.
return Grpc.Core