Show / Hide Table of Contents

Class NotificationsApiServiceClientBuilder

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

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

Constructors

NotificationsApiServiceClientBuilder()

Creates a new builder with default settings.

Declaration
public NotificationsApiServiceClientBuilder()

Properties

Settings

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

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

Methods

Build()

Builds the resulting client.

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

BuildAsync(CancellationToken)

Builds the resulting client asynchronously.

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