Show / Hide Table of Contents

Class BusinessIdentityServiceClientBuilder

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

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

Constructors

BusinessIdentityServiceClientBuilder()

Creates a new builder with default settings.

Declaration
public BusinessIdentityServiceClientBuilder()

Properties

Settings

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

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

Methods

Build()

Builds the resulting client.

Declaration
public override BusinessIdentityServiceClient Build()
Returns
Type Description
BusinessIdentityServiceClient
Overrides
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Shopping.Merchant.Accounts.V1.BusinessIdentityServiceClient>.Build()

BuildAsync(CancellationToken)

Builds the resulting client asynchronously.

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