public sealed class BigtableServiceApiClientBuilder : ClientBuilderBase<BigtableServiceApiClient>
Builder class for BigtableServiceApiClient to provide simple configuration of credentials, endpoint etc.
Namespace
Google.Cloud.Bigtable.V2Assembly
Google.Cloud.Bigtable.V2.dll
Constructors
BigtableServiceApiClientBuilder()
public BigtableServiceApiClientBuilder()
Creates a new builder with default settings.
Properties
CanUseChannelPool
protected override bool CanUseChannelPool { get; }
Property Value | |
---|---|
Type | Description |
Boolean |
EmulatorDetection
public EmulatorDetection EmulatorDetection { get; set; }
Specifies how the builder responds to the presence of emulator environment variables.
Property Value | |
---|---|
Type | Description |
EmulatorDetection |
This property defaults to None, meaning that environment variables are ignored.
Settings
public BigtableServiceApiSettings Settings { get; set; }
The settings to use for RPCs, or null
for the default settings.
Property Value | |
---|---|
Type | Description |
BigtableServiceApiSettings |
Methods
Build()
public override BigtableServiceApiClient Build()
Builds the resulting client.
Returns | |
---|---|
Type | Description |
BigtableServiceApiClient |
BuildAsync(CancellationToken)
public override Task<BigtableServiceApiClient> BuildAsync(CancellationToken cancellationToken = default(CancellationToken))
Builds the resulting client asynchronously.
Parameter | |
---|---|
Name | Description |
cancellationToken | CancellationToken |
Returns | |
---|---|
Type | Description |
Task<BigtableServiceApiClient> |
CreateCallInvoker()
protected override CallInvoker CreateCallInvoker()
Returns | |
---|---|
Type | Description |
CallInvoker |
CreateCallInvokerAsync(CancellationToken)
protected override async Task<CallInvoker> CreateCallInvokerAsync(CancellationToken cancellationToken)
Parameter | |
---|---|
Name | Description |
cancellationToken | CancellationToken |
Returns | |
---|---|
Type | Description |
Task<CallInvoker> |
CreateGcpCallInvoker()
public GcpCallInvoker CreateGcpCallInvoker()
Returns | |
---|---|
Type | Description |
GcpCallInvoker |
CreateGcpCallInvokerAsync(CancellationToken)
public async Task<GcpCallInvoker> CreateGcpCallInvokerAsync(CancellationToken cancellationToken)
Parameter | |
---|---|
Name | Description |
cancellationToken | CancellationToken |
Returns | |
---|---|
Type | Description |
Task<GcpCallInvoker> |
GetChannelOptions()
protected override GrpcChannelOptions GetChannelOptions()
Returns | |
---|---|
Type | Description |
GrpcChannelOptions |
GetChannelPool()
protected override ChannelPool GetChannelPool()
Returns the channel pool to use when no other options are specified.
Returns | |
---|---|
Type | Description |
ChannelPool |