/// <summary> /// Creates a <see cref="ConversionCustomVariableServiceClient"/> 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="ConversionCustomVariableServiceSettings"/>.</param> /// <returns>The created <see cref="ConversionCustomVariableServiceClient"/>.</returns> internal static ConversionCustomVariableServiceClient Create(grpccore::CallInvoker callInvoker, ConversionCustomVariableServiceSettings settings = null) { gax::GaxPreconditions.CheckNotNull(callInvoker, nameof(callInvoker)); grpcinter::Interceptor interceptor = settings?.Interceptor; if (interceptor != null) { callInvoker = grpcinter::CallInvokerExtensions.Intercept(callInvoker, interceptor); } ConversionCustomVariableService.ConversionCustomVariableServiceClient grpcClient = new ConversionCustomVariableService.ConversionCustomVariableServiceClient(callInvoker); return(new ConversionCustomVariableServiceClientImpl(grpcClient, settings)); }
/// <summary> /// Constructs a client wrapper for the ConversionCustomVariableService service, with the specified gRPC client /// and settings. /// </summary> /// <param name="grpcClient">The underlying gRPC client.</param> /// <param name="settings"> /// The base <see cref="ConversionCustomVariableServiceSettings"/> used within this client. /// </param> public ConversionCustomVariableServiceClientImpl(ConversionCustomVariableService.ConversionCustomVariableServiceClient grpcClient, ConversionCustomVariableServiceSettings settings) { GrpcClient = grpcClient; ConversionCustomVariableServiceSettings effectiveSettings = settings ?? ConversionCustomVariableServiceSettings.GetDefault(); gaxgrpc::ClientHelper clientHelper = new gaxgrpc::ClientHelper(effectiveSettings); _callGetConversionCustomVariable = clientHelper.BuildApiCall <GetConversionCustomVariableRequest, gagvr::ConversionCustomVariable>(grpcClient.GetConversionCustomVariableAsync, grpcClient.GetConversionCustomVariable, effectiveSettings.GetConversionCustomVariableSettings).WithGoogleRequestParam("resource_name", request => request.ResourceName); Modify_ApiCall(ref _callGetConversionCustomVariable); Modify_GetConversionCustomVariableApiCall(ref _callGetConversionCustomVariable); _callMutateConversionCustomVariables = clientHelper.BuildApiCall <MutateConversionCustomVariablesRequest, MutateConversionCustomVariablesResponse>(grpcClient.MutateConversionCustomVariablesAsync, grpcClient.MutateConversionCustomVariables, effectiveSettings.MutateConversionCustomVariablesSettings).WithGoogleRequestParam("customer_id", request => request.CustomerId); Modify_ApiCall(ref _callMutateConversionCustomVariables); Modify_MutateConversionCustomVariablesApiCall(ref _callMutateConversionCustomVariables); OnConstruction(grpcClient, effectiveSettings, clientHelper); }
partial void OnConstruction(ConversionCustomVariableService.ConversionCustomVariableServiceClient grpcClient, ConversionCustomVariableServiceSettings effectiveSettings, gaxgrpc::ClientHelper clientHelper);