/// <summary> /// Constructs a client wrapper for the CarrierConstantService service, with the specified gRPC client and /// settings. /// </summary> /// <param name="grpcClient">The underlying gRPC client.</param> /// <param name="settings"> /// The base <see cref="CarrierConstantServiceSettings"/> used within this client. /// </param> public CarrierConstantServiceClientImpl(CarrierConstantService.CarrierConstantServiceClient grpcClient, CarrierConstantServiceSettings settings) { GrpcClient = grpcClient; CarrierConstantServiceSettings effectiveSettings = settings ?? CarrierConstantServiceSettings.GetDefault(); gaxgrpc::ClientHelper clientHelper = new gaxgrpc::ClientHelper(effectiveSettings); _callGetCarrierConstant = clientHelper.BuildApiCall <GetCarrierConstantRequest, gagvr::CarrierConstant>(grpcClient.GetCarrierConstantAsync, grpcClient.GetCarrierConstant, effectiveSettings.GetCarrierConstantSettings).WithGoogleRequestParam("resource_name", request => request.ResourceName); Modify_ApiCall(ref _callGetCarrierConstant); Modify_GetCarrierConstantApiCall(ref _callGetCarrierConstant); OnConstruction(grpcClient, effectiveSettings, clientHelper); }
/// <summary> /// Creates a <see cref="CarrierConstantServiceClient"/> 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="CarrierConstantServiceSettings"/>.</param> /// <returns>The created <see cref="CarrierConstantServiceClient"/>.</returns> internal static CarrierConstantServiceClient Create(grpccore::CallInvoker callInvoker, CarrierConstantServiceSettings settings = null) { gax::GaxPreconditions.CheckNotNull(callInvoker, nameof(callInvoker)); grpcinter::Interceptor interceptor = settings?.Interceptor; if (interceptor != null) { callInvoker = grpcinter::CallInvokerExtensions.Intercept(callInvoker, interceptor); } CarrierConstantService.CarrierConstantServiceClient grpcClient = new CarrierConstantService.CarrierConstantServiceClient(callInvoker); return(new CarrierConstantServiceClientImpl(grpcClient, settings)); }
partial void OnConstruction(CarrierConstantService.CarrierConstantServiceClient grpcClient, CarrierConstantServiceSettings effectiveSettings, gaxgrpc::ClientHelper clientHelper);