Show / Hide Table of Contents

Class LocalInventoryServiceClientBuilder

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

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

Constructors

LocalInventoryServiceClientBuilder()

Creates a new builder with default settings.

Declaration
public LocalInventoryServiceClientBuilder()

Properties

Settings

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

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

Methods

Build()

Builds the resulting client.

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

BuildAsync(CancellationToken)

Builds the resulting client asynchronously.

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