Ejemplo n.º 1
0
 /// <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>
 public static BillingSetupServiceClient Create(grpccore::CallInvoker callInvoker, BillingSetupServiceSettings settings = null)
 {
     gax::GaxPreconditions.CheckNotNull(callInvoker, nameof(callInvoker));
     grpccore::Interceptors.Interceptor interceptor = settings?.Interceptor;
     if (interceptor != null)
     {
         callInvoker = grpccore::Interceptors.CallInvokerExtensions.Intercept(callInvoker, interceptor);
     }
     BillingSetupService.BillingSetupServiceClient grpcClient = new BillingSetupService.BillingSetupServiceClient(callInvoker);
     return(new BillingSetupServiceClientImpl(grpcClient, settings));
 }
Ejemplo n.º 2
0
        /// <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);
            _callMutateBillingSetup = clientHelper.BuildApiCall <MutateBillingSetupRequest, MutateBillingSetupResponse>(
                GrpcClient.MutateBillingSetupAsync, GrpcClient.MutateBillingSetup, effectiveSettings.MutateBillingSetupSettings);
            Modify_ApiCall(ref _callGetBillingSetup);
            Modify_GetBillingSetupApiCall(ref _callGetBillingSetup);
            Modify_ApiCall(ref _callMutateBillingSetup);
            Modify_MutateBillingSetupApiCall(ref _callMutateBillingSetup);
            OnConstruction(grpcClient, effectiveSettings, clientHelper);
        }
Ejemplo n.º 3
0
 partial void OnConstruction(BillingSetupService.BillingSetupServiceClient grpcClient, BillingSetupServiceSettings effectiveSettings, gaxgrpc::ClientHelper clientHelper);