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

public sealed class SaasRolloutsClientBuilder : ClientBuilderBase<SaasRolloutsClient>

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

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

Inheritance

object > ClientBuilderBaseSaasRolloutsClient > SaasRolloutsClientBuilder

Namespace

Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1

Assembly

Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1.dll

Constructors

SaasRolloutsClientBuilder()

public SaasRolloutsClientBuilder()

Creates a new builder with default settings.

Properties

Settings

public SaasRolloutsSettings Settings { get; set; }

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

Property Value
Type Description
SaasRolloutsSettings

Methods

Build()

public override SaasRolloutsClient Build()

Builds the resulting client.

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

BuildAsync(CancellationToken)

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

Builds the resulting client asynchronously.

Parameter
Name Description
cancellationToken CancellationToken
Returns
Type Description
TaskSaasRolloutsClient
Overrides
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1.SaasRolloutsClient>.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.SaasRolloutsClient>.GetChannelPool()