Video Stitcher v1 API - Class VideoStitcherServiceClientBuilder (3.0.0-beta03)

public sealed class VideoStitcherServiceClientBuilder : ClientBuilderBase<VideoStitcherServiceClient>

Reference documentation and code samples for the Video Stitcher v1 API class VideoStitcherServiceClientBuilder.

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

Inheritance

object > ClientBuilderBaseVideoStitcherServiceClient > VideoStitcherServiceClientBuilder

Namespace

Google.Cloud.Video.Stitcher.V1

Assembly

Google.Cloud.Video.Stitcher.V1.dll

Constructors

VideoStitcherServiceClientBuilder()

public VideoStitcherServiceClientBuilder()

Creates a new builder with default settings.

Properties

Settings

public VideoStitcherServiceSettings Settings { get; set; }

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

Property Value
TypeDescription
VideoStitcherServiceSettings

Methods

Build()

public override VideoStitcherServiceClient Build()

Builds the resulting client.

Returns
TypeDescription
VideoStitcherServiceClient
Overrides

BuildAsync(CancellationToken)

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

Builds the resulting client asynchronously.

Parameter
NameDescription
cancellationTokenCancellationToken
Returns
TypeDescription
TaskVideoStitcherServiceClient
Overrides

GetChannelPool()

protected override ChannelPool GetChannelPool()

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

Returns
TypeDescription
ChannelPool
Overrides