Live Stream v1 API - Class LivestreamServiceClientBuilder (1.5.0)

public sealed class LivestreamServiceClientBuilder : ClientBuilderBase<LivestreamServiceClient>

Reference documentation and code samples for the Live Stream v1 API class LivestreamServiceClientBuilder.

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

Inheritance

object > ClientBuilderBaseLivestreamServiceClient > LivestreamServiceClientBuilder

Namespace

Google.Cloud.Video.LiveStream.V1

Assembly

Google.Cloud.Video.LiveStream.V1.dll

Constructors

LivestreamServiceClientBuilder()

public LivestreamServiceClientBuilder()

Creates a new builder with default settings.

Properties

Settings

public LivestreamServiceSettings Settings { get; set; }

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

Property Value
TypeDescription
LivestreamServiceSettings

Methods

Build()

public override LivestreamServiceClient Build()

Builds the resulting client.

Returns
TypeDescription
LivestreamServiceClient
Overrides

BuildAsync(CancellationToken)

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

Builds the resulting client asynchronously.

Parameter
NameDescription
cancellationTokenCancellationToken
Returns
TypeDescription
TaskLivestreamServiceClient
Overrides

GetChannelPool()

protected override ChannelPool GetChannelPool()

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

Returns
TypeDescription
ChannelPool
Overrides