Show / Hide Table of Contents

Class AccountLimitsServiceClientBuilder

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

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

Constructors

AccountLimitsServiceClientBuilder()

Creates a new builder with default settings.

Declaration
public AccountLimitsServiceClientBuilder()

Properties

Settings

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

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

Methods

Build()

Builds the resulting client.

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

BuildAsync(CancellationToken)

Builds the resulting client asynchronously.

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