Show / Hide Table of Contents

Class ThirdPartyCompanyServiceClientBuilder

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

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

Constructors

ThirdPartyCompanyServiceClientBuilder()

Creates a new builder with default settings.

Declaration
public ThirdPartyCompanyServiceClientBuilder()

Properties

Settings

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

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

Methods

Build()

Builds the resulting client.

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

BuildAsync(CancellationToken)

Builds the resulting client asynchronously.

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