Show / Hide Table of Contents

Class OmnichannelSettingsServiceClientBuilder

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

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

Constructors

OmnichannelSettingsServiceClientBuilder()

Creates a new builder with default settings.

Declaration
public OmnichannelSettingsServiceClientBuilder()

Properties

Settings

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

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

Methods

Build()

Builds the resulting client.

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

BuildAsync(CancellationToken)

Builds the resulting client asynchronously.

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