Example #1
0
        /// <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);
        }
Example #2
0
        /// <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)
                                       .WithCallSettingsOverlay(request => gaxgrpc::CallSettings.FromHeader("x-goog-request-params", $"resource_name={request.ResourceName}"));
            Modify_ApiCall(ref _callGetProductGroupView);
            Modify_GetProductGroupViewApiCall(ref _callGetProductGroupView);
            OnConstruction(grpcClient, effectiveSettings, clientHelper);
        }