Show / Hide Table of Contents

Class OperatingSystemServiceClientBuilder

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

Inheritance
object
ClientBuilderBase<OperatingSystemServiceClient>
OperatingSystemServiceClientBuilder
Inherited Members
ClientBuilderBase<OperatingSystemServiceClient>.Build(IServiceProvider)
ClientBuilderBase<OperatingSystemServiceClient>.BuildAsync(IServiceProvider, CancellationToken)
ClientBuilderBase<OperatingSystemServiceClient>.UniverseDomain
ClientBuilderBase<OperatingSystemServiceClient>.Endpoint
ClientBuilderBase<OperatingSystemServiceClient>.Logger
ClientBuilderBase<OperatingSystemServiceClient>.Scopes
ClientBuilderBase<OperatingSystemServiceClient>.ChannelCredentials
ClientBuilderBase<OperatingSystemServiceClient>.CredentialsPath
ClientBuilderBase<OperatingSystemServiceClient>.JsonCredentials
ClientBuilderBase<OperatingSystemServiceClient>.GoogleCredential
ClientBuilderBase<OperatingSystemServiceClient>.Credential
ClientBuilderBase<OperatingSystemServiceClient>.TokenAccessMethod
ClientBuilderBase<OperatingSystemServiceClient>.CallInvoker
ClientBuilderBase<OperatingSystemServiceClient>.UserAgent
ClientBuilderBase<OperatingSystemServiceClient>.GrpcAdapter
ClientBuilderBase<OperatingSystemServiceClient>.ApiKey
ClientBuilderBase<OperatingSystemServiceClient>.QuotaProject
ClientBuilderBase<OperatingSystemServiceClient>.GrpcChannelOptions
ClientBuilderBase<OperatingSystemServiceClient>.LastCreatedChannel
ClientBuilderBase<OperatingSystemServiceClient>.UseJwtAccessWithScopes
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class OperatingSystemServiceClientBuilder : ClientBuilderBase<OperatingSystemServiceClient>

Constructors

OperatingSystemServiceClientBuilder()

Creates a new builder with default settings.

Declaration
public OperatingSystemServiceClientBuilder()

Properties

Settings

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

Declaration
public OperatingSystemServiceSettings Settings { get; set; }
Property Value
Type Description
OperatingSystemServiceSettings

Methods

Build()

Builds the resulting client.

Declaration
public override OperatingSystemServiceClient Build()
Returns
Type Description
OperatingSystemServiceClient
Overrides
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Ads.AdManager.V1.OperatingSystemServiceClient>.Build()

BuildAsync(CancellationToken)

Builds the resulting client asynchronously.

Declaration
public override Task<OperatingSystemServiceClient> BuildAsync(CancellationToken cancellationToken = default)
Parameters
Type Name Description
CancellationToken cancellationToken
Returns
Type Description
Task<OperatingSystemServiceClient>
Overrides
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Ads.AdManager.V1.OperatingSystemServiceClient>.BuildAsync(System.Threading.CancellationToken)

GetChannelPool()

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

Declaration
protected override ChannelPool GetChannelPool()
Returns
Type Description
ChannelPool
Overrides
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Ads.AdManager.V1.OperatingSystemServiceClient>.GetChannelPool()
In this article
Back to top Generated by DocFX