/// <summary> /// Creates a <see cref="AssetServiceClient"/> 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="AssetServiceSettings"/>.</param> /// <returns>The created <see cref="AssetServiceClient"/>.</returns> internal static AssetServiceClient Create(grpccore::CallInvoker callInvoker, AssetServiceSettings settings = null) { gax::GaxPreconditions.CheckNotNull(callInvoker, nameof(callInvoker)); grpcinter::Interceptor interceptor = settings?.Interceptor; if (interceptor != null) { callInvoker = grpcinter::CallInvokerExtensions.Intercept(callInvoker, interceptor); } AssetService.AssetServiceClient grpcClient = new AssetService.AssetServiceClient(callInvoker); return(new AssetServiceClientImpl(grpcClient, settings)); }
/// <summary> /// Constructs a client wrapper for the AssetService service, with the specified gRPC client and settings. /// </summary> /// <param name="grpcClient">The underlying gRPC client.</param> /// <param name="settings">The base <see cref="AssetServiceSettings"/> used within this client.</param> public AssetServiceClientImpl(AssetService.AssetServiceClient grpcClient, AssetServiceSettings settings) { GrpcClient = grpcClient; AssetServiceSettings effectiveSettings = settings ?? AssetServiceSettings.GetDefault(); gaxgrpc::ClientHelper clientHelper = new gaxgrpc::ClientHelper(effectiveSettings); _callGetAsset = clientHelper.BuildApiCall <GetAssetRequest, gagvr::Asset>(grpcClient.GetAssetAsync, grpcClient.GetAsset, effectiveSettings.GetAssetSettings).WithGoogleRequestParam("resource_name", request => request.ResourceName); Modify_ApiCall(ref _callGetAsset); Modify_GetAssetApiCall(ref _callGetAsset); _callMutateAssets = clientHelper.BuildApiCall <MutateAssetsRequest, MutateAssetsResponse>(grpcClient.MutateAssetsAsync, grpcClient.MutateAssets, effectiveSettings.MutateAssetsSettings).WithGoogleRequestParam("customer_id", request => request.CustomerId); Modify_ApiCall(ref _callMutateAssets); Modify_MutateAssetsApiCall(ref _callMutateAssets); OnConstruction(grpcClient, effectiveSettings, clientHelper); }
partial void OnConstruction(AssetService.AssetServiceClient grpcClient, AssetServiceSettings effectiveSettings, gaxgrpc::ClientHelper clientHelper);