Google Cloud Support v2 API - Class CommentServiceClientBuilder (1.2.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
Type Description
CommentServiceSettings

Methods

Build()

public override CommentServiceClient Build()

Builds the resulting client.

Returns
Type Description
CommentServiceClient
Overrides

BuildAsync(CancellationToken)

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

Builds the resulting client asynchronously.

Parameter
Name Description
cancellationToken CancellationToken
Returns
Type Description
TaskCommentServiceClient
Overrides

GetChannelPool()

protected override ChannelPool GetChannelPool()

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

Returns
Type Description
ChannelPool
Overrides