public sealed class SecurityCenterClientBuilder : ClientBuilderBase<SecurityCenterClient>
Builder class for SecurityCenterClient to provide simple configuration of credentials, endpoint
etc.
Inherited Members
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Cloud.SecurityCenter.V1.SecurityCenterClient>.CopyCommonSettings<TOther>(Google.Api.Gax.Grpc.ClientBuilderBase<TOther>)
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Cloud.SecurityCenter.V1.SecurityCenterClient>.Validate()
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Cloud.SecurityCenter.V1.SecurityCenterClient>.GetEmulatorEnvironment(System.Collections.Generic.IEnumerable<System.String>, System.Collections.Generic.IEnumerable<System.String>, System.Func<System.String, System.String>)
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Cloud.SecurityCenter.V1.SecurityCenterClient>.ValidateAtMostOneNotNull(System.String, System.Object[])
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Cloud.SecurityCenter.V1.SecurityCenterClient>.ValidateOptionExcludesOthers(System.String, System.Object, System.Object[])
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Cloud.SecurityCenter.V1.SecurityCenterClient>.CreateCallInvoker()
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Cloud.SecurityCenter.V1.SecurityCenterClient>.CreateCallInvokerAsync(System.Threading.CancellationToken)
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Cloud.SecurityCenter.V1.SecurityCenterClient>.GetChannelCredentials()
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Cloud.SecurityCenter.V1.SecurityCenterClient>.GetChannelCredentialsAsync(System.Threading.CancellationToken)
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Cloud.SecurityCenter.V1.SecurityCenterClient>.GetChannelOptions()
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Cloud.SecurityCenter.V1.SecurityCenterClient>.Endpoint
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Cloud.SecurityCenter.V1.SecurityCenterClient>.Scopes
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Cloud.SecurityCenter.V1.SecurityCenterClient>.ChannelCredentials
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Cloud.SecurityCenter.V1.SecurityCenterClient>.CredentialsPath
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Cloud.SecurityCenter.V1.SecurityCenterClient>.JsonCredentials
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Cloud.SecurityCenter.V1.SecurityCenterClient>.TokenAccessMethod
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Cloud.SecurityCenter.V1.SecurityCenterClient>.CallInvoker
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Cloud.SecurityCenter.V1.SecurityCenterClient>.UserAgent
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Cloud.SecurityCenter.V1.SecurityCenterClient>.GrpcAdapter
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Cloud.SecurityCenter.V1.SecurityCenterClient>.EmulatorDetection
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Cloud.SecurityCenter.V1.SecurityCenterClient>.QuotaProject
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Cloud.SecurityCenter.V1.SecurityCenterClient>.CanUseChannelPool
Namespace
Google.Cloud.SecurityCenter.V1
Assembly
Google.Cloud.SecurityCenter.V1.dll
Properties
DefaultGrpcAdapter
protected override GrpcAdapter DefaultGrpcAdapter { get; }
Returns the default Google.Api.Gax.Grpc.GrpcAdapterto use if not otherwise specified.
Property Value |
---|
Type | Description |
Google.Api.Gax.Grpc.GrpcAdapter | |
Overrides
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Cloud.SecurityCenter.V1.SecurityCenterClient>.DefaultGrpcAdapter
Settings
public SecurityCenterSettings Settings { get; set; }
The settings to use for RPCs, or null
for the default settings.
Methods
Build()
public override SecurityCenterClient Build()
Builds the resulting client.
Overrides
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Cloud.SecurityCenter.V1.SecurityCenterClient>.Build()
BuildAsync(CancellationToken)
public override Task<SecurityCenterClient> BuildAsync(CancellationToken cancellationToken = default(CancellationToken))
Builds the resulting client asynchronously.
Overrides
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Cloud.SecurityCenter.V1.SecurityCenterClient>.BuildAsync(System.Threading.CancellationToken)
GetChannelPool()
protected override ChannelPool GetChannelPool()
Returns the channel pool to use when no other options are specified.
Returns |
---|
Type | Description |
Google.Api.Gax.Grpc.ChannelPool | |
Overrides
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Cloud.SecurityCenter.V1.SecurityCenterClient>.GetChannelPool()
GetDefaultEndpoint()
protected override string GetDefaultEndpoint()
Returns the endpoint for this builder type, used if no endpoint is otherwise specified.
Overrides
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Cloud.SecurityCenter.V1.SecurityCenterClient>.GetDefaultEndpoint()
GetDefaultScopes()
protected override IReadOnlyList<string> GetDefaultScopes()
Returns the default scopes for this builder type, used if no scopes are otherwise specified.
Overrides
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Cloud.SecurityCenter.V1.SecurityCenterClient>.GetDefaultScopes()