Exemplo n.º 1
0
 private TetherSettings(TetherSettings existing) : base(existing)
 {
     gax::GaxPreconditions.CheckNotNull(existing, nameof(existing));
     EgressSettings          = existing.EgressSettings;
     EgressStreamingSettings = existing.EgressStreamingSettings;
     OnCopy(existing);
 }
Exemplo n.º 2
0
        /// <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);
        }
Exemplo n.º 3
0
        /// <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));
        }
Exemplo n.º 4
0
 partial void OnCopy(TetherSettings existing);
Exemplo n.º 5
0
 partial void OnConstruction(Tether.TetherClient grpcClient, TetherSettings effectiveSettings, gaxgrpc::ClientHelper clientHelper);