Exemplo n.º 1
0
 /// <summary>
 /// Creates a <see cref="HotelPerformanceViewServiceClient"/> 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="HotelPerformanceViewServiceSettings"/>.</param>
 /// <returns>The created <see cref="HotelPerformanceViewServiceClient"/>.</returns>
 public static HotelPerformanceViewServiceClient Create(grpccore::CallInvoker callInvoker, HotelPerformanceViewServiceSettings settings = null)
 {
     gax::GaxPreconditions.CheckNotNull(callInvoker, nameof(callInvoker));
     grpccore::Interceptors.Interceptor interceptor = settings?.Interceptor;
     if (interceptor != null)
     {
         callInvoker = grpccore::Interceptors.CallInvokerExtensions.Intercept(callInvoker, interceptor);
     }
     HotelPerformanceViewService.HotelPerformanceViewServiceClient grpcClient = new HotelPerformanceViewService.HotelPerformanceViewServiceClient(callInvoker);
     return(new HotelPerformanceViewServiceClientImpl(grpcClient, settings));
 }
Exemplo n.º 2
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);
            Modify_ApiCall(ref _callGetHotelPerformanceView);
            Modify_GetHotelPerformanceViewApiCall(ref _callGetHotelPerformanceView);
            OnConstruction(grpcClient, effectiveSettings, clientHelper);
        }
Exemplo n.º 3
0
 partial void OnConstruction(HotelPerformanceViewService.HotelPerformanceViewServiceClient grpcClient, HotelPerformanceViewServiceSettings effectiveSettings, gaxgrpc::ClientHelper clientHelper);