Class DataSourcesServiceClientBuilder
Builder class for Data
Inherited Members
Namespace: Google.Shopping.Merchant.DataSources .V1Beta
Assembly: Google.Shopping.Merchant.DataSources.V1Beta.dll
Syntax
public sealed class DataSourcesServiceClientBuilder : ClientBuilderBase<DataSourcesServiceClient>
Constructors
DataSourcesServiceClientBuilder()
Creates a new builder with default settings.
Declaration
public DataSourcesServiceClientBuilder()
Properties
Settings
The settings to use for RPCs, or null
for the default settings.
Declaration
public DataSourcesServiceSettings Settings { get; set; }
Property Value
Type | Description |
---|---|
Data |
Methods
Build()
Builds the resulting client.
Declaration
public override DataSourcesServiceClient Build()
Returns
Type | Description |
---|---|
Data |
Overrides
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Shopping.Merchant.DataSources.V1Beta.DataSourcesServiceClient>.Build()
BuildAsync(CancellationToken)
Builds the resulting client asynchronously.
Declaration
public override Task<DataSourcesServiceClient> BuildAsync(CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
Cancellation |
cancellationToken |
Returns
Type | Description |
---|---|
Task<Data |
Overrides
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Shopping.Merchant.DataSources.V1Beta.DataSourcesServiceClient>.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 |
---|---|
Channel |
Overrides
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Shopping.Merchant.DataSources.V1Beta.DataSourcesServiceClient>.GetChannelPool()