Show / Hide Table of Contents

Class TaxonomyCategoryServiceClientBuilder

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

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

Constructors

TaxonomyCategoryServiceClientBuilder()

Creates a new builder with default settings.

Declaration
public TaxonomyCategoryServiceClientBuilder()

Properties

Settings

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

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

Methods

Build()

Builds the resulting client.

Declaration
public override TaxonomyCategoryServiceClient Build()
Returns
Type Description
TaxonomyCategoryServiceClient
Overrides
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Ads.AdManager.V1.TaxonomyCategoryServiceClient>.Build()

BuildAsync(CancellationToken)

Builds the resulting client asynchronously.

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