Пример #1
0
        /// <summary>
        /// Creates a <see cref="FeedItemSetServiceClient"/> 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="FeedItemSetServiceSettings"/>.</param>
        /// <returns>The created <see cref="FeedItemSetServiceClient"/>.</returns>
        internal static FeedItemSetServiceClient Create(grpccore::CallInvoker callInvoker, FeedItemSetServiceSettings settings = null)
        {
            gax::GaxPreconditions.CheckNotNull(callInvoker, nameof(callInvoker));
            grpcinter::Interceptor interceptor = settings?.Interceptor;

            if (interceptor != null)
            {
                callInvoker = grpcinter::CallInvokerExtensions.Intercept(callInvoker, interceptor);
            }
            FeedItemSetService.FeedItemSetServiceClient grpcClient = new FeedItemSetService.FeedItemSetServiceClient(callInvoker);
            return(new FeedItemSetServiceClientImpl(grpcClient, settings));
        }
Пример #2
0
        /// <summary>
        /// Constructs a client wrapper for the FeedItemSetService service, with the specified gRPC client and settings.
        /// </summary>
        /// <param name="grpcClient">The underlying gRPC client.</param>
        /// <param name="settings">The base <see cref="FeedItemSetServiceSettings"/> used within this client.</param>
        public FeedItemSetServiceClientImpl(FeedItemSetService.FeedItemSetServiceClient grpcClient, FeedItemSetServiceSettings settings)
        {
            GrpcClient = grpcClient;
            FeedItemSetServiceSettings effectiveSettings = settings ?? FeedItemSetServiceSettings.GetDefault();
            gaxgrpc::ClientHelper      clientHelper      = new gaxgrpc::ClientHelper(effectiveSettings);

            _callGetFeedItemSet = clientHelper.BuildApiCall <GetFeedItemSetRequest, gagvr::FeedItemSet>(grpcClient.GetFeedItemSetAsync, grpcClient.GetFeedItemSet, effectiveSettings.GetFeedItemSetSettings).WithGoogleRequestParam("resource_name", request => request.ResourceName);
            Modify_ApiCall(ref _callGetFeedItemSet);
            Modify_GetFeedItemSetApiCall(ref _callGetFeedItemSet);
            _callMutateFeedItemSets = clientHelper.BuildApiCall <MutateFeedItemSetsRequest, MutateFeedItemSetsResponse>(grpcClient.MutateFeedItemSetsAsync, grpcClient.MutateFeedItemSets, effectiveSettings.MutateFeedItemSetsSettings).WithGoogleRequestParam("customer_id", request => request.CustomerId);
            Modify_ApiCall(ref _callMutateFeedItemSets);
            Modify_MutateFeedItemSetsApiCall(ref _callMutateFeedItemSets);
            OnConstruction(grpcClient, effectiveSettings, clientHelper);
        }
Пример #3
0
 partial void OnConstruction(FeedItemSetService.FeedItemSetServiceClient grpcClient, FeedItemSetServiceSettings effectiveSettings, gaxgrpc::ClientHelper clientHelper);