Show / Hide Table of Contents

Class AccountRelationshipsServiceClientBuilder

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

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

Constructors

AccountRelationshipsServiceClientBuilder()

Creates a new builder with default settings.

Declaration
public AccountRelationshipsServiceClientBuilder()

Properties

Settings

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

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

Methods

Build()

Builds the resulting client.

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

BuildAsync(CancellationToken)

Builds the resulting client asynchronously.

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