public sealed class BigtableServiceApiClientBuilder : ClientBuilderBase<BigtableServiceApiClient>
Namespace
Google.Cloud.Bigtable.V2
Assembly
Google.Cloud.Bigtable.V2.dll
Constructors
BigtableServiceApiClientBuilder()
public BigtableServiceApiClientBuilder()
Creates a new instance with no settings.
Properties
CanUseChannelPool
protected override bool CanUseChannelPool { get; }
Property Value |
---|
Type | Description |
Boolean | |
Overrides
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Cloud.Bigtable.V2.BigtableServiceApiClient>.CanUseChannelPool
DefaultGrpcAdapter
protected override GrpcAdapter DefaultGrpcAdapter { get; }
Returns the default GrpcAdapterto use if not otherwise specified.
Overrides
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Cloud.Bigtable.V2.BigtableServiceApiClient>.DefaultGrpcAdapter
Settings
public BigtableServiceApiSettings Settings { get; set; }
The settings to use for RPCs, or null
for the default settings.
Methods
Build()
public override BigtableServiceApiClient Build()
Builds the resulting client.
Overrides
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Cloud.Bigtable.V2.BigtableServiceApiClient>.Build()
BuildAsync(CancellationToken)
public override Task<BigtableServiceApiClient> BuildAsync(CancellationToken cancellationToken = default(CancellationToken))
Builds the resulting client asynchronously.
Overrides
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Cloud.Bigtable.V2.BigtableServiceApiClient>.BuildAsync(System.Threading.CancellationToken)
CreateCallInvoker()
protected override CallInvoker CreateCallInvoker()
Overrides
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Cloud.Bigtable.V2.BigtableServiceApiClient>.CreateCallInvoker()
CreateCallInvokerAsync(CancellationToken)
protected override Task<CallInvoker> CreateCallInvokerAsync(CancellationToken cancellationToken)
Overrides
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Cloud.Bigtable.V2.BigtableServiceApiClient>.CreateCallInvokerAsync(System.Threading.CancellationToken)
GetChannelPool()
protected override ChannelPool GetChannelPool()
Overrides
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Cloud.Bigtable.V2.BigtableServiceApiClient>.GetChannelPool()
GetDefaultEndpoint()
protected override string GetDefaultEndpoint()
Returns the endpoint for this builder type, used if no endpoint is otherwise specified.
Overrides
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Cloud.Bigtable.V2.BigtableServiceApiClient>.GetDefaultEndpoint()
GetDefaultScopes()
protected override IReadOnlyList<string> GetDefaultScopes()
Returns the default scopes for this builder type, used if no scopes are otherwise specified.
Overrides
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Cloud.Bigtable.V2.BigtableServiceApiClient>.GetDefaultScopes()