Distributed Cloud Edge Network v1 API - Class EdgeNetworkClientBuilder (1.1.0)

public sealed class EdgeNetworkClientBuilder : ClientBuilderBase<EdgeNetworkClient>

Reference documentation and code samples for the Distributed Cloud Edge Network v1 API class EdgeNetworkClientBuilder.

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

Inheritance

object > ClientBuilderBaseEdgeNetworkClient > EdgeNetworkClientBuilder

Namespace

Google.Cloud.EdgeNetwork.V1

Assembly

Google.Cloud.EdgeNetwork.V1.dll

Constructors

EdgeNetworkClientBuilder()

public EdgeNetworkClientBuilder()

Creates a new builder with default settings.

Properties

Settings

public EdgeNetworkSettings Settings { get; set; }

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

Property Value
TypeDescription
EdgeNetworkSettings

Methods

Build()

public override EdgeNetworkClient Build()

Builds the resulting client.

Returns
TypeDescription
EdgeNetworkClient
Overrides

BuildAsync(CancellationToken)

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

Builds the resulting client asynchronously.

Parameter
NameDescription
cancellationTokenCancellationToken
Returns
TypeDescription
TaskEdgeNetworkClient
Overrides

GetChannelPool()

protected override ChannelPool GetChannelPool()

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

Returns
TypeDescription
ChannelPool
Overrides