Show / Hide Table of Contents

Class TablesServiceClientBuilder

Builder class for TablesServiceClient to provide simple configuration of credentials, endpoint etc.

Inheritance
System.Object
Google.Api.Gax.Grpc.ClientBuilderBase<TablesServiceClient>
TablesServiceClientBuilder
Inherited Members
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Area120.Tables.V1Alpha1.TablesServiceClient>.CopyCommonSettings<TOther>(Google.Api.Gax.Grpc.ClientBuilderBase<TOther>)
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Area120.Tables.V1Alpha1.TablesServiceClient>.Validate()
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Area120.Tables.V1Alpha1.TablesServiceClient>.GetEmulatorEnvironment(System.Collections.Generic.IEnumerable<System.String>, System.Collections.Generic.IEnumerable<System.String>, System.Func<System.String, System.String>)
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Area120.Tables.V1Alpha1.TablesServiceClient>.ValidateAtMostOneNotNull(System.String, System.Object[])
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Area120.Tables.V1Alpha1.TablesServiceClient>.ValidateOptionExcludesOthers(System.String, System.Object, System.Object[])
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Area120.Tables.V1Alpha1.TablesServiceClient>.CreateCallInvoker()
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Area120.Tables.V1Alpha1.TablesServiceClient>.CreateCallInvokerAsync(System.Threading.CancellationToken)
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Area120.Tables.V1Alpha1.TablesServiceClient>.GetChannelCredentials()
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Area120.Tables.V1Alpha1.TablesServiceClient>.GetChannelCredentialsAsync(System.Threading.CancellationToken)
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Area120.Tables.V1Alpha1.TablesServiceClient>.GetChannelOptions()
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Area120.Tables.V1Alpha1.TablesServiceClient>.Endpoint
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Area120.Tables.V1Alpha1.TablesServiceClient>.Scopes
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Area120.Tables.V1Alpha1.TablesServiceClient>.ChannelCredentials
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Area120.Tables.V1Alpha1.TablesServiceClient>.CredentialsPath
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Area120.Tables.V1Alpha1.TablesServiceClient>.JsonCredentials
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Area120.Tables.V1Alpha1.TablesServiceClient>.TokenAccessMethod
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Area120.Tables.V1Alpha1.TablesServiceClient>.CallInvoker
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Area120.Tables.V1Alpha1.TablesServiceClient>.UserAgent
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Area120.Tables.V1Alpha1.TablesServiceClient>.GrpcAdapter
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Area120.Tables.V1Alpha1.TablesServiceClient>.EmulatorDetection
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Area120.Tables.V1Alpha1.TablesServiceClient>.QuotaProject
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Area120.Tables.V1Alpha1.TablesServiceClient>.CanUseChannelPool
System.Object.ToString()
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Google.Area120.Tables.V1Alpha1
Assembly: Google.Area120.Tables.V1Alpha1.dll
Syntax
public sealed class TablesServiceClientBuilder : ClientBuilderBase<TablesServiceClient>

Properties

DefaultGrpcAdapter

Returns the default Google.Api.Gax.Grpc.GrpcAdapterto use if not otherwise specified.

Declaration
protected override GrpcAdapter DefaultGrpcAdapter { get; }
Property Value
Type Description
Google.Api.Gax.Grpc.GrpcAdapter
Overrides
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Area120.Tables.V1Alpha1.TablesServiceClient>.DefaultGrpcAdapter

Settings

The settings to use for RPCs, or null for the default settings.

Declaration
public TablesServiceSettings Settings { get; set; }
Property Value
Type Description
TablesServiceSettings

Methods

Build()

Builds the resulting client.

Declaration
public override TablesServiceClient Build()
Returns
Type Description
TablesServiceClient
Overrides
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Area120.Tables.V1Alpha1.TablesServiceClient>.Build()

BuildAsync(CancellationToken)

Builds the resulting client asynchronously.

Declaration
public override Task<TablesServiceClient> BuildAsync(CancellationToken cancellationToken = default(CancellationToken))
Parameters
Type Name Description
System.Threading.CancellationToken cancellationToken
Returns
Type Description
System.Threading.Tasks.Task<TablesServiceClient>
Overrides
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Area120.Tables.V1Alpha1.TablesServiceClient>.BuildAsync(System.Threading.CancellationToken)

GetChannelPool()

Returns the channel pool to use when no other options are specified.

Declaration
protected override ChannelPool GetChannelPool()
Returns
Type Description
Google.Api.Gax.Grpc.ChannelPool
Overrides
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Area120.Tables.V1Alpha1.TablesServiceClient>.GetChannelPool()

GetDefaultEndpoint()

Returns the endpoint for this builder type, used if no endpoint is otherwise specified.

Declaration
protected override string GetDefaultEndpoint()
Returns
Type Description
System.String
Overrides
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Area120.Tables.V1Alpha1.TablesServiceClient>.GetDefaultEndpoint()

GetDefaultScopes()

Returns the default scopes for this builder type, used if no scopes are otherwise specified.

Declaration
protected override IReadOnlyList<string> GetDefaultScopes()
Returns
Type Description
System.Collections.Generic.IReadOnlyList<System.String>
Overrides
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Area120.Tables.V1Alpha1.TablesServiceClient>.GetDefaultScopes()
Back to top