Interface KeywordPlanIdeaServiceGrpc.AsyncService

All Known Implementing Classes:
KeywordPlanIdeaServiceGrpc.KeywordPlanIdeaServiceImplBase
Enclosing class:
KeywordPlanIdeaServiceGrpc

public static interface KeywordPlanIdeaServiceGrpc.AsyncService
 Service to generate keyword ideas.
 
  • Method Details

    • generateKeywordIdeas

      default void generateKeywordIdeas(GenerateKeywordIdeasRequest request, io.grpc.stub.StreamObserver<GenerateKeywordIdeaResponse> responseObserver)
       Returns a list of keyword ideas.
       List of thrown errors:
         [AuthenticationError]()
         [AuthorizationError]()
         [CollectionSizeError]()
         [HeaderError]()
         [InternalError]()
         [KeywordPlanIdeaError]()
         [QuotaError]()
         [RequestError]()
       
    • generateKeywordHistoricalMetrics

      default void generateKeywordHistoricalMetrics(GenerateKeywordHistoricalMetricsRequest request, io.grpc.stub.StreamObserver<GenerateKeywordHistoricalMetricsResponse> responseObserver)
       Returns a list of keyword historical metrics.
       List of thrown errors:
         [AuthenticationError]()
         [AuthorizationError]()
         [CollectionSizeError]()
         [HeaderError]()
         [InternalError]()
         [QuotaError]()
         [RequestError]()
       
    • generateAdGroupThemes

      default void generateAdGroupThemes(GenerateAdGroupThemesRequest request, io.grpc.stub.StreamObserver<GenerateAdGroupThemesResponse> responseObserver)
       Returns a list of suggested AdGroups and suggested modifications
       (text, match type) for the given keywords.
       List of thrown errors:
         [AuthenticationError]()
         [AuthorizationError]()
         [CollectionSizeError]()
         [HeaderError]()
         [InternalError]()
         [QuotaError]()
         [RequestError]()
       
    • generateKeywordForecastMetrics

      default void generateKeywordForecastMetrics(GenerateKeywordForecastMetricsRequest request, io.grpc.stub.StreamObserver<GenerateKeywordForecastMetricsResponse> responseObserver)
       Returns metrics (such as impressions, clicks, total cost) of a keyword
       forecast for the given campaign.
       List of thrown errors:
         [AuthenticationError]()
         [AuthorizationError]()
         [CollectionSizeError]()
         [HeaderError]()
         [InternalError]()
         [QuotaError]()
         [RequestError]()