Show / Hide Table of Contents

Class CreativeWrapperServiceClientBuilder

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

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

Constructors

CreativeWrapperServiceClientBuilder()

Creates a new builder with default settings.

Declaration
public CreativeWrapperServiceClientBuilder()

Properties

Settings

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

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

Methods

Build()

Builds the resulting client.

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

BuildAsync(CancellationToken)

Builds the resulting client asynchronously.

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