Show / Hide Table of Contents

Class ChatServiceClientBuilder

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

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

Constructors

ChatServiceClientBuilder()

Creates a new builder with default settings.

Declaration
public ChatServiceClientBuilder()

Properties

Settings

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

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

Methods

Build()

Builds the resulting client.

Declaration
public override ChatServiceClient Build()
Returns
Type Description
ChatServiceClient
Overrides
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Apps.Chat.V1.ChatServiceClient>.Build()

BuildAsync(CancellationToken)

Builds the resulting client asynchronously.

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