Show / Hide Table of Contents

Class BrowserServiceClientBuilder

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

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

Constructors

BrowserServiceClientBuilder()

Creates a new builder with default settings.

Declaration
public BrowserServiceClientBuilder()

Properties

Settings

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

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

Methods

Build()

Builds the resulting client.

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

BuildAsync(CancellationToken)

Builds the resulting client asynchronously.

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