Exemplo n.º 1
0
        /// <summary>
        /// Constructs a client wrapper for the ProductBiddingCategoryConstantService service, with the specified gRPC client and settings.
        /// </summary>
        /// <param name="grpcClient">The underlying gRPC client.</param>
        /// <param name="settings">The base <see cref="ProductBiddingCategoryConstantServiceSettings"/> used within this client </param>
        public ProductBiddingCategoryConstantServiceClientImpl(ProductBiddingCategoryConstantService.ProductBiddingCategoryConstantServiceClient grpcClient, ProductBiddingCategoryConstantServiceSettings settings)
        {
            GrpcClient = grpcClient;
            ProductBiddingCategoryConstantServiceSettings effectiveSettings = settings ?? ProductBiddingCategoryConstantServiceSettings.GetDefault();
            gaxgrpc::ClientHelper clientHelper = new gaxgrpc::ClientHelper(effectiveSettings);

            _callGetProductBiddingCategoryConstant = clientHelper.BuildApiCall <GetProductBiddingCategoryConstantRequest, gagvr::ProductBiddingCategoryConstant>(
                GrpcClient.GetProductBiddingCategoryConstantAsync, GrpcClient.GetProductBiddingCategoryConstant, effectiveSettings.GetProductBiddingCategoryConstantSettings);
            Modify_ApiCall(ref _callGetProductBiddingCategoryConstant);
            Modify_GetProductBiddingCategoryConstantApiCall(ref _callGetProductBiddingCategoryConstant);
            OnConstruction(grpcClient, effectiveSettings, clientHelper);
        }
Exemplo n.º 2
0
 partial void OnConstruction(ProductBiddingCategoryConstantService.ProductBiddingCategoryConstantServiceClient grpcClient, ProductBiddingCategoryConstantServiceSettings effectiveSettings, gaxgrpc::ClientHelper clientHelper);
Exemplo n.º 3
0
 /// <summary>
 /// Creates a <see cref="ProductBiddingCategoryConstantServiceClient"/> 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="ProductBiddingCategoryConstantServiceSettings"/>.</param>
 /// <returns>The created <see cref="ProductBiddingCategoryConstantServiceClient"/>.</returns>
 public static ProductBiddingCategoryConstantServiceClient Create(grpccore::CallInvoker callInvoker, ProductBiddingCategoryConstantServiceSettings settings = null)
 {
     gax::GaxPreconditions.CheckNotNull(callInvoker, nameof(callInvoker));
     grpccore::Interceptors.Interceptor interceptor = settings?.Interceptor;
     if (interceptor != null)
     {
         callInvoker = grpccore::Interceptors.CallInvokerExtensions.Intercept(callInvoker, interceptor);
     }
     ProductBiddingCategoryConstantService.ProductBiddingCategoryConstantServiceClient grpcClient = new ProductBiddingCategoryConstantService.ProductBiddingCategoryConstantServiceClient(callInvoker);
     return(new ProductBiddingCategoryConstantServiceClientImpl(grpcClient, settings));
 }