Google Cloud Support v2 API - Class CommentServiceClientBuilder (1.0.0)

public sealed class CommentServiceClientBuilder : ClientBuilderBase<CommentServiceClient>

Reference documentation and code samples for the Google Cloud Support v2 API class CommentServiceClientBuilder.

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

Inheritance

object > ClientBuilderBaseCommentServiceClient > CommentServiceClientBuilder

Namespace

Google.Cloud.Support.V2

Assembly

Google.Cloud.Support.V2.dll

Constructors

CommentServiceClientBuilder()

public CommentServiceClientBuilder()

Creates a new builder with default settings.

Properties

Settings

public CommentServiceSettings Settings { get; set; }

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

Property Value
TypeDescription
CommentServiceSettings

Methods

Build()

public override CommentServiceClient Build()

Builds the resulting client.

Returns
TypeDescription
CommentServiceClient
Overrides

BuildAsync(CancellationToken)

public override Task<CommentServiceClient> BuildAsync(CancellationToken cancellationToken = default)

Builds the resulting client asynchronously.

Parameter
NameDescription
cancellationTokenCancellationToken
Returns
TypeDescription
TaskCommentServiceClient
Overrides

GetChannelPool()

protected override ChannelPool GetChannelPool()

Returns the channel pool to use when no other options are specified.

Returns
TypeDescription
ChannelPool
Overrides