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