Show / Hide Table of Contents

Class LfpProvidersServiceClientBuilder

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

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

Constructors

LfpProvidersServiceClientBuilder()

Creates a new builder with default settings.

Declaration
public LfpProvidersServiceClientBuilder()

Properties

Settings

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

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

Methods

Build()

Builds the resulting client.

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

BuildAsync(CancellationToken)

Builds the resulting client asynchronously.

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