Show / Hide Table of Contents

Class HealthProfileServiceClientBuilder

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

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

Constructors

HealthProfileServiceClientBuilder()

Creates a new builder with default settings.

Declaration
public HealthProfileServiceClientBuilder()

Properties

Settings

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

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

Methods

Build()

Builds the resulting client.

Declaration
public override HealthProfileServiceClient Build()
Returns
Type Description
HealthProfileServiceClient
Overrides
Google.Api.Gax.Grpc.ClientBuilderBase<Google.DevicesAndServices.Health.V4.HealthProfileServiceClient>.Build()

BuildAsync(CancellationToken)

Builds the resulting client asynchronously.

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