/// <summary> /// Constructs a client wrapper for the LandingPageViewService service, with the specified gRPC client and /// settings. /// </summary> /// <param name="grpcClient">The underlying gRPC client.</param> /// <param name="settings"> /// The base <see cref="LandingPageViewServiceSettings"/> used within this client. /// </param> public LandingPageViewServiceClientImpl(LandingPageViewService.LandingPageViewServiceClient grpcClient, LandingPageViewServiceSettings settings) { GrpcClient = grpcClient; LandingPageViewServiceSettings effectiveSettings = settings ?? LandingPageViewServiceSettings.GetDefault(); gaxgrpc::ClientHelper clientHelper = new gaxgrpc::ClientHelper(effectiveSettings); _callGetLandingPageView = clientHelper.BuildApiCall <GetLandingPageViewRequest, gagvr::LandingPageView>(grpcClient.GetLandingPageViewAsync, grpcClient.GetLandingPageView, effectiveSettings.GetLandingPageViewSettings).WithGoogleRequestParam("resource_name", request => request.ResourceName); Modify_ApiCall(ref _callGetLandingPageView); Modify_GetLandingPageViewApiCall(ref _callGetLandingPageView); OnConstruction(grpcClient, effectiveSettings, clientHelper); }
partial void OnCopy(LandingPageViewServiceSettings existing);
private LandingPageViewServiceSettings(LandingPageViewServiceSettings existing) : base(existing) { gax::GaxPreconditions.CheckNotNull(existing, nameof(existing)); GetLandingPageViewSettings = existing.GetLandingPageViewSettings; OnCopy(existing); }
partial void OnConstruction(LandingPageViewService.LandingPageViewServiceClient grpcClient, LandingPageViewServiceSettings effectiveSettings, gaxgrpc::ClientHelper clientHelper);
/// <summary> /// Creates a <see cref="LandingPageViewServiceClient"/> 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="LandingPageViewServiceSettings"/>.</param> /// <returns>The created <see cref="LandingPageViewServiceClient"/>.</returns> internal static LandingPageViewServiceClient Create(grpccore::CallInvoker callInvoker, LandingPageViewServiceSettings settings = null) { gax::GaxPreconditions.CheckNotNull(callInvoker, nameof(callInvoker)); grpcinter::Interceptor interceptor = settings?.Interceptor; if (interceptor != null) { callInvoker = grpcinter::CallInvokerExtensions.Intercept(callInvoker, interceptor); } LandingPageViewService.LandingPageViewServiceClient grpcClient = new LandingPageViewService.LandingPageViewServiceClient(callInvoker); return(new LandingPageViewServiceClientImpl(grpcClient, settings)); }