private TetherSettings(TetherSettings existing) : base(existing) { gax::GaxPreconditions.CheckNotNull(existing, nameof(existing)); EgressSettings = existing.EgressSettings; EgressStreamingSettings = existing.EgressStreamingSettings; OnCopy(existing); }
/// <summary> /// Constructs a client wrapper for the Tether service, with the specified gRPC client and settings. /// </summary> /// <param name="grpcClient">The underlying gRPC client.</param> /// <param name="settings">The base <see cref="TetherSettings"/> used within this client.</param> public TetherClientImpl(Tether.TetherClient grpcClient, TetherSettings settings) { GrpcClient = grpcClient; TetherSettings effectiveSettings = settings ?? TetherSettings.GetDefault(); gaxgrpc::ClientHelper clientHelper = new gaxgrpc::ClientHelper(effectiveSettings); _callEgress = clientHelper.BuildApiCall <EgressResponse, EgressRequest>(grpcClient.Egress, effectiveSettings.EgressSettings, effectiveSettings.EgressStreamingSettings); Modify_ApiCall(ref _callEgress); Modify_EgressApiCall(ref _callEgress); OnConstruction(grpcClient, effectiveSettings, clientHelper); }
/// <summary> /// Creates a <see cref="TetherClient"/> 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="TetherSettings"/>.</param> /// <returns>The created <see cref="TetherClient"/>.</returns> internal static TetherClient Create(grpccore::CallInvoker callInvoker, TetherSettings settings = null) { gax::GaxPreconditions.CheckNotNull(callInvoker, nameof(callInvoker)); grpcinter::Interceptor interceptor = settings?.Interceptor; if (interceptor != null) { callInvoker = grpcinter::CallInvokerExtensions.Intercept(callInvoker, interceptor); } Tether.TetherClient grpcClient = new Tether.TetherClient(callInvoker); return(new TetherClientImpl(grpcClient, settings)); }
partial void OnCopy(TetherSettings existing);
partial void OnConstruction(Tether.TetherClient grpcClient, TetherSettings effectiveSettings, gaxgrpc::ClientHelper clientHelper);