Show / Hide Table of Contents

Class ApplicationServiceClientBuilder

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

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

Constructors

ApplicationServiceClientBuilder()

Creates a new builder with default settings.

Declaration
public ApplicationServiceClientBuilder()

Properties

Settings

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

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

Methods

Build()

Builds the resulting client.

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

BuildAsync(CancellationToken)

Builds the resulting client asynchronously.

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