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.
Namespace
GoogleCloudGoogle.Cloud.VideoGoogle.Cloud.Video.LiveStreamV1Assembly
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 | |
---|---|
Type | Description |
LivestreamServiceSettings |
Methods
Build()
public override LivestreamServiceClient Build()
Builds the resulting client.
Returns | |
---|---|
Type | Description |
LivestreamServiceClient |
BuildAsync(CancellationToken)
public override Task<LivestreamServiceClient> BuildAsync(CancellationToken cancellationToken = default)
Builds the resulting client asynchronously.
Parameter | |
---|---|
Name | Description |
cancellationToken | CancellationToken |
Returns | |
---|---|
Type | Description |
TaskLivestreamServiceClient |
GetChannelPool()
protected override ChannelPool GetChannelPool()
Returns the channel pool to use when no other options are specified.
Returns | |
---|---|
Type | Description |
ChannelPool |