private CustomerAssetServiceSettings(CustomerAssetServiceSettings existing) : base(existing) { gax::GaxPreconditions.CheckNotNull(existing, nameof(existing)); GetCustomerAssetSettings = existing.GetCustomerAssetSettings; MutateCustomerAssetsSettings = existing.MutateCustomerAssetsSettings; OnCopy(existing); }
/// <summary> /// Constructs a client wrapper for the CustomerAssetService service, with the specified gRPC client and /// settings. /// </summary> /// <param name="grpcClient">The underlying gRPC client.</param> /// <param name="settings">The base <see cref="CustomerAssetServiceSettings"/> used within this client.</param> public CustomerAssetServiceClientImpl(CustomerAssetService.CustomerAssetServiceClient grpcClient, CustomerAssetServiceSettings settings) { GrpcClient = grpcClient; CustomerAssetServiceSettings effectiveSettings = settings ?? CustomerAssetServiceSettings.GetDefault(); gaxgrpc::ClientHelper clientHelper = new gaxgrpc::ClientHelper(effectiveSettings); _callGetCustomerAsset = clientHelper.BuildApiCall <GetCustomerAssetRequest, gagvr::CustomerAsset>(grpcClient.GetCustomerAssetAsync, grpcClient.GetCustomerAsset, effectiveSettings.GetCustomerAssetSettings).WithGoogleRequestParam("resource_name", request => request.ResourceName); Modify_ApiCall(ref _callGetCustomerAsset); Modify_GetCustomerAssetApiCall(ref _callGetCustomerAsset); _callMutateCustomerAssets = clientHelper.BuildApiCall <MutateCustomerAssetsRequest, MutateCustomerAssetsResponse>(grpcClient.MutateCustomerAssetsAsync, grpcClient.MutateCustomerAssets, effectiveSettings.MutateCustomerAssetsSettings).WithGoogleRequestParam("customer_id", request => request.CustomerId); Modify_ApiCall(ref _callMutateCustomerAssets); Modify_MutateCustomerAssetsApiCall(ref _callMutateCustomerAssets); OnConstruction(grpcClient, effectiveSettings, clientHelper); }
partial void OnConstruction(CustomerAssetService.CustomerAssetServiceClient grpcClient, CustomerAssetServiceSettings effectiveSettings, gaxgrpc::ClientHelper clientHelper);
partial void OnCopy(CustomerAssetServiceSettings existing);
/// <summary> /// Creates a <see cref="CustomerAssetServiceClient"/> 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="CustomerAssetServiceSettings"/>.</param> /// <returns>The created <see cref="CustomerAssetServiceClient"/>.</returns> internal static CustomerAssetServiceClient Create(grpccore::CallInvoker callInvoker, CustomerAssetServiceSettings settings = null) { gax::GaxPreconditions.CheckNotNull(callInvoker, nameof(callInvoker)); grpcinter::Interceptor interceptor = settings?.Interceptor; if (interceptor != null) { callInvoker = grpcinter::CallInvokerExtensions.Intercept(callInvoker, interceptor); } CustomerAssetService.CustomerAssetServiceClient grpcClient = new CustomerAssetService.CustomerAssetServiceClient(callInvoker); return(new CustomerAssetServiceClientImpl(grpcClient, settings)); }