Exemplo n.º 1
0
 partial void OnCopy(HotelPerformanceViewServiceSettings existing);
Exemplo n.º 2
0
 private HotelPerformanceViewServiceSettings(HotelPerformanceViewServiceSettings existing) : base(existing)
 {
     gax::GaxPreconditions.CheckNotNull(existing, nameof(existing));
     GetHotelPerformanceViewSettings = existing.GetHotelPerformanceViewSettings;
     OnCopy(existing);
 }
Exemplo n.º 3
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);
        }
Exemplo n.º 4
0
 partial void OnConstruction(HotelPerformanceViewService.HotelPerformanceViewServiceClient grpcClient, HotelPerformanceViewServiceSettings effectiveSettings, gaxgrpc::ClientHelper clientHelper);
Exemplo n.º 5
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>
        internal static HotelPerformanceViewServiceClient Create(grpccore::CallInvoker callInvoker, HotelPerformanceViewServiceSettings settings = null)
        {
            gax::GaxPreconditions.CheckNotNull(callInvoker, nameof(callInvoker));
            grpcinter::Interceptor interceptor = settings?.Interceptor;

            if (interceptor != null)
            {
                callInvoker = grpcinter::CallInvokerExtensions.Intercept(callInvoker, interceptor);
            }
            HotelPerformanceViewService.HotelPerformanceViewServiceClient grpcClient = new HotelPerformanceViewService.HotelPerformanceViewServiceClient(callInvoker);
            return(new HotelPerformanceViewServiceClientImpl(grpcClient, settings));
        }