Show / Hide Table of Contents

Class MarketingplatformAdminServiceClientBuilder

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

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

Constructors

MarketingplatformAdminServiceClientBuilder()

Creates a new builder with default settings.

Declaration
public MarketingplatformAdminServiceClientBuilder()

Properties

Settings

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

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

Methods

Build()

Builds the resulting client.

Declaration
public override MarketingplatformAdminServiceClient Build()
Returns
Type Description
MarketingplatformAdminServiceClient
Overrides
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Ads.MarketingPlatform.Admin.V1Alpha.MarketingplatformAdminServiceClient>.Build()

BuildAsync(CancellationToken)

Builds the resulting client asynchronously.

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