Show / Hide Table of Contents

Class AlphaAnalyticsDataClientBuilder

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

Inheritance
System.Object
Google.Api.Gax.Grpc.ClientBuilderBase<AlphaAnalyticsDataClient>
AlphaAnalyticsDataClientBuilder
Inherited Members
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Analytics.Data.V1Alpha.AlphaAnalyticsDataClient>.CopyCommonSettings<TOther>(Google.Api.Gax.Grpc.ClientBuilderBase<TOther>)
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Analytics.Data.V1Alpha.AlphaAnalyticsDataClient>.CopySettingsForEmulator(Google.Api.Gax.Grpc.ClientBuilderBase<Google.Analytics.Data.V1Alpha.AlphaAnalyticsDataClient>)
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Analytics.Data.V1Alpha.AlphaAnalyticsDataClient>.Validate()
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Analytics.Data.V1Alpha.AlphaAnalyticsDataClient>.GetEmulatorEnvironment(System.Collections.Generic.IEnumerable<System.String>, System.Collections.Generic.IEnumerable<System.String>, System.Func<System.String, System.String>)
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Analytics.Data.V1Alpha.AlphaAnalyticsDataClient>.ValidateAtMostOneNotNull(System.String, System.Object[])
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Analytics.Data.V1Alpha.AlphaAnalyticsDataClient>.ValidateOptionExcludesOthers(System.String, System.Object, System.Object[])
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Analytics.Data.V1Alpha.AlphaAnalyticsDataClient>.CreateCallInvoker()
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Analytics.Data.V1Alpha.AlphaAnalyticsDataClient>.CreateCallInvokerAsync(System.Threading.CancellationToken)
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Analytics.Data.V1Alpha.AlphaAnalyticsDataClient>.GetChannelCredentials()
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Analytics.Data.V1Alpha.AlphaAnalyticsDataClient>.GetChannelCredentialsAsync(System.Threading.CancellationToken)
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Analytics.Data.V1Alpha.AlphaAnalyticsDataClient>.GetChannelOptions()
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Analytics.Data.V1Alpha.AlphaAnalyticsDataClient>.Endpoint
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Analytics.Data.V1Alpha.AlphaAnalyticsDataClient>.Scopes
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Analytics.Data.V1Alpha.AlphaAnalyticsDataClient>.ChannelCredentials
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Analytics.Data.V1Alpha.AlphaAnalyticsDataClient>.CredentialsPath
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Analytics.Data.V1Alpha.AlphaAnalyticsDataClient>.JsonCredentials
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Analytics.Data.V1Alpha.AlphaAnalyticsDataClient>.TokenAccessMethod
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Analytics.Data.V1Alpha.AlphaAnalyticsDataClient>.CallInvoker
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Analytics.Data.V1Alpha.AlphaAnalyticsDataClient>.UserAgent
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Analytics.Data.V1Alpha.AlphaAnalyticsDataClient>.GrpcAdapter
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Analytics.Data.V1Alpha.AlphaAnalyticsDataClient>.EmulatorDetection
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Analytics.Data.V1Alpha.AlphaAnalyticsDataClient>.QuotaProject
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Analytics.Data.V1Alpha.AlphaAnalyticsDataClient>.GrpcChannelOptions
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Analytics.Data.V1Alpha.AlphaAnalyticsDataClient>.CanUseChannelPool
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Analytics.Data.V1Alpha.AlphaAnalyticsDataClient>.UseJwtAccessWithScopes
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
Namespace: Google.Analytics.Data.V1Alpha
Assembly: Google.Analytics.Data.V1Alpha.dll
Syntax
public sealed class AlphaAnalyticsDataClientBuilder : ClientBuilderBase<AlphaAnalyticsDataClient>

Constructors

AlphaAnalyticsDataClientBuilder()

Creates a new builder with default settings.

Declaration
public AlphaAnalyticsDataClientBuilder()

Properties

DefaultGrpcAdapter

Returns the default Google.Api.Gax.Grpc.GrpcAdapterto use if not otherwise specified.

Declaration
protected override GrpcAdapter DefaultGrpcAdapter { get; }
Property Value
Type Description
Google.Api.Gax.Grpc.GrpcAdapter
Overrides
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Analytics.Data.V1Alpha.AlphaAnalyticsDataClient>.DefaultGrpcAdapter

Settings

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

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

Methods

Build()

Builds the resulting client.

Declaration
public override AlphaAnalyticsDataClient Build()
Returns
Type Description
AlphaAnalyticsDataClient
Overrides
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Analytics.Data.V1Alpha.AlphaAnalyticsDataClient>.Build()

BuildAsync(CancellationToken)

Builds the resulting client asynchronously.

Declaration
public override Task<AlphaAnalyticsDataClient> BuildAsync(CancellationToken cancellationToken = default(CancellationToken))
Parameters
Type Name Description
System.Threading.CancellationToken cancellationToken
Returns
Type Description
System.Threading.Tasks.Task<AlphaAnalyticsDataClient>
Overrides
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Analytics.Data.V1Alpha.AlphaAnalyticsDataClient>.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
Google.Api.Gax.Grpc.ChannelPool
Overrides
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Analytics.Data.V1Alpha.AlphaAnalyticsDataClient>.GetChannelPool()

GetDefaultEndpoint()

Returns the endpoint for this builder type, used if no endpoint is otherwise specified.

Declaration
protected override string GetDefaultEndpoint()
Returns
Type Description
System.String
Overrides
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Analytics.Data.V1Alpha.AlphaAnalyticsDataClient>.GetDefaultEndpoint()

GetDefaultScopes()

Returns the default scopes for this builder type, used if no scopes are otherwise specified.

Declaration
protected override IReadOnlyList<string> GetDefaultScopes()
Returns
Type Description
System.Collections.Generic.IReadOnlyList<System.String>
Overrides
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Analytics.Data.V1Alpha.AlphaAnalyticsDataClient>.GetDefaultScopes()
In This Article
Back to top