/// <summary> /// Creates a <see cref="DomainCategoryServiceClient"/> 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="DomainCategoryServiceSettings"/>.</param> /// <returns>The created <see cref="DomainCategoryServiceClient"/>.</returns> public static DomainCategoryServiceClient Create(grpccore::CallInvoker callInvoker, DomainCategoryServiceSettings settings = null) { gax::GaxPreconditions.CheckNotNull(callInvoker, nameof(callInvoker)); grpccore::Interceptors.Interceptor interceptor = settings?.Interceptor; if (interceptor != null) { callInvoker = grpccore::Interceptors.CallInvokerExtensions.Intercept(callInvoker, interceptor); } DomainCategoryService.DomainCategoryServiceClient grpcClient = new DomainCategoryService.DomainCategoryServiceClient(callInvoker); return(new DomainCategoryServiceClientImpl(grpcClient, settings)); }
/// <summary> /// Constructs a client wrapper for the DomainCategoryService service, with the specified gRPC client and /// settings. /// </summary> /// <param name="grpcClient">The underlying gRPC client.</param> /// <param name="settings">The base <see cref="DomainCategoryServiceSettings"/> used within this client.</param> public DomainCategoryServiceClientImpl(DomainCategoryService.DomainCategoryServiceClient grpcClient, DomainCategoryServiceSettings settings) { GrpcClient = grpcClient; DomainCategoryServiceSettings effectiveSettings = settings ?? DomainCategoryServiceSettings.GetDefault(); gaxgrpc::ClientHelper clientHelper = new gaxgrpc::ClientHelper(effectiveSettings); _callGetDomainCategory = clientHelper.BuildApiCall <GetDomainCategoryRequest, gagvr::DomainCategory>(grpcClient.GetDomainCategoryAsync, grpcClient.GetDomainCategory, effectiveSettings.GetDomainCategorySettings).WithGoogleRequestParam("resource_name", request => request.ResourceName); Modify_ApiCall(ref _callGetDomainCategory); Modify_GetDomainCategoryApiCall(ref _callGetDomainCategory); OnConstruction(grpcClient, effectiveSettings, clientHelper); }
/// <summary> /// Constructs a client wrapper for the DomainCategoryService service, with the specified gRPC client and settings. /// </summary> /// <param name="grpcClient">The underlying gRPC client.</param> /// <param name="settings">The base <see cref="DomainCategoryServiceSettings"/> used within this client </param> public DomainCategoryServiceClientImpl(DomainCategoryService.DomainCategoryServiceClient grpcClient, DomainCategoryServiceSettings settings) { GrpcClient = grpcClient; DomainCategoryServiceSettings effectiveSettings = settings ?? DomainCategoryServiceSettings.GetDefault(); gaxgrpc::ClientHelper clientHelper = new gaxgrpc::ClientHelper(effectiveSettings); _callGetDomainCategory = clientHelper.BuildApiCall <GetDomainCategoryRequest, gagvr::DomainCategory>( GrpcClient.GetDomainCategoryAsync, GrpcClient.GetDomainCategory, effectiveSettings.GetDomainCategorySettings) .WithCallSettingsOverlay(request => gaxgrpc::CallSettings.FromHeader("x-goog-request-params", $"resource_name={request.ResourceName}")); Modify_ApiCall(ref _callGetDomainCategory); Modify_GetDomainCategoryApiCall(ref _callGetDomainCategory); OnConstruction(grpcClient, effectiveSettings, clientHelper); }
partial void OnConstruction(DomainCategoryService.DomainCategoryServiceClient grpcClient, DomainCategoryServiceSettings effectiveSettings, gaxgrpc::ClientHelper clientHelper);