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

            _callGet = clientHelper.BuildApiCall <CustomerLicenseGetRequest, CustomerLicense>(grpcClient.GetAsync, grpcClient.Get, effectiveSettings.GetSettings).WithGoogleRequestParam("application_id", request => request.ApplicationId).WithGoogleRequestParam("customer_id", request => request.CustomerId);
            Modify_ApiCall(ref _callGet);
            Modify_GetApiCall(ref _callGet);
            OnConstruction(grpcClient, effectiveSettings, clientHelper);
        }
        /// <summary>
        /// Creates a <see cref="CustomerLicenseServiceClient"/> 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="CustomerLicenseServiceSettings"/>.</param>
        /// <returns>The created <see cref="CustomerLicenseServiceClient"/>.</returns>
        internal static CustomerLicenseServiceClient Create(grpccore::CallInvoker callInvoker, CustomerLicenseServiceSettings settings = null)
        {
            gax::GaxPreconditions.CheckNotNull(callInvoker, nameof(callInvoker));
            grpcinter::Interceptor interceptor = settings?.Interceptor;

            if (interceptor != null)
            {
                callInvoker = grpcinter::CallInvokerExtensions.Intercept(callInvoker, interceptor);
            }
            CustomerLicenseService.CustomerLicenseServiceClient grpcClient = new CustomerLicenseService.CustomerLicenseServiceClient(callInvoker);
            return(new CustomerLicenseServiceClientImpl(grpcClient, settings));
        }
 partial void OnConstruction(CustomerLicenseService.CustomerLicenseServiceClient grpcClient, CustomerLicenseServiceSettings effectiveSettings, gaxgrpc::ClientHelper clientHelper);