Show / Hide Table of Contents

Class LfpSaleServiceClientBuilder

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

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

Constructors

LfpSaleServiceClientBuilder()

Creates a new builder with default settings.

Declaration
public LfpSaleServiceClientBuilder()

Properties

Settings

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

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

Methods

Build()

Builds the resulting client.

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

BuildAsync(CancellationToken)

Builds the resulting client asynchronously.

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