Show / Hide Table of Contents

Class DataSubscriptionServiceClientBuilder

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

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

Constructors

DataSubscriptionServiceClientBuilder()

Creates a new builder with default settings.

Declaration
public DataSubscriptionServiceClientBuilder()

Properties

Settings

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

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

Methods

Build()

Builds the resulting client.

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

BuildAsync(CancellationToken)

Builds the resulting client asynchronously.

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