public sealed class ProfilerServiceClientBuilder : ClientBuilderBase<ProfilerServiceClient>
Reference documentation and code samples for the Cloud Profiler v2 API class ProfilerServiceClientBuilder.
Builder class for ProfilerServiceClient to provide simple configuration of credentials, endpoint etc.
Namespace
Google.Cloud.Profiler.V2Assembly
Google.Cloud.Profiler.V2.dll
Constructors
ProfilerServiceClientBuilder()
public ProfilerServiceClientBuilder()
Creates a new builder with default settings.
Properties
Settings
public ProfilerServiceSettings Settings { get; set; }
The settings to use for RPCs, or null
for the default settings.
Property Value | |
---|---|
Type | Description |
ProfilerServiceSettings |
Methods
Build()
public override ProfilerServiceClient Build()
Builds the resulting client.
Returns | |
---|---|
Type | Description |
ProfilerServiceClient |
BuildAsync(CancellationToken)
public override Task<ProfilerServiceClient> BuildAsync(CancellationToken cancellationToken = default)
Builds the resulting client asynchronously.
Parameter | |
---|---|
Name | Description |
cancellationToken |
CancellationToken |
Returns | |
---|---|
Type | Description |
TaskProfilerServiceClient |
GetChannelPool()
protected override ChannelPool GetChannelPool()
Returns the channel pool to use when no other options are specified.
Returns | |
---|---|
Type | Description |
ChannelPool |