Show / Hide Table of Contents

Class ReportServiceClientBuilder

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

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

Constructors

ReportServiceClientBuilder()

Creates a new builder with default settings.

Declaration
public ReportServiceClientBuilder()

Properties

Settings

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

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

Methods

Build()

Builds the resulting client.

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

BuildAsync(CancellationToken)

Builds the resulting client asynchronously.

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