Class KeywordPlanServiceStub
- java.lang.Object
-
- com.google.ads.googleads.v10.services.stub.KeywordPlanServiceStub
-
- All Implemented Interfaces:
com.google.api.gax.core.BackgroundResource,java.lang.AutoCloseable
- Direct Known Subclasses:
GrpcKeywordPlanServiceStub
@Generated("by gapic-generator-java") public abstract class KeywordPlanServiceStub extends java.lang.Object implements com.google.api.gax.core.BackgroundResourceBase stub class for the KeywordPlanService service API.This class is for advanced usage and reflects the underlying API directly.
-
-
Constructor Summary
Constructors Constructor Description KeywordPlanServiceStub()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract voidclose()com.google.api.gax.rpc.UnaryCallable<GenerateForecastCurveRequest,GenerateForecastCurveResponse>generateForecastCurveCallable()com.google.api.gax.rpc.UnaryCallable<GenerateForecastMetricsRequest,GenerateForecastMetricsResponse>generateForecastMetricsCallable()com.google.api.gax.rpc.UnaryCallable<GenerateForecastTimeSeriesRequest,GenerateForecastTimeSeriesResponse>generateForecastTimeSeriesCallable()com.google.api.gax.rpc.UnaryCallable<GenerateHistoricalMetricsRequest,GenerateHistoricalMetricsResponse>generateHistoricalMetricsCallable()com.google.api.gax.rpc.UnaryCallable<MutateKeywordPlansRequest,MutateKeywordPlansResponse>mutateKeywordPlansCallable()
-
-
-
Method Detail
-
mutateKeywordPlansCallable
public com.google.api.gax.rpc.UnaryCallable<MutateKeywordPlansRequest,MutateKeywordPlansResponse> mutateKeywordPlansCallable()
-
generateForecastCurveCallable
public com.google.api.gax.rpc.UnaryCallable<GenerateForecastCurveRequest,GenerateForecastCurveResponse> generateForecastCurveCallable()
-
generateForecastTimeSeriesCallable
public com.google.api.gax.rpc.UnaryCallable<GenerateForecastTimeSeriesRequest,GenerateForecastTimeSeriesResponse> generateForecastTimeSeriesCallable()
-
generateForecastMetricsCallable
public com.google.api.gax.rpc.UnaryCallable<GenerateForecastMetricsRequest,GenerateForecastMetricsResponse> generateForecastMetricsCallable()
-
generateHistoricalMetricsCallable
public com.google.api.gax.rpc.UnaryCallable<GenerateHistoricalMetricsRequest,GenerateHistoricalMetricsResponse> generateHistoricalMetricsCallable()
-
close
public abstract void close()
- Specified by:
closein interfacejava.lang.AutoCloseable
-
-