/// <summary>
        /// Constructs a client wrapper for the ExpandedLandingPageViewService service, with the specified gRPC client
        /// and settings.
        /// </summary>
        /// <param name="grpcClient">The underlying gRPC client.</param>
        /// <param name="settings">
        /// The base <see cref="ExpandedLandingPageViewServiceSettings"/> used within this client.
        /// </param>
        public ExpandedLandingPageViewServiceClientImpl(ExpandedLandingPageViewService.ExpandedLandingPageViewServiceClient grpcClient, ExpandedLandingPageViewServiceSettings settings)
        {
            GrpcClient = grpcClient;
            ExpandedLandingPageViewServiceSettings effectiveSettings = settings ?? ExpandedLandingPageViewServiceSettings.GetDefault();
            gaxgrpc::ClientHelper clientHelper = new gaxgrpc::ClientHelper(effectiveSettings);

            _callGetExpandedLandingPageView = clientHelper.BuildApiCall <GetExpandedLandingPageViewRequest, gagvr::ExpandedLandingPageView>(grpcClient.GetExpandedLandingPageViewAsync, grpcClient.GetExpandedLandingPageView, effectiveSettings.GetExpandedLandingPageViewSettings).WithGoogleRequestParam("resource_name", request => request.ResourceName);
            Modify_ApiCall(ref _callGetExpandedLandingPageView);
            Modify_GetExpandedLandingPageViewApiCall(ref _callGetExpandedLandingPageView);
            OnConstruction(grpcClient, effectiveSettings, clientHelper);
        }
Exemplo n.º 2
0
        /// <summary>
        /// Constructs a client wrapper for the ExpandedLandingPageViewService service, with the specified gRPC client and settings.
        /// </summary>
        /// <param name="grpcClient">The underlying gRPC client.</param>
        /// <param name="settings">The base <see cref="ExpandedLandingPageViewServiceSettings"/> used within this client </param>
        public ExpandedLandingPageViewServiceClientImpl(ExpandedLandingPageViewService.ExpandedLandingPageViewServiceClient grpcClient, ExpandedLandingPageViewServiceSettings settings)
        {
            GrpcClient = grpcClient;
            ExpandedLandingPageViewServiceSettings effectiveSettings = settings ?? ExpandedLandingPageViewServiceSettings.GetDefault();
            gaxgrpc::ClientHelper clientHelper = new gaxgrpc::ClientHelper(effectiveSettings);

            _callGetExpandedLandingPageView = clientHelper.BuildApiCall <GetExpandedLandingPageViewRequest, gagvr::ExpandedLandingPageView>(
                GrpcClient.GetExpandedLandingPageViewAsync, GrpcClient.GetExpandedLandingPageView, effectiveSettings.GetExpandedLandingPageViewSettings)
                                              .WithCallSettingsOverlay(request => gaxgrpc::CallSettings.FromHeader("x-goog-request-params", $"resource_name={request.ResourceName}"));
            Modify_ApiCall(ref _callGetExpandedLandingPageView);
            Modify_GetExpandedLandingPageViewApiCall(ref _callGetExpandedLandingPageView);
            OnConstruction(grpcClient, effectiveSettings, clientHelper);
        }