Esempio n. 1
0
        /// <summary>
        /// Constructs a client wrapper for the KeywordViewService service, with the specified gRPC client and settings.
        /// </summary>
        /// <param name="grpcClient">The underlying gRPC client.</param>
        /// <param name="settings">The base <see cref="KeywordViewServiceSettings"/> used within this client.</param>
        public KeywordViewServiceClientImpl(KeywordViewService.KeywordViewServiceClient grpcClient, KeywordViewServiceSettings settings)
        {
            GrpcClient = grpcClient;
            KeywordViewServiceSettings effectiveSettings = settings ?? KeywordViewServiceSettings.GetDefault();
            gaxgrpc::ClientHelper      clientHelper      = new gaxgrpc::ClientHelper(effectiveSettings);

            _callGetKeywordView = clientHelper.BuildApiCall <GetKeywordViewRequest, gagvr::KeywordView>(grpcClient.GetKeywordViewAsync, grpcClient.GetKeywordView, effectiveSettings.GetKeywordViewSettings).WithGoogleRequestParam("resource_name", request => request.ResourceName);
            Modify_ApiCall(ref _callGetKeywordView);
            Modify_GetKeywordViewApiCall(ref _callGetKeywordView);
            OnConstruction(grpcClient, effectiveSettings, clientHelper);
        }
Esempio n. 2
0
 /// <summary>
 /// Creates a <see cref="KeywordViewServiceClient"/> 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="KeywordViewServiceSettings"/>.</param>
 /// <returns>The created <see cref="KeywordViewServiceClient"/>.</returns>
 public static KeywordViewServiceClient Create(grpccore::CallInvoker callInvoker, KeywordViewServiceSettings settings = null)
 {
     gax::GaxPreconditions.CheckNotNull(callInvoker, nameof(callInvoker));
     grpccore::Interceptors.Interceptor interceptor = settings?.Interceptor;
     if (interceptor != null)
     {
         callInvoker = grpccore::Interceptors.CallInvokerExtensions.Intercept(callInvoker, interceptor);
     }
     KeywordViewService.KeywordViewServiceClient grpcClient = new KeywordViewService.KeywordViewServiceClient(callInvoker);
     return(new KeywordViewServiceClientImpl(grpcClient, settings));
 }
Esempio n. 3
0
        /// <summary>
        /// Constructs a client wrapper for the KeywordViewService service, with the specified gRPC client and settings.
        /// </summary>
        /// <param name="grpcClient">The underlying gRPC client.</param>
        /// <param name="settings">The base <see cref="KeywordViewServiceSettings"/> used within this client </param>
        public KeywordViewServiceClientImpl(KeywordViewService.KeywordViewServiceClient grpcClient, KeywordViewServiceSettings settings)
        {
            GrpcClient = grpcClient;
            KeywordViewServiceSettings effectiveSettings = settings ?? KeywordViewServiceSettings.GetDefault();
            gaxgrpc::ClientHelper      clientHelper      = new gaxgrpc::ClientHelper(effectiveSettings);

            _callGetKeywordView = clientHelper.BuildApiCall <GetKeywordViewRequest, gagvr::KeywordView>(
                GrpcClient.GetKeywordViewAsync, GrpcClient.GetKeywordView, effectiveSettings.GetKeywordViewSettings)
                                  .WithCallSettingsOverlay(request => gaxgrpc::CallSettings.FromHeader("x-goog-request-params", $"resource_name={request.ResourceName}"));
            Modify_ApiCall(ref _callGetKeywordView);
            Modify_GetKeywordViewApiCall(ref _callGetKeywordView);
            OnConstruction(grpcClient, effectiveSettings, clientHelper);
        }
Esempio n. 4
0
 partial void OnConstruction(KeywordViewService.KeywordViewServiceClient grpcClient, KeywordViewServiceSettings effectiveSettings, gaxgrpc::ClientHelper clientHelper);