public sealed class GrafeasClientBuilder : ClientBuilderBase<GrafeasClient>
Builder class for GrafeasClient to provide simple configuration of credentials, endpoint etc.
Namespace
Grafeas.V1Assembly
Grafeas.V1.dll
Properties
DefaultGrpcAdapter
protected override GrpcAdapter DefaultGrpcAdapter { get; }
Returns the default GrpcAdapterto use if not otherwise specified.
Property Value | |
---|---|
Type | Description |
GrpcAdapter |
Google.Api.Gax.Grpc.ClientBuilderBase<Grafeas.V1.GrafeasClient>.DefaultGrpcAdapter
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(CancellationToken))
Builds the resulting client asynchronously.
Parameter | |
---|---|
Name | Description |
cancellationToken | CancellationToken |
Returns | |
---|---|
Type | Description |
Task<GrafeasClient> |
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()
GetDefaultEndpoint()
protected override string GetDefaultEndpoint()
Returns | |
---|---|
Type | Description |
String |
Google.Api.Gax.Grpc.ClientBuilderBase<Grafeas.V1.GrafeasClient>.GetDefaultEndpoint()
GetDefaultScopes()
protected override IReadOnlyList<string> GetDefaultScopes()
Returns the default scopes for this builder type, used if no scopes are otherwise specified.
Returns | |
---|---|
Type | Description |
IReadOnlyList<String> |
Google.Api.Gax.Grpc.ClientBuilderBase<Grafeas.V1.GrafeasClient>.GetDefaultScopes()
Validate()
protected override void Validate()
Google.Api.Gax.Grpc.ClientBuilderBase<Grafeas.V1.GrafeasClient>.Validate()