Class KeywordPlanIdeaServiceGrpc.KeywordPlanIdeaServiceStub
java.lang.Object
io.grpc.stub.AbstractStub<S>
io.grpc.stub.AbstractAsyncStub<KeywordPlanIdeaServiceGrpc.KeywordPlanIdeaServiceStub>
com.google.ads.googleads.v18.services.KeywordPlanIdeaServiceGrpc.KeywordPlanIdeaServiceStub
- Enclosing class:
- KeywordPlanIdeaServiceGrpc
public static final class KeywordPlanIdeaServiceGrpc.KeywordPlanIdeaServiceStub
extends io.grpc.stub.AbstractAsyncStub<KeywordPlanIdeaServiceGrpc.KeywordPlanIdeaServiceStub>
A stub to allow clients to do asynchronous rpc calls to service KeywordPlanIdeaService.
Service to generate keyword ideas.
-
Nested Class Summary
Nested classes/interfaces inherited from class io.grpc.stub.AbstractStub
io.grpc.stub.AbstractStub.StubFactory<T extends io.grpc.stub.AbstractStub<T>> -
Method Summary
Modifier and TypeMethodDescriptionbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions) voidgenerateAdGroupThemes(GenerateAdGroupThemesRequest request, io.grpc.stub.StreamObserver<GenerateAdGroupThemesResponse> responseObserver) Returns a list of suggested AdGroups and suggested modifications (text, match type) for the given keywords.voidgenerateKeywordForecastMetrics(GenerateKeywordForecastMetricsRequest request, io.grpc.stub.StreamObserver<GenerateKeywordForecastMetricsResponse> responseObserver) Returns metrics (such as impressions, clicks, total cost) of a keyword forecast for the given campaign.voidgenerateKeywordHistoricalMetrics(GenerateKeywordHistoricalMetricsRequest request, io.grpc.stub.StreamObserver<GenerateKeywordHistoricalMetricsResponse> responseObserver) Returns a list of keyword historical metrics.voidgenerateKeywordIdeas(GenerateKeywordIdeasRequest request, io.grpc.stub.StreamObserver<GenerateKeywordIdeaResponse> responseObserver) Returns a list of keyword ideas.Methods inherited from class io.grpc.stub.AbstractAsyncStub
newStub, newStubMethods inherited from class io.grpc.stub.AbstractStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOnReadyThreshold, withOption, withWaitForReady
-
Method Details
-
build
protected KeywordPlanIdeaServiceGrpc.KeywordPlanIdeaServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
buildin classio.grpc.stub.AbstractStub<KeywordPlanIdeaServiceGrpc.KeywordPlanIdeaServiceStub>
-
generateKeywordIdeas
public 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
public 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
public 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
public 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]()
-