Class KeywordPlanServiceGrpc.KeywordPlanServiceFutureStub

    • Method Detail

      • mutateKeywordPlans

        public com.google.common.util.concurrent.ListenableFuture<MutateKeywordPlansResponse> mutateKeywordPlans​(MutateKeywordPlansRequest request)
         Creates, updates, or removes keyword plans. Operation statuses are
         returned.
         List of thrown errors:
           [AuthenticationError]()
           [AuthorizationError]()
           [DatabaseError]()
           [FieldError]()
           [HeaderError]()
           [InternalError]()
           [KeywordPlanError]()
           [MutateError]()
           [NewResourceCreationError]()
           [QuotaError]()
           [RequestError]()
           [ResourceCountLimitExceededError]()
           [StringLengthError]()
         
      • generateForecastCurve

        public com.google.common.util.concurrent.ListenableFuture<GenerateForecastCurveResponse> generateForecastCurve​(GenerateForecastCurveRequest request)
         Returns the requested Keyword Plan forecast curve.
         Only the bidding strategy is considered for generating forecast curve.
         The bidding strategy value specified in the plan is ignored.
         To generate a forecast at a value specified in the plan, use
         KeywordPlanService.GenerateForecastMetrics.
         List of thrown errors:
           [AuthenticationError]()
           [AuthorizationError]()
           [HeaderError]()
           [InternalError]()
           [KeywordPlanError]()
           [QuotaError]()
           [RequestError]()
         
      • generateForecastTimeSeries

        public com.google.common.util.concurrent.ListenableFuture<GenerateForecastTimeSeriesResponse> generateForecastTimeSeries​(GenerateForecastTimeSeriesRequest request)
         Returns a forecast in the form of a time series for the Keyword Plan over
         the next 52 weeks.
         (1) Forecasts closer to the current date are generally more accurate than
         further out.
         (2) The forecast reflects seasonal trends using current and
         prior traffic patterns. The forecast period of the plan is ignored.
         List of thrown errors:
           [AuthenticationError]()
           [AuthorizationError]()
           [HeaderError]()
           [InternalError]()
           [KeywordPlanError]()
           [QuotaError]()
           [RequestError]()
         
      • generateForecastMetrics

        public com.google.common.util.concurrent.ListenableFuture<GenerateForecastMetricsResponse> generateForecastMetrics​(GenerateForecastMetricsRequest request)
         Returns the requested Keyword Plan forecasts.
         List of thrown errors:
           [AuthenticationError]()
           [AuthorizationError]()
           [HeaderError]()
           [InternalError]()
           [KeywordPlanError]()
           [QuotaError]()
           [RequestError]()
         
      • generateHistoricalMetrics

        public com.google.common.util.concurrent.ListenableFuture<GenerateHistoricalMetricsResponse> generateHistoricalMetrics​(GenerateHistoricalMetricsRequest request)
         Returns the requested Keyword Plan historical metrics.
         List of thrown errors:
           [AuthenticationError]()
           [AuthorizationError]()
           [HeaderError]()
           [InternalError]()
           [KeywordPlanError]()
           [QuotaError]()
           [RequestError]()