示例#1
0
        /// <summary>
        /// Constructs a client wrapper for the HotelPerformanceViewService service, with the specified gRPC client and
        /// settings.
        /// </summary>
        /// <param name="grpcClient">The underlying gRPC client.</param>
        /// <param name="settings">
        /// The base <see cref="HotelPerformanceViewServiceSettings"/> used within this client.
        /// </param>
        public HotelPerformanceViewServiceClientImpl(HotelPerformanceViewService.HotelPerformanceViewServiceClient grpcClient, HotelPerformanceViewServiceSettings settings)
        {
            GrpcClient = grpcClient;
            HotelPerformanceViewServiceSettings effectiveSettings = settings ?? HotelPerformanceViewServiceSettings.GetDefault();
            gaxgrpc::ClientHelper clientHelper = new gaxgrpc::ClientHelper(effectiveSettings);

            _callGetHotelPerformanceView = clientHelper.BuildApiCall <GetHotelPerformanceViewRequest, gagvr::HotelPerformanceView>(grpcClient.GetHotelPerformanceViewAsync, grpcClient.GetHotelPerformanceView, effectiveSettings.GetHotelPerformanceViewSettings).WithGoogleRequestParam("resource_name", request => request.ResourceName);
            Modify_ApiCall(ref _callGetHotelPerformanceView);
            Modify_GetHotelPerformanceViewApiCall(ref _callGetHotelPerformanceView);
            OnConstruction(grpcClient, effectiveSettings, clientHelper);
        }
        /// <summary>
        /// Constructs a client wrapper for the HotelPerformanceViewService service, with the specified gRPC client and settings.
        /// </summary>
        /// <param name="grpcClient">The underlying gRPC client.</param>
        /// <param name="settings">The base <see cref="HotelPerformanceViewServiceSettings"/> used within this client </param>
        public HotelPerformanceViewServiceClientImpl(HotelPerformanceViewService.HotelPerformanceViewServiceClient grpcClient, HotelPerformanceViewServiceSettings settings)
        {
            GrpcClient = grpcClient;
            HotelPerformanceViewServiceSettings effectiveSettings = settings ?? HotelPerformanceViewServiceSettings.GetDefault();
            gaxgrpc::ClientHelper clientHelper = new gaxgrpc::ClientHelper(effectiveSettings);

            _callGetHotelPerformanceView = clientHelper.BuildApiCall <GetHotelPerformanceViewRequest, gagvr::HotelPerformanceView>(
                GrpcClient.GetHotelPerformanceViewAsync, GrpcClient.GetHotelPerformanceView, effectiveSettings.GetHotelPerformanceViewSettings)
                                           .WithCallSettingsOverlay(request => gaxgrpc::CallSettings.FromHeader("x-goog-request-params", $"resource_name={request.ResourceName}"));
            Modify_ApiCall(ref _callGetHotelPerformanceView);
            Modify_GetHotelPerformanceViewApiCall(ref _callGetHotelPerformanceView);
            OnConstruction(grpcClient, effectiveSettings, clientHelper);
        }