/// <summary> /// Constructs a client wrapper for the TopicConstantService service, with the specified gRPC client and /// settings. /// </summary> /// <param name="grpcClient">The underlying gRPC client.</param> /// <param name="settings">The base <see cref="TopicConstantServiceSettings"/> used within this client.</param> public TopicConstantServiceClientImpl(TopicConstantService.TopicConstantServiceClient grpcClient, TopicConstantServiceSettings settings) { GrpcClient = grpcClient; TopicConstantServiceSettings effectiveSettings = settings ?? TopicConstantServiceSettings.GetDefault(); gaxgrpc::ClientHelper clientHelper = new gaxgrpc::ClientHelper(effectiveSettings); _callGetTopicConstant = clientHelper.BuildApiCall <GetTopicConstantRequest, gagvr::TopicConstant>(grpcClient.GetTopicConstantAsync, grpcClient.GetTopicConstant, effectiveSettings.GetTopicConstantSettings).WithGoogleRequestParam("resource_name", request => request.ResourceName); Modify_ApiCall(ref _callGetTopicConstant); Modify_GetTopicConstantApiCall(ref _callGetTopicConstant); OnConstruction(grpcClient, effectiveSettings, clientHelper); }
partial void OnCopy(TopicConstantServiceSettings existing);
partial void OnConstruction(TopicConstantService.TopicConstantServiceClient grpcClient, TopicConstantServiceSettings effectiveSettings, gaxgrpc::ClientHelper clientHelper);
private TopicConstantServiceSettings(TopicConstantServiceSettings existing) : base(existing) { gax::GaxPreconditions.CheckNotNull(existing, nameof(existing)); GetTopicConstantSettings = existing.GetTopicConstantSettings; OnCopy(existing); }
/// <summary> /// Creates a <see cref="TopicConstantServiceClient"/> 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="TopicConstantServiceSettings"/>.</param> /// <returns>The created <see cref="TopicConstantServiceClient"/>.</returns> internal static TopicConstantServiceClient Create(grpccore::CallInvoker callInvoker, TopicConstantServiceSettings settings = null) { gax::GaxPreconditions.CheckNotNull(callInvoker, nameof(callInvoker)); grpcinter::Interceptor interceptor = settings?.Interceptor; if (interceptor != null) { callInvoker = grpcinter::CallInvokerExtensions.Intercept(callInvoker, interceptor); } TopicConstantService.TopicConstantServiceClient grpcClient = new TopicConstantService.TopicConstantServiceClient(callInvoker); return(new TopicConstantServiceClientImpl(grpcClient, settings)); }