Show / Hide Table of Contents

Class BusinessInfoServiceClientBuilder

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

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

Constructors

BusinessInfoServiceClientBuilder()

Creates a new builder with default settings.

Declaration
public BusinessInfoServiceClientBuilder()

Properties

Settings

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

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

Methods

Build()

Builds the resulting client.

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

BuildAsync(CancellationToken)

Builds the resulting client asynchronously.

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