Show / Hide Table of Contents

Class ProductReviewsServiceClientBuilder

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

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

Constructors

ProductReviewsServiceClientBuilder()

Creates a new builder with default settings.

Declaration
public ProductReviewsServiceClientBuilder()

Properties

Settings

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

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

Methods

Build()

Builds the resulting client.

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

BuildAsync(CancellationToken)

Builds the resulting client asynchronously.

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