/// <summary>
 /// Creates a <see cref="TopicConstantServiceClient"/> which uses the specified call invoker for remote operations.
 /// </summary>
 /// <param name="callInvoker">The <see cref="grpccore::CallInvoker"/> for remote operations. Must not be null.</param>
 /// <param name="settings">Optional <see cref="TopicConstantServiceSettings"/>.</param>
 /// <returns>The created <see cref="TopicConstantServiceClient"/>.</returns>
 public static TopicConstantServiceClient Create(grpccore::CallInvoker callInvoker, TopicConstantServiceSettings settings = null)
 {
     gax::GaxPreconditions.CheckNotNull(callInvoker, nameof(callInvoker));
     grpccore::Interceptors.Interceptor interceptor = settings?.Interceptor;
     if (interceptor != null)
     {
         callInvoker = grpccore::Interceptors.CallInvokerExtensions.Intercept(callInvoker, interceptor);
     }
     TopicConstantService.TopicConstantServiceClient grpcClient = new TopicConstantService.TopicConstantServiceClient(callInvoker);
     return(new TopicConstantServiceClientImpl(grpcClient, settings));
 }
        /// <summary>
        /// Constructs a client wrapper for the TopicConstantService service, with the specified gRPC client and settings.
        /// </summary>
        /// <param name="grpcClient">The underlying gRPC client.</param>
        /// <param name="settings">The base <see cref="TopicConstantServiceSettings"/> used within this client </param>
        public TopicConstantServiceClientImpl(TopicConstantService.TopicConstantServiceClient grpcClient, TopicConstantServiceSettings settings)
        {
            GrpcClient = grpcClient;
            TopicConstantServiceSettings effectiveSettings = settings ?? TopicConstantServiceSettings.GetDefault();
            gaxgrpc::ClientHelper        clientHelper      = new gaxgrpc::ClientHelper(effectiveSettings);

            _callGetTopicConstant = clientHelper.BuildApiCall <GetTopicConstantRequest, gagvr::TopicConstant>(
                GrpcClient.GetTopicConstantAsync, GrpcClient.GetTopicConstant, effectiveSettings.GetTopicConstantSettings);
            Modify_ApiCall(ref _callGetTopicConstant);
            Modify_GetTopicConstantApiCall(ref _callGetTopicConstant);
            OnConstruction(grpcClient, effectiveSettings, clientHelper);
        }
 partial void OnConstruction(TopicConstantService.TopicConstantServiceClient grpcClient, TopicConstantServiceSettings effectiveSettings, gaxgrpc::ClientHelper clientHelper);