コード例 #1
0
        /// <summary>
        /// Constructs a client wrapper for the DisplayKeywordViewService service, with the specified gRPC client and
        /// settings.
        /// </summary>
        /// <param name="grpcClient">The underlying gRPC client.</param>
        /// <param name="settings">
        /// The base <see cref="DisplayKeywordViewServiceSettings"/> used within this client.
        /// </param>
        public DisplayKeywordViewServiceClientImpl(DisplayKeywordViewService.DisplayKeywordViewServiceClient grpcClient, DisplayKeywordViewServiceSettings settings)
        {
            GrpcClient = grpcClient;
            DisplayKeywordViewServiceSettings effectiveSettings = settings ?? DisplayKeywordViewServiceSettings.GetDefault();
            gaxgrpc::ClientHelper             clientHelper      = new gaxgrpc::ClientHelper(effectiveSettings);

            _callGetDisplayKeywordView = clientHelper.BuildApiCall <GetDisplayKeywordViewRequest, gagvr::DisplayKeywordView>(grpcClient.GetDisplayKeywordViewAsync, grpcClient.GetDisplayKeywordView, effectiveSettings.GetDisplayKeywordViewSettings).WithGoogleRequestParam("resource_name", request => request.ResourceName);
            Modify_ApiCall(ref _callGetDisplayKeywordView);
            Modify_GetDisplayKeywordViewApiCall(ref _callGetDisplayKeywordView);
            OnConstruction(grpcClient, effectiveSettings, clientHelper);
        }
コード例 #2
0
        /// <summary>
        /// Creates a <see cref="DisplayKeywordViewServiceClient"/> 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="DisplayKeywordViewServiceSettings"/>.</param>
        /// <returns>The created <see cref="DisplayKeywordViewServiceClient"/>.</returns>
        internal static DisplayKeywordViewServiceClient Create(grpccore::CallInvoker callInvoker, DisplayKeywordViewServiceSettings settings = null)
        {
            gax::GaxPreconditions.CheckNotNull(callInvoker, nameof(callInvoker));
            grpcinter::Interceptor interceptor = settings?.Interceptor;

            if (interceptor != null)
            {
                callInvoker = grpcinter::CallInvokerExtensions.Intercept(callInvoker, interceptor);
            }
            DisplayKeywordViewService.DisplayKeywordViewServiceClient grpcClient = new DisplayKeywordViewService.DisplayKeywordViewServiceClient(callInvoker);
            return(new DisplayKeywordViewServiceClientImpl(grpcClient, settings));
        }
コード例 #3
0
 partial void OnConstruction(DisplayKeywordViewService.DisplayKeywordViewServiceClient grpcClient, DisplayKeywordViewServiceSettings effectiveSettings, gaxgrpc::ClientHelper clientHelper);