Video Stitcher v1 API - Class VideoStitcherServiceClientBuilder (3.3.0)

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
Type Description
VideoStitcherServiceSettings

Methods

Build()

public override VideoStitcherServiceClient Build()

Builds the resulting client.

Returns
Type Description
VideoStitcherServiceClient
Overrides

BuildAsync(CancellationToken)

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

Builds the resulting client asynchronously.

Parameter
Name Description
cancellationToken CancellationToken
Returns
Type Description
TaskVideoStitcherServiceClient
Overrides

GetChannelPool()

protected override ChannelPool GetChannelPool()

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

Returns
Type Description
ChannelPool
Overrides