Show / Hide Table of Contents

Class MerchantReviewsServiceClientBuilder

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

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

Constructors

MerchantReviewsServiceClientBuilder()

Creates a new builder with default settings.

Declaration
public MerchantReviewsServiceClientBuilder()

Properties

Settings

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

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

Methods

Build()

Builds the resulting client.

Declaration
public override MerchantReviewsServiceClient Build()
Returns
Type Description
MerchantReviewsServiceClient
Overrides
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Shopping.Merchant.Reviews.V1Beta.MerchantReviewsServiceClient>.Build()

BuildAsync(CancellationToken)

Builds the resulting client asynchronously.

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