Beispiel #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);
        }
Beispiel #2
0
 /// <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>
 public static ProductGroupViewServiceClient Create(grpccore::CallInvoker callInvoker, ProductGroupViewServiceSettings settings = null)
 {
     gax::GaxPreconditions.CheckNotNull(callInvoker, nameof(callInvoker));
     grpccore::Interceptors.Interceptor interceptor = settings?.Interceptor;
     if (interceptor != null)
     {
         callInvoker = grpccore::Interceptors.CallInvokerExtensions.Intercept(callInvoker, interceptor);
     }
     ProductGroupViewService.ProductGroupViewServiceClient grpcClient = new ProductGroupViewService.ProductGroupViewServiceClient(callInvoker);
     return(new ProductGroupViewServiceClientImpl(grpcClient, settings));
 }
Beispiel #3
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);
        }
Beispiel #4
0
 partial void OnConstruction(ProductGroupViewService.ProductGroupViewServiceClient grpcClient, ProductGroupViewServiceSettings effectiveSettings, gaxgrpc::ClientHelper clientHelper);