Show / Hide Table of Contents

Class AccountsServiceClientBuilder

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

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

Constructors

AccountsServiceClientBuilder()

Creates a new builder with default settings.

Declaration
public AccountsServiceClientBuilder()

Properties

Settings

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

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

Methods

Build()

Builds the resulting client.

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

BuildAsync(CancellationToken)

Builds the resulting client asynchronously.

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