/// <summary> /// Constructs a client wrapper for the ProductGroupViewService service, with the specified gRPC client and /// settings. /// </summary> /// <param name="grpcClient">The underlying gRPC client.</param> /// <param name="settings"> /// The base <see cref="ProductGroupViewServiceSettings"/> used within this client. /// </param> public ProductGroupViewServiceClientImpl(ProductGroupViewService.ProductGroupViewServiceClient grpcClient, ProductGroupViewServiceSettings settings) { GrpcClient = grpcClient; ProductGroupViewServiceSettings effectiveSettings = settings ?? ProductGroupViewServiceSettings.GetDefault(); gaxgrpc::ClientHelper clientHelper = new gaxgrpc::ClientHelper(effectiveSettings); _callGetProductGroupView = clientHelper.BuildApiCall <GetProductGroupViewRequest, gagvr::ProductGroupView>(grpcClient.GetProductGroupViewAsync, grpcClient.GetProductGroupView, effectiveSettings.GetProductGroupViewSettings).WithGoogleRequestParam("resource_name", request => request.ResourceName); Modify_ApiCall(ref _callGetProductGroupView); Modify_GetProductGroupViewApiCall(ref _callGetProductGroupView); OnConstruction(grpcClient, effectiveSettings, clientHelper); }
partial void OnCopy(ProductGroupViewServiceSettings existing);
private ProductGroupViewServiceSettings(ProductGroupViewServiceSettings existing) : base(existing) { gax::GaxPreconditions.CheckNotNull(existing, nameof(existing)); GetProductGroupViewSettings = existing.GetProductGroupViewSettings; OnCopy(existing); }
partial void OnConstruction(ProductGroupViewService.ProductGroupViewServiceClient grpcClient, ProductGroupViewServiceSettings effectiveSettings, gaxgrpc::ClientHelper clientHelper);
/// <summary> /// Creates a <see cref="ProductGroupViewServiceClient"/> 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="ProductGroupViewServiceSettings"/>.</param> /// <returns>The created <see cref="ProductGroupViewServiceClient"/>.</returns> internal static ProductGroupViewServiceClient Create(grpccore::CallInvoker callInvoker, ProductGroupViewServiceSettings settings = null) { gax::GaxPreconditions.CheckNotNull(callInvoker, nameof(callInvoker)); grpcinter::Interceptor interceptor = settings?.Interceptor; if (interceptor != null) { callInvoker = grpcinter::CallInvokerExtensions.Intercept(callInvoker, interceptor); } ProductGroupViewService.ProductGroupViewServiceClient grpcClient = new ProductGroupViewService.ProductGroupViewServiceClient(callInvoker); return(new ProductGroupViewServiceClientImpl(grpcClient, settings)); }