/// <summary> /// Constructs a client wrapper for the AssetSetService service, with the specified gRPC client and settings. /// </summary> /// <param name="grpcClient">The underlying gRPC client.</param> /// <param name="settings">The base <see cref="AssetSetServiceSettings"/> used within this client.</param> public AssetSetServiceClientImpl(AssetSetService.AssetSetServiceClient grpcClient, AssetSetServiceSettings settings) { GrpcClient = grpcClient; AssetSetServiceSettings effectiveSettings = settings ?? AssetSetServiceSettings.GetDefault(); gaxgrpc::ClientHelper clientHelper = new gaxgrpc::ClientHelper(effectiveSettings); _callMutateAssetSets = clientHelper.BuildApiCall <MutateAssetSetsRequest, MutateAssetSetsResponse>(grpcClient.MutateAssetSetsAsync, grpcClient.MutateAssetSets, effectiveSettings.MutateAssetSetsSettings).WithGoogleRequestParam("customer_id", request => request.CustomerId); Modify_ApiCall(ref _callMutateAssetSets); Modify_MutateAssetSetsApiCall(ref _callMutateAssetSets); OnConstruction(grpcClient, effectiveSettings, clientHelper); }
partial void OnCopy(AssetSetServiceSettings existing);
private AssetSetServiceSettings(AssetSetServiceSettings existing) : base(existing) { gax::GaxPreconditions.CheckNotNull(existing, nameof(existing)); MutateAssetSetsSettings = existing.MutateAssetSetsSettings; OnCopy(existing); }
partial void OnConstruction(AssetSetService.AssetSetServiceClient grpcClient, AssetSetServiceSettings effectiveSettings, gaxgrpc::ClientHelper clientHelper);
/// <summary> /// Creates a <see cref="AssetSetServiceClient"/> 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="AssetSetServiceSettings"/>.</param> /// <returns>The created <see cref="AssetSetServiceClient"/>.</returns> internal static AssetSetServiceClient Create(grpccore::CallInvoker callInvoker, AssetSetServiceSettings settings = null) { gax::GaxPreconditions.CheckNotNull(callInvoker, nameof(callInvoker)); grpcinter::Interceptor interceptor = settings?.Interceptor; if (interceptor != null) { callInvoker = grpcinter::CallInvokerExtensions.Intercept(callInvoker, interceptor); } AssetSetService.AssetSetServiceClient grpcClient = new AssetSetService.AssetSetServiceClient(callInvoker); return(new AssetSetServiceClientImpl(grpcClient, settings)); }