Show / Hide Table of Contents

Class ConferenceRecordsServiceClientBuilder

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

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

Constructors

ConferenceRecordsServiceClientBuilder()

Creates a new builder with default settings.

Declaration
public ConferenceRecordsServiceClientBuilder()

Properties

Settings

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

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

Methods

Build()

Builds the resulting client.

Declaration
public override ConferenceRecordsServiceClient Build()
Returns
Type Description
ConferenceRecordsServiceClient
Overrides
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Apps.Meet.V2Beta.ConferenceRecordsServiceClient>.Build()

BuildAsync(CancellationToken)

Builds the resulting client asynchronously.

Declaration
public override Task<ConferenceRecordsServiceClient> BuildAsync(CancellationToken cancellationToken = default)
Parameters
Type Name Description
CancellationToken cancellationToken
Returns
Type Description
Task<ConferenceRecordsServiceClient>
Overrides
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Apps.Meet.V2Beta.ConferenceRecordsServiceClient>.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.Apps.Meet.V2Beta.ConferenceRecordsServiceClient>.GetChannelPool()
In this article
Back to top Generated by DocFX