Show / Hide Table of Contents

Class CustomTargetingKeyServiceClientBuilder

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

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

Constructors

CustomTargetingKeyServiceClientBuilder()

Creates a new builder with default settings.

Declaration
public CustomTargetingKeyServiceClientBuilder()

Properties

Settings

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

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

Methods

Build()

Builds the resulting client.

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

BuildAsync(CancellationToken)

Builds the resulting client asynchronously.

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