Service Health v1 API - Class ServiceHealthClientBuilder (1.0.0)

public sealed class ServiceHealthClientBuilder : ClientBuilderBase<ServiceHealthClient>

Reference documentation and code samples for the Service Health v1 API class ServiceHealthClientBuilder.

Builder class for ServiceHealthClient to provide simple configuration of credentials, endpoint etc.

Inheritance

object > ClientBuilderBaseServiceHealthClient > ServiceHealthClientBuilder

Namespace

Google.Cloud.ServiceHealth.V1

Assembly

Google.Cloud.ServiceHealth.V1.dll

Constructors

ServiceHealthClientBuilder()

public ServiceHealthClientBuilder()

Creates a new builder with default settings.

Properties

Settings

public ServiceHealthSettings Settings { get; set; }

The settings to use for RPCs, or null for the default settings.

Property Value
TypeDescription
ServiceHealthSettings

Methods

Build()

public override ServiceHealthClient Build()

Builds the resulting client.

Returns
TypeDescription
ServiceHealthClient
Overrides

BuildAsync(CancellationToken)

public override Task<ServiceHealthClient> BuildAsync(CancellationToken cancellationToken = default)

Builds the resulting client asynchronously.

Parameter
NameDescription
cancellationTokenCancellationToken
Returns
TypeDescription
TaskServiceHealthClient
Overrides

GetChannelPool()

protected override ChannelPool GetChannelPool()

Returns the channel pool to use when no other options are specified.

Returns
TypeDescription
ChannelPool
Overrides