Show / Hide Table of Contents

Class LiveStreamServiceClientBuilder

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

Inheritance
object
ClientBuilderBase<LiveStreamServiceClient>
LiveStreamServiceClientBuilder
Inherited Members
ClientBuilderBase<LiveStreamServiceClient>.Build(IServiceProvider)
ClientBuilderBase<LiveStreamServiceClient>.BuildAsync(IServiceProvider, CancellationToken)
ClientBuilderBase<LiveStreamServiceClient>.UniverseDomain
ClientBuilderBase<LiveStreamServiceClient>.Endpoint
ClientBuilderBase<LiveStreamServiceClient>.Logger
ClientBuilderBase<LiveStreamServiceClient>.Scopes
ClientBuilderBase<LiveStreamServiceClient>.ChannelCredentials
ClientBuilderBase<LiveStreamServiceClient>.CredentialsPath
ClientBuilderBase<LiveStreamServiceClient>.JsonCredentials
ClientBuilderBase<LiveStreamServiceClient>.GoogleCredential
ClientBuilderBase<LiveStreamServiceClient>.Credential
ClientBuilderBase<LiveStreamServiceClient>.TokenAccessMethod
ClientBuilderBase<LiveStreamServiceClient>.CallInvoker
ClientBuilderBase<LiveStreamServiceClient>.UserAgent
ClientBuilderBase<LiveStreamServiceClient>.GrpcAdapter
ClientBuilderBase<LiveStreamServiceClient>.ApiKey
ClientBuilderBase<LiveStreamServiceClient>.QuotaProject
ClientBuilderBase<LiveStreamServiceClient>.GrpcChannelOptions
ClientBuilderBase<LiveStreamServiceClient>.LastCreatedChannel
ClientBuilderBase<LiveStreamServiceClient>.UseJwtAccessWithScopes
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class LiveStreamServiceClientBuilder : ClientBuilderBase<LiveStreamServiceClient>

Constructors

LiveStreamServiceClientBuilder()

Creates a new builder with default settings.

Declaration
public LiveStreamServiceClientBuilder()

Properties

Settings

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

Declaration
public LiveStreamServiceSettings Settings { get; set; }
Property Value
Type Description
LiveStreamServiceSettings

Methods

Build()

Builds the resulting client.

Declaration
public override LiveStreamServiceClient Build()
Returns
Type Description
LiveStreamServiceClient
Overrides
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Ads.AdManager.V1.LiveStreamServiceClient>.Build()

BuildAsync(CancellationToken)

Builds the resulting client asynchronously.

Declaration
public override Task<LiveStreamServiceClient> BuildAsync(CancellationToken cancellationToken = default)
Parameters
Type Name Description
CancellationToken cancellationToken
Returns
Type Description
Task<LiveStreamServiceClient>
Overrides
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Ads.AdManager.V1.LiveStreamServiceClient>.BuildAsync(System.Threading.CancellationToken)

GetChannelPool()

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

Declaration
protected override ChannelPool GetChannelPool()
Returns
Type Description
ChannelPool
Overrides
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Ads.AdManager.V1.LiveStreamServiceClient>.GetChannelPool()
In this article
Back to top Generated by DocFX