Class ErrorGroupServiceClientBuilder (3.0.0-beta01)

public sealed class ErrorGroupServiceClientBuilder : ClientBuilderBase<ErrorGroupServiceClient>

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

Inheritance

Object > ClientBuilderBase<ErrorGroupServiceClient> > ErrorGroupServiceClientBuilder

Namespace

Google.Cloud.ErrorReporting.V1Beta1

Assembly

Google.Cloud.ErrorReporting.V1Beta1.dll

Constructors

ErrorGroupServiceClientBuilder()

public ErrorGroupServiceClientBuilder()

Creates a new builder with default settings.

Properties

Settings

public ErrorGroupServiceSettings Settings { get; set; }

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

Property Value
TypeDescription
ErrorGroupServiceSettings

Methods

Build()

public override ErrorGroupServiceClient Build()

Builds the resulting client.

Returns
TypeDescription
ErrorGroupServiceClient
Overrides
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Cloud.ErrorReporting.V1Beta1.ErrorGroupServiceClient>.Build()

BuildAsync(CancellationToken)

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

Builds the resulting client asynchronously.

Parameter
NameDescription
cancellationTokenCancellationToken
Returns
TypeDescription
Task<ErrorGroupServiceClient>
Overrides
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Cloud.ErrorReporting.V1Beta1.ErrorGroupServiceClient>.BuildAsync(System.Threading.CancellationToken)

GetChannelPool()

protected override ChannelPool GetChannelPool()

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

Returns
TypeDescription
ChannelPool
Overrides
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Cloud.ErrorReporting.V1Beta1.ErrorGroupServiceClient>.GetChannelPool()