Class KeywordPlanIdeaServiceGrpc.KeywordPlanIdeaServiceFutureStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractFutureStub<KeywordPlanIdeaServiceGrpc.KeywordPlanIdeaServiceFutureStub>
-
- com.google.ads.googleads.v14.services.KeywordPlanIdeaServiceGrpc.KeywordPlanIdeaServiceFutureStub
-
- Enclosing class:
- KeywordPlanIdeaServiceGrpc
public static final class KeywordPlanIdeaServiceGrpc.KeywordPlanIdeaServiceFutureStub extends io.grpc.stub.AbstractFutureStub<KeywordPlanIdeaServiceGrpc.KeywordPlanIdeaServiceFutureStub>
A stub to allow clients to do ListenableFuture-style rpc calls to service KeywordPlanIdeaService.Service to generate keyword ideas.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected KeywordPlanIdeaServiceGrpc.KeywordPlanIdeaServiceFutureStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)com.google.common.util.concurrent.ListenableFuture<GenerateAdGroupThemesResponse>generateAdGroupThemes(GenerateAdGroupThemesRequest request)Returns a list of suggested AdGroups and suggested modifications (text, match type) for the given keywords.com.google.common.util.concurrent.ListenableFuture<GenerateKeywordForecastMetricsResponse>generateKeywordForecastMetrics(GenerateKeywordForecastMetricsRequest request)Returns metrics (such as impressions, clicks, total cost) of a keyword forecast for the given campaign.com.google.common.util.concurrent.ListenableFuture<GenerateKeywordHistoricalMetricsResponse>generateKeywordHistoricalMetrics(GenerateKeywordHistoricalMetricsRequest request)Returns a list of keyword historical metrics.com.google.common.util.concurrent.ListenableFuture<GenerateKeywordIdeaResponse>generateKeywordIdeas(GenerateKeywordIdeasRequest request)Returns a list of keyword ideas.
-
-
-
Method Detail
-
build
protected KeywordPlanIdeaServiceGrpc.KeywordPlanIdeaServiceFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<KeywordPlanIdeaServiceGrpc.KeywordPlanIdeaServiceFutureStub>
-
generateKeywordIdeas
public com.google.common.util.concurrent.ListenableFuture<GenerateKeywordIdeaResponse> generateKeywordIdeas(GenerateKeywordIdeasRequest request)
Returns a list of keyword ideas. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [CollectionSizeError]() [HeaderError]() [InternalError]() [KeywordPlanIdeaError]() [QuotaError]() [RequestError]()
-
generateKeywordHistoricalMetrics
public com.google.common.util.concurrent.ListenableFuture<GenerateKeywordHistoricalMetricsResponse> generateKeywordHistoricalMetrics(GenerateKeywordHistoricalMetricsRequest request)
Returns a list of keyword historical metrics. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [CollectionSizeError]() [HeaderError]() [InternalError]() [QuotaError]() [RequestError]()
-
generateAdGroupThemes
public com.google.common.util.concurrent.ListenableFuture<GenerateAdGroupThemesResponse> generateAdGroupThemes(GenerateAdGroupThemesRequest request)
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
public com.google.common.util.concurrent.ListenableFuture<GenerateKeywordForecastMetricsResponse> generateKeywordForecastMetrics(GenerateKeywordForecastMetricsRequest request)
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]()
-
-