Show / Hide Table of Contents

Class AccountTaxServiceClientBuilder

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

Inheritance
object
ClientBuilderBase<AccountTaxServiceClient>
AccountTaxServiceClientBuilder
Inherited Members
ClientBuilderBase<AccountTaxServiceClient>.Build(IServiceProvider)
ClientBuilderBase<AccountTaxServiceClient>.BuildAsync(IServiceProvider, CancellationToken)
ClientBuilderBase<AccountTaxServiceClient>.UniverseDomain
ClientBuilderBase<AccountTaxServiceClient>.Endpoint
ClientBuilderBase<AccountTaxServiceClient>.Logger
ClientBuilderBase<AccountTaxServiceClient>.Scopes
ClientBuilderBase<AccountTaxServiceClient>.ChannelCredentials
ClientBuilderBase<AccountTaxServiceClient>.CredentialsPath
ClientBuilderBase<AccountTaxServiceClient>.JsonCredentials
ClientBuilderBase<AccountTaxServiceClient>.GoogleCredential
ClientBuilderBase<AccountTaxServiceClient>.Credential
ClientBuilderBase<AccountTaxServiceClient>.TokenAccessMethod
ClientBuilderBase<AccountTaxServiceClient>.CallInvoker
ClientBuilderBase<AccountTaxServiceClient>.UserAgent
ClientBuilderBase<AccountTaxServiceClient>.GrpcAdapter
ClientBuilderBase<AccountTaxServiceClient>.ApiKey
ClientBuilderBase<AccountTaxServiceClient>.QuotaProject
ClientBuilderBase<AccountTaxServiceClient>.GrpcChannelOptions
ClientBuilderBase<AccountTaxServiceClient>.LastCreatedChannel
ClientBuilderBase<AccountTaxServiceClient>.UseJwtAccessWithScopes
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Shopping.Merchant.Accounts.V1Beta
Assembly: Google.Shopping.Merchant.Accounts.V1Beta.dll
Syntax
public sealed class AccountTaxServiceClientBuilder : ClientBuilderBase<AccountTaxServiceClient>

Constructors

AccountTaxServiceClientBuilder()

Creates a new builder with default settings.

Declaration
public AccountTaxServiceClientBuilder()

Properties

Settings

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

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

Methods

Build()

Builds the resulting client.

Declaration
public override AccountTaxServiceClient Build()
Returns
Type Description
AccountTaxServiceClient
Overrides
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Shopping.Merchant.Accounts.V1Beta.AccountTaxServiceClient>.Build()

BuildAsync(CancellationToken)

Builds the resulting client asynchronously.

Declaration
public override Task<AccountTaxServiceClient> BuildAsync(CancellationToken cancellationToken = default)
Parameters
Type Name Description
CancellationToken cancellationToken
Returns
Type Description
Task<AccountTaxServiceClient>
Overrides
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Shopping.Merchant.Accounts.V1Beta.AccountTaxServiceClient>.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
ChannelPool
Overrides
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Shopping.Merchant.Accounts.V1Beta.AccountTaxServiceClient>.GetChannelPool()
In this article
Back to top Generated by DocFX