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

            _callGetAccountBudget = clientHelper.BuildApiCall <GetAccountBudgetRequest, gagvr::AccountBudget>(grpcClient.GetAccountBudgetAsync, grpcClient.GetAccountBudget, effectiveSettings.GetAccountBudgetSettings).WithGoogleRequestParam("resource_name", request => request.ResourceName);
            Modify_ApiCall(ref _callGetAccountBudget);
            Modify_GetAccountBudgetApiCall(ref _callGetAccountBudget);
            OnConstruction(grpcClient, effectiveSettings, clientHelper);
        }
Exemplo n.º 2
0
 /// <summary>
 /// Creates a <see cref="AccountBudgetServiceClient"/> 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="AccountBudgetServiceSettings"/>.</param>
 /// <returns>The created <see cref="AccountBudgetServiceClient"/>.</returns>
 public static AccountBudgetServiceClient Create(grpccore::CallInvoker callInvoker, AccountBudgetServiceSettings settings = null)
 {
     gax::GaxPreconditions.CheckNotNull(callInvoker, nameof(callInvoker));
     grpccore::Interceptors.Interceptor interceptor = settings?.Interceptor;
     if (interceptor != null)
     {
         callInvoker = grpccore::Interceptors.CallInvokerExtensions.Intercept(callInvoker, interceptor);
     }
     AccountBudgetService.AccountBudgetServiceClient grpcClient = new AccountBudgetService.AccountBudgetServiceClient(callInvoker);
     return(new AccountBudgetServiceClientImpl(grpcClient, settings));
 }
Exemplo n.º 3
0
        /// <summary>
        /// Constructs a client wrapper for the AccountBudgetService service, with the specified gRPC client and settings.
        /// </summary>
        /// <param name="grpcClient">The underlying gRPC client.</param>
        /// <param name="settings">The base <see cref="AccountBudgetServiceSettings"/> used within this client </param>
        public AccountBudgetServiceClientImpl(AccountBudgetService.AccountBudgetServiceClient grpcClient, AccountBudgetServiceSettings settings)
        {
            GrpcClient = grpcClient;
            AccountBudgetServiceSettings effectiveSettings = settings ?? AccountBudgetServiceSettings.GetDefault();
            gaxgrpc::ClientHelper        clientHelper      = new gaxgrpc::ClientHelper(effectiveSettings);

            _callGetAccountBudget = clientHelper.BuildApiCall <GetAccountBudgetRequest, gagvr::AccountBudget>(
                GrpcClient.GetAccountBudgetAsync, GrpcClient.GetAccountBudget, effectiveSettings.GetAccountBudgetSettings)
                                    .WithCallSettingsOverlay(request => gaxgrpc::CallSettings.FromHeader("x-goog-request-params", $"resource_name={request.ResourceName}"));
            Modify_ApiCall(ref _callGetAccountBudget);
            Modify_GetAccountBudgetApiCall(ref _callGetAccountBudget);
            OnConstruction(grpcClient, effectiveSettings, clientHelper);
        }
 partial void OnConstruction(AccountBudgetService.AccountBudgetServiceClient grpcClient, AccountBudgetServiceSettings effectiveSettings, gaxgrpc::ClientHelper clientHelper);