Class MarketingplatformAdminServiceClientBuilder
Builder class for MarketingplatformAdminServiceClient to provide simple configuration of credentials, endpoint etc.
Inheritance
MarketingplatformAdminServiceClientBuilder
Inherited Members
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()