Class KeywordPlanServiceGrpc.KeywordPlanServiceBlockingStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractBlockingStub<KeywordPlanServiceGrpc.KeywordPlanServiceBlockingStub>
-
- com.google.ads.googleads.v10.services.KeywordPlanServiceGrpc.KeywordPlanServiceBlockingStub
-
- Enclosing class:
- KeywordPlanServiceGrpc
public static final class KeywordPlanServiceGrpc.KeywordPlanServiceBlockingStub extends io.grpc.stub.AbstractBlockingStub<KeywordPlanServiceGrpc.KeywordPlanServiceBlockingStub>
Service to manage keyword plans.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected KeywordPlanServiceGrpc.KeywordPlanServiceBlockingStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)GenerateForecastCurveResponsegenerateForecastCurve(GenerateForecastCurveRequest request)Returns the requested Keyword Plan forecast curve.GenerateForecastMetricsResponsegenerateForecastMetrics(GenerateForecastMetricsRequest request)Returns the requested Keyword Plan forecasts.GenerateForecastTimeSeriesResponsegenerateForecastTimeSeries(GenerateForecastTimeSeriesRequest request)Returns a forecast in the form of a time series for the Keyword Plan over the next 52 weeks.GenerateHistoricalMetricsResponsegenerateHistoricalMetrics(GenerateHistoricalMetricsRequest request)Returns the requested Keyword Plan historical metrics.MutateKeywordPlansResponsemutateKeywordPlans(MutateKeywordPlansRequest request)Creates, updates, or removes keyword plans.
-
-
-
Method Detail
-
build
protected KeywordPlanServiceGrpc.KeywordPlanServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<KeywordPlanServiceGrpc.KeywordPlanServiceBlockingStub>
-
mutateKeywordPlans
public 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 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 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 GenerateForecastMetricsResponse generateForecastMetrics(GenerateForecastMetricsRequest request)
Returns the requested Keyword Plan forecasts. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [HeaderError]() [InternalError]() [KeywordPlanError]() [QuotaError]() [RequestError]()
-
generateHistoricalMetrics
public GenerateHistoricalMetricsResponse generateHistoricalMetrics(GenerateHistoricalMetricsRequest request)
Returns the requested Keyword Plan historical metrics. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [HeaderError]() [InternalError]() [KeywordPlanError]() [QuotaError]() [RequestError]()
-
-