Grafeas v1 API - Class GrafeasClientBuilder (3.1.0)

public sealed class GrafeasClientBuilder : ClientBuilderBase<GrafeasClient>

Reference documentation and code samples for the Grafeas v1 API class GrafeasClientBuilder.

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

Inheritance

object > ClientBuilderBaseGrafeasClient > GrafeasClientBuilder

Namespace

GrafeasV1

Assembly

Grafeas.V1.dll

Constructors

GrafeasClientBuilder()

public GrafeasClientBuilder()

Creates a new builder with default settings.

Properties

CanUseChannelPool

protected override bool CanUseChannelPool { get; }
Property Value
TypeDescription
bool
Overrides
Google.Api.Gax.Grpc.ClientBuilderBase<Grafeas.V1.GrafeasClient>.CanUseChannelPool

Settings

public GrafeasSettings Settings { get; set; }

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

Property Value
TypeDescription
GrafeasSettings

Methods

Build()

public override GrafeasClient Build()

Builds the resulting client.

Returns
TypeDescription
GrafeasClient
Overrides
Google.Api.Gax.Grpc.ClientBuilderBase<Grafeas.V1.GrafeasClient>.Build()

BuildAsync(CancellationToken)

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

Builds the resulting client asynchronously.

Parameter
NameDescription
cancellationTokenCancellationToken
Returns
TypeDescription
TaskGrafeasClient
Overrides
Google.Api.Gax.Grpc.ClientBuilderBase<Grafeas.V1.GrafeasClient>.BuildAsync(System.Threading.CancellationToken)

GetChannelPool()

protected override ChannelPool GetChannelPool()
Returns
TypeDescription
ChannelPool
Overrides
Google.Api.Gax.Grpc.ClientBuilderBase<Grafeas.V1.GrafeasClient>.GetChannelPool()

Validate()

protected override void Validate()
Overrides
Google.Api.Gax.Grpc.ClientBuilderBase<Grafeas.V1.GrafeasClient>.Validate()