/// <summary> /// Creates a <see cref="AdGroupAdServiceClient"/> 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="AdGroupAdServiceSettings"/>.</param> /// <returns>The created <see cref="AdGroupAdServiceClient"/>.</returns> public static AdGroupAdServiceClient Create(grpccore::CallInvoker callInvoker, AdGroupAdServiceSettings settings = null) { gax::GaxPreconditions.CheckNotNull(callInvoker, nameof(callInvoker)); grpccore::Interceptors.Interceptor interceptor = settings?.Interceptor; if (interceptor != null) { callInvoker = grpccore::Interceptors.CallInvokerExtensions.Intercept(callInvoker, interceptor); } AdGroupAdService.AdGroupAdServiceClient grpcClient = new AdGroupAdService.AdGroupAdServiceClient(callInvoker); return(new AdGroupAdServiceClientImpl(grpcClient, settings)); }
/// <summary> /// Constructs a client wrapper for the AdGroupAdService service, with the specified gRPC client and settings. /// </summary> /// <param name="grpcClient">The underlying gRPC client.</param> /// <param name="settings">The base <see cref="AdGroupAdServiceSettings"/> used within this client </param> public AdGroupAdServiceClientImpl(AdGroupAdService.AdGroupAdServiceClient grpcClient, AdGroupAdServiceSettings settings) { GrpcClient = grpcClient; AdGroupAdServiceSettings effectiveSettings = settings ?? AdGroupAdServiceSettings.GetDefault(); gaxgrpc::ClientHelper clientHelper = new gaxgrpc::ClientHelper(effectiveSettings); _callGetAdGroupAd = clientHelper.BuildApiCall <GetAdGroupAdRequest, gagvr::AdGroupAd>( GrpcClient.GetAdGroupAdAsync, GrpcClient.GetAdGroupAd, effectiveSettings.GetAdGroupAdSettings); _callMutateAdGroupAds = clientHelper.BuildApiCall <MutateAdGroupAdsRequest, MutateAdGroupAdsResponse>( GrpcClient.MutateAdGroupAdsAsync, GrpcClient.MutateAdGroupAds, effectiveSettings.MutateAdGroupAdsSettings); Modify_ApiCall(ref _callGetAdGroupAd); Modify_GetAdGroupAdApiCall(ref _callGetAdGroupAd); Modify_ApiCall(ref _callMutateAdGroupAds); Modify_MutateAdGroupAdsApiCall(ref _callMutateAdGroupAds); OnConstruction(grpcClient, effectiveSettings, clientHelper); }
partial void OnConstruction(AdGroupAdService.AdGroupAdServiceClient grpcClient, AdGroupAdServiceSettings effectiveSettings, gaxgrpc::ClientHelper clientHelper);