Show / Hide Table of Contents

Class LfpMerchantStateServiceClientBuilder

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

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

Constructors

LfpMerchantStateServiceClientBuilder()

Creates a new builder with default settings.

Declaration
public LfpMerchantStateServiceClientBuilder()

Properties

Settings

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

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

Methods

Build()

Builds the resulting client.

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

BuildAsync(CancellationToken)

Builds the resulting client asynchronously.

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