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
Grafeas.V1Assembly
Grafeas.V1.dll
Constructors
GrafeasClientBuilder()
public GrafeasClientBuilder()
Creates a new builder with default settings.
Properties
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 |
BuildAsync(CancellationToken)
public override Task<GrafeasClient> BuildAsync(CancellationToken cancellationToken = default)
Builds the resulting client asynchronously.
Parameter | |
---|---|
Name | Description |
cancellationToken |
CancellationToken |
Returns | |
---|---|
Type | Description |
TaskGrafeasClient |
GetChannelPool()
protected override ChannelPool GetChannelPool()
Returns the channel pool to use when no other options are specified.
Returns | |
---|---|
Type | Description |
ChannelPool |