Show / Hide Table of Contents

Class DaiEncodingProfileServiceClientBuilder

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

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

Constructors

DaiEncodingProfileServiceClientBuilder()

Creates a new builder with default settings.

Declaration
public DaiEncodingProfileServiceClientBuilder()

Properties

Settings

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

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

Methods

Build()

Builds the resulting client.

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

BuildAsync(CancellationToken)

Builds the resulting client asynchronously.

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