Show / Hide Table of Contents

Class RegionalInventoryServiceClientBuilder

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

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

Constructors

RegionalInventoryServiceClientBuilder()

Creates a new builder with default settings.

Declaration
public RegionalInventoryServiceClientBuilder()

Properties

Settings

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

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

Methods

Build()

Builds the resulting client.

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

BuildAsync(CancellationToken)

Builds the resulting client asynchronously.

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