/// <summary> /// Creates a <see cref="MobileDeviceConstantServiceClient"/> 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="MobileDeviceConstantServiceSettings"/>.</param> /// <returns>The created <see cref="MobileDeviceConstantServiceClient"/>.</returns> public static MobileDeviceConstantServiceClient Create(grpccore::CallInvoker callInvoker, MobileDeviceConstantServiceSettings settings = null) { gax::GaxPreconditions.CheckNotNull(callInvoker, nameof(callInvoker)); grpccore::Interceptors.Interceptor interceptor = settings?.Interceptor; if (interceptor != null) { callInvoker = grpccore::Interceptors.CallInvokerExtensions.Intercept(callInvoker, interceptor); } MobileDeviceConstantService.MobileDeviceConstantServiceClient grpcClient = new MobileDeviceConstantService.MobileDeviceConstantServiceClient(callInvoker); return(new MobileDeviceConstantServiceClientImpl(grpcClient, settings)); }
/// <summary> /// Constructs a client wrapper for the MobileDeviceConstantService service, with the specified gRPC client and settings. /// </summary> /// <param name="grpcClient">The underlying gRPC client.</param> /// <param name="settings">The base <see cref="MobileDeviceConstantServiceSettings"/> used within this client </param> public MobileDeviceConstantServiceClientImpl(MobileDeviceConstantService.MobileDeviceConstantServiceClient grpcClient, MobileDeviceConstantServiceSettings settings) { GrpcClient = grpcClient; MobileDeviceConstantServiceSettings effectiveSettings = settings ?? MobileDeviceConstantServiceSettings.GetDefault(); gaxgrpc::ClientHelper clientHelper = new gaxgrpc::ClientHelper(effectiveSettings); _callGetMobileDeviceConstant = clientHelper.BuildApiCall <GetMobileDeviceConstantRequest, gagvr::MobileDeviceConstant>( GrpcClient.GetMobileDeviceConstantAsync, GrpcClient.GetMobileDeviceConstant, effectiveSettings.GetMobileDeviceConstantSettings); Modify_ApiCall(ref _callGetMobileDeviceConstant); Modify_GetMobileDeviceConstantApiCall(ref _callGetMobileDeviceConstant); OnConstruction(grpcClient, effectiveSettings, clientHelper); }
partial void OnConstruction(MobileDeviceConstantService.MobileDeviceConstantServiceClient grpcClient, MobileDeviceConstantServiceSettings effectiveSettings, gaxgrpc::ClientHelper clientHelper);