Class IndexServiceClientBuilder (1.1.0)

public sealed class IndexServiceClientBuilder : ClientBuilderBase<IndexServiceClient>

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

Inheritance

Object > ClientBuilderBase<IndexServiceClient> > IndexServiceClientBuilder

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

IndexServiceClientBuilder()

public IndexServiceClientBuilder()

Creates a new builder with default settings.

Properties

DefaultGrpcAdapter

protected override GrpcAdapter DefaultGrpcAdapter { get; }

Returns the default GrpcAdapterto use if not otherwise specified.

Property Value
TypeDescription
GrpcAdapter
Overrides
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Cloud.AIPlatform.V1.IndexServiceClient>.DefaultGrpcAdapter

Settings

public IndexServiceSettings Settings { get; set; }

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

Property Value
TypeDescription
IndexServiceSettings

Methods

Build()

public override IndexServiceClient Build()

Builds the resulting client.

Returns
TypeDescription
IndexServiceClient
Overrides
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Cloud.AIPlatform.V1.IndexServiceClient>.Build()

BuildAsync(CancellationToken)

public override Task<IndexServiceClient> BuildAsync(CancellationToken cancellationToken = default(CancellationToken))

Builds the resulting client asynchronously.

Parameter
NameDescription
cancellationTokenCancellationToken
Returns
TypeDescription
Task<IndexServiceClient>
Overrides
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Cloud.AIPlatform.V1.IndexServiceClient>.BuildAsync(System.Threading.CancellationToken)

GetChannelPool()

protected override ChannelPool GetChannelPool()

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

Returns
TypeDescription
ChannelPool
Overrides
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Cloud.AIPlatform.V1.IndexServiceClient>.GetChannelPool()

GetDefaultEndpoint()

protected override string GetDefaultEndpoint()

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

Returns
TypeDescription
String
Overrides
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Cloud.AIPlatform.V1.IndexServiceClient>.GetDefaultEndpoint()

GetDefaultScopes()

protected override IReadOnlyList<string> GetDefaultScopes()

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

Returns
TypeDescription
IReadOnlyList<String>
Overrides
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Cloud.AIPlatform.V1.IndexServiceClient>.GetDefaultScopes()