Show / Hide Table of Contents

Class ContentLabelServiceClientBuilder

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

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

Constructors

ContentLabelServiceClientBuilder()

Creates a new builder with default settings.

Declaration
public ContentLabelServiceClientBuilder()

Properties

Settings

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

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

Methods

Build()

Builds the resulting client.

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

BuildAsync(CancellationToken)

Builds the resulting client asynchronously.

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