/// <summary>
        /// Constructs a client wrapper for the UserInterestService service, with the specified gRPC client and
        /// settings.
        /// </summary>
        /// <param name="grpcClient">The underlying gRPC client.</param>
        /// <param name="settings">The base <see cref="UserInterestServiceSettings"/> used within this client.</param>
        public UserInterestServiceClientImpl(UserInterestService.UserInterestServiceClient grpcClient, UserInterestServiceSettings settings)
        {
            GrpcClient = grpcClient;
            UserInterestServiceSettings effectiveSettings = settings ?? UserInterestServiceSettings.GetDefault();
            gaxgrpc::ClientHelper       clientHelper      = new gaxgrpc::ClientHelper(effectiveSettings);

            _callGetUserInterest = clientHelper.BuildApiCall <GetUserInterestRequest, gagvr::UserInterest>(grpcClient.GetUserInterestAsync, grpcClient.GetUserInterest, effectiveSettings.GetUserInterestSettings).WithGoogleRequestParam("resource_name", request => request.ResourceName);
            Modify_ApiCall(ref _callGetUserInterest);
            Modify_GetUserInterestApiCall(ref _callGetUserInterest);
            OnConstruction(grpcClient, effectiveSettings, clientHelper);
        }
        /// <summary>
        /// Creates a <see cref="UserInterestServiceClient"/> 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="UserInterestServiceSettings"/>.</param>
        /// <returns>The created <see cref="UserInterestServiceClient"/>.</returns>
        internal static UserInterestServiceClient Create(grpccore::CallInvoker callInvoker, UserInterestServiceSettings settings = null)
        {
            gax::GaxPreconditions.CheckNotNull(callInvoker, nameof(callInvoker));
            grpcinter::Interceptor interceptor = settings?.Interceptor;

            if (interceptor != null)
            {
                callInvoker = grpcinter::CallInvokerExtensions.Intercept(callInvoker, interceptor);
            }
            UserInterestService.UserInterestServiceClient grpcClient = new UserInterestService.UserInterestServiceClient(callInvoker);
            return(new UserInterestServiceClientImpl(grpcClient, settings));
        }
 partial void OnConstruction(UserInterestService.UserInterestServiceClient grpcClient, UserInterestServiceSettings effectiveSettings, gaxgrpc::ClientHelper clientHelper);