Show / Hide Table of Contents

Class LfpInventoryServiceClientBuilder

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

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

Constructors

LfpInventoryServiceClientBuilder()

Creates a new builder with default settings.

Declaration
public LfpInventoryServiceClientBuilder()

Properties

Settings

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

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

Methods

Build()

Builds the resulting client.

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

BuildAsync(CancellationToken)

Builds the resulting client asynchronously.

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