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.
Namespace
GrafeasV1Assembly
Grafeas.V1.dll
Constructors
GrafeasClientBuilder()
public GrafeasClientBuilder()
Creates a new builder with default settings.
Properties
CanUseChannelPool
protected override bool CanUseChannelPool { get; }
Property Value | |
---|---|
Type | Description |
bool |
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 | |
---|---|
Type | Description |
GrafeasSettings |
Methods
Build()
public override GrafeasClient Build()
Builds the resulting client.
Returns | |
---|---|
Type | Description |
GrafeasClient |
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 | |
---|---|
Name | Description |
cancellationToken | CancellationToken |
Returns | |
---|---|
Type | Description |
TaskGrafeasClient |
Google.Api.Gax.Grpc.ClientBuilderBase<Grafeas.V1.GrafeasClient>.BuildAsync(System.Threading.CancellationToken)
GetChannelPool()
protected override ChannelPool GetChannelPool()
Returns | |
---|---|
Type | Description |
ChannelPool |
Google.Api.Gax.Grpc.ClientBuilderBase<Grafeas.V1.GrafeasClient>.GetChannelPool()
Validate()
protected override void Validate()
Google.Api.Gax.Grpc.ClientBuilderBase<Grafeas.V1.GrafeasClient>.Validate()