Show / Hide Table of Contents

Class AutomaticImprovementsServiceClientBuilder

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

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

Constructors

AutomaticImprovementsServiceClientBuilder()

Creates a new builder with default settings.

Declaration
public AutomaticImprovementsServiceClientBuilder()

Properties

Settings

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

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

Methods

Build()

Builds the resulting client.

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

BuildAsync(CancellationToken)

Builds the resulting client asynchronously.

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