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

            _callGetHotelGroupView = clientHelper.BuildApiCall <GetHotelGroupViewRequest, gagvr::HotelGroupView>(grpcClient.GetHotelGroupViewAsync, grpcClient.GetHotelGroupView, effectiveSettings.GetHotelGroupViewSettings).WithGoogleRequestParam("resource_name", request => request.ResourceName);
            Modify_ApiCall(ref _callGetHotelGroupView);
            Modify_GetHotelGroupViewApiCall(ref _callGetHotelGroupView);
            OnConstruction(grpcClient, effectiveSettings, clientHelper);
        }
Beispiel #2
0
 /// <summary>
 /// Creates a <see cref="HotelGroupViewServiceClient"/> 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="HotelGroupViewServiceSettings"/>.</param>
 /// <returns>The created <see cref="HotelGroupViewServiceClient"/>.</returns>
 public static HotelGroupViewServiceClient Create(grpccore::CallInvoker callInvoker, HotelGroupViewServiceSettings settings = null)
 {
     gax::GaxPreconditions.CheckNotNull(callInvoker, nameof(callInvoker));
     grpccore::Interceptors.Interceptor interceptor = settings?.Interceptor;
     if (interceptor != null)
     {
         callInvoker = grpccore::Interceptors.CallInvokerExtensions.Intercept(callInvoker, interceptor);
     }
     HotelGroupViewService.HotelGroupViewServiceClient grpcClient = new HotelGroupViewService.HotelGroupViewServiceClient(callInvoker);
     return(new HotelGroupViewServiceClientImpl(grpcClient, settings));
 }
Beispiel #3
0
        /// <summary>
        /// Constructs a client wrapper for the HotelGroupViewService service, with the specified gRPC client and settings.
        /// </summary>
        /// <param name="grpcClient">The underlying gRPC client.</param>
        /// <param name="settings">The base <see cref="HotelGroupViewServiceSettings"/> used within this client </param>
        public HotelGroupViewServiceClientImpl(HotelGroupViewService.HotelGroupViewServiceClient grpcClient, HotelGroupViewServiceSettings settings)
        {
            GrpcClient = grpcClient;
            HotelGroupViewServiceSettings effectiveSettings = settings ?? HotelGroupViewServiceSettings.GetDefault();
            gaxgrpc::ClientHelper         clientHelper      = new gaxgrpc::ClientHelper(effectiveSettings);

            _callGetHotelGroupView = clientHelper.BuildApiCall <GetHotelGroupViewRequest, gagvr::HotelGroupView>(
                GrpcClient.GetHotelGroupViewAsync, GrpcClient.GetHotelGroupView, effectiveSettings.GetHotelGroupViewSettings)
                                     .WithCallSettingsOverlay(request => gaxgrpc::CallSettings.FromHeader("x-goog-request-params", $"resource_name={request.ResourceName}"));
            Modify_ApiCall(ref _callGetHotelGroupView);
            Modify_GetHotelGroupViewApiCall(ref _callGetHotelGroupView);
            OnConstruction(grpcClient, effectiveSettings, clientHelper);
        }
Beispiel #4
0
 partial void OnConstruction(HotelGroupViewService.HotelGroupViewServiceClient grpcClient, HotelGroupViewServiceSettings effectiveSettings, gaxgrpc::ClientHelper clientHelper);