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 > VideoStitcherServiceClientBuilderNamespace
Google.Cloud.Video.Stitcher.V1Assembly
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 |
BuildAsync(CancellationToken)
public override Task<VideoStitcherServiceClient> BuildAsync(CancellationToken cancellationToken = default)
Builds the resulting client asynchronously.
Parameter | |
---|---|
Name | Description |
cancellationToken | CancellationToken |
Returns | |
---|---|
Type | Description |
TaskVideoStitcherServiceClient |
GetChannelPool()
protected override ChannelPool GetChannelPool()
Returns the channel pool to use when no other options are specified.
Returns | |
---|---|
Type | Description |
ChannelPool |