Show / Hide Table of Contents

Class ContentBundleServiceClientBuilder

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

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

Constructors

ContentBundleServiceClientBuilder()

Creates a new builder with default settings.

Declaration
public ContentBundleServiceClientBuilder()

Properties

Settings

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

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

Methods

Build()

Builds the resulting client.

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

BuildAsync(CancellationToken)

Builds the resulting client asynchronously.

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