SaaS Runtime v1beta1 API - Class SaasDeploymentsClientBuilder (1.0.0-beta01)

public sealed class SaasDeploymentsClientBuilder : ClientBuilderBase<SaasDeploymentsClient>

Reference documentation and code samples for the SaaS Runtime v1beta1 API class SaasDeploymentsClientBuilder.

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

Inheritance

object > ClientBuilderBaseSaasDeploymentsClient > SaasDeploymentsClientBuilder

Namespace

Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1

Assembly

Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1.dll

Constructors

SaasDeploymentsClientBuilder()

public SaasDeploymentsClientBuilder()

Creates a new builder with default settings.

Properties

Settings

public SaasDeploymentsSettings Settings { get; set; }

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

Property Value
Type Description
SaasDeploymentsSettings

Methods

Build()

public override SaasDeploymentsClient Build()

Builds the resulting client.

Returns
Type Description
SaasDeploymentsClient
Overrides
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1.SaasDeploymentsClient>.Build()

BuildAsync(CancellationToken)

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

Builds the resulting client asynchronously.

Parameter
Name Description
cancellationToken CancellationToken
Returns
Type Description
TaskSaasDeploymentsClient
Overrides
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1.SaasDeploymentsClient>.BuildAsync(System.Threading.CancellationToken)

GetChannelPool()

protected override ChannelPool GetChannelPool()

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

Returns
Type Description
ChannelPool
Overrides
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1.SaasDeploymentsClient>.GetChannelPool()