Show / Hide Table of Contents

Class GbpAccountsServiceClientBuilder

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

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

Constructors

GbpAccountsServiceClientBuilder()

Creates a new builder with default settings.

Declaration
public GbpAccountsServiceClientBuilder()

Properties

Settings

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

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

Methods

Build()

Builds the resulting client.

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

BuildAsync(CancellationToken)

Builds the resulting client asynchronously.

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