private BillingSetupServiceSettings(BillingSetupServiceSettings existing) : base(existing) { gax::GaxPreconditions.CheckNotNull(existing, nameof(existing)); GetBillingSetupSettings = existing.GetBillingSetupSettings; MutateBillingSetupSettings = existing.MutateBillingSetupSettings; OnCopy(existing); }
/// <summary> /// Constructs a client wrapper for the BillingSetupService service, with the specified gRPC client and /// settings. /// </summary> /// <param name="grpcClient">The underlying gRPC client.</param> /// <param name="settings">The base <see cref="BillingSetupServiceSettings"/> used within this client.</param> public BillingSetupServiceClientImpl(BillingSetupService.BillingSetupServiceClient grpcClient, BillingSetupServiceSettings settings) { GrpcClient = grpcClient; BillingSetupServiceSettings effectiveSettings = settings ?? BillingSetupServiceSettings.GetDefault(); gaxgrpc::ClientHelper clientHelper = new gaxgrpc::ClientHelper(effectiveSettings); _callGetBillingSetup = clientHelper.BuildApiCall <GetBillingSetupRequest, gagvr::BillingSetup>(grpcClient.GetBillingSetupAsync, grpcClient.GetBillingSetup, effectiveSettings.GetBillingSetupSettings).WithGoogleRequestParam("resource_name", request => request.ResourceName); Modify_ApiCall(ref _callGetBillingSetup); Modify_GetBillingSetupApiCall(ref _callGetBillingSetup); _callMutateBillingSetup = clientHelper.BuildApiCall <MutateBillingSetupRequest, MutateBillingSetupResponse>(grpcClient.MutateBillingSetupAsync, grpcClient.MutateBillingSetup, effectiveSettings.MutateBillingSetupSettings).WithGoogleRequestParam("customer_id", request => request.CustomerId); Modify_ApiCall(ref _callMutateBillingSetup); Modify_MutateBillingSetupApiCall(ref _callMutateBillingSetup); OnConstruction(grpcClient, effectiveSettings, clientHelper); }
partial void OnCopy(BillingSetupServiceSettings existing);
partial void OnConstruction(BillingSetupService.BillingSetupServiceClient grpcClient, BillingSetupServiceSettings effectiveSettings, gaxgrpc::ClientHelper clientHelper);
/// <summary> /// Creates a <see cref="BillingSetupServiceClient"/> 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="BillingSetupServiceSettings"/>.</param> /// <returns>The created <see cref="BillingSetupServiceClient"/>.</returns> internal static BillingSetupServiceClient Create(grpccore::CallInvoker callInvoker, BillingSetupServiceSettings settings = null) { gax::GaxPreconditions.CheckNotNull(callInvoker, nameof(callInvoker)); grpcinter::Interceptor interceptor = settings?.Interceptor; if (interceptor != null) { callInvoker = grpcinter::CallInvokerExtensions.Intercept(callInvoker, interceptor); } BillingSetupService.BillingSetupServiceClient grpcClient = new BillingSetupService.BillingSetupServiceClient(callInvoker); return(new BillingSetupServiceClientImpl(grpcClient, settings)); }