コード例 #1
0
 /// <summary>
 /// Creates a <see cref="AdServiceClient"/> 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="AdServiceSettings"/>.</param>
 /// <returns>The created <see cref="AdServiceClient"/>.</returns>
 public static AdServiceClient Create(grpccore::CallInvoker callInvoker, AdServiceSettings settings = null)
 {
     gax::GaxPreconditions.CheckNotNull(callInvoker, nameof(callInvoker));
     grpccore::Interceptors.Interceptor interceptor = settings?.Interceptor;
     if (interceptor != null)
     {
         callInvoker = grpccore::Interceptors.CallInvokerExtensions.Intercept(callInvoker, interceptor);
     }
     AdService.AdServiceClient grpcClient = new AdService.AdServiceClient(callInvoker);
     return(new AdServiceClientImpl(grpcClient, settings));
 }
コード例 #2
0
        /// <summary>
        /// Constructs a client wrapper for the AdService service, with the specified gRPC client and settings.
        /// </summary>
        /// <param name="grpcClient">The underlying gRPC client.</param>
        /// <param name="settings">The base <see cref="AdServiceSettings"/> used within this client.</param>
        public AdServiceClientImpl(AdService.AdServiceClient grpcClient, AdServiceSettings settings)
        {
            GrpcClient = grpcClient;
            AdServiceSettings     effectiveSettings = settings ?? AdServiceSettings.GetDefault();
            gaxgrpc::ClientHelper clientHelper      = new gaxgrpc::ClientHelper(effectiveSettings);

            _callGetAd = clientHelper.BuildApiCall <GetAdRequest, gagvr::Ad>(grpcClient.GetAdAsync, grpcClient.GetAd, effectiveSettings.GetAdSettings).WithGoogleRequestParam("resource_name", request => request.ResourceName);
            Modify_ApiCall(ref _callGetAd);
            Modify_GetAdApiCall(ref _callGetAd);
            _callMutateAds = clientHelper.BuildApiCall <MutateAdsRequest, MutateAdsResponse>(grpcClient.MutateAdsAsync, grpcClient.MutateAds, effectiveSettings.MutateAdsSettings).WithGoogleRequestParam("customer_id", request => request.CustomerId);
            Modify_ApiCall(ref _callMutateAds);
            Modify_MutateAdsApiCall(ref _callMutateAds);
            OnConstruction(grpcClient, effectiveSettings, clientHelper);
        }
コード例 #3
0
        /// <summary>
        /// Constructs a client wrapper for the AdService service, with the specified gRPC client and settings.
        /// </summary>
        /// <param name="grpcClient">The underlying gRPC client.</param>
        /// <param name="settings">The base <see cref="AdServiceSettings"/> used within this client </param>
        public AdServiceClientImpl(AdService.AdServiceClient grpcClient, AdServiceSettings settings)
        {
            GrpcClient = grpcClient;
            AdServiceSettings     effectiveSettings = settings ?? AdServiceSettings.GetDefault();
            gaxgrpc::ClientHelper clientHelper      = new gaxgrpc::ClientHelper(effectiveSettings);

            _callGetAd = clientHelper.BuildApiCall <GetAdRequest, gagvr::Ad>(
                GrpcClient.GetAdAsync, GrpcClient.GetAd, effectiveSettings.GetAdSettings)
                         .WithCallSettingsOverlay(request => gaxgrpc::CallSettings.FromHeader("x-goog-request-params", $"resource_name={request.ResourceName}"));
            _callMutateAds = clientHelper.BuildApiCall <MutateAdsRequest, MutateAdsResponse>(
                GrpcClient.MutateAdsAsync, GrpcClient.MutateAds, effectiveSettings.MutateAdsSettings)
                             .WithCallSettingsOverlay(request => gaxgrpc::CallSettings.FromHeader("x-goog-request-params", $"customer_id={request.CustomerId}"));
            Modify_ApiCall(ref _callGetAd);
            Modify_GetAdApiCall(ref _callGetAd);
            Modify_ApiCall(ref _callMutateAds);
            Modify_MutateAdsApiCall(ref _callMutateAds);
            OnConstruction(grpcClient, effectiveSettings, clientHelper);
        }
コード例 #4
0
 partial void OnConstruction(AdService.AdServiceClient grpcClient, AdServiceSettings effectiveSettings, gaxgrpc::ClientHelper clientHelper);