Class KeywordPlanIdeaServiceStub
java.lang.Object
com.google.ads.googleads.v18.services.stub.KeywordPlanIdeaServiceStub
- All Implemented Interfaces:
com.google.api.gax.core.BackgroundResource,AutoCloseable
- Direct Known Subclasses:
GrpcKeywordPlanIdeaServiceStub
@Generated("by gapic-generator-java")
public abstract class KeywordPlanIdeaServiceStub
extends Object
implements com.google.api.gax.core.BackgroundResource
Base stub class for the KeywordPlanIdeaService service API.
This class is for advanced usage and reflects the underlying API directly.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract voidclose()com.google.api.gax.rpc.UnaryCallable<GenerateAdGroupThemesRequest,GenerateAdGroupThemesResponse> com.google.api.gax.rpc.UnaryCallable<GenerateKeywordForecastMetricsRequest,GenerateKeywordForecastMetricsResponse> com.google.api.gax.rpc.UnaryCallable<GenerateKeywordHistoricalMetricsRequest,GenerateKeywordHistoricalMetricsResponse> com.google.api.gax.rpc.UnaryCallable<GenerateKeywordIdeasRequest,GenerateKeywordIdeaResponse> com.google.api.gax.rpc.UnaryCallable<GenerateKeywordIdeasRequest,KeywordPlanIdeaServiceClient.GenerateKeywordIdeasPagedResponse> Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.google.api.gax.core.BackgroundResource
awaitTermination, isShutdown, isTerminated, shutdown, shutdownNow
-
Constructor Details
-
KeywordPlanIdeaServiceStub
public KeywordPlanIdeaServiceStub()
-
-
Method Details
-
generateKeywordIdeasPagedCallable
public com.google.api.gax.rpc.UnaryCallable<GenerateKeywordIdeasRequest,KeywordPlanIdeaServiceClient.GenerateKeywordIdeasPagedResponse> generateKeywordIdeasPagedCallable() -
generateKeywordIdeasCallable
public com.google.api.gax.rpc.UnaryCallable<GenerateKeywordIdeasRequest,GenerateKeywordIdeaResponse> generateKeywordIdeasCallable() -
generateKeywordHistoricalMetricsCallable
public com.google.api.gax.rpc.UnaryCallable<GenerateKeywordHistoricalMetricsRequest,GenerateKeywordHistoricalMetricsResponse> generateKeywordHistoricalMetricsCallable() -
generateAdGroupThemesCallable
public com.google.api.gax.rpc.UnaryCallable<GenerateAdGroupThemesRequest,GenerateAdGroupThemesResponse> generateAdGroupThemesCallable() -
generateKeywordForecastMetricsCallable
public com.google.api.gax.rpc.UnaryCallable<GenerateKeywordForecastMetricsRequest,GenerateKeywordForecastMetricsResponse> generateKeywordForecastMetricsCallable() -
close
public abstract void close()- Specified by:
closein interfaceAutoCloseable
-