partial void OnCopy(HotelPerformanceViewServiceSettings existing);
private HotelPerformanceViewServiceSettings(HotelPerformanceViewServiceSettings existing) : base(existing) { gax::GaxPreconditions.CheckNotNull(existing, nameof(existing)); GetHotelPerformanceViewSettings = existing.GetHotelPerformanceViewSettings; OnCopy(existing); }
/// <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); }
partial void OnConstruction(HotelPerformanceViewService.HotelPerformanceViewServiceClient grpcClient, HotelPerformanceViewServiceSettings effectiveSettings, gaxgrpc::ClientHelper clientHelper);
/// <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)); }